Skip to main content
Create Action
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/actions/actions/v2 \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "applicationNames": [
    "<string>"
  ],
  "description": "<string>",
  "dpxlFilter": "<string>",
  "isPrivate": true,
  "name": "<string>",
  "subsystemNames": [
    "<string>"
  ],
  "url": "<string>",
  "urlFields": [
    {
      "name": "<string>",
      "required": true
    }
  ]
}
'
{
  "action": {
    "applicationNames": [
      "<string>"
    ],
    "createdBy": "<string>",
    "description": "<string>",
    "dpxlFilter": "<string>",
    "id": "<string>",
    "isHidden": true,
    "isPrivate": true,
    "name": "<string>",
    "subsystemNames": [
      "<string>"
    ],
    "url": "<string>",
    "urlFields": [
      {
        "name": "<string>",
        "required": true
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure represents the request to create an Action.

applicationNames
string[]

The application names.

The application names.

description
string

Human-readable description.

dpxlFilter
string

The dpxl filter.

isPrivate
boolean

The is private.

name
string

Display name.

sourceType
enum<string>

Source type.

Available options:
SOURCE_TYPE_UNSPECIFIED,
SOURCE_TYPE_LOG,
SOURCE_TYPE_DATA_MAP
subsystemNames
string[]

The subsystem names.

The subsystem names.

url
string

URL.

urlFields
object[]

The url fields.

Response

This data structure represents the response to create an Action.

action
object

This data structure represents an Action.