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": {}
}
}
]
}
}Retrieve the platform-wide default settings for team configurations.
Requires the following permissions:
case-config:Readcurl --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": {}
}
}
]
}
}API key authentication
Team-level configuration options for the lifecycle of case, such as suppression and snooze periods.
Show child attributes
Team-level configuration options for case management, including case lifecycle and event filtering conditions.
Show child attributes
Was this page helpful?