Quota
Package : spaceone.api.notification.v1
Quota
Quota Methods:
Method | Request | Response |
---|---|---|
create
POST /notification/v1/quotas
Creates a new Quota for Protocol.
Type | Message |
---|---|
Request | |
Response |
update
PUT /notification/v1/quota/{quota_id}
Updates a exist Quota information.
Type | Message |
---|---|
Request | |
Response |
delete
DELETE /notification/v1/quota/{quota_id}
Delete the Quota.
Type | Message |
---|---|
Request | |
Response |
get
GET /notification/v1/quota/{quota_id}
Gets a single Quota information.
Type | Message |
---|---|
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.
Type | Message |
---|---|
Request | |
Response |
stat
POST /notification/v1/quotas/stat
Type | Message |
---|---|
Request | |
Response |
Message
CreateQuotaRequest
Field | Type | Required | Description |
---|---|---|---|
protocol_id | string | ✔ | |
limit | ✔ | The information about Quota limitation. | |
domain_id | string | ✔ | The ID of domain. |
QuotaInfo
Field | Type | Description |
---|---|---|
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
Field | Type | Required | Description |
---|---|---|---|
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
Field | Type | Required | Description |
---|---|---|---|
quota_id | string | ✔ | The ID of Quota. |
domain_id | string | ✔ | The ID of domain. |
QuotaStatQuery
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. |
QuotasInfo
Field | Type | Description |
---|---|---|
results | List of queried Quota. | |
total_count | Total counts of queried Quota. |
UpdateQuotaRequest
Field | Type | Required | Description |
---|---|---|---|
quota_id | string | ✔ | The ID of Quota. |
limit | ✔ | The information about Quota limitation. | |
domain_id | string | ✔ |
Last updated