Telemetry
accessBearerAuth In the value field below, fill in the access token. It has a 10 minutes validity period. A valid token can be obtained via the /accesstoken endpoint (call), AFTER authorization with refreshBearerAuth and the refresh token.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
curl -X POST "https://api.eniris.be/v1/telemetry/query" \ -H "Content-Type: application/json" \ -d '[ { "select": [ "string" ], "from": { "measurement": "string", "database": "string", "retentionPolicy": "string" } } ]'[
{
"statement_id": 0,
"error": "string"
}
]{
"statusCode": 400,
"error": "Bad Request",
"message": "Missing or misformatted query parameter or body"
}{
"statusCode": 401,
"error": "Unauthorized",
"message": "Failed to verify token"
}{
"statusCode": 429,
"error": "Too many requests",
"message": "You have exceeded the data volume of your api tier"
}Execute up to 1000 telemetry queries