tccli 3.0.1102.1__py2.py3-none-any.whl → 3.0.1103.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 (45) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/iotexplorer/v20190423/CreateTRTCSignaturesWithRoomId.md +30 -0
  3. tccli/examples/iotexplorer/v20190423/DescribeCloudStorageAIServiceTask.md +36 -0
  4. tccli/examples/iotexplorer/v20190423/DescribeCloudStorageAIServiceTasks.md +3 -0
  5. tccli/examples/iotexplorer/v20190423/DismissRoomByStrRoomIdFromTRTC.md +20 -0
  6. tccli/examples/iotexplorer/v20190423/GenerateCloudStorageAIServiceTaskFileURL.md +24 -0
  7. tccli/examples/iotexplorer/v20190423/RemoveUserByRoomIdFromTRTC.md +21 -0
  8. tccli/examples/lighthouse/v20200324/DescribeInstancesDeniedActions.md +11 -6
  9. tccli/examples/mrs/v20200910/DrugInstructionObject.md +0 -0
  10. tccli/examples/waf/v20180125/CreateIpAccessControl.md +27 -0
  11. tccli/examples/waf/v20180125/DeleteIpAccessControlV2.md +25 -0
  12. tccli/examples/waf/v20180125/ImportIpAccessControl.md +30 -0
  13. tccli/examples/waf/v20180125/ModifyIpAccessControl.md +28 -0
  14. tccli/services/captcha/v20190722/api.json +2 -2
  15. tccli/services/ccc/v20200210/api.json +3 -3
  16. tccli/services/clb/v20180317/api.json +1 -1
  17. tccli/services/cls/v20201016/api.json +1 -1
  18. tccli/services/dlc/v20210125/api.json +70 -1
  19. tccli/services/fmu/v20191213/api.json +1 -1
  20. tccli/services/iotexplorer/iotexplorer_client.py +298 -33
  21. tccli/services/iotexplorer/v20190423/api.json +359 -20
  22. tccli/services/iotexplorer/v20190423/examples.json +41 -1
  23. tccli/services/iss/v20230517/api.json +10 -0
  24. tccli/services/lighthouse/v20200324/api.json +30 -28
  25. tccli/services/lighthouse/v20200324/examples.json +3 -3
  26. tccli/services/lke/v20231130/api.json +1 -1
  27. tccli/services/mrs/mrs_client.py +53 -0
  28. tccli/services/mrs/v20200910/api.json +1649 -415
  29. tccli/services/mrs/v20200910/examples.json +8 -0
  30. tccli/services/ocr/v20181119/api.json +1 -1
  31. tccli/services/rce/rce_client.py +0 -53
  32. tccli/services/rce/v20201103/api.json +0 -197
  33. tccli/services/rce/v20201103/examples.json +0 -8
  34. tccli/services/tdmq/v20200217/api.json +30 -0
  35. tccli/services/tke/v20180525/api.json +1 -1
  36. tccli/services/trtc/v20190722/api.json +1 -1
  37. tccli/services/tse/v20201207/api.json +2 -2
  38. tccli/services/waf/v20180125/api.json +396 -0
  39. tccli/services/waf/v20180125/examples.json +32 -0
  40. tccli/services/waf/waf_client.py +216 -4
  41. {tccli-3.0.1102.1.dist-info → tccli-3.0.1103.1.dist-info}/METADATA +2 -2
  42. {tccli-3.0.1102.1.dist-info → tccli-3.0.1103.1.dist-info}/RECORD +45 -35
  43. {tccli-3.0.1102.1.dist-info → tccli-3.0.1103.1.dist-info}/WHEEL +0 -0
  44. {tccli-3.0.1102.1.dist-info → tccli-3.0.1103.1.dist-info}/entry_points.txt +0 -0
  45. {tccli-3.0.1102.1.dist-info → tccli-3.0.1103.1.dist-info}/license_files/LICENSE +0 -0
@@ -112,6 +112,13 @@
112
112
  "output": "CreateStudioProductResponse",
113
113
  "status": "online"
114
114
  },
115
+ "CreateTRTCSignaturesWithRoomId": {
116
+ "document": "创建TRTC通话参数",
117
+ "input": "CreateTRTCSignaturesWithRoomIdRequest",
118
+ "name": "自定义房间id创建TRTC通话参数",
119
+ "output": "CreateTRTCSignaturesWithRoomIdResponse",
120
+ "status": "online"
121
+ },
115
122
  "CreateTopicPolicy": {
116
123
  "document": "本接口(CreateTopicPolicy)用于创建一个Topic ",
117
124
  "input": "CreateTopicPolicyRequest",
@@ -245,6 +252,13 @@
245
252
  "output": "DescribeCloudStorageAIServiceCallbackResponse",
246
253
  "status": "online"
247
254
  },
255
+ "DescribeCloudStorageAIServiceTask": {
256
+ "document": "查询指定的云存 AI 分析任务",
257
+ "input": "DescribeCloudStorageAIServiceTaskRequest",
258
+ "name": "查询设备云存AI分析任务",
259
+ "output": "DescribeCloudStorageAIServiceTaskResponse",
260
+ "status": "online"
261
+ },
248
262
  "DescribeCloudStorageAIServiceTasks": {
249
263
  "document": "查询指定设备的云存 AI 分析任务列表",
250
264
  "input": "DescribeCloudStorageAIServiceTasksRequest",
@@ -532,6 +546,13 @@
532
546
  "output": "DisableTopicRuleResponse",
533
547
  "status": "online"
534
548
  },
549
+ "DismissRoomByStrRoomIdFromTRTC": {
550
+ "document": "解散TRTC房间",
551
+ "input": "DismissRoomByStrRoomIdFromTRTCRequest",
552
+ "name": "解散TRTC房间",
553
+ "output": "DismissRoomByStrRoomIdFromTRTCResponse",
554
+ "status": "online"
555
+ },
535
556
  "EnableTopicRule": {
536
557
  "document": "启用规则",
537
558
  "input": "EnableTopicRuleRequest",
@@ -546,6 +567,13 @@
546
567
  "output": "GenSingleDeviceSignatureOfPublicResponse",
547
568
  "status": "online"
548
569
  },
570
+ "GenerateCloudStorageAIServiceTaskFileURL": {
571
+ "document": "获取云存 AI 分析任务输出文件的下载地址",
572
+ "input": "GenerateCloudStorageAIServiceTaskFileURLRequest",
573
+ "name": "获取云存AI分析任务输出文件URL",
574
+ "output": "GenerateCloudStorageAIServiceTaskFileURLResponse",
575
+ "status": "online"
576
+ },
549
577
  "GenerateSignedVideoURL": {
550
578
  "document": "获取视频防盗链播放URL",
551
579
  "input": "GenerateSignedVideoURLRequest",
@@ -791,6 +819,13 @@
791
819
  "output": "ReleaseStudioProductResponse",
792
820
  "status": "online"
793
821
  },
822
+ "RemoveUserByRoomIdFromTRTC": {
823
+ "document": "TRTC操作,将用户从房间移出",
824
+ "input": "RemoveUserByRoomIdFromTRTCRequest",
825
+ "name": "将用户从TRTC房间移出",
826
+ "output": "RemoveUserByRoomIdFromTRTCResponse",
827
+ "status": "online"
828
+ },
794
829
  "ResetCloudStorage": {
795
830
  "document": "重置云存服务",
796
831
  "input": "ResetCloudStorageRequest",
@@ -1496,10 +1531,20 @@
1496
1531
  "type": "int",
1497
1532
  "value_allowed_null": false
1498
1533
  },
1534
+ {
1535
+ "disabled": false,
1536
+ "document": "云存 AI 服务类型。可能取值:\n\n- `PackageDetect`:包裹检测\n- `Highlight`:视频浓缩",
1537
+ "example": "PackageDetect",
1538
+ "member": "string",
1539
+ "name": "ServiceType",
1540
+ "output_required": true,
1541
+ "type": "string",
1542
+ "value_allowed_null": false
1543
+ },
1499
1544
  {
1500
1545
  "disabled": false,
1501
1546
  "document": "对应云存视频的起始时间",
1502
- "example": "1710487888000",
1547
+ "example": "1710487888",
1503
1548
  "member": "int64",
1504
1549
  "name": "StartTime",
1505
1550
  "output_required": true,
@@ -1509,7 +1554,7 @@
1509
1554
  {
1510
1555
  "disabled": false,
1511
1556
  "document": "对应云存视频的结束时间",
1512
- "example": "1710487898000",
1557
+ "example": "1710487898",
1513
1558
  "member": "int64",
1514
1559
  "name": "EndTime",
1515
1560
  "output_required": true,
@@ -1518,7 +1563,7 @@
1518
1563
  },
1519
1564
  {
1520
1565
  "disabled": false,
1521
- "document": "任务状态(1:失败;2:成功但结果为空;3:成功且结果非空)",
1566
+ "document": "任务状态(1:失败;2:成功但结果为空;3:成功且结果非空;4:执行中)",
1522
1567
  "example": "3",
1523
1568
  "member": "uint64",
1524
1569
  "name": "Status",
@@ -1538,33 +1583,33 @@
1538
1583
  },
1539
1584
  {
1540
1585
  "disabled": false,
1541
- "document": "云存 AI 服务类型\n注意:此字段可能返回 null,表示取不到有效值。",
1542
- "example": "PackageDetect",
1586
+ "document": "任务输出文件列表",
1587
+ "example": "[\"output.mp4\"]",
1543
1588
  "member": "string",
1544
- "name": "ServiceType",
1545
- "output_required": false,
1546
- "type": "string",
1547
- "value_allowed_null": true
1589
+ "name": "Files",
1590
+ "output_required": true,
1591
+ "type": "list",
1592
+ "value_allowed_null": false
1548
1593
  },
1549
1594
  {
1550
1595
  "disabled": false,
1551
- "document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
1596
+ "document": "创建时间",
1552
1597
  "example": "1711338476",
1553
1598
  "member": "int64",
1554
1599
  "name": "CreateTime",
1555
- "output_required": false,
1600
+ "output_required": true,
1556
1601
  "type": "int",
1557
- "value_allowed_null": true
1602
+ "value_allowed_null": false
1558
1603
  },
1559
1604
  {
1560
1605
  "disabled": false,
1561
- "document": "最后更新时间\n注意:此字段可能返回 null,表示取不到有效值。",
1606
+ "document": "最后更新时间",
1562
1607
  "example": "1711338476",
1563
1608
  "member": "int64",
1564
1609
  "name": "UpdateTime",
1565
- "output_required": false,
1610
+ "output_required": true,
1566
1611
  "type": "int",
1567
- "value_allowed_null": true
1612
+ "value_allowed_null": false
1568
1613
  }
1569
1614
  ],
1570
1615
  "usage": "out"
@@ -2611,6 +2656,52 @@
2611
2656
  ],
2612
2657
  "type": "object"
2613
2658
  },
2659
+ "CreateTRTCSignaturesWithRoomIdRequest": {
2660
+ "document": "CreateTRTCSignaturesWithRoomId请求参数结构体",
2661
+ "members": [
2662
+ {
2663
+ "disabled": false,
2664
+ "document": "TRTC进房间的用户名称数组,数组元素不可重复,最长不超过 10 个。",
2665
+ "example": "[\"test123\",\"test1234\"]",
2666
+ "member": "string",
2667
+ "name": "TRTCUserIds",
2668
+ "required": true,
2669
+ "type": "list"
2670
+ },
2671
+ {
2672
+ "disabled": false,
2673
+ "document": "房间id",
2674
+ "example": "room1",
2675
+ "member": "string",
2676
+ "name": "RoomId",
2677
+ "required": true,
2678
+ "type": "string"
2679
+ }
2680
+ ],
2681
+ "type": "object"
2682
+ },
2683
+ "CreateTRTCSignaturesWithRoomIdResponse": {
2684
+ "document": "CreateTRTCSignaturesWithRoomId返回参数结构体",
2685
+ "members": [
2686
+ {
2687
+ "disabled": false,
2688
+ "document": "返回参数数组\n注意:此字段可能返回 null,表示取不到有效值。",
2689
+ "example": "无",
2690
+ "member": "TRTCParams",
2691
+ "name": "TRTCParamList",
2692
+ "output_required": true,
2693
+ "type": "list",
2694
+ "value_allowed_null": true
2695
+ },
2696
+ {
2697
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2698
+ "member": "string",
2699
+ "name": "RequestId",
2700
+ "type": "string"
2701
+ }
2702
+ ],
2703
+ "type": "object"
2704
+ },
2614
2705
  "CreateTopicPolicyRequest": {
2615
2706
  "document": "CreateTopicPolicy请求参数结构体",
2616
2707
  "members": [
@@ -3405,7 +3496,7 @@
3405
3496
  },
3406
3497
  {
3407
3498
  "disabled": false,
3408
- "document": "云存 AI 服务类型。可选值:PackageDetect",
3499
+ "document": "云存 AI 服务类型。可选值:\n\n- `PackageDetect`:包裹检测\n- `Highlight`:视频浓缩",
3409
3500
  "example": "PackageDetect",
3410
3501
  "member": "string",
3411
3502
  "name": "ServiceType",
@@ -3457,6 +3548,43 @@
3457
3548
  ],
3458
3549
  "type": "object"
3459
3550
  },
3551
+ "DescribeCloudStorageAIServiceTaskRequest": {
3552
+ "document": "DescribeCloudStorageAIServiceTask请求参数结构体",
3553
+ "members": [
3554
+ {
3555
+ "disabled": false,
3556
+ "document": "任务 ID",
3557
+ "example": "c31aa4f2-08c9-4088-9603-186d7311fdd8",
3558
+ "member": "string",
3559
+ "name": "TaskId",
3560
+ "required": true,
3561
+ "type": "string"
3562
+ }
3563
+ ],
3564
+ "type": "object"
3565
+ },
3566
+ "DescribeCloudStorageAIServiceTaskResponse": {
3567
+ "document": "DescribeCloudStorageAIServiceTask返回参数结构体",
3568
+ "members": [
3569
+ {
3570
+ "disabled": false,
3571
+ "document": "任务信息",
3572
+ "example": "无",
3573
+ "member": "CloudStorageAIServiceTask",
3574
+ "name": "TaskInfo",
3575
+ "output_required": true,
3576
+ "type": "object",
3577
+ "value_allowed_null": false
3578
+ },
3579
+ {
3580
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
3581
+ "member": "string",
3582
+ "name": "RequestId",
3583
+ "type": "string"
3584
+ }
3585
+ ],
3586
+ "type": "object"
3587
+ },
3460
3588
  "DescribeCloudStorageAIServiceTasksRequest": {
3461
3589
  "document": "DescribeCloudStorageAIServiceTasks请求参数结构体",
3462
3590
  "members": [
@@ -3480,7 +3608,7 @@
3480
3608
  },
3481
3609
  {
3482
3610
  "disabled": false,
3483
- "document": "云存 AI 服务类型。可选值:PackageDetect",
3611
+ "document": "云存 AI 服务类型。可选值:\n- `PackageDetect`:包裹检测\n- `Highlight`:视频浓缩",
3484
3612
  "example": "PackageDetect",
3485
3613
  "member": "string",
3486
3614
  "name": "ServiceType",
@@ -3507,12 +3635,30 @@
3507
3635
  },
3508
3636
  {
3509
3637
  "disabled": false,
3510
- "document": "任务状态(1:失败;2:成功但结果为空;3:成功且结果非空;不传则查询全部状态的任务)",
3638
+ "document": "任务状态。可选值:\n- (不传):查询全部状态的任务\n- `1`:失败\n- `2`:成功但结果为空\n- `3`:成功且结果非空\n- `4`:执行中",
3511
3639
  "example": "3",
3512
3640
  "member": "uint64",
3513
3641
  "name": "Status",
3514
3642
  "required": false,
3515
3643
  "type": "int"
3644
+ },
3645
+ {
3646
+ "disabled": false,
3647
+ "document": "用户ID",
3648
+ "example": "user",
3649
+ "member": "string",
3650
+ "name": "UserId",
3651
+ "required": false,
3652
+ "type": "string"
3653
+ },
3654
+ {
3655
+ "disabled": false,
3656
+ "document": "通道ID 非NVR设备则不填 NVR设备则必填 默认为无",
3657
+ "example": "1",
3658
+ "member": "uint64",
3659
+ "name": "ChannelId",
3660
+ "required": false,
3661
+ "type": "int"
3516
3662
  }
3517
3663
  ],
3518
3664
  "type": "object"
@@ -6844,6 +6990,33 @@
6844
6990
  ],
6845
6991
  "type": "object"
6846
6992
  },
6993
+ "DismissRoomByStrRoomIdFromTRTCRequest": {
6994
+ "document": "DismissRoomByStrRoomIdFromTRTC请求参数结构体",
6995
+ "members": [
6996
+ {
6997
+ "disabled": false,
6998
+ "document": "房间id",
6999
+ "example": "RoomId1",
7000
+ "member": "string",
7001
+ "name": "RoomId",
7002
+ "required": true,
7003
+ "type": "string"
7004
+ }
7005
+ ],
7006
+ "type": "object"
7007
+ },
7008
+ "DismissRoomByStrRoomIdFromTRTCResponse": {
7009
+ "document": "DismissRoomByStrRoomIdFromTRTC返回参数结构体",
7010
+ "members": [
7011
+ {
7012
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7013
+ "member": "string",
7014
+ "name": "RequestId",
7015
+ "type": "string"
7016
+ }
7017
+ ],
7018
+ "type": "object"
7019
+ },
6847
7020
  "EnableTopicRuleRequest": {
6848
7021
  "document": "EnableTopicRule请求参数结构体",
6849
7022
  "members": [
@@ -7368,6 +7541,71 @@
7368
7541
  ],
7369
7542
  "type": "object"
7370
7543
  },
7544
+ "GenerateCloudStorageAIServiceTaskFileURLRequest": {
7545
+ "document": "GenerateCloudStorageAIServiceTaskFileURL请求参数结构体",
7546
+ "members": [
7547
+ {
7548
+ "disabled": false,
7549
+ "document": "产品 ID",
7550
+ "example": "fb066d7a-baac-4706-acda-058f56f82759",
7551
+ "member": "string",
7552
+ "name": "TaskId",
7553
+ "required": true,
7554
+ "type": "string"
7555
+ },
7556
+ {
7557
+ "disabled": false,
7558
+ "document": "文件名",
7559
+ "example": "output.mp4",
7560
+ "member": "string",
7561
+ "name": "FileName",
7562
+ "required": true,
7563
+ "type": "string"
7564
+ },
7565
+ {
7566
+ "disabled": false,
7567
+ "document": "过期时间 UNIX 时间戳(默认值为当前时间 1 小时后)",
7568
+ "example": "1710487898",
7569
+ "member": "uint64",
7570
+ "name": "ExpireTime",
7571
+ "required": false,
7572
+ "type": "int"
7573
+ }
7574
+ ],
7575
+ "type": "object"
7576
+ },
7577
+ "GenerateCloudStorageAIServiceTaskFileURLResponse": {
7578
+ "document": "GenerateCloudStorageAIServiceTaskFileURL返回参数结构体",
7579
+ "members": [
7580
+ {
7581
+ "disabled": false,
7582
+ "document": "文件下载 URL",
7583
+ "example": "https://example.com/output.mp4",
7584
+ "member": "string",
7585
+ "name": "FileURL",
7586
+ "output_required": true,
7587
+ "type": "string",
7588
+ "value_allowed_null": false
7589
+ },
7590
+ {
7591
+ "disabled": false,
7592
+ "document": "过期时间 UNIX 时间戳",
7593
+ "example": "1710487898",
7594
+ "member": "uint64",
7595
+ "name": "ExpireTime",
7596
+ "output_required": true,
7597
+ "type": "int",
7598
+ "value_allowed_null": false
7599
+ },
7600
+ {
7601
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7602
+ "member": "string",
7603
+ "name": "RequestId",
7604
+ "type": "string"
7605
+ }
7606
+ ],
7607
+ "type": "object"
7608
+ },
7371
7609
  "GenerateSignedVideoURLRequest": {
7372
7610
  "document": "GenerateSignedVideoURL请求参数结构体",
7373
7611
  "members": [
@@ -9102,7 +9340,7 @@
9102
9340
  },
9103
9341
  {
9104
9342
  "disabled": false,
9105
- "document": "推送类型。httpHTTP 回调",
9343
+ "document": "推送类型。可选值:\n- `http`:HTTP 回调",
9106
9344
  "example": "http",
9107
9345
  "member": "string",
9108
9346
  "name": "Type",
@@ -9165,7 +9403,7 @@
9165
9403
  },
9166
9404
  {
9167
9405
  "disabled": false,
9168
- "document": "云存 AI 服务类型。可选值:PackageDetect",
9406
+ "document": "云存 AI 服务类型。可选值:\n- `PackageDetect`:包裹检测\n- `Highlight`:视频浓缩",
9169
9407
  "example": "PackageDetect",
9170
9408
  "member": "string",
9171
9409
  "name": "ServiceType",
@@ -9189,6 +9427,15 @@
9189
9427
  "name": "ROI",
9190
9428
  "required": false,
9191
9429
  "type": "string"
9430
+ },
9431
+ {
9432
+ "disabled": false,
9433
+ "document": "云存 AI 服务的配置参数",
9434
+ "example": "{\"param1\":\"value1\"}",
9435
+ "member": "string",
9436
+ "name": "Config",
9437
+ "required": false,
9438
+ "type": "string"
9192
9439
  }
9193
9440
  ],
9194
9441
  "type": "object"
@@ -11051,6 +11298,42 @@
11051
11298
  ],
11052
11299
  "type": "object"
11053
11300
  },
11301
+ "RemoveUserByRoomIdFromTRTCRequest": {
11302
+ "document": "RemoveUserByRoomIdFromTRTC请求参数结构体",
11303
+ "members": [
11304
+ {
11305
+ "disabled": false,
11306
+ "document": "房间id",
11307
+ "example": "roomId1",
11308
+ "member": "string",
11309
+ "name": "RoomId",
11310
+ "required": true,
11311
+ "type": "string"
11312
+ },
11313
+ {
11314
+ "disabled": false,
11315
+ "document": "用户名称数组,数组元素不可重复,最长不超过 10 个。",
11316
+ "example": "[\"test123\",\"test1234\"]",
11317
+ "member": "string",
11318
+ "name": "TRTCUserIds",
11319
+ "required": true,
11320
+ "type": "list"
11321
+ }
11322
+ ],
11323
+ "type": "object"
11324
+ },
11325
+ "RemoveUserByRoomIdFromTRTCResponse": {
11326
+ "document": "RemoveUserByRoomIdFromTRTC返回参数结构体",
11327
+ "members": [
11328
+ {
11329
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
11330
+ "member": "string",
11331
+ "name": "RequestId",
11332
+ "type": "string"
11333
+ }
11334
+ ],
11335
+ "type": "object"
11336
+ },
11054
11337
  "ResetCloudStorageEventRequest": {
11055
11338
  "document": "ResetCloudStorageEvent请求参数结构体",
11056
11339
  "members": [
@@ -11396,6 +11679,62 @@
11396
11679
  ],
11397
11680
  "type": "object"
11398
11681
  },
11682
+ "TRTCParams": {
11683
+ "document": "TRTC 的参数 可以用来加入房间",
11684
+ "members": [
11685
+ {
11686
+ "disabled": false,
11687
+ "document": "TRTC入参: TRTC的实例ID",
11688
+ "example": "无",
11689
+ "member": "int64",
11690
+ "name": "SdkAppId",
11691
+ "required": true,
11692
+ "type": "int",
11693
+ "value_allowed_null": false
11694
+ },
11695
+ {
11696
+ "disabled": false,
11697
+ "document": "TRTC入参: 用户加入房间的ID",
11698
+ "example": "无",
11699
+ "member": "string",
11700
+ "name": "UserId",
11701
+ "required": true,
11702
+ "type": "string",
11703
+ "value_allowed_null": false
11704
+ },
11705
+ {
11706
+ "disabled": false,
11707
+ "document": "TRTC入参: 用户的签名用来鉴权",
11708
+ "example": "无",
11709
+ "member": "string",
11710
+ "name": "UserSig",
11711
+ "required": true,
11712
+ "type": "string",
11713
+ "value_allowed_null": false
11714
+ },
11715
+ {
11716
+ "disabled": false,
11717
+ "document": "TRTC入参: 加入的TRTC房间名称",
11718
+ "example": "无",
11719
+ "member": "string",
11720
+ "name": "StrRoomId",
11721
+ "required": true,
11722
+ "type": "string",
11723
+ "value_allowed_null": false
11724
+ },
11725
+ {
11726
+ "disabled": false,
11727
+ "document": "TRTC入参: 校验TRTC的KEY",
11728
+ "example": "无",
11729
+ "member": "string",
11730
+ "name": "PrivateKey",
11731
+ "required": true,
11732
+ "type": "string",
11733
+ "value_allowed_null": false
11734
+ }
11735
+ ],
11736
+ "usage": "out"
11737
+ },
11399
11738
  "ThumbnailURLInfoList": {
11400
11739
  "document": "缩略图信息",
11401
11740
  "members": [
@@ -170,6 +170,14 @@
170
170
  "title": "新建产品"
171
171
  }
172
172
  ],
173
+ "CreateTRTCSignaturesWithRoomId": [
174
+ {
175
+ "document": "",
176
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTRTCSignaturesWithRoomId\n<公共请求参数>\n\n{\n \"TRTCUserIds\": [\n \"test1\"\n ],\n \"RoomId\": \"test\"\n}",
177
+ "output": "{\n \"Response\": {\n \"RequestId\": \"keyixie_38bc26eb-89c5-4e7c-bdb3-9a4fe25e719f\",\n \"TRTCParamList\": [\n {\n \"SdkAppId\": 111111,\n \"UserId\": \"test1\",\n \"UserSig\": \"eJwszcvOgjAQBe123213131321313QRN5AbRVR6U2dIK3*O4mwPY7Oed8oF7vEvcM1DkweaYR-wci6zzTkVwHBthFFjAG0V6bEMiCERpR1232132132133xio-CtUdsOqx*WlYb8-z95-BcsYtyVa2RYrcbjd6adadsadsadvmo-XAtE4TvLwAA--*MzTGH\",\n \"StrRoomId\": \"gl-40badb65asdsadasdsad40b2192f948845\",\n \"PrivateKey\": \"eJw0j19PszAUxr-LuX3fjFJahk12UaxUzVplwha4c2nHCtlC*KPbjN-dOObv8ndynjzPF2TLt5k9ta6zwKKQIPT-qpyxx8HtnO2AwWD7wYfp0JvmvW2dAeYThAgJg7vbS*8qYNALlMdbj*5THev546k4yvu5RkRG-0wbea-Pm2rs6mVdoABT3li5PpiRJLZFcb8F5loRwvOufD4RFfiz0GL2BWbldN17peHgqrLAyrleq*xwkrkROMUKfl0VllzLusGvYgK6XTxV*XjuhfPEHz-BAAA--9iV1Mr\"\n }\n ]\n }\n}",
178
+ "title": "成功示例 "
179
+ }
180
+ ],
173
181
  "CreateTopicPolicy": [
174
182
  {
175
183
  "document": "",
@@ -322,11 +330,19 @@
322
330
  "title": "查询云存AI分析回调配置"
323
331
  }
324
332
  ],
333
+ "DescribeCloudStorageAIServiceTask": [
334
+ {
335
+ "document": "",
336
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageAIServiceTask\n<公共请求参数>\n\n{\n \"TaskId\": \"c31aa4f2-08c9-4088-9603-186d7311fdd8\"\n}",
337
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8b490930-d119-4ee2-963c-c58973a1ebe6\",\n \"TaskInfo\": {\n \"ChannelId\": 0,\n \"CreateTime\": 1714240802,\n \"DeviceName\": \"dev001\",\n \"EndTime\": 1714233600,\n \"Files\": [\n \"output.mp4\"\n ],\n \"ProductId\": \"TSLFHRWDSD\",\n \"Result\": \"\",\n \"ServiceType\": \"Highlight\",\n \"StartTime\": 1714147200,\n \"Status\": 3,\n \"TaskId\": \"c31aa4f2-08c9-4088-9603-186d7311fdd8\",\n \"UpdateTime\": 1714240802\n }\n }\n}",
338
+ "title": "查询指定的云存 AI 分析任务"
339
+ }
340
+ ],
325
341
  "DescribeCloudStorageAIServiceTasks": [
326
342
  {
327
343
  "document": "",
328
344
  "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudStorageAIServiceTasks\n<公共请求参数>\n\n{\n \"ProductId\": \"KH6Q8C4N0D\",\n \"DeviceName\": \"aaa_31400554_1\",\n \"ServiceType\": \"PackageDetect\",\n \"Offset\": 0,\n \"Limit\": 20\n}",
329
- "output": "{\n \"Response\": {\n \"Tasks\": [\n {\n \"TaskId\": \"fb066d7a-baac-4706-acda-058f56f82759\",\n \"ProductId\": \"TQBDY6RPI9\",\n \"DeviceName\": \"cs_112114601_2\",\n \"ChannelId\": 0,\n \"ServiceType\": \"PackageDetect\",\n \"StartTime\": 1710487888,\n \"EndTime\": 1710487898,\n \"Status\": 3,\n \"Result\": \"{\\\"param1\\\":\\\"value1\\\"}\",\n \"CreateTime\": 1710490000,\n \"UpdateTime\": 1710490000\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
345
+ "output": "{\n \"Response\": {\n \"Tasks\": [\n {\n \"TaskId\": \"fb066d7a-baac-4706-acda-058f56f82759\",\n \"ProductId\": \"TQBDY6RPI9\",\n \"DeviceName\": \"cs_112114601_2\",\n \"ChannelId\": 0,\n \"ServiceType\": \"PackageDetect\",\n \"StartTime\": 1710487888,\n \"EndTime\": 1710487898,\n \"Status\": 3,\n \"Result\": \"{\\\"param1\\\":\\\"value1\\\"}\",\n \"Files\": [\n \"output.mp4\"\n ],\n \"CreateTime\": 1710490000,\n \"UpdateTime\": 1710490000\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
330
346
  "title": "查询设备云存 AI 分析任务列表"
331
347
  }
332
348
  ],
@@ -650,6 +666,14 @@
650
666
  "title": "禁用规则"
651
667
  }
652
668
  ],
669
+ "DismissRoomByStrRoomIdFromTRTC": [
670
+ {
671
+ "document": "",
672
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DismissRoomByStrRoomIdFromTRTC\n<公共请求参数>\n\n{\n \"RoomId\": \"test\"\n}",
673
+ "output": "{\n \"Response\": {\n \"RequestId\": \"38bc26eb-89c5-4e7c-bdb3-9a4fe25e719f\"\n }\n}",
674
+ "title": "成功示例"
675
+ }
676
+ ],
653
677
  "EnableTopicRule": [
654
678
  {
655
679
  "document": "",
@@ -666,6 +690,14 @@
666
690
  "title": "生成单个设备绑定的签名"
667
691
  }
668
692
  ],
693
+ "GenerateCloudStorageAIServiceTaskFileURL": [
694
+ {
695
+ "document": "",
696
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateCloudStorageAIServiceTaskFileURL\n<公共请求参数>\n\n{\n \"TaskId\": \"fb066d7a-baac-4706-acda-058f56f82759\",\n \"FileName\": \"output.mp4\",\n \"ExpireTime\": 1710487898\n}",
697
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\",\n \"FileURL\": \"https://example.com/output.mp4\",\n \"ExpireTime\": 1710487898\n }\n}",
698
+ "title": "获取云存 AI 分析任务输出文件的下载地址"
699
+ }
700
+ ],
669
701
  "GenerateSignedVideoURL": [
670
702
  {
671
703
  "document": "",
@@ -958,6 +990,14 @@
958
990
  "title": "发布产品"
959
991
  }
960
992
  ],
993
+ "RemoveUserByRoomIdFromTRTC": [
994
+ {
995
+ "document": "",
996
+ "input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: TRTCRemoveUserByRoomId\n<公共请求参数>\n\n{\n \"TRTCUserIds\": [\n \"test1\"\n ],\n \"RoomId\": \"test\"\n}",
997
+ "output": "{\n \"Response\": {\n \"RequestId\": \"38bc26eb-89c5-4e7c-bdb3-9a4fe25e719f\"\n }\n}",
998
+ "title": "成功示例"
999
+ }
1000
+ ],
961
1001
  "ResetCloudStorage": [
962
1002
  {
963
1003
  "document": "",
@@ -4037,6 +4037,16 @@
4037
4037
  "output_required": true,
4038
4038
  "type": "int",
4039
4039
  "value_allowed_null": true
4040
+ },
4041
+ {
4042
+ "disabled": false,
4043
+ "document": "证书ID\n注意:此字段可能返回 null,表示取不到有效值。",
4044
+ "example": "AI9C****",
4045
+ "member": "string",
4046
+ "name": "CertId",
4047
+ "output_required": false,
4048
+ "type": "string",
4049
+ "value_allowed_null": true
4040
4050
  }
4041
4051
  ],
4042
4052
  "usage": "out"