Gets the last 100 faults for the specified router, newest first.
cURL
curl --request GET \ --url https://api.altostrat.io/api/routers/{router_id}/faults \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "data": [ { "id": "<string>", "rid": "<string>", "message": "<string>", "severity": "<string>", "type": "<string>", "cause": "<string>", "created_at": "2023-11-07T05:31:56Z", "resolved_at": "2023-11-07T05:31:56Z", "duration": 123, "status": "<string>" } ] }
Use the Authorization: Bearer <token> header format
Authorization: Bearer <token>
The UUID of the router.
Fault array
The response is of type object.
object
Was this page helpful?