Skip to main content
Get Policy Priority Settings
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/4/dataplans/policy-settings/v1 \
  --header 'Authorization: <api-key>'
{
  "logsPolicySettings": {
    "defaultPriority": "PRIORITY_TYPE_UNSPECIFIED"
  },
  "spansPolicySettings": {
    "defaultPriority": "PRIORITY_TYPE_UNSPECIFIED"
  }
}

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

Response

This data structure is returned when getting policy priority settings.

logsPolicySettings
Logs Source Policy · object

This data structure is used to define the default priority for logs policies.

spansPolicySettings
Spans Source Policy · object

This data structure is used to define the default priority for spans policies.