curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/3/notifications/notification-center/v1/connectors:listSummaries \
--header 'Authorization: <api-key>'{
"connectors": [
{
"createTime": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"teamId": 123,
"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:listSummaries \
--header 'Authorization: <api-key>'{
"connectors": [
{
"createTime": "2023-11-07T05:31:56Z",
"description": "<string>",
"id": "<string>",
"name": "<string>",
"teamId": 123,
"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 summaries of connectors
Show child attributes
Was this page helpful?