Notification Usage
Package : spaceone.api.notification.v1
NotificationUsage Methods:
Method | Request | Response |
---|---|---|
GET /notification/v1/notification-usagesPOST /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 |
POST /notification/v1/notification-usages/stat
Type | Message |
---|---|
Request | |
Response |
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. |
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. |
Field | Type | Description |
---|---|---|
results | List of queried Notification Usage. | |
total_count | Total counts of queried Notification Usage. |
Last modified 1yr ago