cURL
curl --request POST \ --url https://api.alerty.ai/monitor/{id}/chart \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "range": { "start": "2023-11-07T05:31:56Z", "end": "2023-11-07T05:31:56Z" }, "stepInSeconds": 123, "filterBy": {} } '
[ { "labels": [ { "label": "<string>", "value": "<string>" } ], "entries": [ { "timestamp": "2023-11-07T05:31:56Z", "value": "<string>" } ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
the monitor identifier Unique identifier for the entity
"5df33a85-2b9c-40e3-8854-760ee3b8efc7"
the input when asking for time series data
the range the time series will return data
Show child attributes
the data step aggregation
successful monitor retrieval
the series labels
the series entries