tccli 3.0.1340.1__py2.py3-none-any.whl → 3.0.1342.1__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.
- tccli/__init__.py +1 -1
- tccli/plugins/sso/__init__.py +14 -0
- tccli/plugins/sso/login.py +23 -6
- tccli/plugins/sso/texts.py +4 -0
- tccli/services/__init__.py +3 -0
- tccli/services/ams/v20201229/api.json +195 -185
- tccli/services/apm/v20210622/api.json +10 -0
- tccli/services/bh/bh_client.py +326 -8
- tccli/services/bh/v20230418/api.json +537 -0
- tccli/services/bh/v20230418/examples.json +48 -0
- tccli/services/ccc/v20200210/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +159 -159
- tccli/services/cdb/v20170320/examples.json +21 -21
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/ctem/__init__.py +4 -0
- tccli/services/ctem/ctem_client.py +1479 -0
- tccli/services/ctem/v20231128/api.json +6138 -0
- tccli/services/ctem/v20231128/examples.json +205 -0
- tccli/services/cwp/v20180228/api.json +106 -2
- tccli/services/cwp/v20180228/examples.json +12 -0
- tccli/services/cynosdb/v20190107/api.json +29 -2
- tccli/services/cynosdb/v20190107/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +15 -6
- tccli/services/dsgc/v20190723/api.json +215 -17
- tccli/services/emr/v20190103/api.json +93 -0
- tccli/services/ess/v20201111/api.json +14 -3
- tccli/services/hunyuan/v20230901/api.json +10 -1
- tccli/services/ims/v20200713/api.json +1 -1
- tccli/services/ims/v20200713/examples.json +1 -1
- tccli/services/ims/v20201229/api.json +30 -30
- tccli/services/iotexplorer/v20190423/api.json +2 -2
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/iotvideo/v20201215/api.json +2 -2
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +1 -1
- tccli/services/kms/kms_client.py +915 -120
- tccli/services/kms/v20190118/api.json +1104 -27
- tccli/services/kms/v20190118/examples.json +126 -0
- tccli/services/lke/lke_client.py +228 -16
- tccli/services/lke/v20231130/api.json +1513 -219
- tccli/services/lke/v20231130/examples.json +33 -1
- tccli/services/mongodb/v20190725/api.json +10 -0
- tccli/services/mps/v20190612/api.json +113 -25
- tccli/services/mqtt/mqtt_client.py +53 -0
- tccli/services/mqtt/v20240516/api.json +150 -0
- tccli/services/mqtt/v20240516/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +3 -3
- tccli/services/redis/v20180412/examples.json +19 -1
- tccli/services/ses/v20201002/api.json +8 -8
- tccli/services/tcss/v20201101/api.json +10 -0
- tccli/services/thpc/v20230321/api.json +32 -2
- tccli/services/tione/v20211111/api.json +11 -0
- tccli/services/tke/v20180525/api.json +10 -0
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +294 -204
- tccli/services/trocket/v20230308/examples.json +18 -10
- tccli/services/vm/v20210922/api.json +363 -333
- tccli/services/vpc/v20170312/api.json +9 -0
- tccli/services/waf/v20180125/api.json +59 -21
- tccli/services/wedata/v20210820/api.json +560 -10
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +167 -8
- {tccli-3.0.1340.1.dist-info → tccli-3.0.1342.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1340.1.dist-info → tccli-3.0.1342.1.dist-info}/RECORD +68 -64
- {tccli-3.0.1340.1.dist-info → tccli-3.0.1342.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1340.1.dist-info → tccli-3.0.1342.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1340.1.dist-info → tccli-3.0.1342.1.dist-info}/license_files/LICENSE +0 -0
@@ -15197,7 +15197,7 @@
|
|
15197
15197
|
"members": [
|
15198
15198
|
{
|
15199
15199
|
"disabled": false,
|
15200
|
-
"document": "
|
15200
|
+
"document": "<font color=\"red\">字段不再使用</font>,法人姓名",
|
15201
15201
|
"example": "张三",
|
15202
15202
|
"member": "string",
|
15203
15203
|
"name": "LegalName",
|
@@ -15219,7 +15219,7 @@
|
|
15219
15219
|
},
|
15220
15220
|
{
|
15221
15221
|
"disabled": false,
|
15222
|
-
"document": "
|
15222
|
+
"document": "<font color=\"red\">字段不再使用</font>,社会统一信用代码",
|
15223
15223
|
"example": "91110108772551611J",
|
15224
15224
|
"member": "string",
|
15225
15225
|
"name": "UnifiedSocialCreditCode",
|
@@ -15229,7 +15229,7 @@
|
|
15229
15229
|
"value_allowed_null": false
|
15230
15230
|
},
|
15231
15231
|
{
|
15232
|
-
"disabled":
|
15232
|
+
"disabled": true,
|
15233
15233
|
"document": "指定企业认证的授权方式 支持多选:\n\n<ul>\n<li><strong>2</strong>: 法人授权方式</li>\n<li><strong>5</strong>: 授权书+对公打款方式</li>\n</ul>",
|
15234
15234
|
"example": "[2,5]",
|
15235
15235
|
"member": "uint64",
|
@@ -15238,6 +15238,17 @@
|
|
15238
15238
|
"required": false,
|
15239
15239
|
"type": "list",
|
15240
15240
|
"value_allowed_null": false
|
15241
|
+
},
|
15242
|
+
{
|
15243
|
+
"disabled": false,
|
15244
|
+
"document": "指定企业认证的授权方式 支持多选:\n\n<ul>\n<li><strong>2</strong>: 法人授权方式</li>\n<li><strong>5</strong>: 授权书+对公打款方式</li>\n</ul>",
|
15245
|
+
"example": "2",
|
15246
|
+
"member": "int64",
|
15247
|
+
"name": "AuthorizationType",
|
15248
|
+
"output_required": false,
|
15249
|
+
"required": false,
|
15250
|
+
"type": "int",
|
15251
|
+
"value_allowed_null": false
|
15241
15252
|
}
|
15242
15253
|
],
|
15243
15254
|
"usage": "both"
|
@@ -343,7 +343,7 @@
|
|
343
343
|
},
|
344
344
|
{
|
345
345
|
"disabled": false,
|
346
|
-
"document": "可调用的工具列表,仅对 hunyuan-
|
346
|
+
"document": "可调用的工具列表,仅对 hunyuan-turbos、hunyuan-t1、hunyuan-functioncall 模型生效。",
|
347
347
|
"example": "无",
|
348
348
|
"member": "Tool",
|
349
349
|
"name": "Tools",
|
@@ -475,6 +475,15 @@
|
|
475
475
|
"name": "TopicChoice",
|
476
476
|
"required": false,
|
477
477
|
"type": "string"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"disabled": false,
|
481
|
+
"document": "模型思维链开关 说明: 1. 未传值时默认开启,打开模型思维链推理能力。 2. 关闭后,关闭模型思维链推理能力。 开关当前仅对hunyuan-a13b模型生效 示例值:ture",
|
482
|
+
"example": "true",
|
483
|
+
"member": "bool",
|
484
|
+
"name": "EnableThinking",
|
485
|
+
"required": false,
|
486
|
+
"type": "bool"
|
478
487
|
}
|
479
488
|
],
|
480
489
|
"type": "object"
|
@@ -295,7 +295,7 @@
|
|
295
295
|
{
|
296
296
|
"disabled": false,
|
297
297
|
"document": "扩展字段,用于特定信息返回,不同客户/Biztype下返回信息不同。\n注意:此字段可能返回 null,表示取不到有效值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
298
|
-
"example": "
|
298
|
+
"example": "{\\\"TerrorInfo\\\":[{\\\"Label\\\":\\\"Terror\\\"}}",
|
299
299
|
"member": "string",
|
300
300
|
"name": "Extra",
|
301
301
|
"output_required": true,
|
@@ -4,7 +4,7 @@
|
|
4
4
|
{
|
5
5
|
"document": "图片同步检测",
|
6
6
|
"input": "POST / HTTP/1.1\nHost: ims.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImageModeration\n<公共请求参数>\n\n{\n \"BizType\": \"test_1001\",\n \"DataId\": \"1213\",\n \"FileUrl\": \"https://xxx.jpg\"\n}",
|
7
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"BizType\": \"test_1001\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"HitFlag\": 1,\n \"LabelResults\": [\n {\n \"Scene\": \"Porn\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"SexBehavior\",\n \"Score\": 90\n }\n ]\n }\n ],\n \"ObjectResults\": [\n {\n \"Scene\": \"QrCode\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Ad\",\n \"SubLabel\": \"\",\n \"Score\": 100,\n \"Names\": [\n \"QRCODE\"\n ],\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"QRCODE\",\n \"Value\": \"https://test.com/test\",\n \"Score\": 100,\n \"Location\": {\n \"X\": 155.01746,\n \"Y\": 396.01746,\n \"Width\": 769.9824,\n \"Height\": 769.98254,\n \"Rotate\": 0\n },\n \"SubLabel\": \"
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"DataId\": \"a61237dd-c2a0-43e7-a3da-d27022d39ba7\",\n \"BizType\": \"test_1001\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"HitFlag\": 1,\n \"LabelResults\": [\n {\n \"Scene\": \"Porn\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Score\": 90,\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"SexBehavior\",\n \"Score\": 90\n }\n ]\n }\n ],\n \"ObjectResults\": [\n {\n \"Scene\": \"QrCode\",\n \"Suggestion\": \"Block\",\n \"Label\": \"Ad\",\n \"SubLabel\": \"\",\n \"Score\": 100,\n \"Names\": [\n \"QRCODE\"\n ],\n \"Details\": [\n {\n \"Id\": 0,\n \"Name\": \"QRCODE\",\n \"Value\": \"https://test.com/test\",\n \"Score\": 100,\n \"Location\": {\n \"X\": 155.01746,\n \"Y\": 396.01746,\n \"Width\": 769.9824,\n \"Height\": 769.98254,\n \"Rotate\": 0\n },\n \"SubLabel\": \"QRCODE\",\n \"GroupId\": \"group_id\",\n \"ObjectId\": \"object_id\"\n }\n ]\n }\n ],\n \"OcrResults\": [\n {\n \"HitFlag\": 0,\n \"Scene\": \"OCR\",\n \"Suggestion\": \"Pass\",\n \"Label\": \"Normal\",\n \"SubLabel\": \"\",\n \"Score\": 0,\n \"Text\": \"hello world\",\n \"Details\": [\n {\n \"Text\": \"hello world\",\n \"Label\": \"\",\n \"LibId\": \"\",\n \"LibName\": \"\",\n \"Keywords\": [],\n \"Rate\": 0,\n \"Score\": 0,\n \"Location\": {\n \"X\": 8,\n \"Y\": 0,\n \"Width\": 111,\n \"Height\": 19,\n \"Rotate\": 0\n }\n }\n ]\n }\n ],\n \"LibResults\": [\n {\n \"Scene\": \"Similar\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"\",\n \"Score\": 99,\n \"Details\": [\n {\n \"LibName\": \"123\",\n \"Score\": 99,\n \"Label\": \"Porn\",\n \"Tag\": \"\",\n \"ImageId\": \"image_id\",\n \"Id\": 0,\n \"LibId\": \"\"\n }\n ],\n \"Suggestion\": \"Block\"\n }\n ],\n \"RecognitionResults\": [\n {\n \"Label\": \"Scene\",\n \"Tags\": [\n {\n \"Name\": \"MedicalImage\",\n \"Score\": 30,\n \"Location\": {\n \"X\": 0,\n \"Y\": 0,\n \"Width\": 0,\n \"Height\": 0,\n \"Rotate\": 0\n }\n }\n ]\n }\n ],\n \"Extra\": \"\"\n }\n}",
|
8
8
|
"title": "图片同步检测"
|
9
9
|
}
|
10
10
|
]
|
@@ -451,33 +451,33 @@
|
|
451
451
|
"members": [
|
452
452
|
{
|
453
453
|
"disabled": false,
|
454
|
-
"document": "该字段用于返回识别对象的ID
|
454
|
+
"document": "该字段用于返回识别对象的ID以方便识别和区分。",
|
455
455
|
"example": "0",
|
456
456
|
"member": "int64",
|
457
457
|
"name": "Id",
|
458
458
|
"output_required": true,
|
459
459
|
"type": "int",
|
460
|
-
"value_allowed_null":
|
460
|
+
"value_allowed_null": false
|
461
461
|
},
|
462
462
|
{
|
463
463
|
"disabled": false,
|
464
|
-
"document": "
|
464
|
+
"document": "该字段用于返回时命中的子标签名称。",
|
465
465
|
"example": "PornSum",
|
466
466
|
"member": "string",
|
467
467
|
"name": "Name",
|
468
468
|
"output_required": true,
|
469
469
|
"type": "string",
|
470
|
-
"value_allowed_null":
|
470
|
+
"value_allowed_null": false
|
471
471
|
},
|
472
472
|
{
|
473
473
|
"disabled": false,
|
474
|
-
"document": "该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99
|
474
|
+
"document": "该字段用于返回对应子标签命中的分值,取值为**0-100**,如:*Porn-SexBehavior 99* 则代表相应识别内容命中色情-性行为标签的分值为99。",
|
475
475
|
"example": "89",
|
476
476
|
"member": "uint64",
|
477
477
|
"name": "Score",
|
478
478
|
"output_required": true,
|
479
479
|
"type": "int",
|
480
|
-
"value_allowed_null":
|
480
|
+
"value_allowed_null": false
|
481
481
|
}
|
482
482
|
],
|
483
483
|
"usage": "out"
|
@@ -537,13 +537,13 @@
|
|
537
537
|
},
|
538
538
|
{
|
539
539
|
"disabled": false,
|
540
|
-
"document": "
|
540
|
+
"document": "该字段用于返回分类模型命中子标签的详细信息,如:序号、命中标签名称、分数等信息。",
|
541
541
|
"example": "无",
|
542
542
|
"member": "LabelDetailItem",
|
543
543
|
"name": "Details",
|
544
544
|
"output_required": true,
|
545
545
|
"type": "list",
|
546
|
-
"value_allowed_null":
|
546
|
+
"value_allowed_null": false
|
547
547
|
}
|
548
548
|
],
|
549
549
|
"usage": "out"
|
@@ -679,13 +679,13 @@
|
|
679
679
|
},
|
680
680
|
{
|
681
681
|
"disabled": false,
|
682
|
-
"document": "该字段用于返回黑白库比对结果的详细信息,如:序号、库名称、恶意标签等信息;详细返回信息敬请参考对应数据结构([LibDetail](https://cloud.tencent.com/document/product/1125/53274#LibDetail)
|
682
|
+
"document": "该字段用于返回黑白库比对结果的详细信息,如:序号、库名称、恶意标签等信息;详细返回信息敬请参考对应数据结构([LibDetail](https://cloud.tencent.com/document/product/1125/53274#LibDetail))的描述文档",
|
683
683
|
"example": "无",
|
684
684
|
"member": "LibDetail",
|
685
685
|
"name": "Details",
|
686
686
|
"output_required": true,
|
687
687
|
"type": "list",
|
688
|
-
"value_allowed_null":
|
688
|
+
"value_allowed_null": false
|
689
689
|
}
|
690
690
|
],
|
691
691
|
"usage": "out"
|
@@ -811,13 +811,13 @@
|
|
811
811
|
},
|
812
812
|
{
|
813
813
|
"disabled": false,
|
814
|
-
"document": "该参数用于返回命中的人脸id
|
814
|
+
"document": "该参数用于返回命中的人脸id",
|
815
815
|
"example": "xxx-xxx-xxx",
|
816
816
|
"member": "string",
|
817
817
|
"name": "ObjectId",
|
818
818
|
"output_required": true,
|
819
819
|
"type": "string",
|
820
|
-
"value_allowed_null":
|
820
|
+
"value_allowed_null": false
|
821
821
|
}
|
822
822
|
],
|
823
823
|
"usage": "out"
|
@@ -877,23 +877,23 @@
|
|
877
877
|
},
|
878
878
|
{
|
879
879
|
"disabled": false,
|
880
|
-
"document": "
|
880
|
+
"document": "该标签用于返回所识别出的实体名称。",
|
881
881
|
"example": "[\"QRCODE\"]",
|
882
882
|
"member": "string",
|
883
883
|
"name": "Names",
|
884
884
|
"output_required": true,
|
885
885
|
"type": "list",
|
886
|
-
"value_allowed_null":
|
886
|
+
"value_allowed_null": false
|
887
887
|
},
|
888
888
|
{
|
889
889
|
"disabled": false,
|
890
|
-
"document": "该标签用于返回所识别出实体的详细信息,如:序号、命中标签名称、位置坐标等信息,详细返回内容敬请参考相应数据结构([ObjectDetail\n](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail)
|
890
|
+
"document": "该标签用于返回所识别出实体的详细信息,如:序号、命中标签名称、位置坐标等信息,详细返回内容敬请参考相应数据结构([ObjectDetail\n](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail))。",
|
891
891
|
"example": "无",
|
892
892
|
"member": "ObjectDetail",
|
893
893
|
"name": "Details",
|
894
894
|
"output_required": true,
|
895
895
|
"type": "list",
|
896
|
-
"value_allowed_null":
|
896
|
+
"value_allowed_null": false
|
897
897
|
}
|
898
898
|
],
|
899
899
|
"usage": "out"
|
@@ -999,13 +999,13 @@
|
|
999
999
|
},
|
1000
1000
|
{
|
1001
1001
|
"disabled": false,
|
1002
|
-
"document": "该字段用于返回OCR
|
1002
|
+
"document": "该字段用于返回OCR识别出的结果的详细内容,如:文本内容、对应标签、识别框位置等信息。",
|
1003
1003
|
"example": "无",
|
1004
1004
|
"member": "OcrTextDetail",
|
1005
1005
|
"name": "Details",
|
1006
1006
|
"output_required": true,
|
1007
1007
|
"type": "list",
|
1008
|
-
"value_allowed_null":
|
1008
|
+
"value_allowed_null": false
|
1009
1009
|
},
|
1010
1010
|
{
|
1011
1011
|
"disabled": false,
|
@@ -1157,23 +1157,23 @@
|
|
1157
1157
|
"members": [
|
1158
1158
|
{
|
1159
1159
|
"disabled": false,
|
1160
|
-
"document": "当前可能的取值:Scene
|
1160
|
+
"document": "当前可能的取值:Scene(图片场景模型)",
|
1161
1161
|
"example": "Scene",
|
1162
1162
|
"member": "string",
|
1163
1163
|
"name": "Label",
|
1164
|
-
"
|
1164
|
+
"output_required": true,
|
1165
1165
|
"type": "string",
|
1166
|
-
"value_allowed_null":
|
1166
|
+
"value_allowed_null": false
|
1167
1167
|
},
|
1168
1168
|
{
|
1169
1169
|
"disabled": false,
|
1170
|
-
"document": "Label
|
1170
|
+
"document": "Label对应模型下的识别标签信息",
|
1171
1171
|
"example": "无",
|
1172
1172
|
"member": "RecognitionTag",
|
1173
1173
|
"name": "Tags",
|
1174
|
-
"
|
1174
|
+
"output_required": true,
|
1175
1175
|
"type": "list",
|
1176
|
-
"value_allowed_null":
|
1176
|
+
"value_allowed_null": false
|
1177
1177
|
}
|
1178
1178
|
],
|
1179
1179
|
"usage": "out"
|
@@ -1183,33 +1183,33 @@
|
|
1183
1183
|
"members": [
|
1184
1184
|
{
|
1185
1185
|
"disabled": false,
|
1186
|
-
"document": "
|
1186
|
+
"document": "标签名称",
|
1187
1187
|
"example": "Ad",
|
1188
1188
|
"member": "string",
|
1189
1189
|
"name": "Name",
|
1190
1190
|
"output_required": true,
|
1191
1191
|
"type": "string",
|
1192
|
-
"value_allowed_null":
|
1192
|
+
"value_allowed_null": false
|
1193
1193
|
},
|
1194
1194
|
{
|
1195
1195
|
"disabled": false,
|
1196
|
-
"document": "置信分:0~100
|
1196
|
+
"document": "置信分:0~100,数值越大表示置信度越高",
|
1197
1197
|
"example": "89",
|
1198
1198
|
"member": "int64",
|
1199
1199
|
"name": "Score",
|
1200
1200
|
"output_required": true,
|
1201
1201
|
"type": "int",
|
1202
|
-
"value_allowed_null":
|
1202
|
+
"value_allowed_null": false
|
1203
1203
|
},
|
1204
1204
|
{
|
1205
1205
|
"disabled": false,
|
1206
|
-
"document": "
|
1206
|
+
"document": "标签位置信息,若模型无位置信息,则可能为零值",
|
1207
1207
|
"example": "无",
|
1208
1208
|
"member": "Location",
|
1209
1209
|
"name": "Location",
|
1210
1210
|
"output_required": true,
|
1211
1211
|
"type": "object",
|
1212
|
-
"value_allowed_null":
|
1212
|
+
"value_allowed_null": false
|
1213
1213
|
}
|
1214
1214
|
],
|
1215
1215
|
"usage": "out"
|
@@ -10524,7 +10524,7 @@
|
|
10524
10524
|
},
|
10525
10525
|
{
|
10526
10526
|
"disabled": false,
|
10527
|
-
"document": "
|
10527
|
+
"document": "播放链接过期时间(时间戳,单位秒)",
|
10528
10528
|
"example": "1619331648",
|
10529
10529
|
"member": "uint64",
|
10530
10530
|
"name": "ExpireTime",
|
@@ -11980,7 +11980,7 @@
|
|
11980
11980
|
},
|
11981
11981
|
{
|
11982
11982
|
"disabled": false,
|
11983
|
-
"document": "是否需要返回总结,默认为
|
11983
|
+
"document": "是否需要返回总结,默认为True; 开启后会加大接口响应时长",
|
11984
11984
|
"example": "false",
|
11985
11985
|
"member": "bool",
|
11986
11986
|
"name": "EnableSummary",
|
@@ -928,7 +928,7 @@
|
|
928
928
|
{
|
929
929
|
"document": "",
|
930
930
|
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateSignedVideoURL\n<公共请求参数>\n\n{\n \"ExpireTime\": 1619331648,\n \"VideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8\"\n}",
|
931
|
-
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"
|
931
|
+
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"request-id\"\n }\n}",
|
932
932
|
"title": "获取视频防盗链播放URL"
|
933
933
|
}
|
934
934
|
],
|
@@ -5868,7 +5868,7 @@
|
|
5868
5868
|
},
|
5869
5869
|
{
|
5870
5870
|
"disabled": false,
|
5871
|
-
"document": "
|
5871
|
+
"document": "播放链接过期时间(时间戳,单位秒)",
|
5872
5872
|
"example": "1619331648",
|
5873
5873
|
"member": "uint64",
|
5874
5874
|
"name": "ExpireTime",
|
@@ -5887,7 +5887,7 @@
|
|
5887
5887
|
"example": "http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x",
|
5888
5888
|
"member": "string",
|
5889
5889
|
"name": "SignedVideoURL",
|
5890
|
-
"
|
5890
|
+
"output_required": true,
|
5891
5891
|
"type": "string",
|
5892
5892
|
"value_allowed_null": false
|
5893
5893
|
},
|
@@ -452,7 +452,7 @@
|
|
452
452
|
{
|
453
453
|
"document": "",
|
454
454
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateSignedVideoURL\n<公共请求参数>\n\n{\n \"ExpireTime\": 1619331648,\n \"VideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8\"\n}",
|
455
|
-
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"
|
455
|
+
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"requestid\"\n }\n}",
|
456
456
|
"title": "获取视频防盗链播放URL"
|
457
457
|
}
|
458
458
|
],
|
@@ -668,7 +668,7 @@
|
|
668
668
|
{
|
669
669
|
"document": "",
|
670
670
|
"input": "POST / HTTP/1.1\nHost: iotvideo.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateSignedVideoURL\n<公共请求参数>\n\n{\n \"ExpireTime\": 1619331648,\n \"VideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8\"\n}",
|
671
|
-
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"
|
671
|
+
"output": "{\n \"Response\": {\n \"SignedVideoURL\": \"http://zylcb.iotvideo.tencentcs.com/timeshift/live/1.m3u8?sign=x\",\n \"RequestId\": \"requestid\"\n }\n}",
|
672
672
|
"title": "获取视频防盗链播放URL"
|
673
673
|
}
|
674
674
|
],
|