Query unmanaged device filtering rule status, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 318: Returned result, Interface uri access method returned result

Advertising
background image

Query Unmanaged Device Filtering Rule Status

Query the status of the filtering rule for unmanaged devices. The status can be Enabled or Disabled.

Interface URI

/syslog/filter/currentUnmanagedDeviceRuleState/

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.

318

Network Syslog Management

Advertising