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

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

Advertising
background image

Automatically Scan Terminal Access Bindings

Automatically scan the terminal access bindings with certain criteria.

Interface URI

/res/access/macAccessBind/autoScan

Access Method

HTTP

GET

Parameters

Query parameters

Device ID.

deviceId

Long integer type. Required, supporting multiple query elements. No default value.

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 returned 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: 257

Message body

<list>
<macAccessBindScanResult>
<id>515</id>
<deviceId>2</deviceId>
<deviceLabel>H3C</deviceLabel>
<deviceIp>10.153.89.1</deviceIp>
<ifDesc>GigabitEthernet4/0/17</ifDesc>
<terminalMac>00:00:00:11:11:01</terminalMac>
<terminalName/>
<terminalIp>10.153.89.66</terminalIp>
</macAccessBindScanResult>
...
</list>

Elements

For meanings of the fields in the message body, see “

Query Terminal Access Binding

.”

Automatically Scan Terminal Access Bindings 243

Advertising