HP Intelligent Management Center Extended API User Guide

Query Unmanaged Device Filtering Rule Status List
Query the unmanaged device filtering rule status list.
Interface URI
/syslog/filter/unmanagedDeviceRuleStates/
Access Method
HTTP
GET
Returned Result
Status codes
200 (OK): Success.
Message body
<list>
<unmanagedDeviceRuleStatus>
<status>1</status>
<desc>Enabled</desc>
</unmanagedDeviceRuleStatus>
<unmanagedDeviceRuleStatus>
<status>0</status>
<desc>Disabled</desc>
</unmanagedDeviceRuleStatus>
</list>
Elements
unmanagedDeviceRuleStatus sub-elements
Status of the filtering rule for unmanaged devices.status
Integer type.
Description of the status of the filtering rule for unmanaged devices.desc
String type.
320 Network Syslog Management