Skip to main content
Get system default team configuration settings
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/cases/cases/team-configs/v1/configs/system-defaults \
  --header 'Authorization: <api-key>'
{
  "caseLifecycle": {
    "alertSuppressionStrategy": "ALERT_SUPPRESSION_STRATEGY_UNSPECIFIED",
    "autoResolve": {
      "enabled": true,
      "inactivePeriod": "3600s"
    },
    "kpi": {
      "thresholds": [
        {
          "enabled": true,
          "priority": "CASE_PRIORITY_UNSPECIFIED",
          "threshold": "300s",
          "type": "KPI_TYPE_UNSPECIFIED"
        }
      ]
    },
    "resolutionSnoozePeriod": "600s",
    "suppressionPeriod": "3600s"
  },
  "globalIndicatorSettings": {
    "enabled": true,
    "filteringConditions": [
      {
        "enabled": true,
        "entityLabels": {
          "all": {}
        },
        "priorities": {
          "values": {
            "items": [
              "INDICATOR_PRIORITY_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

caseLifecycle
Case lifecycle settings · object

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

globalIndicatorSettings
Team settings · object

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