Authorizations
API key authentication
Query Parameters
- SloExecutionRequest
- SloExecutionRequest
- SloExecutionRequest
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/slo/slos:batchExecute \
--header 'Authorization: <api-key>'{
"matchingResponses": [
{
"createSloResponse": {
"slo": {
"createTime": "2023-11-07T05:31:56Z",
"creator": "test@domain.com",
"description": "A brief description of my SLO",
"grouping": {
"labels": [
"<any>"
]
},
"id": "b11919d5-ef85-4bb1-8655-02640dbe94d9",
"labels": {},
"name": "Example Slo Name",
"requestBasedMetricSli": {
"goodEvents": {
"query": "<any>"
},
"totalEvents": {
"query": "<any>"
}
},
"revision": {
"revision": 1,
"updateTime": "2023-11-07T05:31:56Z"
},
"sloTimeFrame": "SLO_TIME_FRAME_UNSPECIFIED",
"targetThresholdPercentage": 99.999,
"type": "request",
"updateTime": "2023-11-07T05:31:56Z"
}
}
}
],
"status": {
"details": {},
"message": "<string>",
"statusCode": "OK"
}
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/slo/slos:batchExecute \
--header 'Authorization: <api-key>'{
"matchingResponses": [
{
"createSloResponse": {
"slo": {
"createTime": "2023-11-07T05:31:56Z",
"creator": "test@domain.com",
"description": "A brief description of my SLO",
"grouping": {
"labels": [
"<any>"
]
},
"id": "b11919d5-ef85-4bb1-8655-02640dbe94d9",
"labels": {},
"name": "Example Slo Name",
"requestBasedMetricSli": {
"goodEvents": {
"query": "<any>"
},
"totalEvents": {
"query": "<any>"
}
},
"revision": {
"revision": 1,
"updateTime": "2023-11-07T05:31:56Z"
},
"sloTimeFrame": "SLO_TIME_FRAME_UNSPECIFIED",
"targetThresholdPercentage": 99.999,
"type": "request",
"updateTime": "2023-11-07T05:31:56Z"
}
}
}
],
"status": {
"details": {},
"message": "<string>",
"statusCode": "OK"
}
}API key authentication
Show child attributes
Was this page helpful?