Config API
cURL
curl --request GET \ --url https://{tenant}.chronosphere.io/api/v1/config/mapping-rules/{slug} \ --header 'API-Token: <api-key>'
{ "mapping_rule": { "filters": [ { "name": "job", "value_glob": "myservice*" } ], "name": "<string>", "aggregation_policy": { "aggregation": "LAST", "drop_timestamp": true, "interval": "<string>", "storage_policy": { "resolution": "<string>", "retention": "<string>" } }, "bucket_slug": "<string>", "created_at": "2023-11-07T05:31:56Z", "drop": true, "mode": "ENABLED", "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