Skip to main content
Test Existing Preset

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request for testing an existing notification preset.

connectorId
string

The connector id.

Required string length: 1 - 128
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]*$
entitySubType
string

Entity sub-type to use when testing the preset.

Required string length: 1 - 100
Pattern: ^[\s\S]*$
Example:

"logsImmediateResolved"

entityType
enum<string>

Entity type.

Available options:
ENTITY_TYPE_UNSPECIFIED,
ALERTS,
TEST_NOTIFICATIONS,
CASES
presetId
string

The preset id.

Required string length: 1 - 128
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9_-]*$

Response

200 - application/json

Response containing the results of testing an existing preset.

result
object

Result of a notification test, either a success or failure.