Domain name for API request: vpc.intl.tencentcloudapi.com.
This API (DescribeClassicLinkInstances) is used to query the Classiclink instances list.
A maximum of 100 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: DescribeClassicLinkInstances. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Filters.N | No | Array of FilterObject | Filter conditions. |
Offset | No | String | Offset |
Limit | No | String | The returned quantity |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | The number of instances meeting the filter condition. |
ClassicLinkInstanceSet | Array of ClassicLinkInstance | Classiclink instance. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
https://vpc.intl.tencentcloudapi.com/?Action=DescribeClassicLinkInstances
&Filters.0.Name=vpc-id
&Filters.0.Values.0=vpc-gjui0b5t
&Filters.1.Name=vm-ip
&Filters.1.Values.0=10.9.0.3.0
&<Common request parameters>
{
"Response": {
"RequestId": "354f4ac3-8546-4516-8c8a-69e3ab73aa8a",
"ClassicLinkInstanceSet": [
{
"VpcId": "vpc-gjui0b5t",
"InstanceId": "ins-0x5msjda"
}
],
"TotalCount": 1
}
}
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.FilterValuesNotList | The specified filter value should be a list. |
InvalidParameterValue.LimitExceeded | The parameter value exceeds the limit. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
문제 해결에 도움이 되었나요?