Query terminal access bindings, Interface uri, Access method – HP Intelligent Management Center Licenses User Manual

Page 239: Interface uri access method, Parameters

Advertising
background image

Query Terminal Access Bindings

Query terminal access bindings with certain criteria.

Interface URI

/res/access/macAccessBind

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.

Terminal IP address.

terminalIp

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

Terminal MAC address.

terminalMac

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

Terminal name.

terminalName

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

Device label.

deviceLabel

String type. Optional. No default value.

Device IP address.

deviceIp

String type. Optional. No default value.

Interface description.

ifDesc

String type. Optional. No default value.

Binding type. 1 for no authentication. 2 for MAC-to-interface binding.

bindType

Integer type. Optional. No default value.

The position where the first returned record is located in the whole returned result.

start

Integer type. Optional. The default value is 0. If a negative value, the default value is used.

The total number of returned records.

size

Integer type. Optional. The default value is 10. If a negative value, the default value is used.

The sequencing field of the returned result set.

orderBy

String type. Optional. The default value is terminalMac. Valid values include deviceIp, deviceLabel,
ifDesc, terminalIp, terminalMac, terminalName, and bindType.

Whether or not the result is sequenced in reverse order.

desc

Boolean type. Optional. Default value is false. Valid only when the orderBy parameter is specified.

Only the number of records that meet the requirements is returned.

total

Boolean type. Optional. The default value is false.When the value is true, the start and size attributes
are invalid, the returned message body is empty, and the Total attribute of the message header
returns the number of records that meet the requirements.

Query Terminal Access Bindings 239

Advertising