Project Channel
Package : spaceone.api.notification.v1
ProjectChannel
ProjectChannel Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 | ||||
9 |
create
POST /notification/v1/project-channels
Type | Message |
Request | |
Response |
update
PUT /notification/v1/project-channel/{project_channel_id}
Type | Message |
Request | |
Response |
set_subscription
PUT /notification/v1/project-channel/{project_channel_id}/subscription
Type | Message |
Request | |
Response |
enable
PUT /notification/v1/project-channel/{project_channel_id}/enable
Type | Message |
Request | |
Response |
disable
PUT /notification/v1/project-channel/{project_channel_id}/disable
Type | Message |
Request | |
Response |
delete
DELETE /notification/v1/project-channel/{project_channel_id}
Type | Message |
Request | |
Response |
get
GET /notification/v1/project-channel/{project_channel_id}
Type | Message |
Request | |
Response |
list
GET /notification/v1/project-channels
POST /notification/v1/project-channels/search
Type | Message |
Request | |
Response |
stat
POST /notification/v1/project-channels/stat
Type | Message |
Request | |
Response |
Message
CreateProjectChannelRequest
No | Field | Type | Required | Description |
1 | protocol_id | string | ✅ | |
2 | name | string | ✅ | |
3 | schema | string | ✅ | |
4 | data | ✅ | ||
5 | is_subscribe | bool | ❌ | |
6 | subscriptions | list of string | ❌ | |
7 | notification_level |
| ❌ | |
8 | schedule | ❌ | ||
9 | tags | ❌ | ||
10 | project_id | string | ✅ | |
11 | domain_id | string | ✅ |
GetProjectChannelRequest
No | Field | Type | Required | Description |
1 | project_channel_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
ProjectChannelInfo
No | Field | Type | Description |
1 | project_channel_id | string | |
2 | name | string | |
3 | state |
| |
4 | schema | string | |
5 | data | ||
6 | secret_id | string | |
7 | is_subscribe | bool | |
8 | subscriptions | list of string | |
9 | notification_level |
| |
10 | schedule | ||
11 | tags | ||
12 | protocol_id | string | |
13 | project_id | string | |
14 | domain_id | string | |
15 | created_at | string |
ProjectChannelQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | project_channel_id | string | ❌ | |
3 | name | string | ❌ | |
4 | state |
| ❌ | |
5 | schema | string | ❌ | |
6 | secret_id | string | ❌ | |
7 | notification_level |
| ❌ | |
8 | protocol_id | string | ❌ | |
9 | project_id | string | ❌ | |
10 | domain_id | string | ✅ |
ProjectChannelRequest
No | Field | Type | Required | Description |
1 | project_channel_id | string | ✅ | |
2 | domain_id | string | ✅ |
ProjectChannelSchedule
ProjectChannelStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
ProjectChannelsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
UpdateProjectChannelRequest
No | Field | Type | Required | Description |
1 | project_channel_id | string | ✅ | |
2 | name | string | ❌ | |
3 | data | ❌ | ||
4 | subscriptions | list of string | ❌ | |
5 | notification_level |
| ❌ | |
6 | schedule | ❌ | ||
7 | tags | ❌ | ||
8 | domain_id | string | ✅ |
UpdateSubscriptionRequest
No | Field | Type | Required | Description |
1 | project_channel_id | string | ✅ | |
2 | is_subscribe | bool | ✅ | |
3 | subscriptions | list of string | ❌ | |
4 | domain_id | string | ✅ |
Last updated