Domain name for API request: ecm.tencentcloudapi.com.
This API is used to get the packing quota of a model in a region (when a virtual model is used, a set of correlated packing quotas will be returned).
A maximum of 20 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: DescribePackingQuotaGroup. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
Filters.N | No | Array of Filter | Filter. Zone: AZ; InstanceType: instance type; DataDiskSize: data disk size. |
Parameter Name | Type | Description |
---|---|---|
PackingQuotaSet | Array of PackingQuotaGroup | Set of packing quotas. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://ecm.tencentcloudapi.com/?Action=DescribePackingQuotaGroup
&Filters.0.Name=Zone
&Filters.0.Values.0=ap-beijing-ecm-ct
&Filters.1.Name=InstanceType
&Filters.1.Values.0=SN3ne.2XLARGE16
&Filters.2.Name=DataDiskSize
&Filters.2.Values.0=100
&<Common request parameters>
{
"Response": {
"PackingQuotaSet": [
{
"ZoneId": 10580001,
"Zone": "ap-beijing-ecm-cm3-1",
"ISPId": "CMCC",
"PackingQuotaInfos": [
{
"InstanceType": "S4.LARGE8",
"PackingQuota": 49
}
]
},
{
"ZoneId": 10650001,
"Zone": "ap-beijing-ecm-cu3-1",
"ISPId": "CUCC",
"PackingQuotaInfos": [
{
"InstanceType": "S4.LARGE8",
"PackingQuota": 100
},
{
"InstanceType": "SN3ne.LARGE8",
"PackingQuota": 5
}
]
}
],
"RequestId": "f32d1e05-a8cb-4848-a16c-2d6b4ce47420"
}
}
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.DataOperationFailed | Data operation failed. |
FailedOperation.InternalOperationFailure | Internal error. |
FailedOperation.OperationNotAllow | The current operation is not allowed. |
InvalidParameter | The parameter is incorrect. |
InvalidParameter.Coexist | The parameters cannot be specified at the same time. |
InvalidParameter.InvalidDataFormat | The data format is incorrect. |
InvalidParameterValue | The parameter value is incorrect. |
InvalidParameterValue.InvalidFilter | The filter is invalid. |
MissingParameter | The parameter is missing. |
UnsupportedOperation | Unsupported operation. |
Was this page helpful?