Create Notification Destination
Request
URI
POST
https://{api_host}/api/notification-destinations
COPY
Request Body
notificationsCreateNotificationDestinationRequest
of type(s)
application/json
Required
"notificationsCreateNotificationDestinationRequest Object"
string
username
Optional
username
string
authenticationType
Optional
Constraints:
default: UNKNOWN_AUTHENTICATION_TYPE
authenticationType
Possible values are :
UNKNOWN_AUTHENTICATION_TYPE,
NO_AUTH,
BASIC,
string
protocol
Optional
Constraints:
default: UNKNOWN_NOTIFICATION_PROTOCOL
protocol
Possible values are :
UNKNOWN_NOTIFICATION_PROTOCOL,
HTTP,
SMTP,
string
name
Optional
name
string
certificate
Optional
certificate
string
sslTlsVersion
Optional
Constraints:
default: UNKNOWN_TLS_VERSION
sslTlsVersion
Possible values are :
UNKNOWN_TLS_VERSION,
NO_CERT,
TLS1_2,
string
host
Optional
host
string
password
Optional
password
integer As int32
As int32
port
Optional
port
string
description
Optional
description
Responses
200
Returns
notificationsNotificationDestinationId
of type(s)
*/*
{
"id": "string"
}
string
id
Optional
id
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' 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