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": {
"defaultPriority": "PRIORITY_TYPE_UNSPECIFIED"
},
"spansPolicySettings": {
"defaultPriority": "PRIORITY_TYPE_UNSPECIFIED"
}
}
'{
"logsPolicySettings": {
"defaultPriority": "PRIORITY_TYPE_UNSPECIFIED"
},
"spansPolicySettings": {
"defaultPriority": "PRIORITY_TYPE_UNSPECIFIED"
}
}No description available
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": {
"defaultPriority": "PRIORITY_TYPE_UNSPECIFIED"
},
"spansPolicySettings": {
"defaultPriority": "PRIORITY_TYPE_UNSPECIFIED"
}
}
'{
"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.
Was this page helpful?