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"
    },
    "resolutionSnoozePeriod": "600s",
    "suppressionPeriod": "3600s"
  },
  "globalIndicatorSettings": {
    "enabled": true,
    "filteringConditions": [
      {
        "enabled": true,
        "entityLabels": {
          "all": {}
        },
        "priorities": {
          "all": {}
        }
      }
    ]
  }
}

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.