Config API
cURL
curl --request GET \ --url https://{tenant}.chronosphere.io/api/v1/config/recording-rules/{slug} \ --header 'API-Token: <api-key>'
{ "recording_rule": { "name": "<string>", "bucket_slug": "<string>", "created_at": "2023-11-07T05:31:56Z", "execution_group": "<string>", "execution_mode": "EXECUTION_MODE_SYNCHRONIZED", "interval_secs": 123, "label_policy": { "add": {} }, "metric_name": "<string>", "prometheus_expr": "<string>", "slug": "<string>", "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