tccli 3.0.1004.1__py2.py3-none-any.whl → 3.0.1005.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cvm/v20170312/CreateLaunchTemplate.md +1 -1
- tccli/examples/cvm/v20170312/RenewInstances.md +2 -2
- tccli/examples/cvm/v20170312/ResetInstancesPassword.md +1 -1
- tccli/examples/cvm/v20170312/StopInstances.md +1 -1
- tccli/examples/cwp/v20180228/DescribeMachineInfo.md +20 -20
- tccli/examples/cynosdb/v20190107/CreateClusterDatabase.md +9 -9
- tccli/examples/cynosdb/v20190107/DescribeClusterParams.md +18 -28
- tccli/examples/cynosdb/v20190107/DescribeClusters.md +70 -77
- tccli/examples/cynosdb/v20190107/DescribeZones.md +27 -29
- tccli/examples/cynosdb/v20190107/ModifyAccountHost.md +5 -5
- tccli/examples/cynosdb/v20190107/ModifyProxyDesc.md +4 -4
- tccli/examples/cynosdb/v20190107/ReloadBalanceProxyNode.md +5 -5
- tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +22 -22
- tccli/examples/hai/v20230812/DescribeApplications.md +2 -1
- tccli/examples/sqlserver/v20180328/BalanceReadOnlyGroup.md +21 -0
- tccli/examples/sqlserver/v20180328/DeleteRestoreTask.md +21 -0
- tccli/examples/sqlserver/v20180328/DescribeAccountPrivilegeByDB.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeCollationTimeZone.md +24 -0
- tccli/examples/sqlserver/v20180328/DescribeCrossRegions.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeDBPrivilegeByAccount.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeDBRestoreTime.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeDatabaseNames.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeInquiryPriceParameter.md +30 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTasks.md +36 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTradeParameter.md +37 -0
- tccli/examples/sqlserver/v20180328/DescribeProductSpec.md +81 -0
- tccli/examples/sqlserver/v20180328/DescribeReadOnlyGroupAutoWeight.md +60 -0
- tccli/examples/sqlserver/v20180328/DescribeRestoreTask.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeSpecSellStatus.md +124 -0
- tccli/examples/sqlserver/v20180328/DescribeUpgradeInstanceCheck.md +71 -0
- tccli/examples/sqlserver/v20180328/ModifyCloseWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyDBInstanceNote.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyOpenWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyPublishSubscribe.md +51 -0
- tccli/examples/tbaas/v20180416/DescribeFabricBlock.md +37 -0
- tccli/examples/tbaas/v20180416/DescribeFabricTransaction.md +33 -0
- tccli/examples/tbaas/v20180416/InvokeFabricChaincode.md +28 -0
- tccli/examples/tbaas/v20180416/QueryFabricChaincode.md +27 -0
- tccli/examples/tcss/v20201101/AddEditImageAutoAuthorizedRule.md +1 -1
- tccli/examples/tcss/v20201101/CreateAssetImageScanSetting.md +4 -4
- tccli/examples/tcss/v20201101/DescribeAssetImageDetail.md +28 -27
- tccli/examples/tcss/v20201101/DescribeImageAutoAuthorizedRule.md +2 -2
- tccli/examples/tcss/v20201101/RenewImageAuthorizeState.md +2 -2
- tccli/examples/tke/v20180525/DescribeClusterEndpoints.md +1 -0
- tccli/examples/tke/v20180525/DescribeClusterExtraArgs.md +31 -0
- tccli/examples/tke/v20180525/DescribeExternalNodeSupportConfig.md +81 -0
- tccli/examples/tke/v20180525/DescribeIPAMD.md +26 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterConsumerGroups.md +23 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterTopics.md +25 -0
- tccli/examples/wedata/v20210820/DescribeApproveList.md +43 -161
- tccli/examples/wedata/v20210820/DescribeApproveTypeList.md +64 -0
- tccli/services/__init__.py +1 -5
- tccli/services/billing/v20180709/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +10 -1
- tccli/services/cloudstudio/cloudstudio_client.py +30 -1042
- tccli/services/cvm/v20170312/api.json +68 -68
- tccli/services/cvm/v20170312/examples.json +4 -4
- tccli/services/cwp/v20180228/api.json +20 -0
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +10 -11
- tccli/services/cynosdb/v20190107/examples.json +14 -14
- tccli/services/dsgc/v20190723/api.json +48 -41
- tccli/services/ess/v20201111/api.json +9 -9
- tccli/services/essbasic/v20210526/api.json +10 -10
- tccli/services/essbasic/v20210526/examples.json +6 -6
- tccli/services/hai/v20230812/api.json +69 -69
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/sqlserver/sqlserver_client.py +1418 -358
- tccli/services/sqlserver/v20180328/api.json +2426 -172
- tccli/services/sqlserver/v20180328/examples.json +166 -0
- tccli/services/tbaas/tbaas_client.py +273 -61
- tccli/services/tbaas/v20180416/api.json +539 -0
- tccli/services/tbaas/v20180416/examples.json +32 -0
- tccli/services/tchd/v20230306/api.json +1 -1
- tccli/services/tcss/v20201101/api.json +443 -87
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +9 -9
- tccli/services/tke/tke_client.py +159 -0
- tccli/services/tke/v20180525/api.json +375 -0
- tccli/services/tke/v20180525/examples.json +25 -1
- tccli/services/trocket/trocket_client.py +171 -65
- tccli/services/trocket/v20230308/api.json +230 -0
- tccli/services/trocket/v20230308/examples.json +16 -0
- tccli/services/tse/v20201207/api.json +57 -35
- tccli/services/vrs/v20200824/api.json +10 -0
- tccli/services/waf/v20180125/api.json +201 -54
- tccli/services/wedata/v20210820/api.json +144 -14
- tccli/services/wedata/v20210820/examples.json +16 -2
- tccli/services/wedata/wedata_client.py +53 -0
- tccli/services/weilingwith/v20230427/api.json +13 -13
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/RECORD +96 -72
- tccli/services/casb/__init__.py +0 -4
- tccli/services/casb/casb_client.py +0 -194
- tccli/services/casb/v20200507/api.json +0 -110
- tccli/services/casb/v20200507/examples.json +0 -19
- tccli/services/cloudstudio/v20210524/api.json +0 -2604
- tccli/services/cloudstudio/v20210524/examples.json +0 -205
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/license_files/LICENSE +0 -0
@@ -64,7 +64,7 @@
|
|
64
64
|
"status": "online"
|
65
65
|
},
|
66
66
|
"CreateLaunchTemplate": {
|
67
|
-
"document": "本接口(CreateLaunchTemplate)用于创建实例启动模板。\n\n实例启动模板是一种配置数据并可用于创建实例,其内容包含创建实例所需的配置,比如实例类型,数据盘和系统盘的类型和大小,以及安全组等信息。\n\n初次创建实例模板后,其模板版本为默认版本1,新版本的创建可使用CreateLaunchTemplateVersion创建,版本号递增。默认情况下,在RunInstances中指定实例启动模板,若不指定模板版本号,则使用默认版本。",
|
67
|
+
"document": "本接口(CreateLaunchTemplate)用于创建实例启动模板。\n\n实例启动模板是一种配置数据并可用于创建实例,其内容包含创建实例所需的配置,比如实例类型,数据盘和系统盘的类型和大小,以及安全组等信息。\n\n初次创建实例模板后,其模板版本为默认版本1,新版本的创建可使用 [CreateLaunchTemplateVersion](https://cloud.tencent.com/document/product/213/66326) 创建,版本号递增。默认情况下,在[RunInstances](https://cloud.tencent.com/document/product/213/15730) 中指定实例启动模板,若不指定模板版本号,则使用默认版本。",
|
68
68
|
"input": "CreateLaunchTemplateRequest",
|
69
69
|
"name": "创建实例启动模板",
|
70
70
|
"output": "CreateLaunchTemplateResponse",
|
@@ -491,7 +491,7 @@
|
|
491
491
|
"status": "online"
|
492
492
|
},
|
493
493
|
"ModifyInstancesChargeType": {
|
494
|
-
"document": "本接口 (ModifyInstancesChargeType) 用于切换实例的计费模式。\n\n*
|
494
|
+
"document": "本接口 (ModifyInstancesChargeType) 用于切换实例的计费模式。\n\n* 关机不收费的实例、`批量计算型BC1`和`批量计算型BS1`机型族的实例、设置定时销毁的实例不支持该操作。\n* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。",
|
495
495
|
"input": "ModifyInstancesChargeTypeRequest",
|
496
496
|
"name": "修改实例计费模式",
|
497
497
|
"output": "ModifyInstancesChargeTypeResponse",
|
@@ -575,7 +575,7 @@
|
|
575
575
|
"status": "online"
|
576
576
|
},
|
577
577
|
"RenewInstances": {
|
578
|
-
"document": "本接口 (RenewInstances) 用于续费包年包月实例。\n\n* 只支持操作包年包月实例。\n* 续费时请确保账户余额充足。可通过[
|
578
|
+
"document": "本接口 (RenewInstances) 用于续费包年包月实例。\n\n* 只支持操作包年包月实例。\n* 续费时请确保账户余额充足。可通过[DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。\n* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。",
|
579
579
|
"input": "RenewInstancesRequest",
|
580
580
|
"name": "续费实例",
|
581
581
|
"output": "RenewInstancesResponse",
|
@@ -603,7 +603,7 @@
|
|
603
603
|
"status": "online"
|
604
604
|
},
|
605
605
|
"ResetInstancesPassword": {
|
606
|
-
"document": "本接口 (ResetInstancesPassword) 用于将实例操作系统的密码重置为用户指定的密码。\n\n
|
606
|
+
"document": "本接口 (ResetInstancesPassword) 用于将实例操作系统的密码重置为用户指定的密码。\n\n*如果是修改系统管理员密码:实例的操作系统不同,管理员账号也会不一样(`Windows`为`Administrator`,`Ubuntu`为`ubuntu`,其它系统为`root`)。\n* 重置处于运行中状态的实例密码,需要设置关机参数`ForceStop`为`TRUE`。如果没有显式指定强制关机参数,则只有处于关机状态的实例才允许执行重置密码操作。\n* 支持批量操作。将多个实例操作系统的密码重置为相同的密码。每次请求批量实例的上限为100。\n* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728#.E7.A4.BA.E4.BE.8B3-.E6.9F.A5.E8.AF.A2.E5.AE.9E.E4.BE.8B.E7.9A.84.E6.9C.80.E6.96.B0.E6.93.8D.E4.BD.9C.E6.83.85.E5.86.B5) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。",
|
607
607
|
"input": "ResetInstancesPasswordRequest",
|
608
608
|
"name": "重置实例密码",
|
609
609
|
"output": "ResetInstancesPasswordResponse",
|
@@ -1694,7 +1694,7 @@
|
|
1694
1694
|
{
|
1695
1695
|
"disabled": false,
|
1696
1696
|
"document": "实例所在的位置。通过该参数可以指定实例所属可用区,所属项目,所属宿主机(在专用宿主机上创建子机时指定)等属性。",
|
1697
|
-
"example": "
|
1697
|
+
"example": "无",
|
1698
1698
|
"member": "Placement",
|
1699
1699
|
"name": "Placement",
|
1700
1700
|
"required": true,
|
@@ -1730,7 +1730,7 @@
|
|
1730
1730
|
{
|
1731
1731
|
"disabled": false,
|
1732
1732
|
"document": "实例系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。",
|
1733
|
-
"example": "
|
1733
|
+
"example": "无",
|
1734
1734
|
"member": "SystemDisk",
|
1735
1735
|
"name": "SystemDisk",
|
1736
1736
|
"required": false,
|
@@ -1739,7 +1739,7 @@
|
|
1739
1739
|
{
|
1740
1740
|
"disabled": false,
|
1741
1741
|
"document": "实例数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。",
|
1742
|
-
"example": "
|
1742
|
+
"example": "无",
|
1743
1743
|
"member": "DataDisk",
|
1744
1744
|
"name": "DataDisks",
|
1745
1745
|
"required": false,
|
@@ -1748,7 +1748,7 @@
|
|
1748
1748
|
{
|
1749
1749
|
"disabled": false,
|
1750
1750
|
"document": "私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。若不指定该参数,则默认使用基础网络。若在此参数中指定了私有网络IP,即表示每个实例的主网卡IP;同时,InstanceCount参数必须与私有网络IP的个数一致且不能大于20。",
|
1751
|
-
"example": "
|
1751
|
+
"example": "无",
|
1752
1752
|
"member": "VirtualPrivateCloud",
|
1753
1753
|
"name": "VirtualPrivateCloud",
|
1754
1754
|
"required": false,
|
@@ -1757,7 +1757,7 @@
|
|
1757
1757
|
{
|
1758
1758
|
"disabled": false,
|
1759
1759
|
"document": "公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。",
|
1760
|
-
"example": "
|
1760
|
+
"example": "无",
|
1761
1761
|
"member": "InternetAccessible",
|
1762
1762
|
"name": "InternetAccessible",
|
1763
1763
|
"required": false,
|
@@ -1784,7 +1784,7 @@
|
|
1784
1784
|
{
|
1785
1785
|
"disabled": false,
|
1786
1786
|
"document": "实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。",
|
1787
|
-
"example": "
|
1787
|
+
"example": "无",
|
1788
1788
|
"member": "LoginSettings",
|
1789
1789
|
"name": "LoginSettings",
|
1790
1790
|
"required": false,
|
@@ -1793,7 +1793,7 @@
|
|
1793
1793
|
{
|
1794
1794
|
"disabled": false,
|
1795
1795
|
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。",
|
1796
|
-
"example": "[
|
1796
|
+
"example": "[\"sg-rf6ogz49\"]",
|
1797
1797
|
"member": "string",
|
1798
1798
|
"name": "SecurityGroupIds",
|
1799
1799
|
"required": false,
|
@@ -1802,7 +1802,7 @@
|
|
1802
1802
|
{
|
1803
1803
|
"disabled": false,
|
1804
1804
|
"document": "增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认公共镜像开启云监控、云安全服务;自定义镜像与镜像市场镜像默认不开启云监控,云安全服务,而使用镜像里保留的服务。",
|
1805
|
-
"example": "
|
1805
|
+
"example": "无",
|
1806
1806
|
"member": "EnhancedService",
|
1807
1807
|
"name": "EnhancedService",
|
1808
1808
|
"required": false,
|
@@ -1811,7 +1811,7 @@
|
|
1811
1811
|
{
|
1812
1812
|
"disabled": false,
|
1813
1813
|
"document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。",
|
1814
|
-
"example": "
|
1814
|
+
"example": "无",
|
1815
1815
|
"member": "string",
|
1816
1816
|
"name": "ClientToken",
|
1817
1817
|
"required": false,
|
@@ -1820,7 +1820,7 @@
|
|
1820
1820
|
{
|
1821
1821
|
"disabled": false,
|
1822
1822
|
"document": "云服务器的主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。<br><li>Windows 实例:名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。<br><li>其他类型(Linux 等)实例:字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。",
|
1823
|
-
"example": "
|
1823
|
+
"example": "无",
|
1824
1824
|
"member": "string",
|
1825
1825
|
"name": "HostName",
|
1826
1826
|
"required": false,
|
@@ -1829,7 +1829,7 @@
|
|
1829
1829
|
{
|
1830
1830
|
"disabled": false,
|
1831
1831
|
"document": "定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。",
|
1832
|
-
"example": "
|
1832
|
+
"example": "无",
|
1833
1833
|
"member": "ActionTimer",
|
1834
1834
|
"name": "ActionTimer",
|
1835
1835
|
"required": false,
|
@@ -1838,7 +1838,7 @@
|
|
1838
1838
|
{
|
1839
1839
|
"disabled": false,
|
1840
1840
|
"document": "置放群组id,仅支持指定一个。",
|
1841
|
-
"example": "[
|
1841
|
+
"example": "[\"ps-3p88qhfo\"]",
|
1842
1842
|
"member": "string",
|
1843
1843
|
"name": "DisasterRecoverGroupIds",
|
1844
1844
|
"required": false,
|
@@ -1847,7 +1847,7 @@
|
|
1847
1847
|
{
|
1848
1848
|
"disabled": false,
|
1849
1849
|
"document": "标签描述列表。通过指定该参数可以同时绑定标签到相应的资源实例,当前仅支持绑定标签到云服务器实例。",
|
1850
|
-
"example": "
|
1850
|
+
"example": "无",
|
1851
1851
|
"member": "TagSpecification",
|
1852
1852
|
"name": "TagSpecification",
|
1853
1853
|
"required": false,
|
@@ -1856,7 +1856,7 @@
|
|
1856
1856
|
{
|
1857
1857
|
"disabled": false,
|
1858
1858
|
"document": "实例的市场相关选项,如竞价实例相关参数,若指定实例的付费模式为竞价付费则该参数必传。",
|
1859
|
-
"example": "
|
1859
|
+
"example": "无",
|
1860
1860
|
"member": "InstanceMarketOptionsRequest",
|
1861
1861
|
"name": "InstanceMarketOptions",
|
1862
1862
|
"required": false,
|
@@ -1910,7 +1910,7 @@
|
|
1910
1910
|
{
|
1911
1911
|
"disabled": false,
|
1912
1912
|
"document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。",
|
1913
|
-
"example": "
|
1913
|
+
"example": "无",
|
1914
1914
|
"member": "InstanceChargePrepaid",
|
1915
1915
|
"name": "InstanceChargePrepaid",
|
1916
1916
|
"required": false,
|
@@ -1937,7 +1937,7 @@
|
|
1937
1937
|
"example": "lt-a5n123lo",
|
1938
1938
|
"member": "string",
|
1939
1939
|
"name": "LaunchTemplateId",
|
1940
|
-
"
|
1940
|
+
"output_required": true,
|
1941
1941
|
"type": "string",
|
1942
1942
|
"value_allowed_null": false
|
1943
1943
|
},
|
@@ -1956,7 +1956,7 @@
|
|
1956
1956
|
{
|
1957
1957
|
"disabled": false,
|
1958
1958
|
"document": "实例所在的位置。通过该参数可以指定实例所属可用区,所属项目,所属宿主机(在专用宿主机上创建子机时指定)等属性。",
|
1959
|
-
"example": "
|
1959
|
+
"example": "无",
|
1960
1960
|
"member": "Placement",
|
1961
1961
|
"name": "Placement",
|
1962
1962
|
"required": true,
|
@@ -1965,7 +1965,7 @@
|
|
1965
1965
|
{
|
1966
1966
|
"disabled": false,
|
1967
1967
|
"document": "启动模板ID,新版本将基于该实例启动模板ID创建。",
|
1968
|
-
"example": "
|
1968
|
+
"example": "无",
|
1969
1969
|
"member": "string",
|
1970
1970
|
"name": "LaunchTemplateId",
|
1971
1971
|
"required": true,
|
@@ -2010,7 +2010,7 @@
|
|
2010
2010
|
{
|
2011
2011
|
"disabled": false,
|
2012
2012
|
"document": "实例系统盘配置信息。若不指定该参数,则按照系统默认值进行分配。",
|
2013
|
-
"example": "
|
2013
|
+
"example": "无",
|
2014
2014
|
"member": "SystemDisk",
|
2015
2015
|
"name": "SystemDisk",
|
2016
2016
|
"required": false,
|
@@ -2019,7 +2019,7 @@
|
|
2019
2019
|
{
|
2020
2020
|
"disabled": false,
|
2021
2021
|
"document": "实例数据盘配置信息。若不指定该参数,则默认不购买数据盘。支持购买的时候指定21块数据盘,其中最多包含1块LOCAL_BASIC数据盘或者LOCAL_SSD数据盘,最多包含20块CLOUD_BASIC数据盘、CLOUD_PREMIUM数据盘或者CLOUD_SSD数据盘。",
|
2022
|
-
"example": "
|
2022
|
+
"example": "无",
|
2023
2023
|
"member": "DataDisk",
|
2024
2024
|
"name": "DataDisks",
|
2025
2025
|
"required": false,
|
@@ -2028,7 +2028,7 @@
|
|
2028
2028
|
{
|
2029
2029
|
"disabled": false,
|
2030
2030
|
"document": "私有网络相关信息配置。通过该参数可以指定私有网络的ID,子网ID等信息。若不指定该参数,则默认使用基础网络。若在此参数中指定了私有网络IP,即表示每个实例的主网卡IP;同时,InstanceCount参数必须与私有网络IP的个数一致且不能大于20。",
|
2031
|
-
"example": "
|
2031
|
+
"example": "无",
|
2032
2032
|
"member": "VirtualPrivateCloud",
|
2033
2033
|
"name": "VirtualPrivateCloud",
|
2034
2034
|
"required": false,
|
@@ -2037,7 +2037,7 @@
|
|
2037
2037
|
{
|
2038
2038
|
"disabled": false,
|
2039
2039
|
"document": "公网带宽相关信息设置。若不指定该参数,则默认公网带宽为0Mbps。",
|
2040
|
-
"example": "
|
2040
|
+
"example": "无",
|
2041
2041
|
"member": "InternetAccessible",
|
2042
2042
|
"name": "InternetAccessible",
|
2043
2043
|
"required": false,
|
@@ -2064,7 +2064,7 @@
|
|
2064
2064
|
{
|
2065
2065
|
"disabled": false,
|
2066
2066
|
"document": "实例登录设置。通过该参数可以设置实例的登录方式密码、密钥或保持镜像的原始登录设置。默认情况下会随机生成密码,并以站内信方式知会到用户。",
|
2067
|
-
"example": "
|
2067
|
+
"example": "无",
|
2068
2068
|
"member": "LoginSettings",
|
2069
2069
|
"name": "LoginSettings",
|
2070
2070
|
"required": false,
|
@@ -2073,7 +2073,7 @@
|
|
2073
2073
|
{
|
2074
2074
|
"disabled": false,
|
2075
2075
|
"document": "实例所属安全组。该参数可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来获取。若不指定该参数,则绑定默认安全组。",
|
2076
|
-
"example": "
|
2076
|
+
"example": "[\"sg-rf6ogz49\"]\t",
|
2077
2077
|
"member": "string",
|
2078
2078
|
"name": "SecurityGroupIds",
|
2079
2079
|
"required": false,
|
@@ -2082,7 +2082,7 @@
|
|
2082
2082
|
{
|
2083
2083
|
"disabled": false,
|
2084
2084
|
"document": "增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认公共镜像开启云监控、云安全服务;自定义镜像与镜像市场镜像默认不开启云监控,云安全服务,而使用镜像里保留的服务。",
|
2085
|
-
"example": "
|
2085
|
+
"example": "无",
|
2086
2086
|
"member": "EnhancedService",
|
2087
2087
|
"name": "EnhancedService",
|
2088
2088
|
"required": false,
|
@@ -2091,7 +2091,7 @@
|
|
2091
2091
|
{
|
2092
2092
|
"disabled": false,
|
2093
2093
|
"document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。",
|
2094
|
-
"example": "
|
2094
|
+
"example": "无",
|
2095
2095
|
"member": "string",
|
2096
2096
|
"name": "ClientToken",
|
2097
2097
|
"required": false,
|
@@ -2100,7 +2100,7 @@
|
|
2100
2100
|
{
|
2101
2101
|
"disabled": false,
|
2102
2102
|
"document": "云服务器的主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。<br><li>Windows 实例:名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。<br><li>其他类型(Linux 等)实例:字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。",
|
2103
|
-
"example": "
|
2103
|
+
"example": "无",
|
2104
2104
|
"member": "string",
|
2105
2105
|
"name": "HostName",
|
2106
2106
|
"required": false,
|
@@ -2109,7 +2109,7 @@
|
|
2109
2109
|
{
|
2110
2110
|
"disabled": false,
|
2111
2111
|
"document": "定时任务。通过该参数可以为实例指定定时任务,目前仅支持定时销毁。",
|
2112
|
-
"example": "
|
2112
|
+
"example": "无",
|
2113
2113
|
"member": "ActionTimer",
|
2114
2114
|
"name": "ActionTimer",
|
2115
2115
|
"required": false,
|
@@ -2118,7 +2118,7 @@
|
|
2118
2118
|
{
|
2119
2119
|
"disabled": false,
|
2120
2120
|
"document": "置放群组id,仅支持指定一个。",
|
2121
|
-
"example": "
|
2121
|
+
"example": "[\"ps-3p88qhfo\"]",
|
2122
2122
|
"member": "string",
|
2123
2123
|
"name": "DisasterRecoverGroupIds",
|
2124
2124
|
"required": false,
|
@@ -2127,7 +2127,7 @@
|
|
2127
2127
|
{
|
2128
2128
|
"disabled": false,
|
2129
2129
|
"document": "标签描述列表。通过指定该参数可以同时绑定标签到相应的资源实例,当前仅支持绑定标签到云服务器实例。",
|
2130
|
-
"example": "
|
2130
|
+
"example": "无",
|
2131
2131
|
"member": "TagSpecification",
|
2132
2132
|
"name": "TagSpecification",
|
2133
2133
|
"required": false,
|
@@ -2136,7 +2136,7 @@
|
|
2136
2136
|
{
|
2137
2137
|
"disabled": false,
|
2138
2138
|
"document": "实例的市场相关选项,如竞价实例相关参数,若指定实例的付费模式为竞价付费则该参数必传。",
|
2139
|
-
"example": "
|
2139
|
+
"example": "无",
|
2140
2140
|
"member": "InstanceMarketOptionsRequest",
|
2141
2141
|
"name": "InstanceMarketOptions",
|
2142
2142
|
"required": false,
|
@@ -2145,7 +2145,7 @@
|
|
2145
2145
|
{
|
2146
2146
|
"disabled": false,
|
2147
2147
|
"document": "提供给实例使用的用户数据,需要以 base64 方式编码,支持的最大数据大小为 16KB。关于获取此参数的详细介绍,请参阅[Windows](https://cloud.tencent.com/document/product/213/17526)和[Linux](https://cloud.tencent.com/document/product/213/17525)启动时运行命令。",
|
2148
|
-
"example": "
|
2148
|
+
"example": "YmFzZTY0Cg==",
|
2149
2149
|
"member": "string",
|
2150
2150
|
"name": "UserData",
|
2151
2151
|
"required": false,
|
@@ -2154,7 +2154,7 @@
|
|
2154
2154
|
{
|
2155
2155
|
"disabled": false,
|
2156
2156
|
"document": "是否只预检此次请求。\ntrue:发送检查请求,不会创建实例。检查项包括是否填写了必需参数,请求格式,业务限制和云服务器库存。\n如果检查不通过,则返回对应错误码;\n如果检查通过,则返回RequestId.\nfalse(默认):发送正常请求,通过检查后直接创建实例。",
|
2157
|
-
"example": "
|
2157
|
+
"example": "false",
|
2158
2158
|
"member": "bool",
|
2159
2159
|
"name": "DryRun",
|
2160
2160
|
"required": false,
|
@@ -2163,7 +2163,7 @@
|
|
2163
2163
|
{
|
2164
2164
|
"disabled": false,
|
2165
2165
|
"document": "CAM角色名称。可通过[`DescribeRoleList`](https://cloud.tencent.com/document/product/598/13887)接口返回值中的`roleName`获取。",
|
2166
|
-
"example": "
|
2166
|
+
"example": "testroleName001",
|
2167
2167
|
"member": "string",
|
2168
2168
|
"name": "CamRoleName",
|
2169
2169
|
"required": false,
|
@@ -2172,7 +2172,7 @@
|
|
2172
2172
|
{
|
2173
2173
|
"disabled": false,
|
2174
2174
|
"document": "高性能计算集群ID。若创建的实例为高性能计算实例,需指定实例放置的集群,否则不可指定。",
|
2175
|
-
"example": "
|
2175
|
+
"example": "hpc-a5n666lo",
|
2176
2176
|
"member": "string",
|
2177
2177
|
"name": "HpcClusterId",
|
2178
2178
|
"required": false,
|
@@ -2181,7 +2181,7 @@
|
|
2181
2181
|
{
|
2182
2182
|
"disabled": false,
|
2183
2183
|
"document": "实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月<br><li>POSTPAID_BY_HOUR:按小时后付费<br><li>CDHPAID:独享子机(基于专用宿主机创建,宿主机部分的资源不收费)<br><li>SPOTPAID:竞价付费<br>默认值:POSTPAID_BY_HOUR。",
|
2184
|
-
"example": "
|
2184
|
+
"example": "PREPAID",
|
2185
2185
|
"member": "string",
|
2186
2186
|
"name": "InstanceChargeType",
|
2187
2187
|
"required": false,
|
@@ -2190,7 +2190,7 @@
|
|
2190
2190
|
{
|
2191
2191
|
"disabled": false,
|
2192
2192
|
"document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。",
|
2193
|
-
"example": "
|
2193
|
+
"example": "无",
|
2194
2194
|
"member": "InstanceChargePrepaid",
|
2195
2195
|
"name": "InstanceChargePrepaid",
|
2196
2196
|
"required": false,
|
@@ -2217,7 +2217,7 @@
|
|
2217
2217
|
"example": "2",
|
2218
2218
|
"member": "int64",
|
2219
2219
|
"name": "LaunchTemplateVersionNumber",
|
2220
|
-
"
|
2220
|
+
"output_required": true,
|
2221
2221
|
"type": "int",
|
2222
2222
|
"value_allowed_null": false
|
2223
2223
|
},
|
@@ -8455,8 +8455,8 @@
|
|
8455
8455
|
"members": [
|
8456
8456
|
{
|
8457
8457
|
"disabled": false,
|
8458
|
-
"document": "一个或多个待操作的实例ID。可通过[
|
8459
|
-
"example": "[\"ins-r8hr2upy
|
8458
|
+
"document": "一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为30。",
|
8459
|
+
"example": "[\"ins-r8hr2upy\"]",
|
8460
8460
|
"member": "string",
|
8461
8461
|
"name": "InstanceIds",
|
8462
8462
|
"required": true,
|
@@ -8464,7 +8464,7 @@
|
|
8464
8464
|
},
|
8465
8465
|
{
|
8466
8466
|
"disabled": false,
|
8467
|
-
"document": "
|
8467
|
+
"document": "修改后实例[计费类型](https://cloud.tencent.com/document/product/213/2180)。<br><li>PREPAID:预付费,即包年包月。<br><li>POSTPAID_BY_HOUR:后付费,即按量付费。",
|
8468
8468
|
"example": "PREPAID",
|
8469
8469
|
"member": "string",
|
8470
8470
|
"name": "InstanceChargeType",
|
@@ -8473,7 +8473,7 @@
|
|
8473
8473
|
},
|
8474
8474
|
{
|
8475
8475
|
"disabled": false,
|
8476
|
-
"document": "
|
8476
|
+
"document": "修改后预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。<dx-alert infotype=\"explain\" title=\"\">若指定实例的付费模式为预付费则该参数必传。</dx-alert>",
|
8477
8477
|
"example": "无",
|
8478
8478
|
"member": "InstanceChargePrepaid",
|
8479
8479
|
"name": "InstanceChargePrepaid",
|
@@ -8482,8 +8482,8 @@
|
|
8482
8482
|
},
|
8483
8483
|
{
|
8484
8484
|
"disabled": false,
|
8485
|
-
"document": "是否同时切换弹性数据云盘计费模式。取值范围:<br><li>
|
8486
|
-
"example": "
|
8485
|
+
"document": "是否同时切换弹性数据云盘计费模式。取值范围:<br><li>true:表示切换弹性数据云盘计费模式<br><li>false:表示不切换弹性数据云盘计费模式<br><br>默认取值:false。",
|
8486
|
+
"example": "false",
|
8487
8487
|
"member": "bool",
|
8488
8488
|
"name": "ModifyPortableDataDisk",
|
8489
8489
|
"required": false,
|
@@ -8545,8 +8545,8 @@
|
|
8545
8545
|
"members": [
|
8546
8546
|
{
|
8547
8547
|
"disabled": false,
|
8548
|
-
"document": "一个或多个待操作的实例ID。可通过[
|
8549
|
-
"example": "[\"ins-r8hr2upy
|
8548
|
+
"document": "一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728) API返回值中的`InstanceId`获取。每次请求允许操作的实例数量上限是100。",
|
8549
|
+
"example": "[\"ins-r8hr2upy\",\"ins-5d8a23rs\"]",
|
8550
8550
|
"member": "string",
|
8551
8551
|
"name": "InstanceIds",
|
8552
8552
|
"required": true,
|
@@ -8581,8 +8581,8 @@
|
|
8581
8581
|
"members": [
|
8582
8582
|
{
|
8583
8583
|
"disabled": false,
|
8584
|
-
"document": "待操作的实例ID数组。可通过[
|
8585
|
-
"example": "[\"ins-r8hr2upy
|
8584
|
+
"document": "待操作的实例ID数组。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。",
|
8585
|
+
"example": "[\"ins-r8hr2upy\",\"ins-5d8a23rs\"]",
|
8586
8586
|
"member": "string",
|
8587
8587
|
"name": "InstanceIds",
|
8588
8588
|
"required": true,
|
@@ -9102,7 +9102,7 @@
|
|
9102
9102
|
"members": [
|
9103
9103
|
{
|
9104
9104
|
"disabled": false,
|
9105
|
-
"document": "一个或多个待操作的实例ID。可通过[
|
9105
|
+
"document": "一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。",
|
9106
9106
|
"example": "[\"ins-r8hr2upy\",\"ins-5d8a23rs\"]",
|
9107
9107
|
"member": "string",
|
9108
9108
|
"name": "InstanceIds",
|
@@ -9111,8 +9111,8 @@
|
|
9111
9111
|
},
|
9112
9112
|
{
|
9113
9113
|
"disabled": false,
|
9114
|
-
"document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>
|
9115
|
-
"example": "
|
9114
|
+
"document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常重启失败后选择强制重启实例。取值范围:<br><li>true:表示在正常重启失败后进行强制重启<br><li>false:表示在正常重启失败后不进行强制重启<br><br>默认取值:false。",
|
9115
|
+
"example": "false",
|
9116
9116
|
"member": "bool",
|
9117
9117
|
"name": "ForceReboot",
|
9118
9118
|
"required": false,
|
@@ -9270,8 +9270,8 @@
|
|
9270
9270
|
"members": [
|
9271
9271
|
{
|
9272
9272
|
"disabled": false,
|
9273
|
-
"document": "一个或多个待操作的实例ID。可通过[
|
9274
|
-
"example": "[\"ins-r8hr2upy
|
9273
|
+
"document": "一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。",
|
9274
|
+
"example": "[\"ins-r8hr2upy\"]",
|
9275
9275
|
"member": "string",
|
9276
9276
|
"name": "InstanceIds",
|
9277
9277
|
"required": true,
|
@@ -9288,8 +9288,8 @@
|
|
9288
9288
|
},
|
9289
9289
|
{
|
9290
9290
|
"disabled": false,
|
9291
|
-
"document": "是否续费弹性数据盘。取值范围:<br><li>
|
9292
|
-
"example": "
|
9291
|
+
"document": "是否续费弹性数据盘。取值范围:<br><li>true:表示续费包年包月实例同时续费其挂载的弹性数据盘<br><li>false:表示续费包年包月实例同时不再续费其挂载的弹性数据盘<br><br>默认取值:true。",
|
9292
|
+
"example": "false",
|
9293
9293
|
"member": "bool",
|
9294
9294
|
"name": "RenewPortableDataDisk",
|
9295
9295
|
"required": false,
|
@@ -10369,8 +10369,8 @@
|
|
10369
10369
|
"members": [
|
10370
10370
|
{
|
10371
10371
|
"disabled": false,
|
10372
|
-
"document": "一个或多个待操作的实例ID。可通过[
|
10373
|
-
"example": "[\"ins-r8hr2upy
|
10372
|
+
"document": "一个或多个待操作的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/213/15728) API返回值中的`InstanceId`获取。每次请求允许操作的实例数量上限是100。",
|
10373
|
+
"example": "[\"ins-r8hr2upy\",\"ins-5d8a23rs\"]",
|
10374
10374
|
"member": "string",
|
10375
10375
|
"name": "InstanceIds",
|
10376
10376
|
"required": true,
|
@@ -10378,7 +10378,7 @@
|
|
10378
10378
|
},
|
10379
10379
|
{
|
10380
10380
|
"disabled": false,
|
10381
|
-
"document": "
|
10381
|
+
"document": "重置后的实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:\nLinux 实例密码必须8-30位,推荐使用12位以上密码,不能以“/”开头,至少包含以下字符中的三种不同字符,字符种类:<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字:0-9<br><li>特殊字符: ()\\`\\~!@#$%^&\\*-+=\\_|{}[]:;'<>,.?/\nWindows 实例密码必须12\\~30位,不能以“/”开头且不包括用户名,至少包含以下字符中的三种不同字符<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字: 0-9<br><li>特殊字符:()\\`\\~!@#$%^&\\*-+=\\_|{}[]:;' <>,.?/<br><li>如果实例即包含 `Linux` 实例又包含 `Windows` 实例,则密码复杂度限制按照 `Windows` 实例的限制。",
|
10382
10382
|
"example": "abc123ABC!@#",
|
10383
10383
|
"member": "string",
|
10384
10384
|
"name": "Password",
|
@@ -10396,8 +10396,8 @@
|
|
10396
10396
|
},
|
10397
10397
|
{
|
10398
10398
|
"disabled": false,
|
10399
|
-
"document": "是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>
|
10400
|
-
"example": "
|
10399
|
+
"document": "是否对运行中的实例选择强制关机。建议对运行中的实例先手动关机,然后再重置用户密码。取值范围:<br><li>true:表示在正常关机失败后进行强制关机<br><li>false:表示在正常关机失败后不进行强制关机<br><br>默认取值:false。<br><br>强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。",
|
10400
|
+
"example": "true",
|
10401
10401
|
"member": "bool",
|
10402
10402
|
"name": "ForceStop",
|
10403
10403
|
"required": false,
|
@@ -11025,8 +11025,8 @@
|
|
11025
11025
|
"members": [
|
11026
11026
|
{
|
11027
11027
|
"disabled": false,
|
11028
|
-
"document": "一个或多个待操作的实例ID。可通过[
|
11029
|
-
"example": "[\"ins-r8hr2upy
|
11028
|
+
"document": "一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。",
|
11029
|
+
"example": "[\"ins-r8hr2upy\",\"ins-5d8a23rs\"]",
|
11030
11030
|
"member": "string",
|
11031
11031
|
"name": "InstanceIds",
|
11032
11032
|
"required": true,
|
@@ -11034,8 +11034,8 @@
|
|
11034
11034
|
},
|
11035
11035
|
{
|
11036
11036
|
"disabled": false,
|
11037
|
-
"document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常关闭失败后选择强制关闭实例。取值范围:<br><li>
|
11038
|
-
"example": "
|
11037
|
+
"document": "本参数已弃用,推荐使用StopType,不可以与参数StopType同时使用。表示是否在正常关闭失败后选择强制关闭实例。取值范围:<br><li>true:表示在正常关闭失败后进行强制关闭<br><li>false:表示在正常关闭失败后不进行强制关闭<br><br>默认取值:false。",
|
11038
|
+
"example": "false",
|
11039
11039
|
"member": "bool",
|
11040
11040
|
"name": "ForceStop",
|
11041
11041
|
"required": false,
|
@@ -74,7 +74,7 @@
|
|
74
74
|
],
|
75
75
|
"CreateLaunchTemplate": [
|
76
76
|
{
|
77
|
-
"document": "只传必传的Zone
|
77
|
+
"document": "只传必传的Zone、镜像ID和启动模板ID,其他均采用系统默认值,具体配置如下:实例所在位置为广州二区,镜像ID为:img-pmqg1cw7,实例启动模板名称:test",
|
78
78
|
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLaunchTemplate\n<公共请求参数>\n\n{\n \"LaunchTemplateName\": \"test\",\n \"Placement\": {\n \"Zone\": \"ap-guangzhou-2\"\n },\n \"ImageId\": \"img-pmqg1cw7\"\n}",
|
79
79
|
"output": "{\n \"Response\": {\n \"LaunchTemplateId\": \"lt-lobxe2yo\",\n \"RequestId\": \"9b4ad85f-1657-4445-111d-3c0a9fbec309\"\n }\n}",
|
80
80
|
"title": "使用最简单参数创建实例启动模板"
|
@@ -719,7 +719,7 @@
|
|
719
719
|
"RenewInstances": [
|
720
720
|
{
|
721
721
|
"document": "本示例用于续费一个实例,指定续费实例Id是ins-r8hr2upy,续费一个月,到期时通知过期但不自动续费。",
|
722
|
-
"input": "
|
722
|
+
"input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RenewInstances\n<公共请求参数>\n\n{\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Period\": \"1\"\n },\n \"InstanceIds\": [\n \"ins-r8hr2upy\"\n ]\n}",
|
723
723
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
724
724
|
"title": "续费实例"
|
725
725
|
}
|
@@ -757,7 +757,7 @@
|
|
757
757
|
"ResetInstancesPassword": [
|
758
758
|
{
|
759
759
|
"document": "重置一个Linux/Windows实例的密码,之后您可利用此密码登录实例",
|
760
|
-
"input": "https://cvm.tencentcloudapi.com/?Action=ResetInstancesPassword\n&InstanceIds.0=ins-r8hr2upy\n&InstanceIds.1=ins-5d8a23rs\n&Password=abc123ABC!@#\n&ForceStop=
|
760
|
+
"input": "https://cvm.tencentcloudapi.com/?Action=ResetInstancesPassword\n&InstanceIds.0=ins-r8hr2upy\n&InstanceIds.1=ins-5d8a23rs\n&Password=abc123ABC!@#\n&ForceStop=true\n&<公共请求参数>",
|
761
761
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
762
762
|
"title": "重置一个Linux/Windows实例的密码"
|
763
763
|
}
|
@@ -821,7 +821,7 @@
|
|
821
821
|
"StopInstances": [
|
822
822
|
{
|
823
823
|
"document": "本示例用于关闭两个实例。",
|
824
|
-
"input": "https://cvm.tencentcloudapi.com/?Action=StopInstances\n&InstanceIds.0=ins-r8hr2upy\n&InstanceIds.1=ins-5d8a23rs\n&ForceStop=
|
824
|
+
"input": "https://cvm.tencentcloudapi.com/?Action=StopInstances\n&InstanceIds.0=ins-r8hr2upy\n&InstanceIds.1=ins-5d8a23rs\n&ForceStop=false\n&<公共请求参数>",
|
825
825
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
826
826
|
"title": "关闭实例"
|
827
827
|
}
|