Quota

Package : spaceone.api.notification.v1

Quota

Quota Methods:

create

POST /notification/v1/quotas

Creates a new Quota for Protocol.

TypeMessage

Request

Response

update

PUT /notification/v1/quota/{quota_id}

Updates a exist Quota information.

TypeMessage

Request

Response

delete

DELETE /notification/v1/quota/{quota_id}

Delete the Quota.

TypeMessage

Request

Response

get

GET /notification/v1/quota/{quota_id}

Gets a single Quota information.

TypeMessage

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.

TypeMessage

Request

Response

stat

POST /notification/v1/quotas/stat

TypeMessage

Request

Response

Message

CreateQuotaRequest

FieldTypeRequiredDescription

protocol_id

string

limit

The information about Quota limitation.

domain_id

string

The ID of domain.

QuotaInfo

FieldTypeDescription

quota_id

string

The ID of Quota.

protocol_id

string

The ID of Protocol.

limit

The information about Quota limitation.

domain_id

string

The ID of domain

QuotaQuery

FieldTypeRequiredDescription

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

FieldTypeRequiredDescription

quota_id

string

The ID of Quota.

domain_id

string

The ID of domain.

QuotaStatQuery

FieldTypeRequiredDescription

query

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

domain_id

string

The ID of domain.

QuotasInfo

FieldTypeDescription

results

List of queried Quota.

total_count

Total counts of queried Quota.

UpdateQuotaRequest

FieldTypeRequiredDescription

quota_id

string

The ID of Quota.

limit

The information about Quota limitation.

domain_id

string

Last updated