All Products
Search
Document Center

Elastic Container Instance:ListUsage

更新時間:Jul 22, 2024

Queries the used amounts and upper limits of privileges and quotas that you have in a specified region.

Operation description

This operation does not support resource group authentication.

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
RegionIdstringYes

The region ID.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

89164E78-FC82-4684-BE97-DCDD85D26546
Attributesobject

The information about the used amounts and upper limits of privileges and quotas that you have in the specified region. The information contains the following items:

  • UsedCpu: the number of existing vCPUs.
  • MaxCpu: the upper limit of vCPUs.
  • MaxImageCacheCount: the upper limit of manually created image caches.
  • UsedImageCacheCount: the number of existing image caches that are manually created.
  • MaxAutoImageCacheCount: the upper limit of automatically created image caches.
  • UsedAutoImageCacheCount: the number of existing image caches that are automatically created.
  • MaxDataCacheCount: the upper limit of DataCaches.
  • UsedDataCacheCount: the number of existing DataCaches.
{"UsedCpu": 11,"MaxCpu": 1000,"MaxImageCacheCount": 50,"UsedImageCacheCount": 0}

Examples

Sample success responses

JSONformat

{
  "RequestId": "89164E78-FC82-4684-BE97-DCDD85D26546",
  "Attributes": {
    "UsedCpu": 11,
    "MaxCpu": 1000,
    "MaxImageCacheCount": 50,
    "UsedImageCacheCount": 0
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history