tccli 3.0.908.1__py2.py3-none-any.whl → 3.0.910.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdn/v20180606/DescribeHttpsPackages.md +19 -18
  3. tccli/examples/cdn/v20180606/DescribeTrafficPackages.md +16 -14
  4. tccli/examples/cfs/v20190719/DescribeCfsFileSystems.md +31 -31
  5. tccli/examples/cfs/v20190719/UpdateCfsPGroup.md +1 -1
  6. tccli/examples/cms/v20190321/CreateKeywordsSamples.md +10 -0
  7. tccli/examples/cms/v20190321/DeleteLibSamples.md +2 -1
  8. tccli/examples/cms/v20190321/DescribeLibSamples.md +2 -1
  9. tccli/examples/cvm/v20170312/DescribeImportImageOs.md +1 -1
  10. tccli/examples/cynosdb/v20190107/AddInstances.md +8 -8
  11. tccli/examples/cynosdb/v20190107/DescribeParamTemplates.md +2 -2
  12. tccli/examples/ecm/v20190719/AllocateIpv6AddressesBandwidth.md +25 -0
  13. tccli/examples/ecm/v20190719/AssignIpv6CidrBlock.md +23 -0
  14. tccli/examples/ecm/v20190719/AssignIpv6CidrBlocks.md +29 -0
  15. tccli/examples/ecm/v20190719/AssignIpv6SubnetCidrBlock.md +29 -0
  16. tccli/examples/ecm/v20190719/DescribeRegionIpv6Addresses.md +41 -0
  17. tccli/examples/ecm/v20190719/ModifyIpv6AddressesBandwidth.md +22 -0
  18. tccli/examples/ecm/v20190719/QueryVpcTaskResult.md +22 -0
  19. tccli/examples/ecm/v20190719/ReleaseIpv6AddressesBandwidth.md +22 -0
  20. tccli/examples/ecm/v20190719/UnassignIpv6SubnetCidrBlock.md +23 -0
  21. tccli/examples/emr/v20190103/InquiryPriceRenewInstance.md +32 -1
  22. tccli/examples/es/v20180416/ModifyEsVipSecurityGroup.md +21 -0
  23. tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +118 -0
  24. tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +61 -0
  25. tccli/examples/ess/v20201111/CreateFlowReminds.md +3 -3
  26. tccli/examples/ess/v20201111/CreateFlowSignReview.md +2 -2
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +49 -0
  28. tccli/examples/lcic/v20220817/DescribeDocument.md +52 -16
  29. tccli/examples/live/v20180801/DeleteLiveTranscodeTemplate.md +1 -1
  30. tccli/examples/monitor/v20180724/DeletePrometheusScrapeJobs.md +4 -4
  31. tccli/examples/monitor/v20180724/DescribeExporterIntegrations.md +5 -5
  32. tccli/examples/monitor/v20180724/DescribePrometheusAgents.md +10 -10
  33. tccli/examples/monitor/v20180724/DescribePrometheusScrapeJobs.md +8 -8
  34. tccli/examples/ocr/v20181119/DriverLicenseOCR.md +2 -2
  35. tccli/examples/smh/v20210712/DeleteLibrary.md +1 -1
  36. tccli/examples/sqlserver/v20180328/InquiryPriceRenewDBInstance.md +1 -1
  37. tccli/examples/sqlserver/v20180328/InquiryPriceUpgradeDBInstance.md +1 -1
  38. tccli/examples/ssl/v20191205/DescribeDeployedResources.md +5 -5
  39. tccli/examples/tchd/v20230306/DescribeEvents.md +35 -0
  40. tccli/examples/tdmq/v20200217/CreateTopic.md +1 -1
  41. tccli/examples/vod/v20180717/CreateRebuildMediaTemplate.md +2 -2
  42. tccli/examples/vod/v20180717/DeleteRebuildMediaTemplate.md +2 -2
  43. tccli/examples/vod/v20180717/DescribeRebuildMediaTemplates.md +2 -2
  44. tccli/examples/vod/v20180717/ModifyRebuildMediaTemplate.md +2 -2
  45. tccli/examples/vod/v20180717/RebuildMedia.md +2 -2
  46. tccli/examples/vod/v20180717/RebuildMediaByTemplate.md +2 -2
  47. tccli/examples/vpc/v20170312/DescribeSecurityGroups.md +1 -1
  48. tccli/examples/wav/v20210129/QueryClueInfoList.md +1 -0
  49. tccli/examples/wedata/v20210820/DescribeColumnLineage.md +77 -0
  50. tccli/examples/wedata/v20210820/DescribeTableLineage.md +79 -0
  51. tccli/services/__init__.py +3 -0
  52. tccli/services/autoscaling/v20180419/api.json +1 -1
  53. tccli/services/cdn/v20180606/api.json +49 -67
  54. tccli/services/cdn/v20180606/examples.json +3 -3
  55. tccli/services/cfs/v20190719/api.json +65 -26
  56. tccli/services/cfs/v20190719/examples.json +3 -3
  57. tccli/services/cls/v20201016/api.json +7 -2
  58. tccli/services/cms/v20190321/api.json +37 -2
  59. tccli/services/cms/v20190321/examples.json +3 -3
  60. tccli/services/cvm/v20170312/api.json +2 -0
  61. tccli/services/cvm/v20170312/examples.json +2 -2
  62. tccli/services/cynosdb/v20190107/api.json +58 -73
  63. tccli/services/cynosdb/v20190107/examples.json +3 -3
  64. tccli/services/ecm/ecm_client.py +493 -16
  65. tccli/services/ecm/v20190719/api.json +657 -26
  66. tccli/services/ecm/v20190719/examples.json +72 -0
  67. tccli/services/emr/v20190103/api.json +5 -12
  68. tccli/services/emr/v20190103/examples.json +7 -1
  69. tccli/services/es/es_client.py +65 -12
  70. tccli/services/es/v20180416/api.json +43 -0
  71. tccli/services/es/v20180416/examples.json +8 -0
  72. tccli/services/ess/ess_client.py +145 -39
  73. tccli/services/ess/v20201111/api.json +417 -41
  74. tccli/services/ess/v20201111/examples.json +19 -3
  75. tccli/services/essbasic/essbasic_client.py +53 -0
  76. tccli/services/essbasic/v20210526/api.json +105 -3
  77. tccli/services/essbasic/v20210526/examples.json +8 -0
  78. tccli/services/lcic/v20220817/api.json +27 -16
  79. tccli/services/lcic/v20220817/examples.json +10 -4
  80. tccli/services/live/v20180801/api.json +3 -3
  81. tccli/services/live/v20180801/examples.json +1 -1
  82. tccli/services/monitor/v20180724/api.json +20 -24
  83. tccli/services/monitor/v20180724/examples.json +11 -11
  84. tccli/services/ocr/v20181119/api.json +22 -5
  85. tccli/services/ocr/v20181119/examples.json +1 -1
  86. tccli/services/smh/v20210712/api.json +1 -1
  87. tccli/services/smh/v20210712/examples.json +2 -2
  88. tccli/services/sqlserver/v20180328/api.json +8 -15
  89. tccli/services/sqlserver/v20180328/examples.json +2 -2
  90. tccli/services/ssl/v20191205/api.json +1 -0
  91. tccli/services/ssl/v20191205/examples.json +2 -2
  92. tccli/services/tcb/v20180608/api.json +33 -39
  93. tccli/services/tchd/__init__.py +4 -0
  94. tccli/services/tchd/tchd_client.py +194 -0
  95. tccli/services/tchd/v20230306/api.json +167 -0
  96. tccli/services/tchd/v20230306/examples.json +13 -0
  97. tccli/services/tdmq/v20200217/api.json +7 -14
  98. tccli/services/tdmq/v20200217/examples.json +1 -1
  99. tccli/services/tke/v20180525/api.json +33 -20
  100. tccli/services/trtc/trtc_client.py +8 -61
  101. tccli/services/trtc/v20190722/api.json +0 -240
  102. tccli/services/trtc/v20190722/examples.json +0 -8
  103. tccli/services/tse/v20201207/api.json +20 -39
  104. tccli/services/tts/v20190823/api.json +1 -1
  105. tccli/services/vod/v20180717/api.json +40 -36
  106. tccli/services/vod/v20180717/examples.json +12 -12
  107. tccli/services/vpc/v20170312/api.json +21 -7
  108. tccli/services/vpc/v20170312/examples.json +1 -1
  109. tccli/services/wav/v20210129/api.json +10 -0
  110. tccli/services/wav/v20210129/examples.json +1 -1
  111. tccli/services/wedata/v20210820/api.json +1146 -211
  112. tccli/services/wedata/v20210820/examples.json +16 -0
  113. tccli/services/wedata/wedata_client.py +106 -0
  114. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/METADATA +82 -3
  115. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/RECORD +118 -98
  116. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/WHEEL +0 -0
  117. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/entry_points.txt +0 -0
  118. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.908.1'
1
+ __version__ = '3.0.910.1'
@@ -14,32 +14,33 @@ Output:
14
14
  ```
15
15
  {
16
16
  "Response": {
17
+ "RequestId": "521e16c1a2c389fa34ff23aafa0db726",
17
18
  "HttpsPackages": [
18
19
  {
19
- "Status": "enable",
20
- "EnableTime": "2023-02-10 00:00:00",
21
- "SizeUsed": 100,
22
- "ExpireTime": "2023-03-10 00:00:00",
23
- "Area": "global",
24
- "TrueExpireTime": "2023-03-31 23:59:59",
25
- "TrueEnableTime": "2023-02-01 00:00:00",
26
- "Id": 1,
20
+ "Id": 5720,
21
+ "Type": "日常HTTPS请求包",
22
+ "ConfigId": 672,
23
+ "Size": 10000000,
24
+ "SizeUsed": 0,
25
+ "Status": "frozen",
26
+ "CreateTime": "2023-07-05 15:41:26",
27
+ "EnableTime": "2023-07-05 15:00:00",
28
+ "ExpireTime": "2024-07-05 15:00:00",
27
29
  "LifeTimeMonth": 12,
28
- "ExtensionAvailable": true,
29
- "ExtensionMode": 1,
30
30
  "RefundAvailable": false,
31
- "ContractExtension": true,
32
- "ConfigId": 661,
33
- "Type": "HTTPS请求包",
34
- "CreateTime": "2023-02-10 00:00:00",
35
31
  "Channel": "ACTIVE_PURCHASE",
36
- "Size": 10000
32
+ "TrueEnableTime": "2023-07-05 15:00:00",
33
+ "TrueExpireTime": "2024-07-05 15:59:59",
34
+ "Area": "global",
35
+ "ContractExtension": false,
36
+ "AutoExtension": false,
37
+ "ExtensionMode": 0,
38
+ "ExtensionAvailable": false
37
39
  }
38
40
  ],
39
- "ExpiringCount": 0,
40
41
  "TotalCount": 1,
41
- "EnabledCount": 1,
42
- "RequestId": "eb308d9a-6c72-4f23-aed6-b06b5a481047",
42
+ "ExpiringCount": 0,
43
+ "EnabledCount": 0,
43
44
  "PaidCount": 1
44
45
  }
45
46
  }
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询流量包列表**
2
2
 
3
-
3
+ 查询流量包列表
4
4
 
5
5
  Input:
6
6
 
@@ -14,33 +14,35 @@ Output:
14
14
  ```
15
15
  {
16
16
  "Response": {
17
- "RequestId": "604e7ebe-041c-4684-ab59-e0c825c3a788",
17
+ "RequestId": "b1a70a67f5500913be355ac2f09ff191",
18
18
  "TrafficPackages": [
19
19
  {
20
- "Id": 888890106,
20
+ "Id": 22890370,
21
21
  "Type": "日常流量包",
22
22
  "ConfigId": 672,
23
23
  "Bytes": 100000000000,
24
24
  "BytesUsed": 0,
25
- "Status": "enabled",
26
- "CreateTime": "2021-11-10 17:59:24",
27
- "EnableTime": "2021-11-01 00:00:00",
28
- "ExpireTime": "2022-10-31 23:59:59",
25
+ "Status": "frozen",
26
+ "CreateTime": "2022-11-11 15:52:28",
27
+ "EnableTime": "2022-11-11 15:00:00",
28
+ "ExpireTime": "2023-11-11 15:00:00",
29
29
  "ContractExtension": false,
30
- "AutoExtension": true,
31
- "ExtensionMode": 3,
30
+ "AutoExtension": false,
31
+ "ExtensionMode": 0,
32
32
  "Area": "mainland",
33
33
  "LifeTimeMonth": 12,
34
34
  "RefundAvailable": false,
35
35
  "Channel": "ACTIVE_PURCHASE",
36
- "ExtensionAvailable": true,
37
- "Region": 0
36
+ "ExtensionAvailable": false,
37
+ "Region": 0,
38
+ "TrueEnableTime": "2022-11-11 15:00:00",
39
+ "TrueExpireTime": "2023-11-11 15:59:59"
38
40
  }
39
41
  ],
40
- "TotalCount": 6,
42
+ "TotalCount": 1,
41
43
  "ExpiringCount": 0,
42
- "EnabledCount": 6,
43
- "PaidCount": 6
44
+ "EnabledCount": 0,
45
+ "PaidCount": 1
44
46
  }
45
47
  }
46
48
  ```
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询文件系统**
2
2
 
3
-
3
+ 查询文件系统
4
4
 
5
5
  Input:
6
6
 
@@ -13,44 +13,44 @@ Output:
13
13
  ```
14
14
  {
15
15
  "Response": {
16
- "RequestId": "fjo8aejo-fjei-32eu-2je9-fhue83nd81",
17
- "TotalCount": 1,
18
16
  "FileSystems": [
19
17
  {
20
- "Protocol": "NFS",
21
- "Zone": "ap-guangzhou-3",
22
- "CreationToken": "test_fs",
23
- "StorageType": "SD",
24
- "Encrypted": false,
25
- "CreationTime": "2019-07-29 18:57:17",
26
- "StorageResourcePkg": "",
27
- "ZoneId": 100003,
28
- "SizeByte": 0,
29
- "FileSystemId": "cfs-12345",
30
- "KmsKeyId": "",
31
- "LifeCycleState": "mounting",
32
- "Capacity": 1000,
18
+ "CreationTime": "abc",
19
+ "CreationToken": "abc",
20
+ "FileSystemId": "abc",
21
+ "LifeCycleState": "abc",
22
+ "SizeByte": 1,
23
+ "SizeLimit": 1,
24
+ "ZoneId": 1,
25
+ "Zone": "abc",
26
+ "Protocol": "abc",
27
+ "StorageType": "abc",
28
+ "StorageResourcePkg": "abc",
29
+ "BandwidthResourcePkg": "abc",
33
30
  "PGroup": {
34
- "PGroupId": "pgroupbasic",
35
- "Name": "默认权限组"
36
- },
37
- "SizeLimit": 0,
38
- "BandwidthResourcePkg": "",
39
- "FsName": "test_fs",
40
- "AppId": 12700000,
41
- "BandwidthLimit": 200,
42
- "TieringDetail": {
43
- "TieringSizeInBytes": 0
31
+ "PGroupId": "abc",
32
+ "Name": "abc"
44
33
  },
45
- "TieringState": "xx",
34
+ "FsName": "abc",
35
+ "Encrypted": true,
36
+ "KmsKeyId": "abc",
37
+ "AppId": 0,
38
+ "BandwidthLimit": 0,
39
+ "Capacity": 1,
46
40
  "Tags": [
47
41
  {
48
- "TagKey": "xx",
49
- "TagValue": "xx"
42
+ "TagKey": "abc",
43
+ "TagValue": "abc"
50
44
  }
51
- ]
45
+ ],
46
+ "TieringState": "abc",
47
+ "TieringDetail": {
48
+ "TieringSizeInBytes": 0
49
+ }
52
50
  }
53
- ]
51
+ ],
52
+ "TotalCount": 1,
53
+ "RequestId": "abc"
54
54
  }
55
55
  }
56
56
  ```
@@ -1,6 +1,6 @@
1
1
  **Example 1: 更新权限组信息**
2
2
 
3
-
3
+ 更新权限组信息
4
4
 
5
5
  Input:
6
6
 
@@ -20,6 +20,16 @@ Output:
20
20
  "SampleIDs": [
21
21
  "abc"
22
22
  ],
23
+ "SuccessInfos": [
24
+ {
25
+ "ID": "abc",
26
+ "Content": "abc",
27
+ "Label": "abc",
28
+ "CreateTime": "abc",
29
+ "Remark": "abc",
30
+ "WordType": "abc"
31
+ }
32
+ ],
23
33
  "DupInfos": [
24
34
  {
25
35
  "ID": "abc",
@@ -7,7 +7,8 @@ Input:
7
7
  ```
8
8
  tccli cms DeleteLibSamples --cli-unfold-argument \
9
9
  --LibID abc \
10
- --SampleIDs abc
10
+ --SampleIDs abc \
11
+ --SampleContents 违规
11
12
  ```
12
13
 
13
14
  Output:
@@ -10,7 +10,8 @@ tccli cms DescribeLibSamples --cli-unfold-argument \
10
10
  --Limit 0 \
11
11
  --Offset 0 \
12
12
  --Content abc \
13
- --EvilTypeList 0
13
+ --EvilTypeList 0 \
14
+ --SampleIDs 123 456
14
15
  ```
15
16
 
16
17
  Output:
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询导入镜像支持的操作系统配置信息**
2
2
 
3
-
3
+ 查询导入镜像支持的操作系统配置信息
4
4
 
5
5
  Input:
6
6
 
@@ -18,17 +18,17 @@ Output:
18
18
  ```
19
19
  {
20
20
  "Response": {
21
- "BigDealIds": [
22
- "xx"
21
+ "TranId": "abc",
22
+ "DealNames": [
23
+ "abc"
23
24
  ],
24
25
  "ResourceIds": [
25
- "cynosdbpg-ins-n8497zx8"
26
+ "abc"
26
27
  ],
27
- "RequestId": "ed1bf4b2-4917-4f4f-9f7d-1562e34c9eeb",
28
- "TranId": "xx",
29
- "DealNames": [
30
- "xx"
31
- ]
28
+ "BigDealIds": [
29
+ "abc"
30
+ ],
31
+ "RequestId": "abc"
32
32
  }
33
33
  }
34
34
  ```
@@ -1,6 +1,6 @@
1
- **Example 1: 参数模版列表**
2
-
1
+ **Example 1: 参数板列表**
3
2
 
3
+ 参数板列表
4
4
 
5
5
  Input:
6
6
 
@@ -0,0 +1,25 @@
1
+ **Example 1: 指定ipv6地址开通公网访问能力**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ecm AllocateIpv6AddressesBandwidth --cli-unfold-argument \
9
+ --EcmRegion ap-xian-ecm \
10
+ --Ipv6Addresses 2402:4e00:1000:200:0:8d8a:60b7:87f8
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "AddressSet": [
18
+ "eip-3l4nwzvo"
19
+ ],
20
+ "TaskId": 202869021,
21
+ "RequestId": "aac03e7b-3c91-4970-b2bc-c20f0c6bdd38"
22
+ }
23
+ }
24
+ ```
25
+
@@ -0,0 +1,23 @@
1
+ **Example 1: 分配IPv6网段**
2
+
3
+ 分配IPv6网段
4
+
5
+
6
+ Input:
7
+
8
+ ```
9
+ tccli ecm AssignIpv6CidrBlock --cli-unfold-argument \
10
+ --VpcId vpc-rkxd3pgh \
11
+ --ISPType CMCC
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "Ipv6CidrBlock": "3402:4e00:20:1000::/56",
19
+ "RequestId": "75221557-b667-440a-8cfe-ccd1bde2a234"
20
+ }
21
+ }
22
+ ```
23
+
@@ -0,0 +1,29 @@
1
+ **Example 1: 申请多个运营商IPv6网段**
2
+
3
+ 申请多个运营商IPv6网段
4
+
5
+
6
+ Input:
7
+
8
+ ```
9
+ tccli ecm AssignIpv6CidrBlocks --cli-unfold-argument \
10
+ --VpcId vpc-2loean7x \
11
+ --ISPTypes.0.ISPType BGP \
12
+ --ISPTypes.0.Count 1
13
+ ```
14
+
15
+ Output:
16
+ ```
17
+ {
18
+ "Response": {
19
+ "IPv6CidrBlockSet": [
20
+ {
21
+ "IPv6CidrBlock": "2001::85b:3c51:f5ff:ffdb",
22
+ "ISPType": "BGP"
23
+ }
24
+ ],
25
+ "RequestId": "d4d30315-a652-47f3-a22b-598fb17a6218"
26
+ }
27
+ }
28
+ ```
29
+
@@ -0,0 +1,29 @@
1
+ **Example 1: 分配IPv6子网段**
2
+
3
+ 申请IPv6子网
4
+
5
+
6
+ Input:
7
+
8
+ ```
9
+ tccli ecm AssignIpv6SubnetCidrBlock --cli-unfold-argument \
10
+ --VpcId vpc-q26u781x \
11
+ --Ipv6SubnetCidrBlocks.0.SubnetId subnet-8uwg949c \
12
+ --Ipv6SubnetCidrBlocks.0.Ipv6CidrBlock 2001::85b:3c51:f5ff:ffdb
13
+ ```
14
+
15
+ Output:
16
+ ```
17
+ {
18
+ "Response": {
19
+ "Ipv6SubnetCidrBlockSet": [
20
+ {
21
+ "SubnetId": "subnet-8uwg949c",
22
+ "Ipv6CidrBlock": "2001::85b:3c51:f5ff:ffdb"
23
+ }
24
+ ],
25
+ "RequestId": "d681727c-6291-4409-9ab6-6ecbb493243c"
26
+ }
27
+ }
28
+ ```
29
+
@@ -0,0 +1,41 @@
1
+ **Example 1: 根据Ip6AddressIds查询地域下的IPV6信息**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ecm DescribeRegionIpv6Addresses --cli-unfold-argument \
9
+ --EcmRegion ap-qingdao-ecm
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "TotalCount": 1,
17
+ "AddressSet": [
18
+ {
19
+ "AddressId": "eip-lrhy2lpe",
20
+ "AddressIp": "2402:4e00:1000:2d00:0:8f3f:6:9895",
21
+ "AddressStatus": "BIND",
22
+ "InstanceId": "ein-190087yw",
23
+ "NetworkInterfaceId": "eni-rw4fh3gn",
24
+ "IsArrears": false,
25
+ "CreatedTime": "2020-01-13T04:09:52Z",
26
+ "Bandwidth": 6,
27
+ "IsEipDirectConnection": true,
28
+ "PrivateAddressIp": "",
29
+ "AddressName": "name",
30
+ "PayMode": "0",
31
+ "CascadeRelease": true,
32
+ "InternetServiceProvider": "CTCC",
33
+ "AddressType": "",
34
+ "IsBlocked": true
35
+ }
36
+ ],
37
+ "RequestId": "bfe06911-32f5-4862-9d42-6bb4954dcb59"
38
+ }
39
+ }
40
+ ```
41
+
@@ -0,0 +1,22 @@
1
+ **Example 1: 修改IPV6地址带宽**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ecm ModifyIpv6AddressesBandwidth --cli-unfold-argument \
9
+ --EcmRegion ap-guangzhou-ecm-cu2 \
10
+ --Ipv6Addresses.0.Address 2402:4e00:1000:200:0:8d8a:60b7:87f8 \
11
+ --InternetMaxBandwidthOut 50
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "RequestId": "61b49567-8cbf-4523-8f25-7a2c9da23ddb"
19
+ }
20
+ }
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ **Example 1: 查询Task任务**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ecm QueryVpcTaskResult --cli-unfold-argument \
9
+ --TaskId 92126c28-17f4-4c93-b295-fed5d759f2f9
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "Status": "SUCCESS",
17
+ "Output": "SUCCESS",
18
+ "RequestId": "92122228-17f4-4f93-4295-fe32d759f2f9"
19
+ }
20
+ }
21
+ ```
22
+
@@ -0,0 +1,22 @@
1
+ **Example 1: 释放弹性公网IPv6地址带宽**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ecm ReleaseIpv6AddressesBandwidth --cli-unfold-argument \
9
+ --EcmRegion ap-xian-ecm \
10
+ --Ipv6Addresses 2402:4e00:1000:200:0:8d8a:60b7:87f8
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "TaskId": 202869021,
18
+ "RequestId": "aac03e7b-3c91-4970-b2bc-c20f0c6bdd38"
19
+ }
20
+ }
21
+ ```
22
+
@@ -0,0 +1,23 @@
1
+ **Example 1: 释放IPv6子网段**
2
+
3
+ 释放IPv6子网段
4
+
5
+
6
+ Input:
7
+
8
+ ```
9
+ tccli ecm UnassignIpv6SubnetCidrBlock --cli-unfold-argument \
10
+ --VpcId vpc-rkxd3pgh \
11
+ --Ipv6SubnetCidrBlocks.0.SubnetId subnet-ewhv1m9e \
12
+ --Ipv6SubnetCidrBlocks.1.SubnetId subnet-3s5bhzb0
13
+ ```
14
+
15
+ Output:
16
+ ```
17
+ {
18
+ "Response": {
19
+ "RequestId": "75221557-b667-440a-8cfe-ccd1bde2a234"
20
+ }
21
+ }
22
+ ```
23
+
@@ -1,6 +1,6 @@
1
1
  **Example 1: 续费询价示例**
2
2
 
3
-
3
+ 续费询价示例
4
4
 
5
5
  Input:
6
6
 
@@ -28,3 +28,34 @@ Output:
28
28
  }
29
29
  ```
30
30
 
31
+ **Example 2: 续费询价**
32
+
33
+ 续费询价
34
+
35
+ Input:
36
+
37
+ ```
38
+ tccli emr InquiryPriceRenewInstance --cli-unfold-argument \
39
+ --TimeUnit abc \
40
+ --TimeSpan 1 \
41
+ --ResourceIds abc \
42
+ --Currency abc \
43
+ --Placement.ProjectId 0 \
44
+ --Placement.Zone abc \
45
+ --PayMode 0 \
46
+ --ModifyPayMode 0
47
+ ```
48
+
49
+ Output:
50
+ ```
51
+ {
52
+ "Response": {
53
+ "OriginalCost": 0,
54
+ "DiscountCost": 0,
55
+ "TimeUnit": "abc",
56
+ "TimeSpan": 0,
57
+ "RequestId": "abc"
58
+ }
59
+ }
60
+ ```
61
+
@@ -0,0 +1,21 @@
1
+ **Example 1: 修改集群VIP绑定的安全组信息**
2
+
3
+ 修改集群VIP绑定的安全组信息
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli es ModifyEsVipSecurityGroup --cli-unfold-argument \
9
+ --InstanceId es-3p7lkvxx \
10
+ --SecurityGroupIds sg-1 sg-2
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RequestId": "c96a110c-7493-452d-a99b-683d07xxxxxx"
18
+ }
19
+ }
20
+ ```
21
+