Tests the connection Of A notification provider.
Tests the connection of a notification provider.
Request
URI
POST
https://{api_host}/notification-service/api/notifications/providers/connectivity
COPY
Request Body
NotificationProvider
of type(s)
application/json
Optional
Show optional properties
{
"providerDirection": "string",
"type": "string"
}
{
"providerMode": {
"role": "string",
"overriddenGlobalProviderId": "string"
},
"name": "string",
"description": "string",
"providerDirection": "string",
"id": "string",
"type": "string",
"version": 0
}
Responses
200
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"providerDirection:"string","type:"string"}' https://{api_host}/notification-service/api/notifications/providers/connectivity
Notification Provider Operations
GET
Retrieves A tenant notification provider given its unique identifier.
DELETE
Deletes A tenant notification provider given its unique identifier.
PUT
Updates A tenant notification provider.
GET
Retrieves A global notification provider given its unique identifier.
DELETE
Deletes A global notification provider given its unique identifier.
PUT
Updates A global notification provider.
POST
Tests the connection Of A notification provider.
GET
Returns A page Of tenant Notification Provider Creation Info.
GET
Returns A page Of global Notification Provider Creation Info.
POST
Creats A tenant notification provider.
GET
Retrieves A page Of notification providers Of A given tenant.
POST
Creates A global notification provider.
GET
Retrieves A page Of global notification providers.