curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/3/dataplans/policies/v1/toggle \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"id": "id"
}
'{
"enabled": true,
"id": "id"
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/3/dataplans/policies/v1/toggle \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"enabled": true,
"id": "id"
}
'{
"enabled": true,
"id": "id"
}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.
API key authentication
Was this page helpful?