Skip to main content
GET
/
model-monitor
/
v2
/
api
/
notification
/
channel-config
Fetch channel config for notifications in DMM.
curl --request GET \
  --url https://api.example.com/model-monitor/v2/api/notification/channel-config \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "host": "<string>",
  "port": 123,
  "username": "<string>",
  "password": "<string>",
  "sender": "<string>",
  "recipients": "<string>",
  "configType": "<string>",
  "tlsEnabled": true,
  "id": "<string>",
  "createdAt": 123,
  "updatedAt": 123
}

Authorizations

X-Domino-Api-Key
string
header
required

Response

Channel config fetched successfully.

Channel config to be used to send notifications to a particular channel via Domino Model Monitor.

host
string

SMTP host.

port
integer

SMTP port.

username
string

SMTP username.

password
string

SMTP password.

sender
string

mail address to be used to send mail notification alerts.

recipients
string

mail addresses of the recipients globally configured for mail notification alerts.

configType
string

Notification Config type

tlsEnabled
boolean

SMTP TLS enabled.

id
string

Channel Config's Unique identifier.

createdAt
integer

Creation timestamp of the Channel Config in Domino Model Monitor.

updatedAt
integer

Last update timestamp for the Channel Config in Domino Model Monitor.