Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For System Administrators | Discovering Assets and Monitoring Components | Using the Monitor and Suspend Services
 
Using the Monitor and Suspend Services
Optimize for Infrastructure includes two services that enable you to activate or suspend asset monitoring remotely via web service calls. The two services are called Suspend Asset and Monitor Asset. These services accomplish the same actions as clicking the Monitor (Disabled) and Suspend (Enabled) icons on the Assets page. They both use the same two parameters as described below:
*assetName: Name of the asset.
*assetType: The type of asset. Possible values include Integration Server, IS Cluster, Broker Server, SNMP Agent.
Further details about these services are contained in the WSDL file used to invoke them which can be obtained at the following location:
http://<host>:<port>/wsstack/services/InfraDCRemoteServices?wsdl
Note that <host> is the name on the host machine on which Infrastructure Data Collector is installed, and <port> is the port via which Infrastructure Data Collector is accessed.
These services can be implemented using the WSDL file in the appropriate manner for your system configuration.