Skip to main content
Replace Policy Settings
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/3/dataplans/policies/v1/replacePolicySettings \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "logsPolicySettings": {},
  "spansPolicySettings": {}
}
'
{
  "logsPolicySettings": {},
  "spansPolicySettings": {}
}

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
logsPolicySettings
object
spansPolicySettings
object

Response

logsPolicySettings
object
spansPolicySettings
object