User Channel
Package : spaceone.api.notification.v1
UserChannel
UserChannel Methods:
NO
Method
Request Type
Response Type
Description
create
POST /notification/v1/user-channels
update
PUT /notification/v1/user-channel/{user_channel_id}
set_subscription
PUT /notification/v1/user-channel/{user_channel_id}/subscription
enable
PUT /notification/v1/user-channel/{user_channel_id}/enable
disable
PUT /notification/v1/user-channel/{user_channel_id}/disable
delete
DELETE /notification/v1/user-channel/{user_channel_id}
get
GET /notification/v1/user-channel/{user_channel_id}
list
GET /notification/v1/user-channels
POST /notification/v1/user-channels/search
stat
POST /notification/v1/user-channels/stat
Message
CreateUserChannelRequest
No
Field
Type
Required
Description
1
protocol_id
string
✅
2
name
string
✅
3
schema
string
✅
5
is_subscribe
bool
❌
6
subscriptions
list of string
❌
9
user_id
string
✅
10
domain_id
string
✅
GetUserChannelRequest
No
Field
Type
Required
Description
1
user_channel_id
string
✅
2
domain_id
string
✅
3
only
list of string
❌
UpdateSubscriptionRequest
No
Field
Type
Required
Description
1
user_channel_id
string
✅
2
is_subscribe
bool
✅
3
subscriptions
list of string
❌
4
domain_id
string
✅
UpdateUserChannelRequest
No
Field
Type
Required
Description
1
user_channel_id
string
✅
2
name
string
❌
6
domain_id
string
✅
UserChannelInfo
No
Field
Type
Description
1
user_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
11
protocol_id
string
12
user_id
string
13
domain_id
string
14
created_at
string
UserChannelQuery
No
Field
Type
Required
Description
2
user_channel_id
string
❌
3
name
string
❌
4
state
NONE
ENABLED
DISABLED
❌
5
schema
string
❌
6
secret_id
string
❌
7
protocol_id
string
❌
8
user_id
string
❌
9
domain_id
string
✅
UserChannelRequest
No
Field
Type
Required
Description
1
user_channel_id
string
✅
2
domain_id
string
✅
UserChannelSchedule
UserChannelStatQuery
UserChannelsInfo
Last updated