Project Channel
Package : spaceone.api.notification.v1
ProjectChannel
ProjectChannel Methods:
NO
Method
Request Type
Response Type
Description
create
POST /notification/v1/project-channels
update
PUT /notification/v1/project-channel/{project_channel_id}
set_subscription
PUT /notification/v1/project-channel/{project_channel_id}/subscription
enable
PUT /notification/v1/project-channel/{project_channel_id}/enable
disable
PUT /notification/v1/project-channel/{project_channel_id}/disable
delete
DELETE /notification/v1/project-channel/{project_channel_id}
get
GET /notification/v1/project-channel/{project_channel_id}
list
GET /notification/v1/project-channels
POST /notification/v1/project-channels/search
stat
POST /notification/v1/project-channels/stat
Message
CreateProjectChannelRequest
No
Field
Type
Required
Description
1
protocol_id
string
✅
2
name
string
✅
3
schema
string
✅
5
is_subscribe
bool
❌
6
subscriptions
list of string
❌
7
notification_level
NONE
ALL
LV1
LV2
LV3
LV4
LV5
❌
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
NONE
ENABLED
DISABLED
4
schema
string
6
secret_id
string
7
is_subscribe
bool
8
subscriptions
list of string
9
notification_level
NONE
ALL
LV1
LV2
LV3
LV4
LV5
12
protocol_id
string
13
project_id
string
14
domain_id
string
15
created_at
string
ProjectChannelQuery
No
Field
Type
Required
Description
2
project_channel_id
string
❌
3
name
string
❌
4
state
NONE
ENABLED
DISABLED
❌
5
schema
string
❌
6
secret_id
string
❌
7
notification_level
NONE
ALL
LV1
LV2
LV3
LV4
LV5
❌
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
ProjectChannelsInfo
UpdateProjectChannelRequest
No
Field
Type
Required
Description
1
project_channel_id
string
✅
2
name
string
❌
4
subscriptions
list of string
❌
5
notification_level
NONE
ALL
LV1
LV2
LV3
LV4
LV5
❌
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