Domain name for API request: lighthouse.tencentcloudapi.com.
This API is used to query the quota information of general resources.
A maximum of 10 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeGeneralResourceQuotas. |
Version | Yes | String | Common Params. The value used for this API: 2020-03-24. |
Region | No | String | Common Params. This parameter is not required for this API. |
ResourceNames.N | Yes | Array of String | Resource name list. Values: - GENERAL_BUNDLE_INSTANCE : General bundle- STORAGE_BUNDLE_INSTANCE : Storage bundle - ENTERPRISE_BUNDLE_INSTANCE : Enterprise bundle - EXCLUSIVE_BUNDLE_INSTANCE : Dedicated bundle- BEFAST_BUNDLE_INSTANCE : BeFast bundle- USER_KEY_PAIR : Key pair- SNAPSHOT : Snapshot- BLUEPRINT : Custom image- FREE_BLUEPRINT : Free custom image- DATA_DISK : Data disk- FIREWALL_RULE : Firewall rules |
Parameter Name | Type | Description |
---|---|---|
GeneralResourceQuotaSet | Array of GeneralResourceQuota | List of general resource quota details. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to query the resource quota information of an instance.
https://lighthouse.tencentcloudapi.com/?Action=DescribeGeneralResourceQuotas
&ResourceNames.0=GENERAL_BUNDLE_INSTANCE
&<Common request parameters>
{
"Response": {
"GeneralResourceQuotaSet": [
{
"ResourceName": "GENERAL_BUNDLE_INSTANCE",
"ResourceQuotaAvailable": 9,
"ResourceQuotaTotal": 10
}
],
"RequestId": "4dd1a440-39ca-49fb-9f2f-c995db3ae20b"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InvalidParameterValue.InvalidResourceQuotaResourceName | Incorrect quota resource name. |
UnauthorizedOperation.NoPermission | No permission |
本页内容是否解决了您的问题?