Skip to main content
Update Data Usage Metrics Export Status
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/dataplans/data-usage/v2/export-status \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "enabled": true
}'
{
  "enabled": true
}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure is used to update data usage metrics export status.

enabled
boolean
Example:

true

Response

This data structure is used to return data usage metrics export status.

enabled
boolean
Example:

true