Skip to main content
Test Connector Config
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/notifications/notification-center/v1/connectors:testConfig \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fields": [
    {
      "fieldName": "<string>",
      "value": "<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 to test a connector configuration

entityType
enum<string>

Entity type.

Available options:
ENTITY_TYPE_UNSPECIFIED,
ALERTS,
TEST_NOTIFICATIONS,
CASES
fields
object[]

Fields.

payloadType
string

Payload type to use when testing the connector.

Example:

"default"

type
enum<string>

Connector type.

Available options:
CONNECTOR_TYPE_UNSPECIFIED,
SLACK,
GENERIC_HTTPS,
PAGERDUTY,
IBM_EVENT_NOTIFICATIONS,
SERVICE_NOW,
EMAIL,
PAGERDUTY_INCIDENTS

Response

200 - application/json

Response containing the results of a connector configuration test.

result
object

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