All Products
Search
Document Center

Quota Center:GetQuotaTemplateServiceStatus

Last Updated:Apr 22, 2024

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

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
ResourceDirectoryIdstringNo

The ID of the resource directory.

rd-pG****

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 Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400