tccli 3.0.1102.1__py2.py3-none-any.whl → 3.0.1104.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 (102) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/aiart/v20221229/ImageToImage.md +1 -1
  3. tccli/examples/csip/v20221121/DescribeDbAssets.md +7 -0
  4. tccli/examples/csip/v20221121/DescribeOrganizationUserInfo.md +12 -1
  5. tccli/examples/cwp/v20180228/DescribePublicProxyInstallCommand.md +4 -4
  6. tccli/examples/cynosdb/v20190107/CreateCLSDelivery.md +18 -0
  7. tccli/examples/cynosdb/v20190107/DeleteCLSDelivery.md +18 -0
  8. tccli/examples/cynosdb/v20190107/DescribeInstanceCLSLogDelivery.md +18 -0
  9. tccli/examples/cynosdb/v20190107/StartCLSDelivery.md +18 -0
  10. tccli/examples/cynosdb/v20190107/StopCLSDelivery.md +18 -0
  11. tccli/examples/ess/v20201111/CreateUserVerifyUrl.md +29 -0
  12. tccli/examples/ess/v20201111/DescribeUserVerifyStatus.md +23 -0
  13. tccli/examples/hai/v20230812/DescribeInstances.md +3 -2
  14. tccli/examples/hunyuan/v20230901/QueryHunyuanImageJob.md +33 -0
  15. tccli/examples/hunyuan/v20230901/SubmitHunyuanImageJob.md +21 -0
  16. tccli/examples/iotexplorer/v20190423/CreateTRTCSignaturesWithRoomId.md +30 -0
  17. tccli/examples/iotexplorer/v20190423/DescribeCloudStorageAIServiceTask.md +36 -0
  18. tccli/examples/iotexplorer/v20190423/DescribeCloudStorageAIServiceTasks.md +3 -0
  19. tccli/examples/iotexplorer/v20190423/DismissRoomByStrRoomIdFromTRTC.md +20 -0
  20. tccli/examples/iotexplorer/v20190423/GenerateCloudStorageAIServiceTaskFileURL.md +24 -0
  21. tccli/examples/iotexplorer/v20190423/RemoveUserByRoomIdFromTRTC.md +21 -0
  22. tccli/examples/lighthouse/v20200324/DescribeInstancesDeniedActions.md +11 -6
  23. tccli/examples/live/v20180801/DescribeLivePadProcessorList.md +25 -0
  24. tccli/examples/live/v20180801/StopLivePadProcessor.md +23 -0
  25. tccli/examples/mrs/v20200910/DrugInstructionObject.md +98 -0
  26. tccli/examples/ssl/v20191205/DescribeDownloadCertificateUrl.md +23 -0
  27. tccli/examples/tke/v20220501/CreateNodePool.md +33 -0
  28. tccli/examples/tke/v20220501/DeleteNodePool.md +21 -0
  29. tccli/examples/tke/v20220501/DescribeNodePools.md +9 -3
  30. tccli/examples/tke/v20220501/ModifyNodePool.md +32 -0
  31. tccli/examples/waf/v20180125/CreateIpAccessControl.md +27 -0
  32. tccli/examples/waf/v20180125/DeleteIpAccessControlV2.md +25 -0
  33. tccli/examples/waf/v20180125/ImportIpAccessControl.md +30 -0
  34. tccli/examples/waf/v20180125/ModifyIpAccessControl.md +28 -0
  35. tccli/services/aiart/v20221229/api.json +3 -3
  36. tccli/services/aiart/v20221229/examples.json +1 -1
  37. tccli/services/apm/v20210622/api.json +1 -1
  38. tccli/services/batch/v20170312/api.json +1 -1
  39. tccli/services/billing/v20180709/api.json +2 -2
  40. tccli/services/captcha/v20190722/api.json +2 -2
  41. tccli/services/ccc/v20200210/api.json +3 -3
  42. tccli/services/cdb/v20170320/api.json +2 -2
  43. tccli/services/clb/v20180317/api.json +2 -2
  44. tccli/services/cls/v20201016/api.json +2 -2
  45. tccli/services/csip/v20221121/api.json +80 -2
  46. tccli/services/csip/v20221121/examples.json +4 -4
  47. tccli/services/cvm/v20170312/api.json +1 -1
  48. tccli/services/cwp/v20180228/api.json +17 -5
  49. tccli/services/cwp/v20180228/examples.json +2 -2
  50. tccli/services/cynosdb/cynosdb_client.py +269 -4
  51. tccli/services/cynosdb/v20190107/api.json +131 -0
  52. tccli/services/cynosdb/v20190107/examples.json +40 -0
  53. tccli/services/dlc/v20210125/api.json +70 -1
  54. tccli/services/ess/ess_client.py +110 -4
  55. tccli/services/ess/v20201111/api.json +185 -5
  56. tccli/services/ess/v20201111/examples.json +16 -0
  57. tccli/services/essbasic/v20210526/api.json +4 -4
  58. tccli/services/faceid/v20180301/api.json +1 -1
  59. tccli/services/fmu/v20191213/api.json +1 -1
  60. tccli/services/hai/v20230812/api.json +2 -2
  61. tccli/services/hai/v20230812/examples.json +1 -1
  62. tccli/services/hunyuan/hunyuan_client.py +110 -4
  63. tccli/services/hunyuan/v20230901/api.json +188 -4
  64. tccli/services/hunyuan/v20230901/examples.json +16 -0
  65. tccli/services/iotexplorer/iotexplorer_client.py +298 -33
  66. tccli/services/iotexplorer/v20190423/api.json +359 -20
  67. tccli/services/iotexplorer/v20190423/examples.json +41 -1
  68. tccli/services/iss/v20230517/api.json +10 -0
  69. tccli/services/lighthouse/v20200324/api.json +45 -33
  70. tccli/services/lighthouse/v20200324/examples.json +3 -3
  71. tccli/services/live/live_client.py +114 -8
  72. tccli/services/live/v20180801/api.json +124 -0
  73. tccli/services/live/v20180801/examples.json +16 -0
  74. tccli/services/lke/v20231130/api.json +109 -3
  75. tccli/services/mrs/mrs_client.py +53 -0
  76. tccli/services/mrs/v20200910/api.json +1649 -415
  77. tccli/services/mrs/v20200910/examples.json +8 -0
  78. tccli/services/ocr/v20181119/api.json +1 -1
  79. tccli/services/rce/rce_client.py +0 -53
  80. tccli/services/rce/v20201103/api.json +0 -197
  81. tccli/services/rce/v20201103/examples.json +0 -8
  82. tccli/services/ssl/ssl_client.py +57 -4
  83. tccli/services/ssl/v20191205/api.json +63 -0
  84. tccli/services/ssl/v20191205/examples.json +8 -0
  85. tccli/services/ssm/v20190923/api.json +1 -1
  86. tccli/services/tdmq/v20200217/api.json +40 -10
  87. tccli/services/teo/v20220901/api.json +34 -0
  88. tccli/services/tke/tke_client.py +171 -12
  89. tccli/services/tke/v20180525/api.json +1 -1
  90. tccli/services/tke/v20220501/api.json +1403 -86
  91. tccli/services/tke/v20220501/examples.json +25 -1
  92. tccli/services/trtc/v20190722/api.json +6 -9
  93. tccli/services/tse/v20201207/api.json +2 -2
  94. tccli/services/vpc/v20170312/api.json +1 -0
  95. tccli/services/waf/v20180125/api.json +396 -0
  96. tccli/services/waf/v20180125/examples.json +32 -0
  97. tccli/services/waf/waf_client.py +216 -4
  98. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/METADATA +2 -2
  99. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/RECORD +102 -77
  100. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/WHEEL +0 -0
  101. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/entry_points.txt +0 -0
  102. {tccli-3.0.1102.1.dist-info → tccli-3.0.1104.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1102.1'
1
+ __version__ = '3.0.1104.1'
@@ -17,7 +17,7 @@ Output:
17
17
  ```
18
18
  {
19
19
  "Response": {
20
- "ResultImage": "/asjdioajsdoi",
20
+ "ResultImage": "/asjdioajsoi",
21
21
  "RequestId": "301bfc25-61ca-4ece-b03e-f6aefb547969"
22
22
  }
23
23
  }
@@ -6,6 +6,7 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli csip DescribeDbAssets --cli-unfold-argument \
9
+ --MemberId abc \
9
10
  --Filter.Limit 0 \
10
11
  --Filter.Offset 0 \
11
12
  --Filter.Order abc \
@@ -79,6 +80,12 @@ Output:
79
80
  "Text": "abc"
80
81
  }
81
82
  ],
83
+ "PublicPrivateAttr": [
84
+ {
85
+ "Value": "abc",
86
+ "Text": "abc"
87
+ }
88
+ ],
82
89
  "RequestId": "abc"
83
90
  }
84
91
  }
@@ -6,6 +6,7 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli csip DescribeOrganizationUserInfo --cli-unfold-argument \
9
+ --MemberId abc \
9
10
  --Filter.Limit 0 \
10
11
  --Filter.Offset 0 \
11
12
  --Filter.Order abc \
@@ -46,7 +47,17 @@ Output:
46
47
  "IsExpired": true,
47
48
  "PermissionList": [
48
49
  "abc"
49
- ]
50
+ ],
51
+ "AuthType": 0,
52
+ "TcMemberType": 0,
53
+ "SubUserCount": 0,
54
+ "JoinTypeInfo": "abc"
55
+ }
56
+ ],
57
+ "JoinTypeLst": [
58
+ {
59
+ "Value": "abc",
60
+ "Text": "abc"
50
61
  }
51
62
  ],
52
63
  "RequestId": "abc"
@@ -6,16 +6,16 @@ Input:
6
6
 
7
7
  ```
8
8
  tccli cwp DescribePublicProxyInstallCommand --cli-unfold-argument \
9
- --Ip xx
9
+ --Ip 0.0.0.0
10
10
  ```
11
11
 
12
12
  Output:
13
13
  ```
14
14
  {
15
15
  "Response": {
16
- "KeepAliveCommand": "xx",
17
- "NginxCommand": "xx",
18
- "RequestId": "xx"
16
+ "KeepAliveCommand": "abc",
17
+ "NginxCommand": "abc",
18
+ "RequestId": "abc"
19
19
  }
20
20
  }
21
21
  ```
@@ -0,0 +1,18 @@
1
+ **Example 1: 创建日志投递**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cynosdb CreateCLSDelivery --cli-unfold-argument ```
9
+
10
+ Output:
11
+ ```
12
+ {
13
+ "Response": {
14
+ "RequestId": "347698da-03e4-4078-8d96-9a8b219c01a5"
15
+ }
16
+ }
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ **Example 1: 删除日志投递**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cynosdb DeleteCLSDelivery --cli-unfold-argument ```
9
+
10
+ Output:
11
+ ```
12
+ {
13
+ "Response": {
14
+ "RequestId": "347698da-03e4-4078-8d96-9a8b219c01a5"
15
+ }
16
+ }
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ **Example 1: 查询实例日志投递信息**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cynosdb DescribeInstanceCLSLogDelivery --cli-unfold-argument ```
9
+
10
+ Output:
11
+ ```
12
+ {
13
+ "Response": {
14
+ "RequestId": "347698da-03e4-4078-8d96-9a8b219c01a5"
15
+ }
16
+ }
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ **Example 1: 开启日志投递**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cynosdb StartCLSDelivery --cli-unfold-argument ```
9
+
10
+ Output:
11
+ ```
12
+ {
13
+ "Response": {
14
+ "RequestId": "347698da-03e4-4078-8d96-9a8b219c01a5"
15
+ }
16
+ }
17
+ ```
18
+
@@ -0,0 +1,18 @@
1
+ **Example 1: 停止日志投递**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli cynosdb StopCLSDelivery --cli-unfold-argument ```
9
+
10
+ Output:
11
+ ```
12
+ {
13
+ "Response": {
14
+ "RequestId": "347698da-03e4-4078-8d96-9a8b219c01a5"
15
+ }
16
+ }
17
+ ```
18
+
@@ -0,0 +1,29 @@
1
+ **Example 1: 获取c端用户实名链接**
2
+
3
+ 获取c端用户实名链接
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ess CreateUserVerifyUrl --cli-unfold-argument \
9
+ --Operator.UserId 19561039c99fe825a934a132520fde6a \
10
+ --Operator.ClientIp 8.8.8.8 \
11
+ --Name 典子谦 \
12
+ --Endpoint HTTP_SHORT_URL \
13
+ --IdCardType ID_CARD \
14
+ --IdCardNumber 420101XXXXXXXX4059 \
15
+ --Mobile 13200000015
16
+ ```
17
+
18
+ Output:
19
+ ```
20
+ {
21
+ "Response": {
22
+ "ExpireTime": 1713080196,
23
+ "MiniAppId": "wxa023b292fd19d41d",
24
+ "RequestId": "s1712475396892401448",
25
+ "UserVerifyUrl": "https://test.essurl.cn/RTo2UBE6X6"
26
+ }
27
+ }
28
+ ```
29
+
@@ -0,0 +1,23 @@
1
+ **Example 1: 通过二要素查询用户是否实名**
2
+
3
+ 通过二要素查询用户是否实名
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli ess DescribeUserVerifyStatus --cli-unfold-argument \
9
+ --Operator.UserId abc \
10
+ --Name abc \
11
+ --IdCardNumber abc
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "VerifyStatus": true,
19
+ "RequestId": "abc"
20
+ }
21
+ }
22
+ ```
23
+
@@ -43,14 +43,15 @@ Output:
43
43
  "LatestOperation": "RunInstances",
44
44
  "LatestOperationState": "SUCCESS",
45
45
  "CreateTime": "2023-08-01 00:00:00",
46
- "MaxOutBandwidth": "5Mbps",
46
+ "MaxOutBandwidth": "10Mbps",
47
47
  "MaxFreeTraffic": "1000GB",
48
48
  "ConfigurationEnvironment": "cuda 10 | pytorch | tensorflow",
49
49
  "LoginServices": [
50
50
  {
51
51
  "ServiceName": "jupyter"
52
52
  }
53
- ]
53
+ ],
54
+ "OSType": "linux"
54
55
  }
55
56
  ],
56
57
  "RequestId": "41fa870d-8592-493c-b794-9fe19f23e800"
@@ -0,0 +1,33 @@
1
+ **Example 1: 成功查询**
2
+
3
+ 成功查询
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli hunyuan QueryHunyuanImageJob --cli-unfold-argument \
9
+ --JobId test
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "JobErrorCode": "",
17
+ "JobErrorMsg": "",
18
+ "JobStatusCode": "5",
19
+ "JobStatusMsg": "处理完成",
20
+ "RequestId": "56b2ecae-46e4-4697-87d2-dc2b3bbbc2c6",
21
+ "ResultDetails": [
22
+ "Success"
23
+ ],
24
+ "ResultImage": [
25
+ "https:/result.jpg"
26
+ ],
27
+ "RevisedPrompt": [
28
+ "摄影风格,画面主要描述一座雄伟的山峰,山顶覆盖着白雪,阳光照耀下闪耀着光芒,背景是蔚蓝的天空,镜头是全景"
29
+ ]
30
+ }
31
+ }
32
+ ```
33
+
@@ -0,0 +1,21 @@
1
+ **Example 1: 调用成功**
2
+
3
+ 调用成功
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli hunyuan SubmitHunyuanImageJob --cli-unfold-argument \
9
+ --Prompt 雪山
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "JobId": "test",
17
+ "RequestId": "d4e1f224-fa21-40bc-9ee7-4bb13abece6e"
18
+ }
19
+ }
20
+ ```
21
+
@@ -0,0 +1,30 @@
1
+ **Example 1: 成功示例 **
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli iotexplorer CreateTRTCSignaturesWithRoomId --cli-unfold-argument \
9
+ --TRTCUserIds test1 \
10
+ --RoomId test
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RequestId": "keyixie_38bc26eb-89c5-4e7c-bdb3-9a4fe25e719f",
18
+ "TRTCParamList": [
19
+ {
20
+ "SdkAppId": 111111,
21
+ "UserId": "test1",
22
+ "UserSig": "eJwszcvOgjAQBe123213131321313QRN5AbRVR6U2dIK3*O4mwPY7Oed8oF7vEvcM1DkweaYR-wci6zzTkVwHBthFFjAG0V6bEMiCERpR1232132132133xio-CtUdsOqx*WlYb8-z95-BcsYtyVa2RYrcbjd6adadsadsadvmo-XAtE4TvLwAA--*MzTGH",
23
+ "StrRoomId": "gl-40badb65asdsadasdsad40b2192f948845",
24
+ "PrivateKey": "eJw0j19PszAUxr-LuX3fjFJahk12UaxUzVplwha4c2nHCtlC*KPbjN-dOObv8ndynjzPF2TLt5k9ta6zwKKQIPT-qpyxx8HtnO2AwWD7wYfp0JvmvW2dAeYThAgJg7vbS*8qYNALlMdbj*5THev546k4yvu5RkRG-0wbea-Pm2rs6mVdoABT3li5PpiRJLZFcb8F5loRwvOufD4RFfiz0GL2BWbldN17peHgqrLAyrleq*xwkrkROMUKfl0VllzLusGvYgK6XTxV*XjuhfPEHz-BAAA--9iV1Mr"
25
+ }
26
+ ]
27
+ }
28
+ }
29
+ ```
30
+
@@ -0,0 +1,36 @@
1
+ **Example 1: 查询指定的云存 AI 分析任务**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli iotexplorer DescribeCloudStorageAIServiceTask --cli-unfold-argument \
9
+ --TaskId c31aa4f2-08c9-4088-9603-186d7311fdd8
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "RequestId": "8b490930-d119-4ee2-963c-c58973a1ebe6",
17
+ "TaskInfo": {
18
+ "ChannelId": 0,
19
+ "CreateTime": 1714240802,
20
+ "DeviceName": "dev001",
21
+ "EndTime": 1714233600,
22
+ "Files": [
23
+ "output.mp4"
24
+ ],
25
+ "ProductId": "TSLFHRWDSD",
26
+ "Result": "",
27
+ "ServiceType": "Highlight",
28
+ "StartTime": 1714147200,
29
+ "Status": 3,
30
+ "TaskId": "c31aa4f2-08c9-4088-9603-186d7311fdd8",
31
+ "UpdateTime": 1714240802
32
+ }
33
+ }
34
+ }
35
+ ```
36
+
@@ -28,6 +28,9 @@ Output:
28
28
  "EndTime": 1710487898,
29
29
  "Status": 3,
30
30
  "Result": "{\"param1\":\"value1\"}",
31
+ "Files": [
32
+ "output.mp4"
33
+ ],
31
34
  "CreateTime": 1710490000,
32
35
  "UpdateTime": 1710490000
33
36
  }
@@ -0,0 +1,20 @@
1
+ **Example 1: 成功示例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli iotexplorer DismissRoomByStrRoomIdFromTRTC --cli-unfold-argument \
9
+ --RoomId test
10
+ ```
11
+
12
+ Output:
13
+ ```
14
+ {
15
+ "Response": {
16
+ "RequestId": "38bc26eb-89c5-4e7c-bdb3-9a4fe25e719f"
17
+ }
18
+ }
19
+ ```
20
+
@@ -0,0 +1,24 @@
1
+ **Example 1: 获取云存 AI 分析任务输出文件的下载地址**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli iotexplorer GenerateCloudStorageAIServiceTaskFileURL --cli-unfold-argument \
9
+ --TaskId fb066d7a-baac-4706-acda-058f56f82759 \
10
+ --FileName output.mp4 \
11
+ --ExpireTime 1710487898
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "RequestId": "3c140219-cfe9-470e-b241-907877d6fb03",
19
+ "FileURL": "https://example.com/output.mp4",
20
+ "ExpireTime": 1710487898
21
+ }
22
+ }
23
+ ```
24
+
@@ -0,0 +1,21 @@
1
+ **Example 1: 成功示例**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli iotexplorer RemoveUserByRoomIdFromTRTC --cli-unfold-argument \
9
+ --TRTCUserIds test1 \
10
+ --RoomId test
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RequestId": "38bc26eb-89c5-4e7c-bdb3-9a4fe25e719f"
18
+ }
19
+ }
20
+ ```
21
+
@@ -1,12 +1,12 @@
1
1
  **Example 1: 查看实例操作限制列表**
2
2
 
3
-
3
+ 查看实例操作限制列表
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli lighthouse DescribeInstancesDeniedActions --cli-unfold-argument \
9
- --InstanceIds lhins-ruy9d2tw
9
+ --InstanceIds lhins-pcynd6zp
10
10
  ```
11
11
 
12
12
  Output:
@@ -15,17 +15,22 @@ Output:
15
15
  "Response": {
16
16
  "InstanceDeniedActionSet": [
17
17
  {
18
- "InstanceId": "lhins-ruy9d2tw",
19
18
  "DeniedActions": [
20
19
  {
21
20
  "Action": "StartInstances",
22
21
  "Code": "UnsupportedOperation.InvalidInstanceState",
23
- "Message": "The request does not support the instance `lhins-ruy9d2tw` which is in the state of `RUNNING`."
22
+ "Message": "实例 `lhins-pcynd6zp` 处于 `运行中` 状态中,不支持该操作。"
23
+ },
24
+ {
25
+ "Action": "ExitRescueMode",
26
+ "Code": "UnsupportedOperation.InvalidInstanceState",
27
+ "Message": "实例 `lhins-pcynd6zp` 处于 `运行中` 状态中,不支持该操作。"
24
28
  }
25
- ]
29
+ ],
30
+ "InstanceId": "lhins-pcynd6zp"
26
31
  }
27
32
  ],
28
- "RequestId": "ccfc8767-94e4-410a-a062-927e6ea79f0f"
33
+ "RequestId": "aa7e11d1-4fb5-421a-a1b6-608abcbf75bb"
29
34
  }
30
35
  }
31
36
  ```
@@ -0,0 +1,25 @@
1
+ **Example 1: 请求示例**
2
+
3
+ 查询正在拉垫片的流。
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli live DescribeLivePadProcessorList --cli-unfold-argument \
9
+ --PushDomainName 5000.livepush.com \
10
+ --AppName live
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "StreamNameList": [
18
+ "test1",
19
+ "test2"
20
+ ],
21
+ "RequestId": "1047d0dc-6dc8-4898-a7f3-03726a822b0e"
22
+ }
23
+ }
24
+ ```
25
+
@@ -0,0 +1,23 @@
1
+ **Example 1: 请求示例**
2
+
3
+ 接口用于停止垫片流。
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli live StopLivePadProcessor --cli-unfold-argument \
9
+ --PushDomainName 5000.livepush.myqcloud.com \
10
+ --AppName live \
11
+ --StreamName test
12
+ ```
13
+
14
+ Output:
15
+ ```
16
+ {
17
+ "Response": {
18
+ "ResultMessage": "success",
19
+ "RequestId": "1047d0dc-6dc8-4898-a7f3-03726a822b0e"
20
+ }
21
+ }
22
+ ```
23
+