Config V1 API
cURL
curl --request POST \ --url https://docs.chronosphere.io/api/v1/config/slos \ --header 'API-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "dry_run": true } '
{}
Chronosphere API token
If true, validates the specified configuration without creating the SLO. If the specified configuration is valid, the endpoint returns a partial response without the SLO. If the specified configuration is invalid, the endpoint returns an error.
true
The SLO to create.
Show child attributes
A successful response containing the created SLO.