Config API
cURL
curl --request PUT \ --url https://{tenant}.chronosphere.io/api/v1/config/services/{service_slug}/attributes \ --header 'API-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "create_if_missing": true, "dry_run": true, "service_attribute": { "description": "<string>", "name": "<string>", "notification_policy_slug": "<string>", "service_slug": "<string>", "team_slug": "<string>" } } '
{ "service_attribute": { "created_at": "2023-11-07T05:31:56Z", "description": "<string>", "name": "<string>", "notification_policy_slug": "<string>", "service_slug": "<string>", "team_slug": "<string>", "updated_at": "2023-11-07T05:31:56Z" }, "service_slug": "<string>" }
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
Show child attributes
A successful response.