Domain name for API request: cvm.intl.tencentcloudapi.com.
This API is used to query the details of instances.
ID, name, or billing method. See Filter for more information.Limit and is 20 by default.A maximum of 40 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: DescribeInstances. |
| 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. This API only supports: ap-bangkok, ap-beijing, ap-chengdu, ap-chongqing, ap-guangzhou, ap-hongkong, ap-jakarta, ap-nanjing, ap-seoul, ap-shanghai, ap-shanghai-fsi, ap-shenzhen-fsi, ap-singapore, ap-tokyo, eu-frankfurt, na-ashburn, na-siliconvalley, sa-saopaulo. |
| InstanceIds.N | No | Array of String | Query by instance ID(s). For example, instance ID: ins-xxxxxxxx. For the specific format, refer to section Ids.N of the API Introduction. You can query up to 100 instances in each request. However, InstanceIds and Filters cannot be specified at the same time. |
| Filters.N | No | Array of Filter | Filterszone - String - Optional - Filter by the availability zone.project-id - Integer - Optional - Filter by the project ID. You can query the list of created projects by calling DescribeProject or logging in to the CVM console. You can also call AddProject to create projects. host-id - String - Optional - Filter by the CDH instance ID. Format: host-xxxxxxxx.vpc-id - String - Optional - Filter by the VPC ID. Format: vpc-xxxxxxxx.subnet-id - String - Optional - Filter by the subnet ID. Format: subnet-xxxxxxxx.instance-id - String - Optional - Filter by the instance ID. Format: ins-xxxxxxxx.security-group-id - String - Optional - Filter by the security group ID. Format: sg-8jlk3f3r.instance-name - String - Optional - Filter by the instance name.instance-charge-type - String - Optional - Filter by the instance billing method. POSTPAID_BY_HOUR: pay-as-you-go |
| Offset | No | Integer | Offset; default value: 0. For more information on CDHPAID, see the corresponding section in API Introduction. |
| Limit | No | Integer | Number of results returned; default value: 20; maximum: 100. For more information on private-ip-address, see the corresponding section in API Introduction. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Number of instances meeting the filtering conditions. |
| InstanceSet | Array of Instance | Detailed instance information. |
| 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. |
This example shows you how to view instance information in Guangzhou Zone 3 or Guangzhou Zone 4 and limit return results to one.
POST / HTTP/1.1
Host: cvm.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeInstances
<Common request parameters>
{
"Limit": 1,
"Filters": [
{
"Values": [
"ap-guangzhou-3",
"ap-guangzhou-4"
],
"Name": "zone"
}
],
"Offset": 0
}
{
"Response": {
"InstanceSet": [
{
"RenewFlag": "NOTIFY_AND_MANUAL_RENEW",
"Uuid": "e85f1388-0422-410d-8e50-bef540e78c18",
"InstanceState": "RUNNING",
"DisableApiTermination": false,
"LatestOperationErrorMsg": "",
"DefaultLoginPort": 22,
"LicenseType": "TencentCloud",
"DefaultLoginUser": "root",
"LatestOperationState": "SUCCESS",
"LoginSettings": {
"KeyIds": [
"skey-b4vakk62"
]
},
"IPv6Addresses": [
"2001:0db8:86a3:08d3:1319:8a2e:0370:7344"
],
"DedicatedClusterId": "",
"RestrictState": "PROTECTIVELY_ISOLATED",
"ExpiredTime": "2020-09-22T00:00:00+00:00",
"DisasterRecoverGroupId": "",
"Memory": 1,
"CreatedTime": "2020-09-22T00:00:00+00:00",
"CPU": 1,
"RdmaIpAddresses": [],
"CamRoleName": "",
"PublicIpAddresses": [
"123.207.11.190"
],
"Tags": [
{
"Key": "myKey",
"Value": "myValue"
}
],
"InstanceId": "ins-xlsyru2j",
"ImageId": "img-8toqc6s3",
"StopChargingMode": "NOT_APPLICABLE",
"InstanceChargeType": "POSTPAID_BY_HOUR",
"InstanceType": "S2.SMALL2",
"SystemDisk": {
"DiskSize": 50,
"CdcId": "cdc-xxxxxxxx",
"DiskId": "disk-czsodtl1",
"DiskType": "CLOUD_SSD"
},
"Placement": {
"HostId": "host-h3m57oik",
"ProjectId": 1174660,
"HostIds": [],
"Zone": "ap-guangzhou-3"
},
"PrivateIpAddresses": [
"172.16.32.78"
],
"OsName": "CentOS 7.4 64bit",
"SecurityGroupIds": [
"sg-p1ezv4wz"
],
"InstanceName": "myInstance",
"DataDisks": [
{
"DeleteWithInstance": true,
"Encrypt": true,
"CdcId": "cdc-xxxxxxxx",
"DiskType": "CLOUD_SSD",
"ThroughputPerformance": 0,
"KmsKeyId": "b29c2f37-9f2d-11ef-8836-5254009ad364",
"DiskSize": 50,
"DiskId": "disk-bzsodtn1"
}
],
"IsolatedSource": "NOTISOLATED",
"VirtualPrivateCloud": {
"SubnetId": "subnet-mv4sn55k",
"AsVpcGateway": false,
"Ipv6AddressCount": 1,
"VpcId": "vpc-m0cnatxj",
"PrivateIpAddresses": [
"172.16.3.59"
]
},
"LatestOperationRequestId": "c7de1287-061d-4ace-8caf-6ad8e5a2f29a",
"InternetAccessible": {
"PublicIpAssigned": true,
"InternetChargeType": "TRAFFIC_POSTPAID_BY_HOUR",
"InternetMaxBandwidthOut": 1
},
"HpcClusterId": "",
"LatestOperation": "ResetInstancesType"
}
],
"TotalCount": 1,
"RequestId": "d655191e-a39d-43d2-8349-8c3f2bf4b327"
}
}
This example shows you how to query the instance status after initiating StopInstances. You can check that the LatestOperation of the instance is StopInstances and the LatestOperationState is OPERATING using DescribeInstances.
POST / HTTP/1.1
Host: cvm.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeInstances
<Common request parameters>
{
"Limit": 1,
"Filters": [
{
"Values": [
"ap-guangzhou-3",
"ap-guangzhou-4"
],
"Name": "zone"
}
],
"Offset": 0
}
{
"Response": {
"InstanceSet": [
{
"RenewFlag": "NOTIFY_AND_MANUAL_RENEW",
"Uuid": "e85f1388-0422-410d-8e50-bef540e78c18",
"InstanceState": "RUNNING",
"DisableApiTermination": false,
"LatestOperationErrorMsg": "",
"DefaultLoginPort": 22,
"LicenseType": "TencentCloud",
"DefaultLoginUser": "root",
"LatestOperationState": "OPERATING",
"LoginSettings": {
"KeyIds": [
"skey-b4vakk62"
]
},
"IPv6Addresses": [
"2001:0db8:86a3:08d3:1319:8a2e:0370:7344"
],
"RestrictState": "PROTECTIVELY_ISOLATED",
"ExpiredTime": "2020-09-22T00:00:00+00:00",
"DisasterRecoverGroupId": "ps-xxxxxxxx",
"Memory": 1,
"CreatedTime": "2020-09-22T00:00:00+00:00",
"CPU": 1,
"RdmaIpAddresses": [],
"CamRoleName": "",
"DedicatedClusterId": "",
"PublicIpAddresses": [
"123.207.11.190"
],
"Tags": [
{
"Key": "city",
"Value": "shenzhen"
}
],
"InstanceId": "ins-xlsyru2j",
"ImageId": "img-8toqc6s3",
"StopChargingMode": "NOT_APPLICABLE",
"InstanceChargeType": "POSTPAID_BY_HOUR",
"InstanceType": "S2.SMALL2",
"SystemDisk": {
"DiskSize": 50,
"CdcId": "cdc-xxxxxxxx",
"DiskId": "disk-czsodtl1",
"DiskType": "CLOUD_SSD"
},
"Placement": {
"HostId": "host-h3m57oik",
"ProjectId": 1174660,
"HostIds": [],
"Zone": "ap-guangzhou-3"
},
"PrivateIpAddresses": [
"172.16.32.78"
],
"OsName": "CentOS 7.4 64bit",
"SecurityGroupIds": [
"sg-p1ezv4wz"
],
"InstanceName": "myInstance",
"DataDisks": [
{
"DeleteWithInstance": true,
"Encrypt": true,
"CdcId": "cdc-xxxxxxxx",
"DiskType": "CLOUD_SSD",
"ThroughputPerformance": 0,
"KmsKeyId": "b29c2f37-9f2d-11ef-8836-5254009ad364",
"DiskSize": 50,
"DiskId": "disk-bzsodtn1"
}
],
"IsolatedSource": "NOTISOLATED",
"VirtualPrivateCloud": {
"SubnetId": "subnet-mv4sn55k",
"AsVpcGateway": false,
"Ipv6AddressCount": 1,
"VpcId": "vpc-m0cnatxj",
"PrivateIpAddresses": [
"172.16.3.59"
]
},
"LatestOperationRequestId": "c7de1287-061d-4ace-8caf-6ad8e5a2f29a",
"InternetAccessible": {
"PublicIpAssigned": true,
"InternetChargeType": "TRAFFIC_POSTPAID_BY_HOUR",
"InternetMaxBandwidthOut": 1
},
"HpcClusterId": "",
"LatestOperation": "StopInstances"
}
],
"TotalCount": 1,
"RequestId": "d655191e-a39d-43d2-8349-8c3f2bf4b327"
}
}
This example shows you how to query instances bound with the tag key-value pair (city:shenzhen).
POST / HTTP/1.1
Host: cvm.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeInstances
<Common request parameters>
{
"Limit": 1,
"Filters": [
{
"Values": [
"shenzhen"
],
"Name": "tag:city"
}
],
"Offset": 0
}
{
"Response": {
"InstanceSet": [
{
"RenewFlag": "NOTIFY_AND_MANUAL_RENEW",
"Uuid": "68b510db-b4c1-4630-a62b-73d0c7c970f9",
"InstanceState": "RUNNING",
"DisableApiTermination": false,
"LatestOperationErrorMsg": "",
"DefaultLoginPort": 22,
"LicenseType": "TencentCloud",
"DefaultLoginUser": "root",
"LatestOperationState": "SUCCESS",
"OsName": "CentOS 7.6 64bit",
"CreatedTime": "2020-03-10T02:43:51Z",
"RestrictState": "NORMAL",
"ExpiredTime": "2020-04-10T02:47:36Z",
"DisasterRecoverGroupId": "",
"Memory": 1,
"IPv6Addresses": [
"fd76:3600:71e:7800:6:461d:4e8:3add"
],
"CPU": 1,
"CamRoleName": "",
"PublicIpAddresses": [
"123.207.11.190"
],
"Tags": [
{
"Key": "city",
"Value": "shenzhen"
}
],
"InstanceId": "ins-9bxebleo",
"ImageId": "img-9qabwvbn",
"StopChargingMode": "NOT_APPLICABLE",
"InstanceChargeType": "PREPAID",
"InstanceType": "S1.SMALL1",
"SystemDisk": {
"DiskSize": 50,
"DiskId": "disk-nucurerk",
"DiskType": "CLOUD_PREMIUM"
},
"IsolatedSource": "NOTISOLATED",
"Placement": {
"ProjectId": 1174660,
"Zone": "ap-guangzhou-3"
},
"PrivateIpAddresses": [
"172.16.32.78"
],
"LoginSettings": {
"KeyIds": [
"skey-0lqrhzz1"
]
},
"SecurityGroupIds": [
"sg-p1ezv4wz"
],
"DedicatedClusterId": "",
"InstanceName": "Test instance",
"DataDisks": [],
"VirtualPrivateCloud": {
"Ipv6AddressCount": 1,
"PrivateIpAddresses": [
"172.16.3.59"
],
"SubnetId": "subnet-a2676p0e",
"AsVpcGateway": false,
"VpcId": "vpc-g7wzcv7n"
},
"LatestOperationRequestId": "3554eb5b-1cfa-471a-ae76-dc436c9d43e8",
"InternetAccessible": {
"InternetMaxBandwidthOut": 1,
"InternetChargeType": "BANDWIDTH_PREPAID"
},
"RdmaIpAddresses": [],
"HpcClusterId": "",
"LatestOperation": "RenewInstances"
}
],
"TotalCount": 1,
"RequestId": "62DDFFC6-FDB5-44F7-20A6-59152E3D129A"
}
}
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.IllegalTagKey | The tag key contains invalid characters. |
| FailedOperation.IllegalTagValue | The tag value contains invalid characters. |
| FailedOperation.TagKeyReserved | The tag key specified in the request is reserved for the system. |
| InternalServerError | Internal error. |
| InvalidFilter | Invalid filter. |
| InvalidFilterValue.LimitExceeded | The value of public-ip-address exceeds the limit. |
| InvalidHostId.Malformed | Invalid CDH tag-key. The specified CDH tag-value has an invalid format. For example, tag:tag-key has an invalid tag-key length. |
| InvalidInstanceId.Malformed | Invalid instance Filters. The specified instance Filters.Values has an invalid format. For example, InstanceIds has an invalid Filters length. |
| InvalidParameter | A parameter error occurred. |
| InvalidParameterValue | Incorrect parameter value. |
| InvalidParameterValue.IPAddressMalformed | Invalid IP format |
| InvalidParameterValue.IPv6AddressMalformed | Invalid IPv6 address |
| InvalidParameterValue.InstanceIdMalformed | Invalid instance ID. Please enter a valid ID, such as ins-xxxxxxxx (“x” represents a lower-case letter or a number). |
| InvalidParameterValue.InvalidAppIdFormat | Invalid AppID |
| InvalidParameterValue.InvalidIpFormat | Invalid IP address. |
| InvalidParameterValue.InvalidTimeFormat | Incorrect time format. |
| InvalidParameterValue.InvalidVagueName | Invalid fuzzy query string |
| InvalidParameterValue.LimitExceeded | The number of parameter values exceeds the limit. |
| InvalidParameterValue.SubnetIdMalformed | Invalid subnet ID. Please provide a subnet ID in the format of subnet-xxxxxxxx, where “x” can be a lowercase letter or number. |
| InvalidParameterValue.TagKeyNotFound | The specified tag does not exist |
| InvalidParameterValue.UuidMalformed | Invalid UUID. |
| InvalidParameterValue.VpcIdMalformed | The VPC ID Offset is invalid. Please provide a VPC ID in the format of vpc-xxxxxxxx, where “x” can be a lowercase letter or number. |
| InvalidSecurityGroupId.NotFound | The specified Limit does not exist. |
| InvalidSgId.Malformed | The specified Filter is in the wrong format. For example, ID has an invalid ID length. |
| InvalidZone.MismatchRegion | The specified host-1122 does not exist. |
| ResourceNotFound.HpcCluster | The HPC cluster does not exist. |
| UnauthorizedOperation.InvalidToken | Check if the token is valid. |
| UnsupportedOperation | Unsupported operation. |
文档反馈