curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/notifications/notification-center/v1/connectors \
--header 'Authorization: <api-key>'{
"connectors": [
{
"configOverrides": [
{
"entityType": "ENTITY_TYPE_UNSPECIFIED",
"fields": [
{
"fieldName": "<string>",
"template": "<string>"
}
]
}
],
"connectorConfig": {
"fields": [
{
"fieldName": "<string>",
"value": "<string>"
}
]
},
"createTime": "2023-11-07T05:31:56Z",
"description": "Connector for team notifications",
"diagnostics": {
"delivery": "DELIVERY_UNSPECIFIED"
},
"id": "a16e24c8-4db2-4abf-ba3c-c9e1fc35a3b9",
"name": "My Slack Connector",
"teamId": 12345,
"type": "CONNECTOR_TYPE_UNSPECIFIED",
"updateTime": "2023-11-07T05:31:56Z"
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/notifications/notification-center/v1/connectors \
--header 'Authorization: <api-key>'{
"connectors": [
{
"configOverrides": [
{
"entityType": "ENTITY_TYPE_UNSPECIFIED",
"fields": [
{
"fieldName": "<string>",
"template": "<string>"
}
]
}
],
"connectorConfig": {
"fields": [
{
"fieldName": "<string>",
"value": "<string>"
}
]
},
"createTime": "2023-11-07T05:31:56Z",
"description": "Connector for team notifications",
"diagnostics": {
"delivery": "DELIVERY_UNSPECIFIED"
},
"id": "a16e24c8-4db2-4abf-ba3c-c9e1fc35a3b9",
"name": "My Slack Connector",
"teamId": 12345,
"type": "CONNECTOR_TYPE_UNSPECIFIED",
"updateTime": "2023-11-07T05:31:56Z"
}
]
}API key authentication
CONNECTOR_TYPE_UNSPECIFIED, SLACK, GENERIC_HTTPS, PAGERDUTY, IBM_EVENT_NOTIFICATIONS, SERVICE_NOW, EMAIL ENTITY_TYPE_UNSPECIFIED, ALERTS, TEST_NOTIFICATIONS, CASES Response containing a list of connectors
Show child attributes
Was this page helpful?