curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/cases/cases/team-configs/v1/configs \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"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": {}
}
}
]
},
"name": "Primary Team Config"
}
'{
"teamConfig": {
"caseLifecycle": {
"alertSuppressionStrategy": "ALERT_SUPPRESSION_STRATEGY_UNSPECIFIED",
"autoResolve": {
"enabled": true,
"inactivePeriod": "3600s"
},
"resolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
},
"createTime": "2025-09-22T10:30:00.000Z",
"globalIndicatorSettings": {
"enabled": true,
"filteringConditions": [
{
"enabled": true,
"entityLabels": {
"all": {}
},
"priorities": {
"all": {}
}
}
]
},
"id": "3f166e9f-3c88-4af2-b52e-138f339dab3e",
"name": "Default Team Config",
"updateTime": "2023-11-07T05:31:56Z"
}
}Create a new team configuration with an optional display name and settings.
Requires the following permissions:
case-config:Updatecurl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/cases/cases/team-configs/v1/configs \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"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": {}
}
}
]
},
"name": "Primary Team Config"
}
'{
"teamConfig": {
"caseLifecycle": {
"alertSuppressionStrategy": "ALERT_SUPPRESSION_STRATEGY_UNSPECIFIED",
"autoResolve": {
"enabled": true,
"inactivePeriod": "3600s"
},
"resolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
},
"createTime": "2025-09-22T10:30:00.000Z",
"globalIndicatorSettings": {
"enabled": true,
"filteringConditions": [
{
"enabled": true,
"entityLabels": {
"all": {}
},
"priorities": {
"all": {}
}
}
]
},
"id": "3f166e9f-3c88-4af2-b52e-138f339dab3e",
"name": "Default Team Config",
"updateTime": "2023-11-07T05:31:56Z"
}
}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
Optional display name for the team configuration
"Primary Team Config"
Team-level configuration entity for case management.
Show child attributes
Was this page helpful?