Domain name for API request: vpc.tencentcloudapi.com.
This API is used to query resources in a bandwidth package based on the unique package ID. You can filter the result by specifying conditions and paginate the query results.
A maximum of 10 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: vpc.ap-shanghai-fsi.tencentcloudapi.com
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 parameter. The value used for this API: DescribeBandwidthPackageResources. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
BandwidthPackageId | Yes | String | Unique ID of the bandwidth package in the form of bwp-11112222 . |
Filters.N | No | Array of Filter | Each request can have up to 10 Filters and 5 Filter.Values . AddressIds and Filters cannot be specified at the same time. The specific filter conditions are as follows:eip-11112222 .Address ) and load balancer (LoadBalance ). |
Offset | No | Integer | The offset. Default value: 0. For more information on Offset , see the relevant sections in API Introduction. |
Limit | No | Integer | The number of returned results. Default value: 20. Maximum value: 100. For more information on Limit , see the relevant sections in API Introduction. |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | The number of eligible resources in the bandwidth package. |
ResourceSet | Array of Resource | The list of resources in the bandwidth package. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=DescribeBandwidthPackageResources
&BandwidthPackageId=bwp-7umnal1o
&<Common request parameters>
{
"Response": {
"TotalCount": 2,
"ResourceSet": [
{
"ResourceType": "Address",
"ResourceId": "eip-60z7i46d",
"AddressIp": "139.199.XX.XX"
},
{
"ResourceType": "Address",
"ResourceId": "eip-d97psd1o",
"AddressIp": "139.198.XX.XX"
}
],
"RequestId": "ecaa7a90-a2fd-4fa3-8bf8-7d0723c95a99"
}
}
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 |
---|---|
InvalidParameter | A parameter error occurred. |
Was this page helpful?