Skip to main content
List Rule Groups
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/latest/parsing-rules/rule-groups/v1 \
  --header 'Authorization: <api-key>'
{
  "ruleGroups": [
    {
      "creator": "<string>",
      "description": "<string>",
      "enabled": true,
      "hidden": true,
      "id": "<string>",
      "name": "<string>",
      "order": 123,
      "ruleMatchers": [
        {
          "applicationName": {
            "value": "<string>"
          }
        }
      ],
      "ruleSubgroups": [
        {
          "enabled": true,
          "id": "<string>",
          "order": 123,
          "rules": [
            {
              "description": "<string>",
              "enabled": true,
              "id": "<string>",
              "name": "<string>",
              "order": 123,
              "parameters": {
                "jsonExtractParameters": {
                  "destinationFieldText": "<string>",
                  "destinationFieldType": "DESTINATION_FIELD_CATEGORY_OR_UNSPECIFIED",
                  "rule": "<string>"
                }
              },
              "sourceField": "<string>"
            }
          ]
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Response

ruleGroups
object[]