Access Point Status
Example data
{
"type": "access-point-status",
"id": "00:01:02:03:04:ff",
"attributes": {
"mac": "00:01:02:03:04:ff",
"steps": {
"device_returned_from_radius": {
"state": "error",
"last_date": null
},
"device_detected": {
"state": "warning",
"last_date": "2021-04-08T11:02:31.815974+00:00"
},
"device_redirected_to_radius": {
"state": "error",
"last_date": null
},
"device_authenticated": {
"state": "error",
"last_date": null
}
},
}
}
Attributes
| Name |
Description |
device_detected |
A device started the login process |
device_redirected_to_radius |
A devices was redirected to radius |
device_returned_from_radius |
A device returned from radius |
device_authenticated |
A device finished the login process |
State values
| Name |
Resource |
ok |
recent activity present, all is ok |
warning |
no recent activity |
error |
no activity for given step |