Skip to main content
Test Preset Config

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request for testing a notification preset configuration.

configOverrides
object[]

The config overrides.

Maximum array length: 100
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 configuration.

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

"metric"

entityType
enum<string>

Entity type.

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

The parent 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 a notification preset configuration test.

result
object

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