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

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

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