User Channel
Package : spaceone.api.notification.v1
UserChannel
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
6
7
8
9
create
POST /notification/v1/user-channels
Type
Message
Request
Response
update
PUT /notification/v1/user-channel/{user_channel_id}
Type
Message
Request
Response
set_subscription
PUT /notification/v1/user-channel/{user_channel_id}/subscription
Type
Message
Request
Response
enable
PUT /notification/v1/user-channel/{user_channel_id}/enable
Type
Message
Request
Response
disable
PUT /notification/v1/user-channel/{user_channel_id}/disable
Type
Message
Request
Response
delete
DELETE /notification/v1/user-channel/{user_channel_id}
Type
Message
Request
Response
get
GET /notification/v1/user-channel/{user_channel_id}
Type
Message
Request
Response
list
GET /notification/v1/user-channels
POST /notification/v1/user-channels/search
Type
Message
Request
Response
stat
POST /notification/v1/user-channels/stat
Type
Message
Request
Response
Message
CreateUserChannelRequest
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
schedule
❌
8
tags
❌
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
❌
3
data
❌
4
schedule
❌
5
tags
❌
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
5
data
6
secret_id
string
7
is_subscribe
bool
8
subscriptions
list of string
9
schedule
10
tags
11
protocol_id
string
12
user_id
string
13
domain_id
string
14
created_at
string
UserChannelQuery
No
Field
Type
Required
Description
1
query
❌
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
No
Field
Type
Description
1
day_of_week
NONE
MON
TUE
WED
THU
FRI
SAT
SUN
2
start_hour
3
end_hour
UserChannelStatQuery
No
Field
Type
Required
Description
1
query
✅
2
domain_id
string
✅
UserChannelsInfo
No
Field
Type
Description
1
results
2
total_count
Last updated
Was this helpful?