Quota

Package : spaceone.api.notification.v1

Quota

Quota Methods:

create

POST /notification/v1/quotas

Creates a new Quota for Protocol.

update

PUT /notification/v1/quota/{quota_id}

Updates a exist Quota information.

delete

DELETE /notification/v1/quota/{quota_id}

Delete the Quota.

get

GET /notification/v1/quota/{quota_id}

Gets a single Quota information.

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.

stat

POST /notification/v1/quotas/stat

Message

CreateQuotaRequest

QuotaInfo

QuotaQuery

QuotaRequest

QuotaStatQuery

QuotasInfo

UpdateQuotaRequest

Last updated