All Products
Search
Document Center

Quota Center:ModifyQuotaTemplateServiceStatus

Last Updated:Apr 22, 2024

Changes the status of a quota template. You must call this operation by using a management account.

Operation description

By default, the quota template is enabled.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ServiceStatusintegerYes

The state of the quota template. Valid values:

  • -1: The quota template is disabled.
  • 1: The quota template is enabled.
1

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053
TemplateServiceStatusobject

The status of the quota template.

ServiceStatusinteger

The state of the quota template. Valid values:

  • -1: The quota template is disabled.
  • 1: The quota template is enabled.
1
ResourceDirectoryIdstring

The ID of the resource directory.

rd-pG****

Examples

Sample success responses

JSONformat

{
  "RequestId": "D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053",
  "TemplateServiceStatus": {
    "ServiceStatus": 1,
    "ResourceDirectoryId": "rd-pG****"
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-09-22The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.