Create Action
POST
https://api.coralogix.com/mgmt/openapi/5/actions/actions/v2Creates a new action.
Authorizations
Authorizationrequired
API key authentication
The value is a Coralogix API key. Create a personal or team API key and assign its permissions.
Request
Body
application/json
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]
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