All Products
Search
Document Center

Quota Center:ModifyQuotaTemplateServiceStatus

Last Updated:Jun 07, 2024

Changes the status of a quota template. By default, the quota template is not configured. If the management account of a resource directory uses a quota template for the first time, you must enable the quota template.

Operation description

Prerequisites

A resource directory is enabled. For more information, see EnableResourceDirectory .

Usage notes

If the ServiceStatus parameter is set to 0 or -1, you can call this operation to set the parameter to 1. Then, you can call the CreateTemplateQuotaItem operation to create a quota template.

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 status 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 status 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.