SpaceONE APIs
Latest Version
Search
K

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.
Type
Message
Request
Response

stat

POST /notification/v1/notification-usages/stat
Type
Message
Request
Response

Message

NotificationUsageInfo

Field
Type
Description
protocol_id
string
The ID of Protocol.
usage_date
string
Usage Date.
usage_month
string
Usage Month.
count
int32
Usage count using actual notifications.
fail_count
int32
Fail count when dispatching notifications.
domain_id
string
The ID of domain

NotificationUsageQuery

Field
Type
Required
Description
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

Field
Type
Required
Description
query
Statistics Query format provided by SpaceONE. Please check the link for more information.
domain_id
string
The ID of domain.

NotificationUsagesInfo

Field
Type
Description
results
List of queried Notification Usage.
total_count
int32
Total counts of queried Notification Usage.