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 configuration of notification channel
Notification Channel config 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",
- "apiToken": "xoxb-339636082819-8212861439062-F76IYDQCcoJtX1SeC8k3M"
}, - "name": "string"
}
{- "code": 400,
- "message": "Required parameter is missing"
}
Create Slack app
Created Slack app response
Bad request.
Unauthorized
Forbidden
The specified resource was not found
unexpected error
unexpected error
unexpected error
{- "accessToken": "xoxe.xoxp-1-Mi0yLTMzOTYzNjA4MjgxOS04MDI4MzM3NjUzNzQ2LTgyMDIzNzM1NTM5OTEtODMxNjcyNDM2MjY1OS03MjA4NmUzZGIyMTNlNjU5MjVjMDgzZTJmMTk1NWMzOWUwMGEyOGYzN2U1ZWYxYjA1ZjgxY2IzNDA5YThhMTAq"
}
{
}
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",
- "apiToken": "xoxb-339636082819-8212861439062-F76IYDQCcoJtX1SeC8k3M"
}, - "name": "string"
}
Patch configuration of Notification Channel
Notification Channel config 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",
- "apiToken": "xoxb-339636082819-8212861439062-F76IYDQCcoJtX1SeC8k3M"
}
}
{- "code": 400,
- "message": "Required parameter is missing"
}
Update configuration of Notification Channel
Notification Channel config 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",
- "apiToken": "xoxb-339636082819-8212861439062-F76IYDQCcoJtX1SeC8k3M"
}, - "name": "string"
}
{- "code": 400,
- "message": "Required parameter is missing"
}
Delete configuration of Notification Channel
Notification Channel config 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",
- "apiToken": "xoxb-339636082819-8212861439062-F76IYDQCcoJtX1SeC8k3M"
}
}
true