List Notification Destinations
Request
URI
GET
https://{api_host}/api/notification-destinations
COPY
Responses
200
Returns
notificationsListNotificationDestinationsResponse
of type(s)
*/*
{
"pageInfo": {
"totalPages": "string",
"totalElements": "string",
"page": 0,
"pageSize": 0
},
"notificationDestinations": [
{
"username": "string",
"authenticationType": "string",
"protocol": "string",
"description": "string",
"certificate": "string",
"lastUpdatedTime": "string",
"sslTlsVersion": "string",
"port": 0,
"host": "string",
"lastUpdatedBy": "string",
"orgId": "string",
"createdBy": "string",
"createdTime": "string",
"updateVersion": 0,
"id": "string",
"name": "string"
}
]
}
object
pageInfo
Optional
pageInfo
array of
object
notificationDestinations
Optional
notificationDestinations
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/notification-destinations
Notification Destination Service Operations
POST
Create Notification Destination
GET
List Notification Destinations
PUT
Update Notification Destination
DELETE
Delete Notification Destination
GET
Get Notification Destination