Config API
cURL
curl --request GET \ --url https://{tenant}.chronosphere.io/api/v1/config/azure-metrics-integrations/{slug} \ --header 'API-Token: <api-key>'
{ "azure_metrics_integration": { "name": "<string>", "count_metrics_enabled": true, "created_at": "2023-11-07T05:31:56Z", "principal": { "client_id": "<string>", "tenant_id": "<string>" }, "propagate_tags": true, "scrape_config": { "locations": [ "<string>" ], "resource_types": [ { "metric_names": [ "<string>" ], "name": "<string>" } ], "subscription_ids": [ "<string>" ] }, "slug": "<string>", "updated_at": "2023-11-07T05:31:56Z", "usage_metrics_enabled": true } }
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