tccli 3.0.1230.1__py2.py3-none-any.whl → 3.0.1232.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/aiart_client.py +53 -0
  3. tccli/services/aiart/v20221229/api.json +98 -0
  4. tccli/services/aiart/v20221229/examples.json +8 -0
  5. tccli/services/batch/v20170312/api.json +8 -10
  6. tccli/services/cam/cam_client.py +53 -0
  7. tccli/services/cam/v20190116/api.json +125 -52
  8. tccli/services/cam/v20190116/examples.json +12 -4
  9. tccli/services/cfg/v20210820/api.json +9 -0
  10. tccli/services/cloudaudit/v20190319/api.json +39 -39
  11. tccli/services/cloudaudit/v20190319/examples.json +5 -5
  12. tccli/services/cvm/v20170312/api.json +59 -61
  13. tccli/services/cvm/v20170312/examples.json +3 -3
  14. tccli/services/es/v20180416/api.json +106 -8
  15. tccli/services/ess/v20201111/api.json +1 -1
  16. tccli/services/essbasic/v20210526/api.json +2 -2
  17. tccli/services/live/v20180801/api.json +7 -7
  18. tccli/services/live/v20180801/examples.json +1 -1
  19. tccli/services/memcached/v20190318/api.json +20 -20
  20. tccli/services/mps/v20190612/api.json +11 -0
  21. tccli/services/mqtt/mqtt_client.py +283 -71
  22. tccli/services/mqtt/v20240516/api.json +312 -0
  23. tccli/services/mqtt/v20240516/examples.json +32 -0
  24. tccli/services/mrs/v20200910/api.json +3 -3
  25. tccli/services/mrs/v20200910/examples.json +1 -1
  26. tccli/services/ocr/v20181119/api.json +147 -4
  27. tccli/services/ocr/v20181119/examples.json +3 -3
  28. tccli/services/postgres/v20170312/api.json +11 -9
  29. tccli/services/postgres/v20170312/examples.json +2 -2
  30. tccli/services/redis/v20180412/examples.json +2 -2
  31. tccli/services/ssl/v20191205/api.json +4 -4
  32. tccli/services/ssl/v20191205/examples.json +1 -1
  33. tccli/services/sts/v20180813/api.json +9 -9
  34. tccli/services/tcbr/v20220217/api.json +84 -88
  35. tccli/services/tcbr/v20220217/examples.json +14 -14
  36. tccli/services/tdmq/v20200217/api.json +10 -0
  37. tccli/services/tione/tione_client.py +166 -113
  38. tccli/services/tione/v20211111/api.json +939 -361
  39. tccli/services/tione/v20211111/examples.json +30 -22
  40. tccli/services/tse/tse_client.py +228 -16
  41. tccli/services/tse/v20201207/api.json +476 -0
  42. tccli/services/tse/v20201207/examples.json +32 -0
  43. tccli/services/vclm/v20240523/api.json +1 -1
  44. tccli/services/vdb/v20230616/api.json +3 -3
  45. tccli/services/vdb/v20230616/examples.json +1 -1
  46. tccli/services/vod/v20180717/api.json +6 -6
  47. tccli/services/vpc/v20170312/api.json +17 -7
  48. tccli/services/vpc/v20170312/examples.json +1 -1
  49. {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/METADATA +2 -2
  50. {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/RECORD +53 -53
  51. {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/WHEEL +0 -0
  52. {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/entry_points.txt +0 -0
  53. {tccli-3.0.1230.1.dist-info → tccli-3.0.1232.1.dist-info}/license_files/LICENSE +0 -0
@@ -1993,7 +1993,7 @@
1993
1993
  },
1994
1994
  {
1995
1995
  "disabled": false,
1996
- "document": "实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。",
1996
+ "document": "实例登录设置。通过该参数可以设置实例的登录方式为密钥或保持镜像的原始登录设置。",
1997
1997
  "example": "{ \"KeyIds\": [ \"skey-9tzxxb4j\" ] }",
1998
1998
  "member": "LoginSettings",
1999
1999
  "name": "LoginSettings",
@@ -2273,7 +2273,7 @@
2273
2273
  },
2274
2274
  {
2275
2275
  "disabled": false,
2276
- "document": "实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。",
2276
+ "document": "实例登录设置。通过该参数可以设置实例的登录方式为密钥或保持镜像的原始登录设置。",
2277
2277
  "example": "{ \"KeyIds\": [ \"skey-9tzxxb4j\" ] }",
2278
2278
  "member": "LoginSettings",
2279
2279
  "name": "LoginSettings",
@@ -3796,7 +3796,7 @@
3796
3796
  {
3797
3797
  "disabled": false,
3798
3798
  "document": "<li><strong>zone</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>可用区</strong>】进行过滤。可用区例如:ap-guangzhou-1。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><p style=\"padding-left: 30px;\">可选项:<a href=\"https://cloud.tencent.com/document/product/213/6091\">可用区列表</a></p> <li><strong>project-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>项目ID</strong>】进行过滤,可通过调用[DescribeProjects](https://cloud.tencent.com/document/api/651/78725)查询已创建的项目列表或登录[控制台](https://console.cloud.tencent.com/cvm/index)进行查看;也可以调用[AddProject](https://cloud.tencent.com/document/api/651/81952)创建新的项目。项目ID例如:1002189。</p><p style=\"padding-left: 30px;\">类型:Integer</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>host-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>[CDH](https://cloud.tencent.com/document/product/416) ID</strong>】进行过滤。[CDH](https://cloud.tencent.com/document/product/416) ID例如:host-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>dedicated-cluster-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>[CDC](https://cloud.tencent.com/document/product/1346) ID</strong>】进行过滤。[CDC](https://cloud.tencent.com/document/product/1346) ID例如:cluster-xxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>vpc-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>VPC ID</strong>】进行过滤。VPC ID例如:vpc-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>subnet-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>子网ID</strong>】进行过滤。子网ID例如:subnet-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例ID</strong>】进行过滤。实例ID例如:ins-xxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>uuid</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例UUID</strong>】进行过滤。实例UUID例如:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>security-group-id</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>安全组ID</strong>】进行过滤。安全组ID例如: sg-8jlk3f3r。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-name</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例名称</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-charge-type</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例计费模式</strong>】进行过滤。(PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费 | CDHPAID:表示[CDH](https://cloud.tencent.com/document/product/416)付费,即只对[CDH](https://cloud.tencent.com/document/product/416)计费,不对[CDH](https://cloud.tencent.com/document/product/416)上的实例计费。)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>instance-state</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例状态</strong>】进行过滤。状态类型详见[实例状态表](https://cloud.tencent.com/document/api/213/15753#InstanceStatus)</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>private-ip-address</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例主网卡的内网IP</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>public-ip-address</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例主网卡的公网IP</strong>】进行过滤,包含实例创建时自动分配的IP和实例创建后手动绑定的弹性IP。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>ipv6-address</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例的IPv6地址</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>tag-key</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>标签键</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>tag-value</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>标签值</strong>】进行过滤。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> <li><strong>tag:tag-key</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>标签键值对</strong>】进行过滤。tag-key使用具体的标签键进行替换。使用请参考示例2。</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p><li><strong>creation-start-time</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例创建起始时间</strong>】进行过滤。例如:2023-06-01 00:00:00。\n</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p>\n<li><strong>creation-end-time</strong></li> <p style=\"padding-left: 30px;\">按照【<strong>实例创建截止时间</strong>】进行过滤。例如:2023-06-01 00:00:00。\n</p><p style=\"padding-left: 30px;\">类型:String</p><p style=\"padding-left: 30px;\">必选:否</p> 每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`InstanceIds`和`Filters`。",
3799
- "example": "NA",
3799
+ "example": "[ { \"Name\": \"zone\", \"Values\": [ \"ap-guangzhou-6\" ] } ] ",
3800
3800
  "member": "Filter",
3801
3801
  "name": "Filters",
3802
3802
  "required": false,
@@ -3839,7 +3839,7 @@
3839
3839
  {
3840
3840
  "disabled": false,
3841
3841
  "document": "实例详细信息列表。",
3842
- "example": "NA",
3842
+ "example": "[ { \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\", \"Uuid\": \"e85f1388-0422-401d-8e50-bef540e78c18\", \"InstanceState\": \"RUNNING\", \"DisableApiTermination\": false, \"LatestOperationErrorMsg\": \"\", \"DefaultLoginPort\": 22, \"LicenseType\": \"TencentCloud\", \"DefaultLoginUser\": \"root\", \"LatestOperationState\": \"SUCCESS\", \"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\": [ { \"Value\": \"test\", \"Key\": \"test\" } ], \"InstanceId\": \"ins-xlsyru2j\", \"ImageId\": \"img-8toqc6s3\", \"StopChargingMode\": \"NOT_APPLICABLE\", \"InstanceChargeType\": \"POSTPAID_BY_HOUR\", \"InstanceType\": \"S2.SMALL2\", \"SystemDisk\": { \"DiskSize\": 50, \"DiskId\": \"disk-czsodtl1\", \"DiskType\": \"CLOUD_SSD\" }, \"Placement\": { \"ProjectId\": 1174660, \"HostIds\": [], \"Zone\": \"ap-guangzhou-2\", \"HostIps\": [] }, \"PrivateIpAddresses\": [ \"172.16.32.78\" ], \"OsName\": \"CentOS 7.4 64bit\", \"SecurityGroupIds\": [ \"sg-p1ezv4wz\" ], \"InstanceName\": \"test\", \"IsolatedSource\": \"NOTISOLATED\", \"VirtualPrivateCloud\": { \"SubnetId\": \"subnet-mv4sn55k\", \"AsVpcGateway\": false, \"Ipv6AddressCount\": 1, \"VpcId\": \"vpc-m0xxxtxj\", \"PrivateIpAddresses\": [ \"172.10.3.59\" ] }, \"LatestOperationRequestId\": \"c7dexxx-061d-4ace-8caf-6ad8e5a2f29a\", \"InternetAccessible\": { \"PublicIpAssigned\": true, \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\", \"InternetMaxBandwidthOut\": 1 }, \"HpcClusterId\": \"\", \"LatestOperation\": \"ResetInstancesType\" } ]",
3843
3843
  "member": "Instance",
3844
3844
  "name": "InstanceSet",
3845
3845
  "output_required": true,
@@ -5091,7 +5091,7 @@
5091
5091
  {
5092
5092
  "disabled": false,
5093
5093
  "document": "释放地址\n注意:此字段可能返回 null,表示取不到有效值。",
5094
- "example": "",
5094
+ "example": "true",
5095
5095
  "member": "bool",
5096
5096
  "name": "ReleaseAddress",
5097
5097
  "output_required": false,
@@ -5101,8 +5101,8 @@
5101
5101
  },
5102
5102
  {
5103
5103
  "disabled": false,
5104
- "document": "不支持的网络类型,取值范围:<br><li>BASIC:基础网络<br><li>VPC1.0:私有网络VPC1.0\n注意:此字段可能返回 null,表示取不到有效值。",
5105
- "example": "",
5104
+ "document": "不支持的网络类型,取值范围:<br><li>BASIC:基础网络</li><li>VPC1.0:私有网络VPC1.0</li>\n注意:此字段可能返回 null,表示取不到有效值。",
5105
+ "example": "VPC1.0",
5106
5106
  "member": "string",
5107
5107
  "name": "UnsupportNetworks",
5108
5108
  "output_required": false,
@@ -5113,7 +5113,7 @@
5113
5113
  {
5114
5114
  "disabled": false,
5115
5115
  "document": "HDD本地存储属性\n注意:此字段可能返回 null,表示取不到有效值。",
5116
- "example": "",
5116
+ "example": "{ \"Type\": \"LOCAL_NVME\", \"MinSize\": 3570, \"MaxSize\": 3570 }",
5117
5117
  "member": "StorageBlock",
5118
5118
  "name": "StorageBlockAttr",
5119
5119
  "output_required": false,
@@ -5130,22 +5130,20 @@
5130
5130
  {
5131
5131
  "disabled": false,
5132
5132
  "document": "需要过滤的字段。",
5133
- "example": "",
5133
+ "example": "zone",
5134
5134
  "member": "string",
5135
5135
  "name": "Name",
5136
5136
  "required": true,
5137
- "type": "string",
5138
- "value_allowed_null": false
5137
+ "type": "string"
5139
5138
  },
5140
5139
  {
5141
5140
  "disabled": false,
5142
5141
  "document": "字段的过滤值。",
5143
- "example": "",
5142
+ "example": "[\"ap-guangzhou-2\"]",
5144
5143
  "member": "string",
5145
5144
  "name": "Values",
5146
5145
  "required": true,
5147
- "type": "list",
5148
- "value_allowed_null": false
5146
+ "type": "list"
5149
5147
  }
5150
5148
  ],
5151
5149
  "usage": "in"
@@ -6825,7 +6823,7 @@
6825
6823
  "example": "无",
6826
6824
  "member": "Placement",
6827
6825
  "name": "Placement",
6828
- "required": false,
6826
+ "output_required": true,
6829
6827
  "type": "object",
6830
6828
  "value_allowed_null": false
6831
6829
  },
@@ -6835,7 +6833,7 @@
6835
6833
  "example": "ins-9bxebleo",
6836
6834
  "member": "string",
6837
6835
  "name": "InstanceId",
6838
- "required": false,
6836
+ "output_required": true,
6839
6837
  "type": "string",
6840
6838
  "value_allowed_null": false
6841
6839
  },
@@ -6845,7 +6843,7 @@
6845
6843
  "example": "S1.SMALL1",
6846
6844
  "member": "string",
6847
6845
  "name": "InstanceType",
6848
- "required": false,
6846
+ "output_required": true,
6849
6847
  "type": "string",
6850
6848
  "value_allowed_null": false
6851
6849
  },
@@ -6855,7 +6853,7 @@
6855
6853
  "example": "1",
6856
6854
  "member": "int64",
6857
6855
  "name": "CPU",
6858
- "required": false,
6856
+ "output_required": true,
6859
6857
  "type": "int",
6860
6858
  "value_allowed_null": false
6861
6859
  },
@@ -6865,17 +6863,17 @@
6865
6863
  "example": "1",
6866
6864
  "member": "int64",
6867
6865
  "name": "Memory",
6868
- "required": false,
6866
+ "output_required": true,
6869
6867
  "type": "int",
6870
6868
  "value_allowed_null": false
6871
6869
  },
6872
6870
  {
6873
6871
  "disabled": false,
6874
- "document": "实例业务状态。取值范围:<br><li>NORMAL:表示正常状态的实例<br><li>EXPIRED:表示过期的实例<br><li>PROTECTIVELY_ISOLATED:表示被安全隔离的实例。",
6872
+ "document": "实例业务状态。取值范围:<br><li>NORMAL:表示正常状态的实例</li><li>EXPIRED:表示过期的实例</li><li>PROTECTIVELY_ISOLATED:表示被安全隔离的实例。</li>",
6875
6873
  "example": "NORMAL",
6876
6874
  "member": "string",
6877
6875
  "name": "RestrictState",
6878
- "required": false,
6876
+ "output_required": true,
6879
6877
  "type": "string",
6880
6878
  "value_allowed_null": false
6881
6879
  },
@@ -6885,17 +6883,17 @@
6885
6883
  "example": "测试实例",
6886
6884
  "member": "string",
6887
6885
  "name": "InstanceName",
6888
- "required": false,
6886
+ "output_required": true,
6889
6887
  "type": "string",
6890
6888
  "value_allowed_null": false
6891
6889
  },
6892
6890
  {
6893
6891
  "disabled": false,
6894
- "document": "实例计费模式。取值范围:<br><li>`PREPAID`:表示预付费,即包年包月<br><li>`POSTPAID_BY_HOUR`:表示后付费,即按量计费<br><li>`CDHPAID`:`专用宿主机`付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。",
6892
+ "document": "实例计费模式。取值范围:<br><li>`PREPAID`:表示预付费,即包年包月</li><li>`POSTPAID_BY_HOUR`:表示后付费,即按量计费</li><li>`CDHPAID`:`专用宿主机`付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。</li><li>`SPOTPAID`:表示竞价实例付费。</li>",
6895
6893
  "example": "PREPAID",
6896
6894
  "member": "string",
6897
6895
  "name": "InstanceChargeType",
6898
- "required": false,
6896
+ "output_required": true,
6899
6897
  "type": "string",
6900
6898
  "value_allowed_null": false
6901
6899
  },
@@ -6905,7 +6903,7 @@
6905
6903
  "example": "无",
6906
6904
  "member": "SystemDisk",
6907
6905
  "name": "SystemDisk",
6908
- "required": false,
6906
+ "output_required": true,
6909
6907
  "type": "object",
6910
6908
  "value_allowed_null": false
6911
6909
  },
@@ -6915,7 +6913,7 @@
6915
6913
  "example": "无",
6916
6914
  "member": "DataDisk",
6917
6915
  "name": "DataDisks",
6918
- "required": false,
6916
+ "output_required": true,
6919
6917
  "type": "list",
6920
6918
  "value_allowed_null": false
6921
6919
  },
@@ -6925,7 +6923,7 @@
6925
6923
  "example": "[\"172.16.32.78\"]",
6926
6924
  "member": "string",
6927
6925
  "name": "PrivateIpAddresses",
6928
- "required": false,
6926
+ "output_required": true,
6929
6927
  "type": "list",
6930
6928
  "value_allowed_null": false
6931
6929
  },
@@ -6935,7 +6933,7 @@
6935
6933
  "example": "[\"123.207.11.190\"]",
6936
6934
  "member": "string",
6937
6935
  "name": "PublicIpAddresses",
6938
- "required": false,
6936
+ "output_required": true,
6939
6937
  "type": "list",
6940
6938
  "value_allowed_null": true
6941
6939
  },
@@ -6945,7 +6943,7 @@
6945
6943
  "example": "无",
6946
6944
  "member": "InternetAccessible",
6947
6945
  "name": "InternetAccessible",
6948
- "required": false,
6946
+ "output_required": true,
6949
6947
  "type": "object",
6950
6948
  "value_allowed_null": false
6951
6949
  },
@@ -6955,7 +6953,7 @@
6955
6953
  "example": "无",
6956
6954
  "member": "VirtualPrivateCloud",
6957
6955
  "name": "VirtualPrivateCloud",
6958
- "required": false,
6956
+ "output_required": true,
6959
6957
  "type": "object",
6960
6958
  "value_allowed_null": false
6961
6959
  },
@@ -6965,17 +6963,17 @@
6965
6963
  "example": "img-9qabwvbn",
6966
6964
  "member": "string",
6967
6965
  "name": "ImageId",
6968
- "required": false,
6966
+ "output_required": true,
6969
6967
  "type": "string",
6970
6968
  "value_allowed_null": false
6971
6969
  },
6972
6970
  {
6973
6971
  "disabled": false,
6974
- "document": "自动续费标识。取值范围:<br><li>`NOTIFY_AND_MANUAL_RENEW`:表示通知即将过期,但不自动续费<br><li>`NOTIFY_AND_AUTO_RENEW`:表示通知即将过期,而且自动续费<br><li>`DISABLE_NOTIFY_AND_MANUAL_RENEW`:表示不通知即将过期,也不自动续费。\n<br><li>注意:后付费模式本项为null",
6972
+ "document": "自动续费标识。取值范围:<br><li>`NOTIFY_AND_MANUAL_RENEW`:表示通知即将过期,但不自动续费</li><li>`NOTIFY_AND_AUTO_RENEW`:表示通知即将过期,而且自动续费</li><li>`DISABLE_NOTIFY_AND_MANUAL_RENEW`:表示不通知即将过期,也不自动续费。\n</li><li>注意:后付费模式本项为null</li>",
6975
6973
  "example": "NOTIFY_AND_MANUAL_RENEW",
6976
6974
  "member": "string",
6977
6975
  "name": "RenewFlag",
6978
- "required": false,
6976
+ "output_required": true,
6979
6977
  "type": "string",
6980
6978
  "value_allowed_null": false
6981
6979
  },
@@ -6985,7 +6983,7 @@
6985
6983
  "example": "2020-03-10T02:43:51Z",
6986
6984
  "member": "datetime_iso",
6987
6985
  "name": "CreatedTime",
6988
- "required": false,
6986
+ "output_required": true,
6989
6987
  "type": "string",
6990
6988
  "value_allowed_null": false
6991
6989
  },
@@ -6995,7 +6993,7 @@
6995
6993
  "example": "2020-04-10T02:47:36Z",
6996
6994
  "member": "datetime_iso",
6997
6995
  "name": "ExpiredTime",
6998
- "required": false,
6996
+ "output_required": true,
6999
6997
  "type": "string",
7000
6998
  "value_allowed_null": false
7001
6999
  },
@@ -7005,7 +7003,7 @@
7005
7003
  "example": "CentOS 7.6 64bit",
7006
7004
  "member": "string",
7007
7005
  "name": "OsName",
7008
- "required": true,
7006
+ "output_required": true,
7009
7007
  "type": "string",
7010
7008
  "value_allowed_null": false
7011
7009
  },
@@ -7015,7 +7013,7 @@
7015
7013
  "example": "[\"sg-p1ezv4wz\"]",
7016
7014
  "member": "string",
7017
7015
  "name": "SecurityGroupIds",
7018
- "required": true,
7016
+ "output_required": true,
7019
7017
  "type": "list",
7020
7018
  "value_allowed_null": false
7021
7019
  },
@@ -7025,7 +7023,7 @@
7025
7023
  "example": "无",
7026
7024
  "member": "LoginSettings",
7027
7025
  "name": "LoginSettings",
7028
- "required": true,
7026
+ "output_required": true,
7029
7027
  "type": "object",
7030
7028
  "value_allowed_null": false
7031
7029
  },
@@ -7035,7 +7033,7 @@
7035
7033
  "example": "RUNNING",
7036
7034
  "member": "string",
7037
7035
  "name": "InstanceState",
7038
- "required": true,
7036
+ "output_required": true,
7039
7037
  "type": "string",
7040
7038
  "value_allowed_null": false
7041
7039
  },
@@ -7045,17 +7043,17 @@
7045
7043
  "example": "无",
7046
7044
  "member": "Tag",
7047
7045
  "name": "Tags",
7048
- "required": true,
7046
+ "output_required": true,
7049
7047
  "type": "list",
7050
7048
  "value_allowed_null": false
7051
7049
  },
7052
7050
  {
7053
7051
  "disabled": false,
7054
- "document": "实例的关机计费模式。\n取值范围:<br><li>KEEP_CHARGING:关机继续收费<br><li>STOP_CHARGING:关机停止收费<li>NOT_APPLICABLE:实例处于非关机状态或者不适用关机停止计费的条件<br>",
7052
+ "document": "实例的关机计费模式。\n取值范围:<br><li>KEEP_CHARGING:关机继续收费</li><li>STOP_CHARGING:关机停止收费</li><li>NOT_APPLICABLE:实例处于非关机状态或者不适用关机停止计费的条件</li>",
7055
7053
  "example": "NOT_APPLICABLE",
7056
7054
  "member": "string",
7057
7055
  "name": "StopChargingMode",
7058
- "required": true,
7056
+ "output_required": true,
7059
7057
  "type": "string",
7060
7058
  "value_allowed_null": false
7061
7059
  },
@@ -7065,7 +7063,7 @@
7065
7063
  "example": "68b510db-b4c1-4630-a62b-73d0c7c970f9",
7066
7064
  "member": "string",
7067
7065
  "name": "Uuid",
7068
- "required": true,
7066
+ "output_required": true,
7069
7067
  "type": "string",
7070
7068
  "value_allowed_null": false
7071
7069
  },
@@ -7075,17 +7073,17 @@
7075
7073
  "example": "RenewInstances",
7076
7074
  "member": "string",
7077
7075
  "name": "LatestOperation",
7078
- "required": true,
7076
+ "output_required": true,
7079
7077
  "type": "string",
7080
7078
  "value_allowed_null": true
7081
7079
  },
7082
7080
  {
7083
7081
  "disabled": false,
7084
- "document": "实例的最新操作状态。取值范围:<br><li>SUCCESS:表示操作成功<br><li>OPERATING:表示操作执行中<br><li>FAILED:表示操作失败\n注意:此字段可能返回 null,表示取不到有效值。",
7082
+ "document": "实例的最新操作状态。取值范围:<br><li>SUCCESS:表示操作成功</li><li>OPERATING:表示操作执行中</li><li>FAILED:表示操作失败</li>\n注意:此字段可能返回 null,表示取不到有效值。",
7085
7083
  "example": "SUCCESS",
7086
7084
  "member": "string",
7087
7085
  "name": "LatestOperationState",
7088
- "required": true,
7086
+ "output_required": true,
7089
7087
  "type": "string",
7090
7088
  "value_allowed_null": true
7091
7089
  },
@@ -7095,7 +7093,7 @@
7095
7093
  "example": "3554eb5b-1cfa-471a-ae76-dc436c9d43e8",
7096
7094
  "member": "string",
7097
7095
  "name": "LatestOperationRequestId",
7098
- "required": true,
7096
+ "output_required": true,
7099
7097
  "type": "string",
7100
7098
  "value_allowed_null": true
7101
7099
  },
@@ -7105,7 +7103,7 @@
7105
7103
  "example": "null",
7106
7104
  "member": "string",
7107
7105
  "name": "DisasterRecoverGroupId",
7108
- "required": true,
7106
+ "output_required": true,
7109
7107
  "type": "string",
7110
7108
  "value_allowed_null": true
7111
7109
  },
@@ -7115,7 +7113,7 @@
7115
7113
  "example": "null",
7116
7114
  "member": "string",
7117
7115
  "name": "IPv6Addresses",
7118
- "required": true,
7116
+ "output_required": true,
7119
7117
  "type": "list",
7120
7118
  "value_allowed_null": true
7121
7119
  },
@@ -7125,7 +7123,7 @@
7125
7123
  "example": "null",
7126
7124
  "member": "string",
7127
7125
  "name": "CamRoleName",
7128
- "required": true,
7126
+ "output_required": true,
7129
7127
  "type": "string",
7130
7128
  "value_allowed_null": true
7131
7129
  },
@@ -7135,7 +7133,7 @@
7135
7133
  "example": "null",
7136
7134
  "member": "string",
7137
7135
  "name": "HpcClusterId",
7138
- "required": true,
7136
+ "output_required": true,
7139
7137
  "type": "string",
7140
7138
  "value_allowed_null": true
7141
7139
  },
@@ -7145,7 +7143,7 @@
7145
7143
  "example": "null",
7146
7144
  "member": "string",
7147
7145
  "name": "RdmaIpAddresses",
7148
- "required": true,
7146
+ "output_required": true,
7149
7147
  "type": "list",
7150
7148
  "value_allowed_null": true
7151
7149
  },
@@ -7155,7 +7153,7 @@
7155
7153
  "example": "cluster-du3jken",
7156
7154
  "member": "string",
7157
7155
  "name": "DedicatedClusterId",
7158
- "required": true,
7156
+ "output_required": true,
7159
7157
  "type": "string",
7160
7158
  "value_allowed_null": true
7161
7159
  },
@@ -7165,7 +7163,7 @@
7165
7163
  "example": "NOTISOLATED",
7166
7164
  "member": "string",
7167
7165
  "name": "IsolatedSource",
7168
- "required": true,
7166
+ "output_required": true,
7169
7167
  "type": "string",
7170
7168
  "value_allowed_null": true
7171
7169
  },
@@ -7175,7 +7173,7 @@
7175
7173
  "example": "无",
7176
7174
  "member": "GPUInfo",
7177
7175
  "name": "GPUInfo",
7178
- "required": false,
7176
+ "output_required": false,
7179
7177
  "type": "object",
7180
7178
  "value_allowed_null": true
7181
7179
  },
@@ -7185,17 +7183,17 @@
7185
7183
  "example": "TencentCloud",
7186
7184
  "member": "string",
7187
7185
  "name": "LicenseType",
7188
- "required": false,
7186
+ "output_required": true,
7189
7187
  "type": "string",
7190
7188
  "value_allowed_null": false
7191
7189
  },
7192
7190
  {
7193
7191
  "disabled": false,
7194
- "document": "实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例<br><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br><br>默认取值:FALSE。",
7192
+ "document": "实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>true:表示开启实例保护,不允许通过api接口删除实例</li><li>false:表示关闭实例保护,允许通过api接口删除实例</li><br>默认取值:false。",
7195
7193
  "example": "false",
7196
7194
  "member": "bool",
7197
7195
  "name": "DisableApiTermination",
7198
- "required": false,
7196
+ "output_required": true,
7199
7197
  "type": "bool",
7200
7198
  "value_allowed_null": false
7201
7199
  },
@@ -7205,7 +7203,7 @@
7205
7203
  "example": "root",
7206
7204
  "member": "string",
7207
7205
  "name": "DefaultLoginUser",
7208
- "required": false,
7206
+ "output_required": true,
7209
7207
  "type": "string",
7210
7208
  "value_allowed_null": false
7211
7209
  },
@@ -7215,7 +7213,7 @@
7215
7213
  "example": "22",
7216
7214
  "member": "int64",
7217
7215
  "name": "DefaultLoginPort",
7218
- "required": false,
7216
+ "output_required": true,
7219
7217
  "type": "int",
7220
7218
  "value_allowed_null": false
7221
7219
  },
@@ -7225,7 +7223,7 @@
7225
7223
  "example": "None",
7226
7224
  "member": "string",
7227
7225
  "name": "LatestOperationErrorMsg",
7228
- "required": false,
7226
+ "output_required": true,
7229
7227
  "type": "string",
7230
7228
  "value_allowed_null": true
7231
7229
  }
@@ -296,19 +296,19 @@
296
296
  {
297
297
  "document": "查看在广州一区或广州二区的实例信息,限制返回结果最多为一项",
298
298
  "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"ap-guangzhou-2\",\n \"ap-guangzhou-1\"\n ],\n \"Name\": \"zone\"\n }\n ],\n \"Offset\": \"0\"\n}",
299
- "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"LatestOperationState\": \"SUCCESS\",\n \"LoginSettings\": {\n \"Password\": \"123qwe!@#QWE\",\n \"KeepImageLogin\": \"False\",\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Value\": \"test\",\n \"Key\": \"test\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-1\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"test\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": null,\n \"DiskSize\": 50,\n \"SnapshotId\": null,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"ResetInstancesType\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
299
+ "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"SUCCESS\",\n \"LoginSettings\": {\n \"Password\": \"123qwe!@#QWE\",\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Value\": \"test\",\n \"Key\": \"test\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-1\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"test\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": null,\n \"DiskSize\": 50,\n \"SnapshotId\": null,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"ResetInstancesType\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
300
300
  "title": "查看实例列表"
301
301
  },
302
302
  {
303
303
  "document": "查询绑定了标签键值对(city:shenzhen)的实例。",
304
304
  "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"shenzhen\"\n ],\n \"Name\": \"tag:city\"\n }\n ],\n \"Offset\": \"0\"\n}",
305
- "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"68b510db-b4c1-4630-a62b-73d0c7c970f9\",\n \"InstanceState\": \"RUNNING\",\n \"LatestOperationState\": \"SUCCESS\",\n \"OsName\": \"CentOS 7.6 64bit\",\n \"CreatedTime\": \"2020-03-10T02:43:51Z\",\n \"RestrictState\": \"NORMAL\",\n \"ExpiredTime\": \"2020-04-10T02:47:36Z\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"IPv6Addresses\": null,\n \"CPU\": 1,\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Value\": \"shenzhen\",\n \"Key\": \"city\"\n }\n ],\n \"InstanceId\": \"ins-9bxebleo\",\n \"ImageId\": \"img-9qabwvbn\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"PREPAID\",\n \"InstanceType\": \"S1.SMALL1\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskId\": \"disk-nucurerk\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"IsolatedSource\": \"NOTISOLATED\",\n \"Placement\": {\n \"ProjectId\": 1174660,\n \"Zone\": \"ap-guangzhou-2\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"LoginSettings\": {\n \"KeyIds\": null\n },\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"DedicatedClusterId\": \"\",\n \"InstanceName\": \"测试实例\",\n \"DataDisks\": [],\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-a2676p0e\",\n \"AsVpcGateway\": false,\n \"VpcId\": \"vpc-g7wzcv7n\"\n },\n \"LatestOperationRequestId\": \"3554eb5b-1cfa-471a-ae76-dc436c9d43e8\",\n \"InternetAccessible\": {\n \"InternetMaxBandwidthOut\": 1,\n \"InternetChargeType\": \"BANDWIDTH_PREPAID\"\n },\n \"RdmaIpAddresses\": [],\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"RenewInstances\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
305
+ "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"68b510db-b4c1-4630-a62b-73d0c7c970f9\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"SUCCESS\",\n \"OsName\": \"CentOS 7.6 64bit\",\n \"CreatedTime\": \"2020-03-10T02:43:51Z\",\n \"RestrictState\": \"NORMAL\",\n \"ExpiredTime\": \"2020-04-10T02:47:36Z\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"IPv6Addresses\": null,\n \"CPU\": 1,\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Value\": \"shenzhen\",\n \"Key\": \"city\"\n }\n ],\n \"InstanceId\": \"ins-9bxebleo\",\n \"ImageId\": \"img-9qabwvbn\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"PREPAID\",\n \"InstanceType\": \"S1.SMALL1\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskId\": \"disk-nucurerk\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"IsolatedSource\": \"NOTISOLATED\",\n \"Placement\": {\n \"ProjectId\": 1174660,\n \"Zone\": \"ap-guangzhou-2\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"LoginSettings\": {\n \"KeyIds\": null\n },\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"DedicatedClusterId\": \"\",\n \"InstanceName\": \"测试实例\",\n \"DataDisks\": [],\n \"VirtualPrivateCloud\": {\n \"Ipv6AddressCount\": 1,\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ],\n \"SubnetId\": \"subnet-a2676p0e\",\n \"AsVpcGateway\": false,\n \"VpcId\": \"vpc-g7wzcv7n\"\n },\n \"LatestOperationRequestId\": \"3554eb5b-1cfa-471a-ae76-dc436c9d43e8\",\n \"InternetAccessible\": {\n \"InternetMaxBandwidthOut\": 1,\n \"InternetChargeType\": \"BANDWIDTH_PREPAID\"\n },\n \"RdmaIpAddresses\": [],\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"RenewInstances\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
306
306
  "title": "查询绑定了标签的实例"
307
307
  },
308
308
  {
309
309
  "document": "当对实例发起 StopInstances 后,通过 DescribeInstances 可以查询到实例的 LatestOperation 为 StopInstances,LatestOperationState 为 OPERATING。",
310
310
  "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<公共请求参数>\n\n{\n \"Limit\": \"1\",\n \"Filters\": [\n {\n \"Values\": [\n \"ap-guangzhou-2\",\n \"ap-guangzhou-1\"\n ],\n \"Name\": \"zone\"\n }\n ],\n \"Offset\": \"0\"\n}",
311
- "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"LatestOperationState\": \"OPERATING\",\n \"LoginSettings\": {\n \"Password\": \"123qwe!@#QWE\",\n \"KeepImageLogin\": \"False\",\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"ps-xxxxxxxx\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"DedicatedClusterId\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Value\": \"test\",\n \"Key\": \"test\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-1\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"test\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": null,\n \"DiskSize\": 50,\n \"SnapshotId\": null,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"StopInstances\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
311
+ "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"OPERATING\",\n \"LoginSettings\": {\n \"Password\": \"123qwe!@#QWE\",\n \"KeepImageLogin\": \"False\",\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"ps-xxxxxxxx\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"DedicatedClusterId\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Value\": \"test\",\n \"Key\": \"test\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-1\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"test\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": null,\n \"DiskSize\": 50,\n \"SnapshotId\": null,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"StopInstances\"\n }\n ],\n \"TotalCount\": 2,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
312
312
  "title": "查询实例的最新操作情况"
313
313
  }
314
314
  ],