3.3.4.149 UpdateDiscoveryConfig

The UpdateDiscoveryConfig operation can be used to modify the discovery configuration for a specified domain.

 <wsdl:operation name="UpdateDiscoveryConfig">
   <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/UpdateDiscoveryConfig" message="ipam:IIpamServer_UpdateDiscoveryConfig_InputMessage" />
   <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/UpdateDiscoveryConfigResponse" message="ipam:IIpamServer_UpdateDiscoveryConfig_OutputMessage" />
 </wsdl:operation>

Upon receiving the IIpamServer_UpdateDiscoveryConfig_InputMessage request message, the server performs the following processing steps. Upon successful completion of the steps specified below, the server MUST respond with the IIpamServer_UpdateDiscoveryConfig_OutputMessage message. In the event of a failure, an appropriate SOAP fault MUST be sent to the client as specified in section 2.2.2.1:

  1. If UpdateDiscoveryConfig.discConfig is NULL, an appropriate SOAP fault MUST be generated.

  2. UpdateDiscoveryConfig.discConfig.DiscoveryDomain MUST meet the following validation requirements. Otherwise an appropriate SOAP fault MUST be generated:

  3. MUST NOT be NULL

  4. Length MUST be > 0

  5. Length MUST NOT be > 255

  6. Update the row in the ADM_DiscoveryConfigurationTable for the DiscoveryDomain specified in UpdateDiscoveryConfig.discConfig.

  7. Set the RecordId of the row updated to UpdateDiscoveryConfigResponse.UpdateDiscoveryConfigResult, which is sent as a part of the output message.