curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/cases/cases/team-configs/v1/configs/system-defaults \
--header 'Authorization: <api-key>'{
"settings": {
"manualResolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
}
}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/3/cases/cases/team-configs/v1/configs/system-defaults \
--header 'Authorization: <api-key>'{
"settings": {
"manualResolutionSnoozePeriod": "600s",
"suppressionPeriod": "3600s"
}
}Was this page helpful?