Notification Usage
Package : spaceone.api.notification.v1
NotificationUsage
NotificationUsage Methods:
list
GET /notification/v1/notification-usages
POST /notification/v1/notification-usages/search
Lists for the Notification usage information.Can search information using the query format provided by SpaceONE.Detailed information about Query format can be checked in the Search Query pages.
Request
Response
stat
POST /notification/v1/notification-usages/stat
Request
Response
Message
NotificationUsageInfo
protocol_id
string
The ID of Protocol.
usage_date
string
Usage Date.
usage_month
string
Usage Month.
count
Usage count using actual notifications.
fail_count
Fail count when dispatching notifications.
domain_id
string
The ID of domain
NotificationUsageQuery
query
✘
Query format provided by SpaceONE. Please check the link for more information.
protocol_id
string
✘
The ID of Protocol.
domain_id
string
✔
The ID of domain.
NotificationUsageStatQuery
query
✔
Statistics Query format provided by SpaceONE. Please check the link for more information.
domain_id
string
✔
The ID of domain.
NotificationUsagesInfo
results
List of queried Notification Usage.
total_count
Total counts of queried Notification Usage.
Last updated
Was this helpful?