Query the acl definitions of a device, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

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

Advertising
background image

Query the ACL Definitions of a Device

Query the ACL definitions of a device according to the specified device ID.

Interface URI

/acl/res/acl/{deviceId}

Access Method

HTTP

GET

Parameters

Path parameters

Device ID.

deviceId

Long integer type. Required. No default value.

Query parameters

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 records. No
message body is included.

HTTP/1.1 200 OK
Total: 7

Query the ACL Definitions of a Device 409

Advertising