tccli 3.0.1064.1__py2.py3-none-any.whl → 3.0.1067.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 (83) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/ccc/v20200210/AbortPredictiveDialingCampaign.md +21 -0
  3. tccli/examples/ccc/v20200210/CreatePredictiveDialingCampaign.md +33 -0
  4. tccli/examples/ccc/v20200210/DeletePredictiveDialingCampaign.md +21 -0
  5. tccli/examples/ccc/v20200210/DescribePredictiveDialingCampaign.md +32 -0
  6. tccli/examples/ccc/v20200210/DescribePredictiveDialingCampaigns.md +55 -0
  7. tccli/examples/ccc/v20200210/DescribePredictiveDialingSessions.md +29 -0
  8. tccli/examples/ccc/v20200210/PausePredictiveDialingCampaign.md +21 -0
  9. tccli/examples/ccc/v20200210/ResumePredictiveDialingCampaign.md +21 -0
  10. tccli/examples/ccc/v20200210/UpdatePredictiveDialingCampaign.md +33 -0
  11. tccli/examples/cfw/v20190904/CreateBlockIgnoreRuleNew.md +25 -0
  12. tccli/examples/cfw/v20190904/DeleteBlockIgnoreRuleNew.md +23 -0
  13. tccli/examples/cfw/v20190904/ModifyBlockIgnoreRuleNew.md +24 -0
  14. tccli/examples/cls/v20201016/DescribeConfigMachineGroups.md +1 -0
  15. tccli/examples/cls/v20201016/DescribeMachineGroups.md +1 -0
  16. tccli/examples/csip/v20221121/DescribeTopAttackInfo.md +26 -0
  17. tccli/examples/ecm/v20190719/ModifyPrivateIpAddressesAttribute.md +1 -1
  18. tccli/examples/mna/v20210119/AddDevice.md +1 -1
  19. tccli/examples/mna/v20210119/GetMultiFlowStatistic.md +7 -1
  20. tccli/examples/mna/v20210119/GetNetMonitor.md +7 -49
  21. tccli/examples/mna/v20210119/GetStatisticData.md +5 -3
  22. tccli/examples/omics/v20221128/CreateVolume.md +25 -0
  23. tccli/examples/omics/v20221128/DeleteVolume.md +20 -0
  24. tccli/examples/omics/v20221128/DeleteVolumeData.md +21 -0
  25. tccli/examples/omics/v20221128/DescribeVolumes.md +37 -0
  26. tccli/examples/omics/v20221128/ModifyVolume.md +21 -0
  27. tccli/examples/postgres/v20170312/ModifyDBInstanceSpec.md +1 -0
  28. tccli/examples/tse/v20201207/CreateGovernanceInstances.md +32 -0
  29. tccli/examples/tse/v20201207/DeleteGovernanceInstances.md +35 -0
  30. tccli/examples/tse/v20201207/DescribeGovernanceInstances.md +56 -0
  31. tccli/examples/tse/v20201207/ModifyGovernanceInstances.md +35 -0
  32. tccli/examples/vod/v20180717/CreateDomainVerifyRecord.md +3 -1
  33. tccli/examples/vod/v20180717/DescribeDefaultDistributionConfig.md +22 -0
  34. tccli/examples/vod/v20180717/ModifyDefaultDistributionConfig.md +21 -0
  35. tccli/examples/waf/v20180125/CreateDeals.md +42 -0
  36. tccli/examples/wedata/v20210820/BatchStartIntegrationTasks.md +10 -7
  37. tccli/examples/wedata/v20210820/BatchStopIntegrationTasks.md +37 -6
  38. tccli/services/ccc/ccc_client.py +493 -16
  39. tccli/services/ccc/v20200210/api.json +927 -42
  40. tccli/services/ccc/v20200210/examples.json +72 -0
  41. tccli/services/cdb/v20170320/api.json +1 -1
  42. tccli/services/cfw/cfw_client.py +171 -12
  43. tccli/services/cfw/v20190904/api.json +258 -2
  44. tccli/services/cfw/v20190904/examples.json +24 -0
  45. tccli/services/ckafka/v20190819/api.json +17 -17
  46. tccli/services/cls/v20201016/api.json +45 -17
  47. tccli/services/cls/v20201016/examples.json +2 -2
  48. tccli/services/csip/csip_client.py +57 -4
  49. tccli/services/csip/v20221121/api.json +70 -0
  50. tccli/services/csip/v20221121/examples.json +8 -0
  51. tccli/services/cynosdb/v20190107/api.json +3 -3
  52. tccli/services/ecm/v20190719/api.json +3 -3
  53. tccli/services/ecm/v20190719/examples.json +1 -1
  54. tccli/services/ess/v20201111/api.json +3 -3
  55. tccli/services/essbasic/v20210526/api.json +5 -5
  56. tccli/services/iotvideo/v20211125/api.json +1 -1
  57. tccli/services/lighthouse/v20200324/api.json +1 -1
  58. tccli/services/mna/v20210119/api.json +144 -9
  59. tccli/services/mna/v20210119/examples.json +6 -6
  60. tccli/services/monitor/v20180724/api.json +20 -0
  61. tccli/services/omics/omics_client.py +277 -12
  62. tccli/services/omics/v20221128/api.json +425 -0
  63. tccli/services/omics/v20221128/examples.json +40 -0
  64. tccli/services/postgres/v20170312/api.json +27 -0
  65. tccli/services/postgres/v20170312/examples.json +1 -1
  66. tccli/services/trp/v20210515/api.json +18 -0
  67. tccli/services/trtc/v20190722/api.json +10 -1
  68. tccli/services/tse/tse_client.py +220 -8
  69. tccli/services/tse/v20201207/api.json +779 -42
  70. tccli/services/tse/v20201207/examples.json +32 -0
  71. tccli/services/vod/v20180717/api.json +146 -1
  72. tccli/services/vod/v20180717/examples.json +17 -1
  73. tccli/services/vod/vod_client.py +106 -0
  74. tccli/services/waf/v20180125/api.json +256 -1
  75. tccli/services/waf/v20180125/examples.json +8 -0
  76. tccli/services/waf/waf_client.py +57 -4
  77. tccli/services/wedata/v20210820/api.json +140 -15
  78. tccli/services/wedata/v20210820/examples.json +10 -4
  79. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/METADATA +2 -2
  80. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/RECORD +83 -58
  81. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/WHEEL +0 -0
  82. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/entry_points.txt +0 -0
  83. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,32 @@
1
+ **Example 1: 创建治理中心服务实例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli tse CreateGovernanceInstances --cli-unfold-argument \
9
+ --InstanceId xx \
10
+ --GovernanceInstances.0.Protocol xx \
11
+ --GovernanceInstances.0.Service xx \
12
+ --GovernanceInstances.0.Weight 1 \
13
+ --GovernanceInstances.0.Healthy True \
14
+ --GovernanceInstances.0.Namespace xx \
15
+ --GovernanceInstances.0.Isolate True \
16
+ --GovernanceInstances.0.EnableHealthCheck True \
17
+ --GovernanceInstances.0.Host xx \
18
+ --GovernanceInstances.0.Ttl 1 \
19
+ --GovernanceInstances.0.InstanceVersion xx \
20
+ --GovernanceInstances.0.Port 1
21
+ ```
22
+
23
+ Output:
24
+ ```
25
+ {
26
+ "Response": {
27
+ "Result": true,
28
+ "RequestId": "xx"
29
+ }
30
+ }
31
+ ```
32
+
@@ -0,0 +1,35 @@
1
+ **Example 1: 删除治理中心服务实例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli tse DeleteGovernanceInstances --cli-unfold-argument \
9
+ --InstanceId xx \
10
+ --GovernanceInstances.0.Protocol xx \
11
+ --GovernanceInstances.0.Service xx \
12
+ --GovernanceInstances.0.Weight 1 \
13
+ --GovernanceInstances.0.Healthy True \
14
+ --GovernanceInstances.0.Namespace xx \
15
+ --GovernanceInstances.0.Isolate True \
16
+ --GovernanceInstances.0.Id xx \
17
+ --GovernanceInstances.0.EnableHealthCheck True \
18
+ --GovernanceInstances.0.Host xx \
19
+ --GovernanceInstances.0.Ttl 1 \
20
+ --GovernanceInstances.0.InstanceVersion xx \
21
+ --GovernanceInstances.0.Port 1 \
22
+ --GovernanceInstances.0.Metadatas.0.Value xx \
23
+ --GovernanceInstances.0.Metadatas.0.Key xx
24
+ ```
25
+
26
+ Output:
27
+ ```
28
+ {
29
+ "Response": {
30
+ "Result": true,
31
+ "RequestId": "xx"
32
+ }
33
+ }
34
+ ```
35
+
@@ -0,0 +1,56 @@
1
+ **Example 1: 查询治理中心服务实例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli tse DescribeGovernanceInstances --cli-unfold-argument \
9
+ --Protocol xx \
10
+ --Service xx \
11
+ --InstanceId xx \
12
+ --Isolate True \
13
+ --Namespace xx \
14
+ --Host xx \
15
+ --HealthStatus True \
16
+ --Offset 1 \
17
+ --InstanceVersion xx \
18
+ --Limit 1 \
19
+ --Metadatas.0.Value xx \
20
+ --Metadatas.0.Key xx
21
+ ```
22
+
23
+ Output:
24
+ ```
25
+ {
26
+ "Response": {
27
+ "Content": [
28
+ {
29
+ "Protocol": "xx",
30
+ "Weight": 1,
31
+ "Service": "xx",
32
+ "EnableHealthCheck": true,
33
+ "Isolate": true,
34
+ "Ttl": 1,
35
+ "Namespace": "xx",
36
+ "Id": "xx",
37
+ "Healthy": true,
38
+ "Host": "xx",
39
+ "Version": "xx",
40
+ "ModifyTime": "xx",
41
+ "Port": 1,
42
+ "CreateTime": "xx",
43
+ "Metadatas": [
44
+ {
45
+ "Value": "xx",
46
+ "Key": "xx"
47
+ }
48
+ ]
49
+ }
50
+ ],
51
+ "TotalCount": 1,
52
+ "RequestId": "xx"
53
+ }
54
+ }
55
+ ```
56
+
@@ -0,0 +1,35 @@
1
+ **Example 1: 修改治理中心服务实例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli tse ModifyGovernanceInstances --cli-unfold-argument \
9
+ --InstanceId xx \
10
+ --GovernanceInstances.0.Protocol xx \
11
+ --GovernanceInstances.0.Service xx \
12
+ --GovernanceInstances.0.Weight 1 \
13
+ --GovernanceInstances.0.Healthy True \
14
+ --GovernanceInstances.0.Namespace xx \
15
+ --GovernanceInstances.0.Isolate True \
16
+ --GovernanceInstances.0.Id xx \
17
+ --GovernanceInstances.0.EnableHealthCheck True \
18
+ --GovernanceInstances.0.Host xx \
19
+ --GovernanceInstances.0.Ttl 1 \
20
+ --GovernanceInstances.0.InstanceVersion xx \
21
+ --GovernanceInstances.0.Port 1 \
22
+ --GovernanceInstances.0.Metadatas.0.Value xx \
23
+ --GovernanceInstances.0.Metadatas.0.Key xx
24
+ ```
25
+
26
+ Output:
27
+ ```
28
+ {
29
+ "Response": {
30
+ "Result": true,
31
+ "RequestId": "xx"
32
+ }
33
+ }
34
+ ```
35
+
@@ -5,7 +5,9 @@
5
5
  Input:
6
6
 
7
7
  ```
8
- tccli vod CreateDomainVerifyRecord --cli-unfold-argument ```
8
+ tccli vod CreateDomainVerifyRecord --cli-unfold-argument \
9
+ --Domain abc.com
10
+ ```
9
11
 
10
12
  Output:
11
13
  ```
@@ -0,0 +1,22 @@
1
+ **Example 1: 查询默认分发配置**
2
+
3
+ 查询默认分发配置。
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli vod DescribeDefaultDistributionConfig --cli-unfold-argument ```
9
+
10
+ Output:
11
+ ```
12
+ {
13
+ "Response": {
14
+ "RequestId": "requestId",
15
+ "Domain": "test.vod2.myqcluod.com",
16
+ "DomainName": "test.vod2.myqcluod.com",
17
+ "Scheme": "HTTPS",
18
+ "PlayKey": "abc12342a"
19
+ }
20
+ }
21
+ ```
22
+
@@ -0,0 +1,21 @@
1
+ **Example 1: 修改默认分发配置**
2
+
3
+ 修改默认分发配置修改默认分发配置。
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli vod ModifyDefaultDistributionConfig --cli-unfold-argument \
9
+ --Domain test.vod2.myqcloud.com \
10
+ --Scheme HTTPS
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RequestId": "requestId"
18
+ }
19
+ }
20
+ ```
21
+
@@ -0,0 +1,42 @@
1
+ **Example 1: 样例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli waf CreateDeals --cli-unfold-argument \
9
+ --Goods.0.GoodsCategoryId 0 \
10
+ --Goods.0.GoodsNum 0 \
11
+ --Goods.0.GoodsDetail.TimeSpan 0 \
12
+ --Goods.0.GoodsDetail.TimeUnit abc \
13
+ --Goods.0.GoodsDetail.SubProductCode abc \
14
+ --Goods.0.GoodsDetail.Pid 0 \
15
+ --Goods.0.GoodsDetail.InstanceName abc \
16
+ --Goods.0.GoodsDetail.AutoRenewFlag 0 \
17
+ --Goods.0.GoodsDetail.RealRegion 0 \
18
+ --Goods.0.GoodsDetail.LabelTypes abc \
19
+ --Goods.0.GoodsDetail.LabelCounts 0 \
20
+ --Goods.0.GoodsDetail.CurDeadline abc \
21
+ --Goods.0.GoodsDetail.InstanceId abc \
22
+ --Goods.0.GoodsDetail.ResourceId abc \
23
+ --Goods.0.RegionId 0
24
+ ```
25
+
26
+ Output:
27
+ ```
28
+ {
29
+ "Response": {
30
+ "Data": {
31
+ "DealNames": [
32
+ "abc"
33
+ ],
34
+ "BigDealId": "abc"
35
+ },
36
+ "Status": 0,
37
+ "ReturnMessage": "abc",
38
+ "RequestId": "abc"
39
+ }
40
+ }
41
+ ```
42
+
@@ -6,19 +6,22 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli wedata BatchStartIntegrationTasks --cli-unfold-argument \
9
- --ProjectId xx \
10
- --TaskIds 123 124 \
11
- --TaskType 201
9
+ --TaskIds abc \
10
+ --TaskType 0 \
11
+ --ProjectId abc
12
12
  ```
13
13
 
14
14
  Output:
15
15
  ```
16
16
  {
17
17
  "Response": {
18
- "SuccessCount": 1,
19
- "FailedCount": 1,
20
- "TotalCount": 2,
21
- "RequestId": "xx"
18
+ "SuccessCount": 0,
19
+ "FailedCount": 0,
20
+ "TotalCount": 0,
21
+ "TaskNames": [
22
+ "abc"
23
+ ],
24
+ "RequestId": "abc"
22
25
  }
23
26
  }
24
27
  ```
@@ -6,19 +6,50 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli wedata BatchStopIntegrationTasks --cli-unfold-argument \
9
- --ProjectId xx \
10
- --TaskIds 123 1234 \
11
- --TaskType 201
9
+ --TaskIds abc \
10
+ --TaskType 0 \
11
+ --ProjectId abc
12
12
  ```
13
13
 
14
14
  Output:
15
15
  ```
16
16
  {
17
17
  "Response": {
18
+ "SuccessCount": 0,
19
+ "FailedCount": 0,
20
+ "TotalCount": 0,
21
+ "TaskNames": [
22
+ "abc"
23
+ ],
24
+ "RequestId": "abc"
25
+ }
26
+ }
27
+ ```
28
+
29
+ **Example 2: batchstop**
30
+
31
+ 测试环境实际停止用例
32
+
33
+ Input:
34
+
35
+ ```
36
+ tccli wedata BatchStopIntegrationTasks --cli-unfold-argument \
37
+ --TaskIds l9c13c798-6488-4de6-971e-21796f797929 \
38
+ --TaskType 201 \
39
+ --ProjectId 1486804694126882816
40
+ ```
41
+
42
+ Output:
43
+ ```
44
+ {
45
+ "Response": {
46
+ "FailedCount": 0,
47
+ "RequestId": "fc4e5ff1-262e-43f9-aa09-5b5543905423",
18
48
  "SuccessCount": 1,
19
- "FailedCount": 1,
20
- "TotalCount": 2,
21
- "RequestId": "xx"
49
+ "TaskNames": [
50
+ "l9c13c798-6488-4de6-971e-21796f797929"
51
+ ],
52
+ "TotalCount": 1
22
53
  }
23
54
  }
24
55
  ```