Quota
Package : spaceone.api.notification.v1
Quota
Quota Methods:
create
POST /notification/v1/quotas
Creates a new Quota for Protocol.
Request
Response
update
PUT /notification/v1/quota/{quota_id}
Updates a exist Quota information.
Request
Response
delete
DELETE /notification/v1/quota/{quota_id}
Delete the Quota.
Request
Response
get
GET /notification/v1/quota/{quota_id}
Gets a single Quota information.
Request
Response
list
GET /notification/v1/quotas
POST /notification/v1/quotas/search
Lists the specified Quota 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/quotas/stat
Request
Response
Message
CreateQuotaRequest
protocol_id
string
✔
domain_id
string
✔
The ID of domain.
QuotaInfo
quota_id
string
The ID of Quota.
protocol_id
string
The ID of Protocol.
domain_id
string
The ID of domain
QuotaQuery
query
✘
Query format provided by SpaceONE. Please check the link for more information.
quota_id
string
✘
The ID of Quota.
protocol_id
string
✘
The ID of Protocol.
domain_id
string
✔
The ID of domain.
QuotaRequest
quota_id
string
✔
The ID of Quota.
domain_id
string
✔
The ID of domain.
QuotaStatQuery
query
✔
Statistics Query format provided by SpaceONE. Please check the link for more information.
domain_id
string
✔
The ID of domain.
QuotasInfo
UpdateQuotaRequest
quota_id
string
✔
The ID of Quota.
domain_id
string
✔
Last updated