curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/rule-group-sets/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"groups": [
{
"id": "<string>",
"interval": 123,
"limit": "",
"name": "<string>",
"rules": [
{
"expr": "<string>",
"labels": {},
"record": "<string>"
}
],
"version": 123
}
],
"name": "<string>"
}
'{}No description available
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/latest/v1/rule-group-sets/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"groups": [
{
"id": "<string>",
"interval": 123,
"limit": "",
"name": "<string>",
"rules": [
{
"expr": "<string>",
"labels": {},
"record": "<string>"
}
],
"version": 123
}
],
"name": "<string>"
}
'{}Was this page helpful?