Get supported Notification Channels
Notification Channel types
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
[- {
- "name": "my-slack",
- "type": "slack"
}
]
Create configuration of notification channel
Notification channel config
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"
}, - "name": "string"
}
{- "type": "email",
- "config": {
- "username": "email@gmail.com",
- "password": 123456,
- "smtpHost": "smtp.gmail.com",
- "from": "email@gmail.com",
- "subject": "My subject"
}, - "name": "string"
}
Get configuration of notification channel
Notification channel config
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 configuration of Notification Channel
Notification Channel config
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"
}
}
{- "type": "email",
- "config": {
- "username": "email@gmail.com",
- "password": 123456,
- "smtpHost": "smtp.gmail.com",
- "from": "email@gmail.com",
- "subject": "My subject"
}, - "name": "string"
}
Update configuration of Notification Channel
Notification Channel config
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"
}
{- "type": "email",
- "config": {
- "username": "email@gmail.com",
- "password": 123456,
- "smtpHost": "smtp.gmail.com",
- "from": "email@gmail.com",
- "subject": "My subject"
}, - "name": "string"
}
Delete configuration of Notification Channel
The resource was deleted successfully.
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