Skip to main content
GET
/
api
/
v1
/
config
/
log-control-config
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"
  }
}

Authorizations

API-Token
string
header
required

Chronosphere API token

Response

A successful response.

log_control_config
object

LogControlConfig is a singleton configuration object that specifies the configuration for log control.