3.3.4.81 UpdateDiscoveryConfig

This 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.

    1. MUST NOT be null.

    2. Length MUST be greater than 0

    3. Length MUST NOT be greater than 255.

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

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