Dot1x
API calls for real-time monitoring of IEEE 802.1X information:
Clients
Display information about the 802.1X clients in the network (on vEdge routers only).
CLI Equivalent: show dot1x clients
URL: https://vmanage-ip-address/dataservice/device/dot1x/clients?deviceId=deviceId
Method: GET
Request Parameters
Name | Required | Description | Parameter Type | Data Type |
---|---|---|---|---|
deviceId | Yes | IP address of device | Query | String |
Response Content Type: application/json
Response Object: See Response Object, below.
Interfaces
Display information about 802.1X–enabled interfaces (on vEdge routers only).
CLI Equivalent: show dot1x interfaces
URL: https://vmanage-ip-address/dataservice/device/dot1x/interfaces?deviceId=deviceId
Method: GET
Request Parameters
Name | Required | Description | Parameter Type | Data Type |
---|---|---|---|---|
deviceId | Yes | IP address of device | Query | String |
Response Content Type: application/json
Response Object: See Response Object, below.
Radius
Display statistics about the sessions with RADIUS servers being used for IEEE 802.1X and IEEE 802.11i authentication (on vEdge routers only).
CLI Equivalent: show dot1x radius
URL: https://vmanage-ip-address/dataservice/device/dot1x/interfaces?deviceId=deviceId
Method: GET
Request Parameters
Name | Required | Description | Parameter Type | Data Type |
---|---|---|---|---|
deviceId | Yes | IP address of device | Query | String |
Response Content Type: application/json
Response Object: See Response Object, below.
Response Object for Real-Time Monitoring API Calls
Real-time monitoring API call responses have the following format:
{ "header": { "generatedOn": timestamp, milliseconds (UNIX time format), "viewKeys": { "uniqueKey": ["key"] }, "fields": [ properties and types ], }, "data": [ array of objects ] }