Skip to main content
Update Recording Rules
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>"
}
'
{}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

Body

application/json

A set of rule groups to update.

groups
In Rule Group · object[]
name
string

Response

The response is of type object.