curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/5/notifications/notification-center/v1/connectors/list/summaries \
--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": "<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/5/notifications/notification-center/v1/connectors/list/summaries \
--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": "<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?