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