Skip to main content

Create Action

POSThttps://api.coralogix.com/mgmt/openapi/5/actions/actions/v2

Creates a new action.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json
    applicationNames#string[]

    The application names.

    Possible values: <= 1000

    description#string

    Human-readable description.

    Possible values: <= 65535 characters, Value must match regular expression ^[\s\S]*$

    dpxlFilter#string

    The dpxl filter.

    Possible values: <= 65535 characters, Value must match regular expression ^[\s\S]*$

    isPrivate#boolean

    The is private.

    name#string

    Display name.

    Possible values: non-empty and <= 50 characters, Value must match regular expression ^[\s\S]*$

    sourceType#v2.SourceType

    Source type.

    Possible values: [SOURCE_TYPE_UNSPECIFIED, SOURCE_TYPE_LOG, SOURCE_TYPE_DATA_MAP]

    subsystemNames#string[]

    The subsystem names.

    Possible values: <= 1000

    url#string

    URL. Must start with http:// or https://.

    Possible values: non-empty and <= 32768 characters, Value must match regular expression ^https?://.*$

    The url fields. Each field requires both name and required, and names must be unique within the list.

    Possible values: <= 1000

Response

application/json