Notification Usage
Package : spaceone.api.notification.v1
NotificationUsage
NotificationUsage Methods:
Method | Request | Response |
---|---|---|
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 | Usage count using actual notifications. | |
fail_count | 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 | Total counts of queried Notification Usage. |
Last updated