3.3.4.16 DeleteDiscoveryConfig

This operation can be used to delete the discovery configuration for a particular domain in the IPAM data store.

 <wsdl:operation name="DeleteDiscoveryConfig">
   <wsdl:input wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/DeleteDiscoveryConfig" message="ipam:IIpamServer_DeleteDiscoveryConfig_InputMessage" />
   <wsdl:output wsaw:Action="http://Microsoft.Windows.Ipam/IIpamServer/DeleteDiscoveryConfigResponse" message="ipam:IIpamServer_DeleteDiscoveryConfig_OutputMessage" />
 </wsdl:operation>

Upon receiving the IIpamServer_DeleteDiscoveryConfig_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_DeleteDiscoveryConfig_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. Validate the DeleteDiscoveryConfig.discConfig.DiscoveryDomain to meet the following conditions. If any of the condition is not satisfied, 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.

  2. Delete the row from ADM_DiscoveryConfigurationTable whose DiscoveryDomain is equal to DeleteDiscoveryConfig.discConfig.DiscoveryDomain.