Skip to main content

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.

Connector Schema service overview

The Connector Schema service returns the schema for a Notification Center connector of a given type (for example, Slack, generic HTTPS, or PagerDuty). The response contains both connector_config_schema — the fields needed to configure the connector itself — and one or more message_config_schemas, which define the preset (message) fields for that connector type. Each schema lists every field’s name, type, allowed values, and whether it is required. Check connector_config_schema before creating a connector and message_config_schemas before creating a preset. Learn more in our documentation.

Authentication and permissions

To use the Connector Schema service API you need to create a personal or team API key. The key needs one of the following permissions.
PermissionDescription
notification-center-connectors:ReadSummaryView connector schemas.
notification-center-presets:ReadSummaryView preset schemas.

Common error response codes

Status CodeDescription
400 Bad RequestResponse code 400
401 UnauthorizedResponse code 401
500 Internal Server ErrorResponse code 500