Skip to main content
Test Existing Connector
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/notifications/notification-center/v1/connectors:test \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "connectorId": "<string>",
  "payloadType": "default"
}
'
{
  "result": {
    "failure": {
      "message": "<string>",
      "statusCode": 123
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request for sending a test notification.

connectorId
string

The connector id.

payloadType
string

Payload type to use when testing the connector.

Example:

"default"

Response

200 - application/json

Response containing the results of testing an existing connector.

result
object

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