Get Interface Authentication Status for Element (v2.0)
List all the interface authentication status for an element.
Path Parameters
The tenant ID.
The element ID.
- 200
- 404
Successful Operation
Schema
- Array [
- Array [
- ]
- ]
The number of responses.
The ID of the response.
The ID of the tenant.
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
Schema
- Array [
- ]
_error ErrorResponse[]
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "INTERFACE_AUTHENTICATION_STATE_NOT_FOUND"
}
]
}
}