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
@@ -0,0 +1,118 @@
1
+ **Example 1: 合同组**
2
+
3
+ 合同组示例
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ess CreateFlowGroupByFiles --cli-unfold-argument \
9
+ --Operator.UserId **************** \
10
+ --FlowGroupName 合同组 \
11
+ --FlowGroupInfos.0.FileIds ************* \
12
+ --FlowGroupInfos.0.FlowName B2B手动签署合同 \
13
+ --FlowGroupInfos.0.FlowType 合同组 \
14
+ --FlowGroupInfos.0.FlowDescription B2B手动签署合同 \
15
+ --FlowGroupInfos.0.Deadline 0 \
16
+ --FlowGroupInfos.0.Approvers.0.ApproverType 0 \
17
+ --FlowGroupInfos.0.Approvers.0.OrganizationName 企业公司名称 \
18
+ --FlowGroupInfos.0.Approvers.0.ApproverName 企业方签署人姓名 \
19
+ --FlowGroupInfos.0.Approvers.0.ApproverMobile 企业方签署人手机号 \
20
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentType SIGN_SEAL \
21
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentRequired True \
22
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.FileIndex 0 \
23
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentHeight 100 \
24
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentWidth 100 \
25
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentPage 1 \
26
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentPosX 100 \
27
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentPosY 100 \
28
+ --FlowGroupInfos.0.Approvers.0.SignComponents.0.ComponentValue \
29
+ --FlowGroupInfos.0.Approvers.1.ApproverType 0 \
30
+ --FlowGroupInfos.0.Approvers.1.OrganizationName 企业公司名称 \
31
+ --FlowGroupInfos.0.Approvers.1.ApproverName 企业方签署人姓名 \
32
+ --FlowGroupInfos.0.Approvers.1.ApproverMobile 企业方签署人手机号 \
33
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentType SIGN_SEAL \
34
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentRequired True \
35
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.FileIndex 0 \
36
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentHeight 100 \
37
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentWidth 100 \
38
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentPage 1 \
39
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentPosX 100 \
40
+ --FlowGroupInfos.0.Approvers.1.SignComponents.0.ComponentPosY 200 \
41
+ --FlowGroupInfos.0.Approvers.1.NotifyType SMS \
42
+ --FlowGroupInfos.0.CallbackUrl \
43
+ --FlowGroupInfos.1.FileIds ************ \
44
+ --FlowGroupInfos.1.FlowName 公司自动签 \
45
+ --FlowGroupInfos.1.FlowType 合同组 \
46
+ --FlowGroupInfos.1.FlowDescription 公司自动签 \
47
+ --FlowGroupInfos.1.Deadline 0 \
48
+ --FlowGroupInfos.1.Approvers.0.ApproverType 3 \
49
+ --FlowGroupInfos.1.Approvers.0.OrganizationName 发起方公司名称 \
50
+ --FlowGroupInfos.1.Approvers.0.ApproverName 发起人姓名 \
51
+ --FlowGroupInfos.1.Approvers.0.ApproverMobile 发起人手机号 \
52
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentType SIGN_SEAL \
53
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentRequired True \
54
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.FileIndex 0 \
55
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentHeight 100 \
56
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentWidth 100 \
57
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentPage 1 \
58
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentPosX 100 \
59
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentPosY 100 \
60
+ --FlowGroupInfos.1.Approvers.0.SignComponents.0.ComponentValue \
61
+ --FlowGroupInfos.1.Approvers.0.NotifyType SMS \
62
+ --FlowGroupInfos.1.Approvers.1.ApproverType 0 \
63
+ --FlowGroupInfos.1.Approvers.1.OrganizationName 企业公司名称 \
64
+ --FlowGroupInfos.1.Approvers.1.ApproverName 企业签署人姓名 \
65
+ --FlowGroupInfos.1.Approvers.1.ApproverMobile 企业签署人手机号 \
66
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentType SIGN_SEAL \
67
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentRequired True \
68
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.FileIndex 0 \
69
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentHeight 100 \
70
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentWidth 100 \
71
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentPage 1 \
72
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentPosX 100 \
73
+ --FlowGroupInfos.1.Approvers.1.SignComponents.0.ComponentPosY 200 \
74
+ --FlowGroupInfos.1.Approvers.1.NotifyType SMS \
75
+ --FlowGroupInfos.1.CallbackUrl \
76
+ --FlowGroupInfos.2.FileIds ************** \
77
+ --FlowGroupInfos.2.FlowName B2C发起 \
78
+ --FlowGroupInfos.2.FlowType 合同组 \
79
+ --FlowGroupInfos.2.FlowDescription B2C发起 \
80
+ --FlowGroupInfos.2.Deadline 0 \
81
+ --FlowGroupInfos.2.Approvers.0.ApproverType 0 \
82
+ --FlowGroupInfos.2.Approvers.0.OrganizationName 企业签署方公司名称 \
83
+ --FlowGroupInfos.2.Approvers.0.ApproverName 企业签署方姓名 \
84
+ --FlowGroupInfos.2.Approvers.0.ApproverMobile 企业签署方手机号 \
85
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentType SIGN_SEAL \
86
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentRequired True \
87
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.FileIndex 0 \
88
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentHeight 100 \
89
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentWidth 100 \
90
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentPage 1 \
91
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentPosX 100 \
92
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentPosY 100 \
93
+ --FlowGroupInfos.2.Approvers.0.SignComponents.0.ComponentValue \
94
+ --FlowGroupInfos.2.Approvers.0.NotifyType SMS \
95
+ --FlowGroupInfos.2.Approvers.1.ApproverType 1 \
96
+ --FlowGroupInfos.2.Approvers.1.ApproverName 个人签署方姓名 \
97
+ --FlowGroupInfos.2.Approvers.1.ApproverMobile 个人签署方手机号 \
98
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentType SIGN_SIGNATURE \
99
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentRequired True \
100
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.FileIndex 0 \
101
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentHeight 100 \
102
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentWidth 100 \
103
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentPage 1 \
104
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentPosX 100 \
105
+ --FlowGroupInfos.2.Approvers.1.SignComponents.0.ComponentPosY 200 \
106
+ --FlowGroupInfos.2.Approvers.1.NotifyType SMS \
107
+ --FlowGroupInfos.2.CallbackUrl
108
+ ```
109
+
110
+ Output:
111
+ ```
112
+ {
113
+ "Response": {
114
+ "RequestId": "6ee9f545-96d8-4f3b-b382-917dc17089f4"
115
+ }
116
+ }
117
+ ```
118
+
@@ -0,0 +1,61 @@
1
+ **Example 1: 合同组示例**
2
+
3
+ 合同组发起示例,此示例, 第一份子合同 为单个自动签
4
+ 第二份子合同为B2C自动签, 其中B端为自动签
5
+ 第三份子合同为B2B 经办签署
6
+
7
+ Input:
8
+
9
+ ```
10
+ tccli ess CreateFlowGroupByTemplates --cli-unfold-argument \
11
+ --Operator.UserId ***************** \
12
+ --FlowGroupName 合同组自动签模板发起 \
13
+ --FlowGroupInfos.0.TemplateId ********** \
14
+ --FlowGroupInfos.0.FlowName 单B自动签 \
15
+ --FlowGroupInfos.0.FlowType 合同组 \
16
+ --FlowGroupInfos.0.FlowDescription 单B自动签 \
17
+ --FlowGroupInfos.0.Approvers.0.ApproverType 3 \
18
+ --FlowGroupInfos.0.Approvers.0.OrganizationName 发起方公司名称 \
19
+ --FlowGroupInfos.0.Approvers.0.ApproverName 本方发起人 \
20
+ --FlowGroupInfos.0.Approvers.0.ApproverMobile 本方发起人电话 \
21
+ --FlowGroupInfos.0.Unordered False \
22
+ --FlowGroupInfos.1.TemplateId yDwXJ************************ZMMtV \
23
+ --FlowGroupInfos.1.FlowName 自动签B2C \
24
+ --FlowGroupInfos.1.FlowType 合同组 \
25
+ --FlowGroupInfos.1.FlowDescription 自动签B2C \
26
+ --FlowGroupInfos.1.Approvers.0.ApproverType 0 \
27
+ --FlowGroupInfos.1.Approvers.0.OrganizationName 发起方公司名称 \
28
+ --FlowGroupInfos.1.Approvers.0.ApproverName 本方发起人 \
29
+ --FlowGroupInfos.1.Approvers.0.ApproverMobile 本方发起人电话 \
30
+ --FlowGroupInfos.1.Approvers.1.ApproverType 1 \
31
+ --FlowGroupInfos.1.Approvers.1.ApproverName 个人签署人 \
32
+ --FlowGroupInfos.1.Approvers.1.ApproverMobile 个人签署人电话 \
33
+ --FlowGroupInfos.2.TemplateId yDw**********************nGBhHG \
34
+ --FlowGroupInfos.2.FlowName B2B手动签 \
35
+ --FlowGroupInfos.2.FlowType 合同组 \
36
+ --FlowGroupInfos.2.FlowDescription B2B手动签 \
37
+ --FlowGroupInfos.2.Approvers.0.ApproverType 0 \
38
+ --FlowGroupInfos.2.Approvers.0.OrganizationName 经办人公司名称 \
39
+ --FlowGroupInfos.2.Approvers.0.ApproverName 经办人 \
40
+ --FlowGroupInfos.2.Approvers.0.ApproverMobile 经办人电话 \
41
+ --FlowGroupInfos.2.Approvers.1.ApproverType 0 \
42
+ --FlowGroupInfos.2.Approvers.1.OrganizationName 签署方公司 \
43
+ --FlowGroupInfos.2.Approvers.1.ApproverName 签署方经办人 \
44
+ --FlowGroupInfos.2.Approvers.1.ApproverMobile 签署方经办人电话
45
+ ```
46
+
47
+ Output:
48
+ ```
49
+ {
50
+ "Response": {
51
+ "FlowGroupId": "********************",
52
+ "FlowIds": [
53
+ "*****************",
54
+ "*****************",
55
+ "*****************"
56
+ ],
57
+ "RequestId": "********"
58
+ }
59
+ }
60
+ ```
61
+
@@ -6,8 +6,8 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli ess CreateFlowReminds --cli-unfold-argument \
9
- --Operator.UserId xxx \
10
- --FlowIds xxx
9
+ --Operator.UserId yDxMkUyxxxxxxxxxxxVI2JmKxPkk \
10
+ --FlowIds yDwXiUUcxxxxxxxxxxSZ0uIW72Qaxm
11
11
  ```
12
12
 
13
13
  Output:
@@ -17,7 +17,7 @@ Output:
17
17
  "RemindFlowRecords": [
18
18
  {
19
19
  "CanRemind": true,
20
- "FlowId": "xxx",
20
+ "FlowId": "yDwxxxxxxxW72Qaxm",
21
21
  "RemindMessage": "签署人 xxx: 此签署人已催办过;"
22
22
  }
23
23
  ],
@@ -6,8 +6,8 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli ess CreateFlowSignReview --cli-unfold-argument \
9
- --Operator.UserId 1956103********520fde6a \
10
- --FlowId xxxx \
9
+ --Operator.UserId yDxMkUy************8VI2JmKxPkk \
10
+ --FlowId yDwXiUUc***********uIW72Qaxm \
11
11
  --ReviewType PASS \
12
12
  --ReviewMessage 企业内部审核通过,允许签署
13
13
  ```
@@ -0,0 +1,49 @@
1
+ **Example 1: 通过多模板创建合同组签署流程**
2
+
3
+ 通过多模板创建合同组签署流程
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli essbasic ChannelCreateFlowGroupByTemplates --cli-unfold-argument \
9
+ --Agent.ProxyOrganizationOpenId test \
10
+ --Agent.ProxyOperator.OpenId test \
11
+ --Agent.AppId test \
12
+ --FlowGroupName testx \
13
+ --FlowInfos.0.FlowName testx \
14
+ --FlowInfos.0.TemplateId testx \
15
+ --FlowInfos.0.FlowDescription testx \
16
+ --FlowInfos.0.Deadline 1604910797 \
17
+ --FlowInfos.0.CallbackUrl testx \
18
+ --FlowInfos.0.FormFields.0.ComponentName testx \
19
+ --FlowInfos.0.FormFields.0.ComponentValue testx \
20
+ --FlowInfos.0.FlowApprovers.0.ApproverType PERSON \
21
+ --FlowInfos.0.FlowApprovers.0.Name testx \
22
+ --FlowInfos.0.FlowApprovers.0.Mobile testx \
23
+ --FlowInfos.0.FlowApprovers.0.RecipientId testx \
24
+ --FlowInfos.0.FlowApprovers.1.ApproverType ORGANIZATION \
25
+ --FlowInfos.0.FlowApprovers.1.OpenId testx \
26
+ --FlowInfos.0.FlowApprovers.1.OrganizationOpenId testx \
27
+ --FlowInfos.0.FlowApprovers.1.OrganizationName testx \
28
+ --FlowInfos.0.FlowApprovers.1.RecipientId testx
29
+ ```
30
+
31
+ Output:
32
+ ```
33
+ {
34
+ "Response": {
35
+ "FlowGroupId": "test",
36
+ "FlowIds": [
37
+ "test"
38
+ ],
39
+ "TaskInfos": [
40
+ {
41
+ "TaskId": "test",
42
+ "TaskStatus": "test"
43
+ }
44
+ ],
45
+ "RequestId": "test"
46
+ }
47
+ }
48
+ ```
49
+
@@ -1,33 +1,69 @@
1
- **Example 1: 获取文档信息**
1
+ **Example 1: 测试示例**
2
2
 
3
+ pdf 示例
3
4
 
5
+ Input:
6
+
7
+ ```
8
+ tccli lcic DescribeDocument --cli-unfold-argument \
9
+ --DocumentId omxxxsdc
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "DocumentId": "omxxxsdc",
17
+ "DocumentName": "滴滴电子发票 (1).pdf",
18
+ "DocumentSize": 38673,
19
+ "DocumentType": "pdf",
20
+ "DocumentUrl": "https://tcic-source.qcloudclass.com/uploads/5390248a-5eb7-4fe8-be27-c43dbad1380f/3520371/1679021408_KzpMGD38.pdf",
21
+ "Owner": "2N1zP0mW7E3Vr3xJ2ZQ9GeFDK4t",
22
+ "Pages": 1,
23
+ "Permission": 0,
24
+ "RequestId": "ee3fdca0-c88c-43f1-81b4-4f51f9e50521",
25
+ "SdkAppId": 3520371,
26
+ "TranscodeInfo": "",
27
+ "TranscodeProgress": 100,
28
+ "TranscodeResult": "https://tcic-test-1257307760.qcloudclass.com/doc/01aq2v7djsh31noat9gc_tiw/picture/",
29
+ "TranscodeState": 3,
30
+ "TranscodeType": 1,
31
+ "UpdateTime": 1679021410
32
+ }
33
+ }
34
+ ```
35
+
36
+ **Example 2: 获取文档详情**
37
+
38
+ 示例
4
39
 
5
40
  Input:
6
41
 
7
42
  ```
8
43
  tccli lcic DescribeDocument --cli-unfold-argument \
9
- --DocumentId xx
44
+ --DocumentId ntxsfrzk
10
45
  ```
11
46
 
12
47
  Output:
13
48
  ```
14
49
  {
15
50
  "Response": {
16
- "UpdateTime": 1,
17
- "DocumentUrl": "xx",
18
- "TranscodeState": 1,
19
- "Permission": 1,
51
+ "DocumentId": "ntxsfrzk",
52
+ "DocumentName": "test.pptx",
53
+ "DocumentSize": 15814364,
54
+ "DocumentType": "pptx",
55
+ "DocumentUrl": "https://tcic-source.qcloudclass.com/uploads/5390248a-5eb7-4fe8-be27-c43dbad1380f/3520371/1677202414_85bt9f0X.pptx",
56
+ "Owner": "2M04q0j5mhsbq1lAEbCW1dhRvA2",
57
+ "Pages": 0,
58
+ "Permission": 0,
59
+ "RequestId": "d97f98d7-de89-455a-a1f3-b9dae84d84bb",
60
+ "SdkAppId": 3520371,
61
+ "TranscodeInfo": "Microsoft Macintosh PowerPoint",
62
+ "TranscodeProgress": 100,
63
+ "TranscodeResult": "https://tcic-test-1257307760.qcloudclass.com/doc/gsutgbm7ssh31ns71sfc_tiw/h5/index.html",
64
+ "TranscodeState": 3,
20
65
  "TranscodeType": 1,
21
- "DocumentName": "xx",
22
- "TranscodeInfo": "xx",
23
- "DocumentSize": 1,
24
- "TranscodeResult": "xx",
25
- "SdkAppId": 1,
26
- "DocumentType": "xx",
27
- "Owner": "xx",
28
- "TranscodeProgress": 1,
29
- "DocumentId": "xx",
30
- "RequestId": "xx"
66
+ "UpdateTime": 1677202419
31
67
  }
32
68
  }
33
69
  ```
@@ -1,6 +1,6 @@
1
1
  **Example 1: 请求示例**
2
2
 
3
-
3
+ 请求示例。
4
4
 
5
5
  Input:
6
6
 
@@ -1,14 +1,14 @@
1
1
  **Example 1: 删除 Prometheus 抓取任务**
2
2
 
3
-
3
+ 删除 Prometheus 抓取任务
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli monitor DeletePrometheusScrapeJobs --cli-unfold-argument \
9
- --InstanceId xx \
10
- --AgentId xx \
11
- --JobIds xx
9
+ --InstanceId prom-evrh1x32 \
10
+ --AgentId agent-hod16m3f \
11
+ --JobIds job-afeiig0x
12
12
  ```
13
13
 
14
14
  Output:
@@ -1,14 +1,14 @@
1
1
  **Example 1: 查询 exporter 集成列表**
2
2
 
3
-
3
+ 查询 exporter 集成列表
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli monitor DescribeExporterIntegrations --cli-unfold-argument \
9
- --InstanceId xx \
10
- --Kind xx \
11
- --ClusterId xx \
9
+ --InstanceId prom-evrh1x32 \
10
+ --Kind mysql-exporter \
11
+ --ClusterId cls-evrh1x32 \
12
12
  --KubeType 3
13
13
  ```
14
14
 
@@ -16,7 +16,7 @@ Output:
16
16
  ```
17
17
  {
18
18
  "Response": {
19
- "RequestId": "xyz",
19
+ "RequestId": "3e0dff9d-9ed5-47c3-beb2-a42c1d69e1cc",
20
20
  "IntegrationSet": []
21
21
  }
22
22
  }
@@ -1,12 +1,12 @@
1
1
  **Example 1: 列出 Prometheus Agent**
2
2
 
3
-
3
+ 查询 Prometheus Agent 列表
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli monitor DescribePrometheusAgents --cli-unfold-argument \
9
- --InstanceId xx
9
+ --InstanceId prom-m4fb9h34
10
10
  ```
11
11
 
12
12
  Output:
@@ -15,16 +15,16 @@ Output:
15
15
  "Response": {
16
16
  "AgentSet": [
17
17
  {
18
- "AgentId": "xx",
19
- "Name": "xx",
20
- "InstanceId": "xx",
21
- "HeartbeatTime": "xx",
22
- "Ipv4": "xx",
23
- "LastError": "xx",
24
- "AgentVersion": "xx"
18
+ "AgentId": "agent-hod16m34",
19
+ "Name": "node-agent",
20
+ "InstanceId": "prom-m4fb9h34",
21
+ "HeartbeatTime": "2021-12-03T16:16:24+08:00",
22
+ "Ipv4": "199.21.24.90",
23
+ "LastError": "",
24
+ "AgentVersion": "2.31.1-rig.1"
25
25
  }
26
26
  ],
27
- "RequestId": "xx",
27
+ "RequestId": "e6a09531-0b40-41ab-a932-33061e9e1832",
28
28
  "TotalCount": 12
29
29
  }
30
30
  }
@@ -1,13 +1,13 @@
1
1
  **Example 1: 列出 Prometheus 抓取任务**
2
2
 
3
-
3
+ 查询 Prometheus 抓取任务列表
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli monitor DescribePrometheusScrapeJobs --cli-unfold-argument \
9
- --InstanceId xx \
10
- --AgentId xx
9
+ --InstanceId prom-evrh1x32 \
10
+ --AgentId agent-hod16m43
11
11
  ```
12
12
 
13
13
  Output:
@@ -15,13 +15,13 @@ Output:
15
15
  {
16
16
  "Response": {
17
17
  "TotalCount": 0,
18
- "RequestId": "xx",
18
+ "RequestId": "5fa8c92-3072-4f46-8553-4cb82c30943c",
19
19
  "ScrapeJobSet": [
20
20
  {
21
- "AgentId": "xx",
22
- "Config": "xx",
23
- "Name": "xx",
24
- "JobId": "xx"
21
+ "AgentId": "agent-hod16m43",
22
+ "Config": "job_name: static\nhonor_timestamps: true\nmetrics_path: /metrics\nscheme: http\nfollow_redirects: true\nstatic_configs:\n- targets:\n - localhost:9090\n",
23
+ "Name": "node-exporter",
24
+ "JobId": "job-afeiig0k"
25
25
  }
26
26
  ]
27
27
  }
@@ -64,10 +64,10 @@ Output:
64
64
  "Name": "李明",
65
65
  "Nationality": "中国",
66
66
  "RecognizeWarnCode": [
67
- -9106
67
+ -9102
68
68
  ],
69
69
  "RecognizeWarnMsg": [
70
- "WARN_DRIVER_LICENSE_PS_CARD"
70
+ "WARN_DRIVER_LICENSE_COPY_CARD"
71
71
  ],
72
72
  "Record": "",
73
73
  "RequestId": "c5ceedaa-cb6f-4210-af49-0a5dee461259",
@@ -1,6 +1,6 @@
1
1
  **Example 1: 删除媒体库**
2
2
 
3
-
3
+ 删除媒体库
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询单个实例续费价格**
2
2
 
3
-
3
+ 查询单个实例续费价格
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查询实例扩容价格**
2
2
 
3
-
3
+ 查询实例扩容价格
4
4
 
5
5
  Input:
6
6
 
@@ -6,8 +6,8 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli ssl DescribeDeployedResources --cli-unfold-argument \
9
- --ResourceType xx \
10
- --CertificateIds xx
9
+ --ResourceType xx1 \
10
+ --CertificateIds xx1
11
11
  ```
12
12
 
13
13
  Output:
@@ -16,14 +16,14 @@ Output:
16
16
  "Response": {
17
17
  "DeployedResources": [
18
18
  {
19
- "CertificateId": "xx",
19
+ "CertificateId": "xx1",
20
20
  "ResourceIds": null,
21
21
  "Resources": [],
22
- "Type": "xx",
22
+ "Type": "xx1",
23
23
  "Count": 0
24
24
  }
25
25
  ],
26
- "RequestId": "xx"
26
+ "RequestId": "xx1-xxx"
27
27
  }
28
28
  }
29
29
  ```
@@ -0,0 +1,35 @@
1
+ **Example 1: 查询可用性事件列表**
2
+
3
+ 查询2023年6月9日发生在广州和上海地域的所有云产品可用性事件
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli tchd DescribeEvents --cli-unfold-argument \
9
+ --ProductIds cvm \
10
+ --RegionIds ap-guangzhou ap-shanghai \
11
+ --EventDate 2023-06-09
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "Data": {
19
+ "EventList": [
20
+ {
21
+ "ProductId": "cvm",
22
+ "ProductName": "云服务器",
23
+ "RegionId": "ap-chongqing",
24
+ "RegionName": "重庆",
25
+ "StartTime": "2023-06-09 14:16:00",
26
+ "EndTime": "2023-06-09 14:28:00",
27
+ "CurrentStatus": "正常"
28
+ }
29
+ ]
30
+ },
31
+ "RequestId": "76a0ee91-c081-4a9c-9ba6-ad7e15f06ce4"
32
+ }
33
+ }
34
+ ```
35
+
@@ -1,6 +1,6 @@
1
1
  **Example 1: 创建主题**
2
2
 
3
-
3
+ 创建主题
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
- **Example 1: 创建音画质重生模板。**
1
+ **Example 1: 创建视频重生模板。**
2
2
 
3
- 创建音画质重生模板。
3
+ 创建视频重生模板。
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
- **Example 1: 删除音画质重生模板。**
1
+ **Example 1: 删除视频重生模板。**
2
2
 
3
- 删除音画质重生模板。
3
+ 删除视频重生模板。
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
- **Example 1: 获取音画质重生模板列表。**
1
+ **Example 1: 获取视频重生模板列表。**
2
2
 
3
- 获取音画质重生模板列表。
3
+ 获取视频重生模板列表。
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
- **Example 1: 修改音画质重生模板。**
1
+ **Example 1: 修改视频重生模板。**
2
2
 
3
- 修改音画质重生模板。
3
+ 修改视频重生模板。
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
- **Example 1: 发起音画质重生**
1
+ **Example 1: 发起视频重生**
2
2
 
3
- 发起音画质重生
3
+ 发起视频重生
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
- **Example 1: 使用模板发起音画质重生。**
1
+ **Example 1: 使用模板发起视频重生。**
2
2
 
3
- 使用模板发起音画质重生。
3
+ 使用模板发起视频重生。
4
4
 
5
5
  Input:
6
6
 
@@ -1,6 +1,6 @@
1
1
  **Example 1: 查看安全组**
2
2
 
3
-
3
+ 查看安全组
4
4
 
5
5
  Input:
6
6