Skip to main content
Get system default case settings team configuration settings
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/cases/cases/case-settings/v1/configs:getSystemDefaults \
  --header 'Authorization: <api-key>'
{
  "globalIndicatorSettings": {
    "enabled": true,
    "filteringConditions": [
      {
        "enabled": true,
        "entityLabels": {
          "all": {}
        },
        "priorities": {
          "all": {}
        }
      }
    ]
  },
  "caseLifecycle": {
    "autoResolve": {
      "enabled": true,
      "inactivePeriod": "3600s"
    },
    "kpi": {
      "thresholds": [
        {
          "enabled": true,
          "threshold": "300s"
        }
      ]
    },
    "resolutionSnoozePeriod": "600s",
    "suppressionPeriod": "3600s"
  }
}

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

Response containing platform-wide default case settings team configuration values.

globalIndicatorSettings
Global indicator settings · object
required

Team-level indicator configuration options for case management, including case lifecycle and event filtering conditions.

caseLifecycle
Case lifecycle settings · object

Team-level configuration options for the lifecycle of case, such as suppression and snooze periods.