Create Notification Destination
Request
URI
POST
https://{api_host}//api/notification-destinations
COPY
Request Body
notificationsCreateNotificationDestinationRequest of type(s) application/json
Required
{
"username": "string",
"authenticationType": "string",
"protocol": "string",
"name": "string",
"certificate": "string",
"sslTlsVersion": "string",
"host": "string",
"password": "string",
"port": 0,
"description": "string"
}
string
username
Optional
username
string
name
Optional
name
string
certificate
Optional
certificate
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
Notification Destination Service Operations
POST
Create Notification Destination
DELETE
Delete Notification Destination
GET
Get Notification Destination
GET
List Notification Destinations
PUT
Update Notification Destination