HP Intelligent Management Center Extended API User Guide
Example
Query the status of the filtering rule for unmanaged devices.
Request
GET http://imc_host:8080/imcrs/syslog/filter/currentUnmanagedDeviceRuleState/
accept: application/xml
...
Response
HTTP/1.1 200 OK
Content-Type: application/xml
...
<unmanagedDeviceRuleStatus>
<status>0</status>
<desc>Disabled</desc>
</unmanagedDeviceRuleStatus>
Query Unmanaged Device Filtering Rule Status 319