Replace a Connector
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/4/notifications/notification-center/v1/connectors \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"connector": {
"configOverrides": [
{
"fields": [
{
"fieldName": "<string>",
"template": "<string>"
}
]
}
],
"connectorConfig": {
"fields": [
{
"fieldName": "<string>",
"value": "<string>"
}
]
},
"createTime": "2023-11-07T05:31:56Z",
"description": "Connector for team notifications",
"diagnostics": {},
"id": "a16e24c8-4db2-4abf-ba3c-c9e1fc35a3b9",
"name": "My Slack Connector",
"teamId": 12345,
"updateTime": "2023-11-07T05:31:56Z"
}
}
'{
"connector": {
"configOverrides": [
{
"fields": [
{
"fieldName": "<string>",
"template": "<string>"
}
]
}
],
"connectorConfig": {
"fields": [
{
"fieldName": "<string>",
"value": "<string>"
}
]
},
"createTime": "2023-11-07T05:31:56Z",
"description": "Connector for team notifications",
"diagnostics": {},
"id": "a16e24c8-4db2-4abf-ba3c-c9e1fc35a3b9",
"name": "My Slack Connector",
"teamId": 12345,
"updateTime": "2023-11-07T05:31:56Z"
}
}Connectors Service
Replace a Connector
No description available
Replace a Connector
curl --request PUT \
--url https://api.coralogix.com/mgmt/openapi/4/notifications/notification-center/v1/connectors \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"connector": {
"configOverrides": [
{
"fields": [
{
"fieldName": "<string>",
"template": "<string>"
}
]
}
],
"connectorConfig": {
"fields": [
{
"fieldName": "<string>",
"value": "<string>"
}
]
},
"createTime": "2023-11-07T05:31:56Z",
"description": "Connector for team notifications",
"diagnostics": {},
"id": "a16e24c8-4db2-4abf-ba3c-c9e1fc35a3b9",
"name": "My Slack Connector",
"teamId": 12345,
"updateTime": "2023-11-07T05:31:56Z"
}
}
'{
"connector": {
"configOverrides": [
{
"fields": [
{
"fieldName": "<string>",
"template": "<string>"
}
]
}
],
"connectorConfig": {
"fields": [
{
"fieldName": "<string>",
"value": "<string>"
}
]
},
"createTime": "2023-11-07T05:31:56Z",
"description": "Connector for team notifications",
"diagnostics": {},
"id": "a16e24c8-4db2-4abf-ba3c-c9e1fc35a3b9",
"name": "My Slack Connector",
"teamId": 12345,
"updateTime": "2023-11-07T05:31:56Z"
}
}Authorizations
API key authentication
Body
application/json
Request to replace an existing connector
A connector configuration for sending notifications
Show child attributes
Show child attributes
Response
200 - application/json
Response containing the updated connector
A connector configuration for sending notifications
Show child attributes
Show child attributes
Was this page helpful?
⌘I