Skip to main content
Create Action

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.

Maximum array length: 1000

The application names.

Maximum string length: 1024
Pattern: ^[\s\S]*$
description
string

Human-readable description.

Maximum string length: 65535
Pattern: ^[\s\S]*$
dpxlFilter
string

The dpxl filter.

Maximum string length: 65535
Pattern: ^[\s\S]*$
isPrivate
boolean

The is private.

name
string

Display name.

Required string length: 1 - 50
Pattern: ^[\s\S]*$
sourceType
enum<string>

Source type.

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

The subsystem names.

Maximum array length: 1000

The subsystem names.

Maximum string length: 1024
Pattern: ^[\s\S]*$
url
string

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

Required string length: 1 - 32768
Pattern: ^https?://.*$
urlFields
object[]

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

Maximum array length: 1000

Response

This data structure represents the response to create an Action.

action
object

This data structure represents an Action.