tccli 3.0.1296.2__py2.py3-none-any.whl → 3.0.1297.2__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/antiddos/v20200309/api.json +2 -2
  3. tccli/services/batch/v20170312/api.json +9 -8
  4. tccli/services/ccc/ccc_client.py +230 -18
  5. tccli/services/ccc/v20200210/api.json +363 -0
  6. tccli/services/ccc/v20200210/examples.json +32 -0
  7. tccli/services/cme/v20191029/examples.json +2 -2
  8. tccli/services/cynosdb/v20190107/api.json +97 -77
  9. tccli/services/dnspod/v20210323/api.json +105 -88
  10. tccli/services/dnspod/v20210323/examples.json +1 -1
  11. tccli/services/dts/v20211206/api.json +2 -2
  12. tccli/services/gs/gs_client.py +53 -0
  13. tccli/services/gs/v20191118/api.json +44 -0
  14. tccli/services/gs/v20191118/examples.json +8 -0
  15. tccli/services/iotcloud/v20210408/api.json +11 -15
  16. tccli/services/iss/iss_client.py +411 -305
  17. tccli/services/iss/v20230517/api.json +236 -0
  18. tccli/services/iss/v20230517/examples.json +16 -0
  19. tccli/services/lighthouse/v20200324/api.json +3 -3
  20. tccli/services/lke/v20231130/api.json +34 -1
  21. tccli/services/rce/v20201103/api.json +0 -9
  22. tccli/services/rce/v20201103/examples.json +1 -1
  23. tccli/services/tdmq/v20200217/api.json +6 -6
  24. tccli/services/tione/tione_client.py +220 -8
  25. tccli/services/tione/v20211111/api.json +359 -0
  26. tccli/services/tione/v20211111/examples.json +32 -0
  27. tccli/services/trtc/v20190722/api.json +10 -1
  28. tccli/services/vod/v20180717/api.json +4 -4
  29. tccli/services/vod/v20180717/examples.json +4 -4
  30. {tccli-3.0.1296.2.dist-info → tccli-3.0.1297.2.dist-info}/METADATA +2 -2
  31. {tccli-3.0.1296.2.dist-info → tccli-3.0.1297.2.dist-info}/RECORD +34 -34
  32. {tccli-3.0.1296.2.dist-info → tccli-3.0.1297.2.dist-info}/WHEEL +0 -0
  33. {tccli-3.0.1296.2.dist-info → tccli-3.0.1297.2.dist-info}/entry_points.txt +0 -0
  34. {tccli-3.0.1296.2.dist-info → tccli-3.0.1297.2.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,12 @@
1
1
  {
2
2
  "actions": {
3
+ "AbortAgentCruiseDialingCampaign": {
4
+ "document": "停止座席巡航式外呼任务",
5
+ "input": "AbortAgentCruiseDialingCampaignRequest",
6
+ "name": "停止座席巡航式外呼任务",
7
+ "output": "AbortAgentCruiseDialingCampaignResponse",
8
+ "status": "online"
9
+ },
3
10
  "AbortPredictiveDialingCampaign": {
4
11
  "document": "停止预测式外呼任务",
5
12
  "input": "AbortPredictiveDialingCampaignRequest",
@@ -42,6 +49,13 @@
42
49
  "output": "CreateAdminURLResponse",
43
50
  "status": "online"
44
51
  },
52
+ "CreateAgentCruiseDialingCampaign": {
53
+ "document": "座席巡航式外呼。",
54
+ "input": "CreateAgentCruiseDialingCampaignRequest",
55
+ "name": "创建座席巡航式外呼任务",
56
+ "output": "CreateAgentCruiseDialingCampaignResponse",
57
+ "status": "online"
58
+ },
45
59
  "CreateAutoCalloutTask": {
46
60
  "document": "创建自动外呼任务",
47
61
  "input": "CreateAutoCalloutTaskRequest",
@@ -161,6 +175,13 @@
161
175
  "output": "DescribeActiveCarrierPrivilegeNumberResponse",
162
176
  "status": "online"
163
177
  },
178
+ "DescribeAgentCruiseDialingCampaign": {
179
+ "document": "查询 座席巡航式外呼任务",
180
+ "input": "DescribeAgentCruiseDialingCampaignRequest",
181
+ "name": "查询座席巡航式外呼任务",
182
+ "output": "DescribeAgentCruiseDialingCampaignResponse",
183
+ "status": "online"
184
+ },
164
185
  "DescribeAutoCalloutTask": {
165
186
  "document": "查询自动外呼任务详情",
166
187
  "input": "DescribeAutoCalloutTaskRequest",
@@ -413,6 +434,13 @@
413
434
  "output": "StopAutoCalloutTaskResponse",
414
435
  "status": "online"
415
436
  },
437
+ "TransferToManual": {
438
+ "document": "特定场景下讲会话转接到人工坐席",
439
+ "input": "TransferToManualRequest",
440
+ "name": "转接人工",
441
+ "output": "TransferToManualResponse",
442
+ "status": "online"
443
+ },
416
444
  "UnbindNumberCallOutSkillGroup": {
417
445
  "document": "解绑号码外呼技能组",
418
446
  "input": "UnbindNumberCallOutSkillGroupRequest",
@@ -632,6 +660,42 @@
632
660
  ],
633
661
  "usage": "in"
634
662
  },
663
+ "AbortAgentCruiseDialingCampaignRequest": {
664
+ "document": "AbortAgentCruiseDialingCampaign请求参数结构体",
665
+ "members": [
666
+ {
667
+ "disabled": false,
668
+ "document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
669
+ "example": "1400000000",
670
+ "member": "uint64",
671
+ "name": "SdkAppId",
672
+ "required": true,
673
+ "type": "int"
674
+ },
675
+ {
676
+ "disabled": false,
677
+ "document": "任务 ID",
678
+ "example": "2569",
679
+ "member": "uint64",
680
+ "name": "CampaignId",
681
+ "required": true,
682
+ "type": "int"
683
+ }
684
+ ],
685
+ "type": "object"
686
+ },
687
+ "AbortAgentCruiseDialingCampaignResponse": {
688
+ "document": "AbortAgentCruiseDialingCampaign返回参数结构体",
689
+ "members": [
690
+ {
691
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
692
+ "member": "string",
693
+ "name": "RequestId",
694
+ "type": "string"
695
+ }
696
+ ],
697
+ "type": "object"
698
+ },
635
699
  "AbortPredictiveDialingCampaignRequest": {
636
700
  "document": "AbortPredictiveDialingCampaign请求参数结构体",
637
701
  "members": [
@@ -2125,6 +2189,124 @@
2125
2189
  ],
2126
2190
  "type": "object"
2127
2191
  },
2192
+ "CreateAgentCruiseDialingCampaignRequest": {
2193
+ "document": "CreateAgentCruiseDialingCampaign请求参数结构体",
2194
+ "members": [
2195
+ {
2196
+ "disabled": false,
2197
+ "document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
2198
+ "example": "1400000000",
2199
+ "member": "uint64",
2200
+ "name": "SdkAppId",
2201
+ "required": true,
2202
+ "type": "int"
2203
+ },
2204
+ {
2205
+ "disabled": false,
2206
+ "document": "任务名称",
2207
+ "example": "新能源SUV推荐",
2208
+ "member": "string",
2209
+ "name": "Name",
2210
+ "required": true,
2211
+ "type": "string"
2212
+ },
2213
+ {
2214
+ "disabled": false,
2215
+ "document": "座席账号",
2216
+ "example": "foo@tencent.com",
2217
+ "member": "string",
2218
+ "name": "Agent",
2219
+ "required": true,
2220
+ "type": "string"
2221
+ },
2222
+ {
2223
+ "disabled": false,
2224
+ "document": "单轮并发呼叫量 1-20",
2225
+ "example": "3",
2226
+ "member": "int64",
2227
+ "name": "ConcurrencyNumber",
2228
+ "required": true,
2229
+ "type": "int"
2230
+ },
2231
+ {
2232
+ "disabled": false,
2233
+ "document": "任务启动时间,Unix 时间戳,到此时间后会自动启动任务",
2234
+ "example": "1708483433",
2235
+ "member": "int64",
2236
+ "name": "StartTime",
2237
+ "required": true,
2238
+ "type": "int"
2239
+ },
2240
+ {
2241
+ "disabled": false,
2242
+ "document": "任务结束时间,Unix 时间戳,到此时间后会自动终止任务",
2243
+ "example": "1708485433",
2244
+ "member": "int64",
2245
+ "name": "EndTime",
2246
+ "required": true,
2247
+ "type": "int"
2248
+ },
2249
+ {
2250
+ "disabled": false,
2251
+ "document": "被叫列表,支持 E.164 或不带国家码形式的号码",
2252
+ "example": "+8613012345678",
2253
+ "member": "string",
2254
+ "name": "Callees",
2255
+ "required": false,
2256
+ "type": "list"
2257
+ },
2258
+ {
2259
+ "disabled": false,
2260
+ "document": "主叫列表,使用管理端展示的号码格式",
2261
+ "example": "0086075586013388",
2262
+ "member": "string",
2263
+ "name": "Callers",
2264
+ "required": false,
2265
+ "type": "list"
2266
+ },
2267
+ {
2268
+ "disabled": false,
2269
+ "document": "被叫呼叫顺序 0 随机 1 顺序",
2270
+ "example": "0",
2271
+ "member": "int64",
2272
+ "name": "CallOrder",
2273
+ "required": false,
2274
+ "type": "int"
2275
+ },
2276
+ {
2277
+ "disabled": false,
2278
+ "document": "调用方自定义数据,最大长度 1024",
2279
+ "example": "foobar",
2280
+ "member": "string",
2281
+ "name": "UUI",
2282
+ "required": false,
2283
+ "type": "string"
2284
+ }
2285
+ ],
2286
+ "type": "object"
2287
+ },
2288
+ "CreateAgentCruiseDialingCampaignResponse": {
2289
+ "document": "CreateAgentCruiseDialingCampaign返回参数结构体",
2290
+ "members": [
2291
+ {
2292
+ "disabled": false,
2293
+ "document": "生成的任务 ID",
2294
+ "example": "2569",
2295
+ "member": "int64",
2296
+ "name": "CampaignId",
2297
+ "output_required": false,
2298
+ "type": "int",
2299
+ "value_allowed_null": false
2300
+ },
2301
+ {
2302
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2303
+ "member": "string",
2304
+ "name": "RequestId",
2305
+ "type": "string"
2306
+ }
2307
+ ],
2308
+ "type": "object"
2309
+ },
2128
2310
  "CreateAutoCalloutTaskRequest": {
2129
2311
  "document": "CreateAutoCalloutTask请求参数结构体",
2130
2312
  "members": [
@@ -3412,6 +3594,142 @@
3412
3594
  ],
3413
3595
  "type": "object"
3414
3596
  },
3597
+ "DescribeAgentCruiseDialingCampaignRequest": {
3598
+ "document": "DescribeAgentCruiseDialingCampaign请求参数结构体",
3599
+ "members": [
3600
+ {
3601
+ "disabled": false,
3602
+ "document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
3603
+ "example": "1400000000",
3604
+ "member": "uint64",
3605
+ "name": "SdkAppId",
3606
+ "required": true,
3607
+ "type": "int"
3608
+ },
3609
+ {
3610
+ "disabled": false,
3611
+ "document": "任务 ID",
3612
+ "example": "2569",
3613
+ "member": "int64",
3614
+ "name": "CampaignId",
3615
+ "required": true,
3616
+ "type": "int"
3617
+ }
3618
+ ],
3619
+ "type": "object"
3620
+ },
3621
+ "DescribeAgentCruiseDialingCampaignResponse": {
3622
+ "document": "DescribeAgentCruiseDialingCampaign返回参数结构体",
3623
+ "members": [
3624
+ {
3625
+ "disabled": false,
3626
+ "document": "任务名称",
3627
+ "example": "新能源SUV推荐",
3628
+ "member": "string",
3629
+ "name": "Name",
3630
+ "output_required": false,
3631
+ "type": "string",
3632
+ "value_allowed_null": false
3633
+ },
3634
+ {
3635
+ "disabled": false,
3636
+ "document": "座席账号",
3637
+ "example": "foo@tencent.com",
3638
+ "member": "string",
3639
+ "name": "Agent",
3640
+ "output_required": false,
3641
+ "type": "string",
3642
+ "value_allowed_null": false
3643
+ },
3644
+ {
3645
+ "disabled": false,
3646
+ "document": "单轮并发呼叫量 1-20",
3647
+ "example": "3",
3648
+ "member": "int64",
3649
+ "name": "ConcurrencyNumber",
3650
+ "output_required": false,
3651
+ "type": "int",
3652
+ "value_allowed_null": false
3653
+ },
3654
+ {
3655
+ "disabled": false,
3656
+ "document": "任务启动时间,Unix 时间戳,到此时间后会自动启动任务",
3657
+ "example": "1708483433",
3658
+ "member": "int64",
3659
+ "name": "StartTime",
3660
+ "output_required": false,
3661
+ "type": "int",
3662
+ "value_allowed_null": false
3663
+ },
3664
+ {
3665
+ "disabled": false,
3666
+ "document": "任务结束时间,Unix 时间戳,到此时间后会自动终止任务",
3667
+ "example": "1708485433",
3668
+ "member": "int64",
3669
+ "name": "EndTime",
3670
+ "output_required": false,
3671
+ "type": "int",
3672
+ "value_allowed_null": false
3673
+ },
3674
+ {
3675
+ "disabled": false,
3676
+ "document": "被叫呼叫顺序 0 随机 1 顺序",
3677
+ "example": "0",
3678
+ "member": "int64",
3679
+ "name": "CallOrder",
3680
+ "output_required": false,
3681
+ "type": "int",
3682
+ "value_allowed_null": false
3683
+ },
3684
+ {
3685
+ "disabled": false,
3686
+ "document": "调用方自定义数据,最大长度 1024",
3687
+ "example": "foobar",
3688
+ "member": "string",
3689
+ "name": "UUI",
3690
+ "output_required": false,
3691
+ "type": "string",
3692
+ "value_allowed_null": false
3693
+ },
3694
+ {
3695
+ "disabled": false,
3696
+ "document": "任务状态 0 未启动 1 运行中 2 已完成 3 已终止",
3697
+ "example": "2",
3698
+ "member": "int64",
3699
+ "name": "State",
3700
+ "output_required": false,
3701
+ "type": "int",
3702
+ "value_allowed_null": false
3703
+ },
3704
+ {
3705
+ "disabled": false,
3706
+ "document": "被叫总数",
3707
+ "example": "200",
3708
+ "member": "int64",
3709
+ "name": "TotalCalleeCount",
3710
+ "output_required": false,
3711
+ "type": "int",
3712
+ "value_allowed_null": false
3713
+ },
3714
+ {
3715
+ "disabled": false,
3716
+ "document": "已呼被叫数",
3717
+ "example": "200",
3718
+ "member": "int64",
3719
+ "name": "CalledCalleeCount",
3720
+ "output_required": false,
3721
+ "type": "int",
3722
+ "value_allowed_null": false
3723
+ },
3724
+ {
3725
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3726
+ "member": "string",
3727
+ "name": "RequestId",
3728
+ "type": "string"
3729
+ }
3730
+ ],
3731
+ "type": "object"
3732
+ },
3415
3733
  "DescribeAutoCalloutTaskRequest": {
3416
3734
  "document": "DescribeAutoCalloutTask请求参数结构体",
3417
3735
  "members": [
@@ -8461,6 +8779,51 @@
8461
8779
  ],
8462
8780
  "usage": "both"
8463
8781
  },
8782
+ "TransferToManualRequest": {
8783
+ "document": "TransferToManual请求参数结构体",
8784
+ "members": [
8785
+ {
8786
+ "disabled": false,
8787
+ "document": "应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc",
8788
+ "example": "1400000000",
8789
+ "member": "uint64",
8790
+ "name": "SdkAppId",
8791
+ "required": true,
8792
+ "type": "int"
8793
+ },
8794
+ {
8795
+ "disabled": false,
8796
+ "document": "会话ID",
8797
+ "example": "d6253538-7c28-477b-998a-919059801899",
8798
+ "member": "string",
8799
+ "name": "SessionId",
8800
+ "required": true,
8801
+ "type": "string"
8802
+ },
8803
+ {
8804
+ "disabled": false,
8805
+ "document": "技能组Id",
8806
+ "example": "5002",
8807
+ "member": "uint64",
8808
+ "name": "SkillGroupId",
8809
+ "required": true,
8810
+ "type": "int"
8811
+ }
8812
+ ],
8813
+ "type": "object"
8814
+ },
8815
+ "TransferToManualResponse": {
8816
+ "document": "TransferToManual返回参数结构体",
8817
+ "members": [
8818
+ {
8819
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
8820
+ "member": "string",
8821
+ "name": "RequestId",
8822
+ "type": "string"
8823
+ }
8824
+ ],
8825
+ "type": "object"
8826
+ },
8464
8827
  "UnbindNumberCallOutSkillGroupRequest": {
8465
8828
  "document": "UnbindNumberCallOutSkillGroup请求参数结构体",
8466
8829
  "members": [
@@ -1,5 +1,13 @@
1
1
  {
2
2
  "actions": {
3
+ "AbortAgentCruiseDialingCampaign": [
4
+ {
5
+ "document": "停止座席巡航式外呼任务",
6
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AbortAgentCruiseDialingCampaign\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400000000,\n \"CampaignId\": 2569\n}",
7
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
8
+ "title": "停止座席巡航式外呼任务示例"
9
+ }
10
+ ],
3
11
  "AbortPredictiveDialingCampaign": [
4
12
  {
5
13
  "document": "停止预测式外呼任务",
@@ -48,6 +56,14 @@
48
56
  "title": "创建管理端登录链接示例"
49
57
  }
50
58
  ],
59
+ "CreateAgentCruiseDialingCampaign": [
60
+ {
61
+ "document": "创建座席巡航式外呼任务",
62
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAgentCruiseDialingCampaign\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400000000,\n \"Name\": \"新能源SUV推荐\",\n \"Callees\": [\n \"+8613012345678\",\n \"+8613012345679\",\n \"+8613012345670\"\n ],\n \"Callers\": [\n \"0086075586013388\"\n ],\n \"Agent\": \"foo@tencent.com\",\n \"ConcurrencyNumber\": 3,\n \"CallOrder\": 0,\n \"StartTime\": 1708483433,\n \"EndTime\": 1708485433\n}",
63
+ "output": "{\n \"Response\": {\n \"CampaignId\": 2569,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
64
+ "title": "创建座席巡航式外呼任务实例"
65
+ }
66
+ ],
51
67
  "CreateAutoCalloutTask": [
52
68
  {
53
69
  "document": "创建任务",
@@ -184,6 +200,14 @@
184
200
  "title": "查询生效的白名单规则"
185
201
  }
186
202
  ],
203
+ "DescribeAgentCruiseDialingCampaign": [
204
+ {
205
+ "document": "",
206
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAgentCruiseDialingCampaign\n<公共请求参数>\n\n{\n \"SdkAppId\": 1400000000,\n \"CampaignId\": 2569\n}",
207
+ "output": "{\n \"Response\": {\n \"Name\": \"新能源SUV推荐\",\n \"Agent\": \"foo@tencent.com\",\n \"ConcurrencyNumber\": 3,\n \"CallOrder\": 0,\n \"StartTime\": 1708483433,\n \"EndTime\": 1708485433,\n \"UUI\": \"\",\n \"State\": 2,\n \"TotalCalleeCount\": 200,\n \"CalledCalleeCount\": 200,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
208
+ "title": "查询 座席巡航式外呼任务示例"
209
+ }
210
+ ],
187
211
  "DescribeAutoCalloutTask": [
188
212
  {
189
213
  "document": "",
@@ -472,6 +496,14 @@
472
496
  "title": "停止任务"
473
497
  }
474
498
  ],
499
+ "TransferToManual": [
500
+ {
501
+ "document": "",
502
+ "input": "POST / HTTP/1.1\nHost: ccc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: HangUpCall\n<公共请求参数>\n\n{\n \"SdkAppId\": 140000000,\n \"SessionId\": \"adcf61b8-dbb9-4c20-87bf-c0744c04bade\",\n \"SkillGroupId\": 5002\n}",
503
+ "output": "{\n \"Response\": {\n \"RequestId\": \"86a17f0e-bcb3-46bf-ac66-8f165fe52127\"\n }\n}",
504
+ "title": "转人工"
505
+ }
506
+ ],
475
507
  "UnbindNumberCallOutSkillGroup": [
476
508
  {
477
509
  "document": "解绑号码外呼技能组",
@@ -254,13 +254,13 @@
254
254
  {
255
255
  "document": " ",
256
256
  "input": "POST / HTTP/1.1\nHost: cme.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjects\n<公共请求参数>\n\n{\n \"Platform\": \"1000000009\",\n \"CategorySet\": [\n \"STREAM_CONNECT\"\n ],\n \"ProjectIds\": [\n \"cmepid_60599df66a6b440001518169\"\n ]\n}",
257
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ProjectInfoSet\": [\n {\n \"ProjectId\": \"cmepid_60599df66a6b440001518169\",\n \"Name\": \"my_project\",\n \"AspectRatio\": \"\",\n \"Category\": \"STREAM_CONNECT\",\n \"Owner\": {\n \"Type\": \"PERSON\",\n \"Id\": \"user_31345df76a6b44104571916a\"\n },\n \"UpdateTime\": \"2020-11-13T06:41:34.808Z\",\n \"CreateTime\": \"2020-11-13T06:41:34.808Z\",\n \"CoverUrl\": \"\",\n \"MediaCastProjectInfo\": null,\n \"StreamConnectProjectInfo\": {\n \"Status\": \"Working\",\n \"CurrentInputEndpoint\": \"Main\",\n \"CurrentStartTime\": \"2020-11-13T06:41:34.808Z\",\n \"CurrentStopTime\": \"2020-11-13T08:41:34.808Z\",\n \"LastStopTime\": \"2020-11-12T07:41:34.808Z\",\n \"MainInput\": {\n \"InputType\": \"LivePull\",\n \"LivePullInputInfo\": {\n \"InputUrl\": \"rtmp://liveplay.video-studio.myqcloud.com/output/1250000001-600e8e7fb1cc1c0001293759?txSecret=d5f0d5e9eadda723d7fbf6822313b1c0&txTime=6017C8FF\"\n }\n },\n \"OutputSet\": [\n {\n \"PushSwitch\": \"On\",\n \"StreamConnectOutput\": {\n \"Id\": \"124522\",\n \"Type\": \"URL\",\n \"PushUrl\": \"rtmp://livepush.video-studio.myqcloud.com/output/1250000001-600e8e66194ef500012d9b08\",\n \"Name\": \"test\"\n }\n }\n ]\n }\n }\n ],\n \"RequestId\": \"c44cbb5b-b809-4061-8c45-7469b64e8e5c\"\n }\n}",
257
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ProjectInfoSet\": [\n {\n \"ProjectId\": \"cmepid_60599df66a6b440001518169\",\n \"Name\": \"my_project\",\n \"AspectRatio\": \"\",\n \"Category\": \"STREAM_CONNECT\",\n \"Owner\": {\n \"Type\": \"PERSON\",\n \"Id\": \"user_31345df76a6b44104571916a\"\n },\n \"UpdateTime\": \"2020-11-13T06:41:34.808Z\",\n \"CreateTime\": \"2020-11-13T06:41:34.808Z\",\n \"CoverUrl\": \"\",\n \"MediaCastProjectInfo\": null,\n \"StreamConnectProjectInfo\": {\n \"Status\": \"Working\",\n \"CurrentInputEndpoint\": \"Main\",\n \"CurrentStartTime\": \"2020-11-13T06:41:34.808Z\",\n \"CurrentStopTime\": \"2020-11-13T08:41:34.808Z\",\n \"LastStopTime\": \"2020-11-12T07:41:34.808Z\",\n \"MainInput\": {\n \"InputType\": \"LivePull\",\n \"LivePullInputInfo\": {\n \"InputUrl\": \"rtmp://liveplay.video-studio.myqcloud.com/output/1250000001-600e8e7fb1cc1c0001293759?txSecret=d5f0d5e9eadda723d7fbf6822313b1c0&txTime=6017C8FF\"\n }\n },\n \"OutputSet\": [\n {\n \"PushSwitch\": \"On\",\n \"StreamConnectOutput\": {\n \"Id\": \"124522\",\n \"Type\": \"URL\",\n \"PushUrl\": \"rtmp://livepush.video-studio.myqcloud.com/output/1250000001-600e8e66194ef500012d9b08\",\n \"Name\": \"my_output\"\n }\n }\n ]\n }\n }\n ],\n \"RequestId\": \"c44cbb5b-b809-4061-8c45-7469b64e8e5c\"\n }\n}",
258
258
  "title": "获取云转推项目信息"
259
259
  },
260
260
  {
261
261
  "document": " ",
262
262
  "input": "POST / HTTP/1.1\nHost: cme.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjects\n<公共请求参数>\n\n{\n \"Platform\": \"1000000009\",\n \"CategorySet\": [\n \"MEDIA_CAST\"\n ],\n \"ProjectIds\": [\n \"cmepid_60599df66a6b440001518169\"\n ]\n}",
263
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ProjectInfoSet\": [\n {\n \"ProjectId\": \"cmepid_60599df66a6b440001518169\",\n \"Name\": \"my_project\",\n \"AspectRatio\": \"\",\n \"Category\": \"MEDIA_CAST\",\n \"Owner\": {\n \"Type\": \"PERSON\",\n \"Id\": \"user_31345df76a6b44104571916a\"\n },\n \"UpdateTime\": \"2020-11-13T06:41:34.808Z\",\n \"CreateTime\": \"2020-11-13T06:41:34.808Z\",\n \"CoverUrl\": \"\",\n \"StreamConnectProjectInfo\": null,\n \"MediaCastProjectInfo\": {\n \"Status\": \"Working\",\n \"StartTime\": \"2020-11-13T06:41:34.808Z\",\n \"StopTime\": \"2020-11-14T06:41:34.808Z\",\n \"Duration\": 60,\n \"SourceInfos\": [\n {\n \"Id\": \"fsdf\",\n \"Type\": \"CME\",\n \"MaterialId\": \"a123\",\n \"Offset\": 10,\n \"Duration\": 60,\n \"FileId\": \"bee50aae5845\",\n \"Url\": \"http://1000000009.vod2.myqcloud.com/6cac69e3vodcq123/c53b8681557667123/123.mp4\"\n },\n {\n \"Id\": \"sdfs\",\n \"Type\": \"VOD\",\n \"MaterialId\": \"a345\",\n \"Offset\": 10,\n \"Duration\": 60,\n \"FileId\": \"bee50aae1234\",\n \"Url\": \"http://1000000009.vod2.myqcloud.com/6cac69e3vodcq123/c53b8681557667123/345.mp4\"\n }\n ],\n \"DestinationInfos\": [\n {\n \"Id\": \"2342342\",\n \"Name\": \"test\",\n \"PushUrl\": \"rtmp://livepush.video-studio.myqcloud.com/output/1250000001-600e8e66194ef500012d9b08\"\n }\n ],\n \"PlaySetting\": {\n \"LoopCount\": 2,\n \"EndTime\": \"2023-09-13T02:19:06Z\",\n \"AutoStartTime\": \"0001-01-01T00:00:00Z\"\n },\n \"OutputMediaSetting\": {\n \"VideoSetting\": {\n \"Width\": 1920,\n \"Height\": 1080,\n \"Bitrate\": 2500,\n \"FrameRate\": 25\n }\n }\n }\n }\n ],\n \"RequestId\": \"c44cbb5b-b809-4061-8c45-7469b64e8e5c\"\n }\n}",
263
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ProjectInfoSet\": [\n {\n \"ProjectId\": \"cmepid_60599df66a6b440001518169\",\n \"Name\": \"my_project\",\n \"AspectRatio\": \"\",\n \"Category\": \"MEDIA_CAST\",\n \"Owner\": {\n \"Type\": \"PERSON\",\n \"Id\": \"user_31345df76a6b44104571916a\"\n },\n \"UpdateTime\": \"2020-11-13T06:41:34.808Z\",\n \"CreateTime\": \"2020-11-13T06:41:34.808Z\",\n \"CoverUrl\": \"\",\n \"StreamConnectProjectInfo\": null,\n \"MediaCastProjectInfo\": {\n \"Status\": \"Working\",\n \"StartTime\": \"2020-11-13T06:41:34.808Z\",\n \"StopTime\": \"2020-11-14T06:41:34.808Z\",\n \"Duration\": 60,\n \"SourceInfos\": [\n {\n \"Id\": \"fsdf\",\n \"Type\": \"CME\",\n \"MaterialId\": \"a123\",\n \"Offset\": 10,\n \"Duration\": 60,\n \"FileId\": \"bee50aae5845\",\n \"Url\": \"http://1000000009.vod2.myqcloud.com/6cac69e3vodcq123/c53b8681557667123/123.mp4\"\n },\n {\n \"Id\": \"sdfs\",\n \"Type\": \"VOD\",\n \"MaterialId\": \"a345\",\n \"Offset\": 10,\n \"Duration\": 60,\n \"FileId\": \"bee50aae1234\",\n \"Url\": \"http://1000000009.vod2.myqcloud.com/6cac69e3vodcq123/c53b8681557667123/345.mp4\"\n }\n ],\n \"DestinationInfos\": [\n {\n \"Id\": \"2342342\",\n \"Name\": \"my_output\",\n \"PushUrl\": \"rtmp://livepush.video-studio.myqcloud.com/output/1250000001-600e8e66194ef500012d9b08\"\n }\n ],\n \"PlaySetting\": {\n \"LoopCount\": 2,\n \"EndTime\": \"2023-09-13T02:19:06Z\",\n \"AutoStartTime\": \"0001-01-01T00:00:00Z\"\n },\n \"OutputMediaSetting\": {\n \"VideoSetting\": {\n \"Width\": 1920,\n \"Height\": 1080,\n \"Bitrate\": 2500,\n \"FrameRate\": 25\n }\n }\n }\n }\n ],\n \"RequestId\": \"c44cbb5b-b809-4061-8c45-7469b64e8e5c\"\n }\n}",
264
264
  "title": "获取点播转直播项目信息"
265
265
  }
266
266
  ],