Query ip-to-mac address bindings, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

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

Advertising
background image

Query IP-to-MAC Address Bindings

Query the IP-to-MAC address bindings with certain criteria.

Interface URI

/res/access/ipMacBind

Access Method

HTTP

GET

Parameters

Query parameters

Whether or not to filter the rights for resources.

resPrivilegeFilter

Boolean type. Optional. The default value is false.

IP address.

ip

String type, supporting wildcard characters. Optional. No default value.

MAC address.

mac

String type, supporting wildcard characters. Optional. No default value.

Owner.

name

String type, supporting wildcard characters. Optional. No default value.

Type.

type

Long integer type. Optional. No default value.

The sequencing field of the returned result set.

orderBy

String type. Optional. The default value is ip. Valid values include ip, mac, name and type.

Whether or not the result is sequenced in reverse order.

desc

Boolean type. Optional. The default value is false. The parameter is valid only when the orderBy
parameter is specified.

Only the number of records that meet the requirements is returned. Boolean type. Optional. The
default value is false. When the value is true, the start and size attributes are invalid, the returned

total

message body is empty, and the Total attribute of the message header returns the number of records
that meet the requirements.

Returned Result

Status codes

200 (OK): Success.

Message header

When the total parameter takes true, the Total attribute returns the total number of records that
meet the requirements. The message body is empty.

HTTP/1.1 200 OK
Total: 2

262 Terminal Access Management

Advertising