Get supported Notification Channels
Notification Channel types
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
[- {
- "name": "my-email",
- "type": "email"
}
]Create notification channel
Notification channel created
Bad request.
Unauthorized
Forbidden
The specified resource was not found
The specified resource already exists
unexpected error
unexpected error
unexpected error
{- "type": "email",
- "config": {
- "username": "email@gmail.com",
- "password": 123456,
- "smtpHost": "smtp.gmail.com",
- "from": "email@gmail.com",
- "subject": "My subject"
}
}{- "code": 400,
- "message": "Required parameter is missing"
}Get notification channel
Notification channel
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
{- "type": "email",
- "config": {
- "username": "email@gmail.com",
- "password": 123456,
- "smtpHost": "smtp.gmail.com",
- "from": "email@gmail.com",
- "subject": "My subject"
}, - "name": "string"
}Patch notification channel
Notification channel patched
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
{- "type": "email",
- "config": {
- "username": "email@gmail.com",
- "password": 123456,
- "smtpHost": "smtp.gmail.com",
- "from": "email@gmail.com",
- "subject": "My subject"
}
}{- "code": 400,
- "message": "Required parameter is missing"
}Update notification channel
Notification channel updated
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
{- "type": "email",
- "config": {
- "username": "email@gmail.com",
- "password": 123456,
- "smtpHost": "smtp.gmail.com",
- "from": "email@gmail.com",
- "subject": "My subject"
}
}{- "code": 400,
- "message": "Required parameter is missing"
}Delete notification channel
Notification channel deleted
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
{- "code": 400,
- "message": "Required parameter is missing"
}Validate configuration of Notification Channel
Notification Channel validity
Bad request.
Unauthorized
Forbidden
The specified resource was not found
The specified resource already exists
unexpected error
unexpected error
unexpected error
{- "type": "email",
- "config": {
- "username": "email@gmail.com",
- "password": 123456,
- "smtpHost": "smtp.gmail.com",
- "from": "email@gmail.com",
- "subject": "My subject"
}
}true