Get Interface Authentication Status for Element (v2.0)
GET/v2.0/api/tenants/:tenant_id/elements/:element_id/interface_authentication/status
List all the interface authentication status for an element.
Request
Path Parameters
The tenant ID.
The element ID.
Responses
- 200
- 404
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
The actual count.
The ID.
The tenant ID.
items InterfaceAuthenticationState[]
The interface authentication state authorization.
client_details ClientDetails[]
The client details.
The aging timeout value.
The authentication type. Only closed mode and single host authentication is supported.
The element ID.
The interface ID.
The MAC address.
The re-auth timeout.
The ION device authenticates or reinitializes the client after a session timeout based on the value of the Termination-Action. Values 1 and 0.
The stats start time in milliseconds.
Indicates the time for which the neighbor has been up.
The client user name.
The virtual LAN ID.
The eapol recieved version.
The eapol src mac address.
The element ID.
The ID.
The interface ID.
The operational state.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"authorized": true,
"client_details": [
{
"aging_timeout": 0,
"auth_type": "string",
"element_id": "string",
"interface_id": "string",
"mac_address": "string",
"reauth_timeout": 0,
"reauthentication_timeout": 0,
"stats_start_time_ms": 0,
"uptime": 0,
"username": "string",
"vlan_id": 0
}
],
"eapol_recvd_version": 0,
"eapol_src_mac_address": "string",
"element_id": "string",
"id": "string",
"interface_id": "string",
"operational_state": "string"
}
]
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
_error ErrorResponse[]
The error code.
The error message.
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INTERFACE_AUTHENTICATION_STATE_NOT_FOUND"
}
]
}
}