Quota Manager API, REST: QuotaRequest.Cancel
Cancels quotas in the specified quota request.
HTTP request
POST https://quota-manager.api.cloud.yandex.net/quota-manager/v1/quotaRequests/{quotaRequestId}/cancel
Path parameters
|
Field |
Description |
|
quotaRequestId |
string Required field. ID of the quota request to update. |
Body parameters
{
"quotaIds": [
"string"
]
}
|
Field |
Description |
|
quotaIds[] |
string Quota IDs that is being canceled. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"description": "string",
"createdAt": "string",
"createdBy": "string",
"modifiedAt": "string",
"done": "boolean",
"metadata": {
"quotaRequestId": "string"
},
// Includes only one of the fields `error`, `response`
"error": {
"code": "integer",
"message": "string",
"details": [
"object"
]
},
"response": {
"id": "string",
"resource": {
"id": "string",
"type": "string"
},
"createdAt": "string",
"status": "string",
"quotaLimits": [
{
"quotaId": "string",
"desiredLimit": "string",
"approvedLimit": "string",
"unit": "string",
"status": "string",
"message": "string",
"modifiedBy": "string"
}
],
"createdBy": "string"
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
|
Field |
Description |
|
id |
string ID of the operation. |
|
description |
string Description of the operation. 0-256 characters long. |
|
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
|
createdBy |
string ID of the user or service account who initiated the operation. |
|
modifiedAt |
string (date-time) The time when the Operation resource was last modified. String in RFC3339 To work with values in this field, use the APIs described in the |
|
done |
boolean If the value is |
|
metadata |
Service-specific metadata associated with the operation. |
|
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
|
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
CancelQuotaRequestMetadata
|
Field |
Description |
|
quotaRequestId |
string ID of the quota request that is being updated. |
Status
The error result of the operation in case of failure or cancellation.
|
Field |
Description |
|
code |
integer (int32) Error code. An enum value of google.rpc.Code |
|
message |
string An error message. |
|
details[] |
object A list of messages that carry the error details. |
QuotaRequest
|
Field |
Description |
|
id |
string ID of the quota request. |
|
resource |
|
|
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
|
status |
enum (Status) Status of current quota request.
|
|
quotaLimits[] |
Quota limits |
|
createdBy |
string ID of the subject who created quota request. |
Resource
|
Field |
Description |
|
id |
string Required field. The id if the resource. |
|
type |
string Required field. The type of the resource, e.g. resource-manager.cloud, billing.account. |
QuotaLimit
|
Field |
Description |
|
quotaId |
string ID of the quota. |
|
desiredLimit |
string Desired limit. |
|
approvedLimit |
string Approved limit. |
|
unit |
string Unit of quota. |
|
status |
enum (Status) Status of current quota limit.
|
|
message |
string |
|
modifiedBy |
string ID of the subject who modified quota limit. |