API Guide
404 — Requested entity does not exist
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
PUT /notifications/smtp
Applies the specified SMTP configuration.
API
PUT /notifications/smtp
Description This API applies the SMTP configuration provided in configuration, if valid. This will be used for sending
notification emails.
Parameters
Table 63. API parameters
Filter name Description
body For example:
{
"image_server_oid": "string",
"switch_group_oid": "string",
"image_file_name": "string",
"extended_path": "string",
"name": "string",
"description": "string"
}
Notifications 133










