Domain name for API request: vpc.tencentcloudapi.com.
This API (DescribeCcnAttachedInstances) is used to query the network instances associated with the CCN instance.
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: DescribeCcnAttachedInstances. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
Offset | No | Integer | Offset |
Limit | No | Integer | The returned quantity |
Filters.N | No | Array of Filter | Filter conditions:ccn-id - String - The CCN instance ID. instance-type - String - The associated instance type. instance-region - String - The associated instance region. instance-id - String - The instance ID of the associated instance. |
CcnId | No | String | The ID of the CCN instance |
OrderField | No | String | The order field supports CcnId , InstanceType , InstanceId , InstanceName , InstanceRegion , AttachedTime , and State . |
OrderDirection | No | String | Order methods. Ascending: ASC , Descending: DESC . |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | The number of objects meeting the condition. |
InstanceSet | Array of CcnAttachedInstance | The list of associated instances. |
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 network instances associated with a CCN instance.
POST / HTTP/1.1
Host: vpc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCcnAttachedInstances
<Common request parameters>
{
"Filters": [
{
"Values": [
"vpc-r1ckkpid",
"vpc-2u0s99fx",
"dcg-98qosdc3",
"vpc-3dr1zrr9",
"dcg-ni7ps9kb"
],
"Name": "instance-id"
},
{
"Values": [
"ccn-gree226l"
],
"Name": "ccn-id"
}
]
}
{
"Response": {
"InstanceSet": [
{
"CcnId": "ccn-gree226l",
"InstanceType": "VPC",
"InstanceId": "vpc-2u0s99fx",
"InstanceName": "test1",
"InstanceRegion": "ap-guangzhou",
"InstanceUin": "38059483",
"CidrBlock": [
"10.0.0.0/16"
],
"State": "PENDING",
"CcnUin": "100000072292",
"InstanceArea": "CHINA_MAINLAND",
"AttachedTime": "2021-03-03 16:19:44",
"RouteTableId": null,
"RouteTableName": null,
"Description": ""
},
{
"CcnId": "ccn-gree226l",
"InstanceType": "VPC",
"InstanceId": "vpc-r1ckkpid",
"InstanceName": "vpc0420",
"InstanceRegion": "ap-guangzhou",
"InstanceUin": "88419914",
"CidrBlock": [
"10.33.0.0/16"
],
"State": "REJECTED",
"CcnUin": "100000072292",
"InstanceArea": "CHINA_MAINLAND",
"AttachedTime": "2021-03-03 16:19:44",
"RouteTableId": null,
"RouteTableName": null,
"Description": ""
},
{
"CcnId": "ccn-gree226l",
"InstanceType": "VPC",
"InstanceId": "vpc-3dr1zrr9",
"InstanceName": "10.100.0.0/16",
"InstanceRegion": "ap-guangzhou",
"InstanceUin": "979137",
"CidrBlock": [
"10.100.0.0/16"
],
"State": "ACTIVE",
"CcnUin": "100000072292",
"InstanceArea": "CHINA_MAINLAND",
"AttachedTime": "2021-03-03 16:19:44",
"RouteTableId": null,
"RouteTableName": null,
"Description": ""
},
{
"CcnId": "ccn-gree226l",
"InstanceType": "DIRECTCONNECT",
"InstanceId": "dcg-98qosdc3",
"InstanceName": "",
"InstanceRegion": "ap-guangzhou",
"InstanceUin": "979137",
"CidrBlock": [
"192.168.0.0/24"
],
"State": "ACTIVE",
"CcnUin": "100000072292",
"InstanceArea": "CHINA_MAINLAND",
"AttachedTime": "2021-03-03 16:19:44",
"RouteTableId": null,
"RouteTableName": null,
"Description": ""
},
{
"CcnId": "ccn-gree226l",
"InstanceType": "DIRECTCONNECT",
"InstanceId": "dcg-ni7ps9kb",
"InstanceName": "",
"InstanceRegion": "ap-guangzhou",
"InstanceUin": "979137",
"CidrBlock": [
"192.168.1.0/24"
],
"State": "ACTIVE",
"CcnUin": "100000072292",
"InstanceArea": "CHINA_MAINLAND",
"AttachedTime": "2021-03-03 16:19:44",
"RouteTableId": null,
"RouteTableName": null,
"Description": ""
}
],
"TotalCount": 5,
"RequestId": "0227fa04-3298-470c-8477-149f309a386a"
}
}
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.FilterInvalidKey | The specified filter condition does not exist. |
InvalidParameter.FilterNotDict | The specified filter condition should be a key-value pair. |
InvalidParameter.FilterValuesNotList | The specified filter value should be a list. |
InvalidParameterValue.LimitExceeded | The parameter value exceeds the limit. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.AppIdNotFound | The APPId doesn't exist. |
Was this page helpful?