Get Notification Destination
Request
URI
GET
https://{api_host}/api/notification-destinations/{id}
COPY
Responses
200
Returns
notificationsNotificationDestination
of type(s)
*/*
{
"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"
}
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
description
Optional
description
string
certificate
Optional
certificate
string As int64
As int64
lastUpdatedTime
Optional
lastUpdatedTime
string
sslTlsVersion
Optional
Constraints:
default: UNKNOWN_TLS_VERSION
sslTlsVersion
Possible values are :
UNKNOWN_TLS_VERSION,
NO_CERT,
TLS1_2,
integer As int32
As int32
port
Optional
port
string
host
Optional
host
string
lastUpdatedBy
Optional
lastUpdatedBy
string
orgId
Optional
orgId
string
createdBy
Optional
createdBy
string As int64
As int64
createdTime
Optional
createdTime
integer As int32
As int32
updateVersion
Optional
updateVersion
string
id
Optional
id
string
name
Optional
name
404
Not Found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/notification-destinations/{id}
Notification Destination Service Operations
POST
Create Notification Destination
GET
List Notification Destinations
PUT
Update Notification Destination
DELETE
Delete Notification Destination
GET
Get Notification Destination