Skip to main content

Update Rule Group

PUThttps://api.coralogix.com/mgmt/openapi/5/parsing-rules/rule-groups/v1/{group_id}

Updates the specified parsing rule group.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Path Parameters

    group_id# stringrequired

    The unique identifier of the parsing rule group to update.

Body

application/json

Request to create a new parsing rule group.

    creator#string

    Creator.

    description#string

    Human-readable description.

    enabled#boolean

    Whether this resource is enabled.

    hidden#boolean

    The hidden.

    name#string

    Display name.

    order#int64

    Sort order.

    Possible values: >= 0

    The rule matchers.

    The rule subgroups.

    Team id.

Response

application/json

Response returned after successfully updating a parsing rule group.

    Rule group.