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.

stat

POST /notification/v1/notification-usages/stat

Message

NotificationUsageInfo

FieldTypeDescription

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

FieldTypeRequiredDescription

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

FieldTypeRequiredDescription

query

Statistics Query format provided by SpaceONE. Please check the link for more information.

domain_id

string

The ID of domain.

NotificationUsagesInfo

FieldTypeDescription

results

List of queried Notification Usage.

total_count

Total counts of queried Notification Usage.

Last updated