Query the device list of acl configuration, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual
Page 405: Returned result, Interface uri access method returned result
Query the Device List of ACL Configuration
Query the device list of the specified ACL configuration according to certain conditions.
Interface URI
/acl/res/aclDevice
Access Method
HTTP
GET
Parameters
Query parameters
Device name.
deviceName
String type. Optional. No default value.
Device IP address.
deviceIp
String type. Optional. No default value.
The position of the first returned record in the query result set.
start
Integer type. Optional. The default value is 0. If a value smaller than 0 is input, the default value 0
is used.
Total number of returned records.
size
Integer type. Optional. The default value is 10. If a value smaller than 0 is input, the default value
10 is used.
Specify that only the number of matched records is returned.
total
Boolean type. Optional. The default value is false. When this field is set to true, the start and size
fields are ineffective, the message body returned is empty, and the Total field in the message header
returns the number of matched records.
Returned Result
Status codes
•
200(OK): Success.
Message header
When the total parameter is true, the Total field gives the total number of matched child time ranges.
No message body is included.
HTTP/1.1 200 OK
Total: 7
Query the Device List of ACL Configuration 405