Skip to main content
Batch Execute Slo
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/v1/slo/slos:batchExecute \
  --header 'Authorization: <api-key>'
{
  "matchingResponses": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

requests
SloExecutionRequest · object[]

Request for executing an SLO operation.

Response

Response containing the results of batch executed SLO operations.

matchingResponses
SloExecutionResponse · object[]
required

Response for an executed SLO operation.

status
ResponseStatus · object

Status of the response, including error code and message.