Config API
cURL
curl --request GET \ --url https://{tenant}.chronosphere.io/api/v1/config/log-scale-alerts/{slug} \ --header 'API-Token: <api-key>'
{ "log_scale_alert": { "name": "<string>", "alert_type": "STANDARD", "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "disabled": true, "log_scale_action_slugs": [ "<string>" ], "log_scale_query": "level = ERROR | severity > 3 | count(as=numErrors) | numErrors > 500", "repository": "<string>", "run_as_user": "<string>", "slug": "<string>", "tags": [ "<string>" ], "throttle_field": "<string>", "throttle_secs": 123, "time_window_secs": "3600", "updated_at": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://docs.chronosphere.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.chronosphere.io/llms.txt
Use this file to discover all available pages before exploring further.
Chronosphere API token
A successful response.
Show child attributes