Skip to main content

Test Existing Connector

POSThttps://api.coralogix.com/mgmt/openapi/5/notifications/notification-center/v1/connectors:test

Sends a test notification.

Authorizations

Authorizationstringheaderrequired
API key authentication

Request

Body

application/json

Request for sending a test notification.

    connectorId#string

    The connector id.

    Possible values: non-empty and <= 128 characters, Value must match regular expression ^[a-zA-Z0-9][a-zA-Z0-9_-]*$

    payloadType#string

    Payload type to use when testing the connector.

    Possible values: non-empty and <= 100 characters, Value must match regular expression ^[\s\S]*$

    Example: default

Response

application/json

Response containing the results of testing an existing connector.

    result#object

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

    oneOf
    object

    Failure.

    Indicates the notification test succeeded.