Config V1 API
cURL
curl --request GET \ --url https://docs.chronosphere.io/api/v1/config/log-control-config \ --header 'API-Token: <api-key>'
{ "log_control_config": { "created_at": "2023-11-07T05:31:56Z", "rules": [ { "filter": "<string>", "mode": "<unknown>", "name": "<string>", "type": "<unknown>" } ], "updated_at": "2023-11-07T05:31:56Z" } }
Chronosphere API token
A successful response.
LogControlConfig is a singleton configuration object that specifies the configuration for log control.
Show child attributes