tccli 3.0.1404.1__py2.py3-none-any.whl → 3.0.1406.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/services/autoscaling/v20180419/api.json +1 -1
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/cdb/v20170320/api.json +95 -25
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +9 -0
- tccli/services/ckafka/v20190819/api.json +33 -0
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +40 -31
- tccli/services/cls/v20201016/examples.json +8 -2
- tccli/services/ctem/v20231128/api.json +30 -0
- tccli/services/dbbrain/v20191016/api.json +11 -1
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +17 -7
- tccli/services/dbbrain/v20210527/examples.json +1 -1
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +13 -3
- tccli/services/emr/v20190103/api.json +11 -2
- tccli/services/es/es_client.py +57 -4
- tccli/services/es/v20180416/api.json +3 -3
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +159 -0
- tccli/services/ess/v20201111/api.json +508 -24
- tccli/services/ess/v20201111/examples.json +33 -3
- tccli/services/essbasic/v20210526/api.json +12 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +80 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hunyuan/v20230901/api.json +2 -2
- tccli/services/ioa/ioa_client.py +220 -8
- tccli/services/ioa/v20220601/api.json +559 -0
- tccli/services/ioa/v20220601/examples.json +38 -0
- tccli/services/iotexplorer/iotexplorer_client.py +220 -8
- tccli/services/iotexplorer/v20190423/api.json +959 -12
- tccli/services/iotexplorer/v20190423/examples.json +68 -0
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/lke/v20231130/examples.json +2 -2
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/lkeap/v20240522/examples.json +7 -1
- tccli/services/monitor/monitor_client.py +53 -0
- tccli/services/monitor/v20180724/api.json +248 -0
- tccli/services/monitor/v20180724/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +140 -2
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +110 -4
- tccli/services/oceanus/v20190422/api.json +157 -13
- tccli/services/oceanus/v20190422/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/postgres/v20170312/api.json +5 -5
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +923 -12
- tccli/services/privatedns/v20201028/examples.json +88 -0
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/teo/v20220901/api.json +51 -51
- tccli/services/tione/v20211111/api.json +1 -1
- tccli/services/tke/v20180525/api.json +23 -14
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +9 -9
- tccli/services/trtc/v20190722/examples.json +1 -1
- tccli/services/tse/v20201207/api.json +30 -1
- tccli/services/vpc/v20170312/api.json +231 -4
- tccli/services/vpc/v20170312/examples.json +32 -0
- tccli/services/vpc/vpc_client.py +228 -16
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +8736 -3085
- tccli/services/wedata/v20250806/examples.json +378 -0
- tccli/services/wedata/wedata_client.py +2903 -836
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/RECORD +83 -83
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1404.1.dist-info → tccli-3.0.1406.1.dist-info}/license_files/LICENSE +0 -0
|
@@ -728,6 +728,13 @@
|
|
|
728
728
|
"output": "DescribePrometheusScrapeJobsResponse",
|
|
729
729
|
"status": "online"
|
|
730
730
|
},
|
|
731
|
+
"DescribePrometheusScrapeStatistics": {
|
|
732
|
+
"document": "获取实例采集速率信息",
|
|
733
|
+
"input": "DescribePrometheusScrapeStatisticsRequest",
|
|
734
|
+
"name": "获取实例采集速率信息",
|
|
735
|
+
"output": "DescribePrometheusScrapeStatisticsResponse",
|
|
736
|
+
"status": "online"
|
|
737
|
+
},
|
|
731
738
|
"DescribePrometheusTargetsTMP": {
|
|
732
739
|
"document": "获取targets信息,在过滤条件中指定job名称时返回targets详情,否则仅返回数量",
|
|
733
740
|
"input": "DescribePrometheusTargetsTMPRequest",
|
|
@@ -13257,6 +13264,53 @@
|
|
|
13257
13264
|
],
|
|
13258
13265
|
"type": "object"
|
|
13259
13266
|
},
|
|
13267
|
+
"DescribePrometheusScrapeStatisticsRequest": {
|
|
13268
|
+
"document": "DescribePrometheusScrapeStatistics请求参数结构体",
|
|
13269
|
+
"members": [
|
|
13270
|
+
{
|
|
13271
|
+
"disabled": false,
|
|
13272
|
+
"document": "job 类型",
|
|
13273
|
+
"example": "podMonitor",
|
|
13274
|
+
"member": "string",
|
|
13275
|
+
"name": "JobType",
|
|
13276
|
+
"required": false,
|
|
13277
|
+
"type": "string"
|
|
13278
|
+
}
|
|
13279
|
+
],
|
|
13280
|
+
"type": "object"
|
|
13281
|
+
},
|
|
13282
|
+
"DescribePrometheusScrapeStatisticsResponse": {
|
|
13283
|
+
"document": "DescribePrometheusScrapeStatistics返回参数结构体",
|
|
13284
|
+
"members": [
|
|
13285
|
+
{
|
|
13286
|
+
"disabled": false,
|
|
13287
|
+
"document": "总个数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
13288
|
+
"example": "1",
|
|
13289
|
+
"member": "int64",
|
|
13290
|
+
"name": "Total",
|
|
13291
|
+
"output_required": true,
|
|
13292
|
+
"type": "int",
|
|
13293
|
+
"value_allowed_null": true
|
|
13294
|
+
},
|
|
13295
|
+
{
|
|
13296
|
+
"disabled": false,
|
|
13297
|
+
"document": "实例指标抓取速率详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
13298
|
+
"example": "无",
|
|
13299
|
+
"member": "PrometheusInstanceScrapeStatistics",
|
|
13300
|
+
"name": "InstanceResults",
|
|
13301
|
+
"output_required": true,
|
|
13302
|
+
"type": "list",
|
|
13303
|
+
"value_allowed_null": true
|
|
13304
|
+
},
|
|
13305
|
+
{
|
|
13306
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
13307
|
+
"member": "string",
|
|
13308
|
+
"name": "RequestId",
|
|
13309
|
+
"type": "string"
|
|
13310
|
+
}
|
|
13311
|
+
],
|
|
13312
|
+
"type": "object"
|
|
13313
|
+
},
|
|
13260
13314
|
"DescribePrometheusTargetsTMPRequest": {
|
|
13261
13315
|
"document": "DescribePrometheusTargetsTMP请求参数结构体",
|
|
13262
13316
|
"members": [
|
|
@@ -18643,6 +18697,52 @@
|
|
|
18643
18697
|
],
|
|
18644
18698
|
"usage": "in"
|
|
18645
18699
|
},
|
|
18700
|
+
"PrometheusClusterScrapeStatistics": {
|
|
18701
|
+
"document": "集群指标抓取统计",
|
|
18702
|
+
"members": [
|
|
18703
|
+
{
|
|
18704
|
+
"disabled": false,
|
|
18705
|
+
"document": "集群ID",
|
|
18706
|
+
"example": "cls-asd",
|
|
18707
|
+
"member": "string",
|
|
18708
|
+
"name": "ClusterID",
|
|
18709
|
+
"output_required": true,
|
|
18710
|
+
"type": "string",
|
|
18711
|
+
"value_allowed_null": false
|
|
18712
|
+
},
|
|
18713
|
+
{
|
|
18714
|
+
"disabled": false,
|
|
18715
|
+
"document": "被采集的点数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
18716
|
+
"example": "0.8",
|
|
18717
|
+
"member": "float",
|
|
18718
|
+
"name": "ScrapedRate",
|
|
18719
|
+
"output_required": true,
|
|
18720
|
+
"type": "float",
|
|
18721
|
+
"value_allowed_null": true
|
|
18722
|
+
},
|
|
18723
|
+
{
|
|
18724
|
+
"disabled": false,
|
|
18725
|
+
"document": "Job列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
18726
|
+
"example": "[ { \"JobName\": \"cadvisor\", \"MaxLabel\": 24, \"Metrics\": [], \"SamplesRate\": 271.66666, \"ScrapedRate\": 0 }]",
|
|
18727
|
+
"member": "PrometheusJobScrapeStatistics",
|
|
18728
|
+
"name": "Jobs",
|
|
18729
|
+
"output_required": true,
|
|
18730
|
+
"type": "list",
|
|
18731
|
+
"value_allowed_null": true
|
|
18732
|
+
},
|
|
18733
|
+
{
|
|
18734
|
+
"disabled": false,
|
|
18735
|
+
"document": "过滤前的指标采集速率\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
18736
|
+
"example": "0.8",
|
|
18737
|
+
"member": "float",
|
|
18738
|
+
"name": "SamplesRate",
|
|
18739
|
+
"output_required": true,
|
|
18740
|
+
"type": "float",
|
|
18741
|
+
"value_allowed_null": true
|
|
18742
|
+
}
|
|
18743
|
+
],
|
|
18744
|
+
"usage": "out"
|
|
18745
|
+
},
|
|
18646
18746
|
"PrometheusConfigItem": {
|
|
18647
18747
|
"document": "prometheus配置",
|
|
18648
18748
|
"members": [
|
|
@@ -18755,6 +18855,62 @@
|
|
|
18755
18855
|
],
|
|
18756
18856
|
"usage": "out"
|
|
18757
18857
|
},
|
|
18858
|
+
"PrometheusInstanceScrapeStatistics": {
|
|
18859
|
+
"document": "实例抓取指标统计",
|
|
18860
|
+
"members": [
|
|
18861
|
+
{
|
|
18862
|
+
"disabled": false,
|
|
18863
|
+
"document": "实例ID",
|
|
18864
|
+
"example": "prom-abc",
|
|
18865
|
+
"member": "string",
|
|
18866
|
+
"name": "InstanceId",
|
|
18867
|
+
"output_required": true,
|
|
18868
|
+
"type": "string",
|
|
18869
|
+
"value_allowed_null": false
|
|
18870
|
+
},
|
|
18871
|
+
{
|
|
18872
|
+
"disabled": false,
|
|
18873
|
+
"document": "被采集的点数",
|
|
18874
|
+
"example": "0.8",
|
|
18875
|
+
"member": "float",
|
|
18876
|
+
"name": "ScrapedRate",
|
|
18877
|
+
"output_required": true,
|
|
18878
|
+
"type": "float",
|
|
18879
|
+
"value_allowed_null": false
|
|
18880
|
+
},
|
|
18881
|
+
{
|
|
18882
|
+
"disabled": false,
|
|
18883
|
+
"document": "集群指标列表",
|
|
18884
|
+
"example": "[ { \"ClusterID\": \"cls-pvnpfz7d\", \"FreeScrapedRate\": 121.625, \"Jobs\": [ { \"FreeScrapedRate\": 33.333332, \"JobName\": \"cadvisor\", \"MaxLabel\": 24, \"Metrics\": [], \"SamplesRate\": 271.66666, \"ScrapedRate\": 0 }]}]",
|
|
18885
|
+
"member": "PrometheusClusterScrapeStatistics",
|
|
18886
|
+
"name": "Clusters",
|
|
18887
|
+
"output_required": true,
|
|
18888
|
+
"type": "list",
|
|
18889
|
+
"value_allowed_null": false
|
|
18890
|
+
},
|
|
18891
|
+
{
|
|
18892
|
+
"disabled": false,
|
|
18893
|
+
"document": "非容器指标列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
18894
|
+
"example": "[{\"ClusterID\":\"non-cluster\",\"ScrapedRate\":5.65,\"SamplesRate\":5.65,\"FreeScrapedRate\":0,\"Jobs\":[{\"FreeScrapedRate\":0,\"Metrics\":[{\"ScrapedRate\":0.03333333333333333,\"IsRecommended\":false,\"MaxLabel\":5,\"MetricName\":\"promhttp_metric_handler_errors_total\",\"SamplesRate\":0.03333333333333333}],\"MaxLabel\":9,\"JobName\":\"prom-7f46vb1k/cvm-qcloud-exporter\",\"SamplesRate\":5.65,\"ScrapedRate\":5.65}]}]",
|
|
18895
|
+
"member": "PrometheusClusterScrapeStatistics",
|
|
18896
|
+
"name": "Global",
|
|
18897
|
+
"output_required": true,
|
|
18898
|
+
"type": "list",
|
|
18899
|
+
"value_allowed_null": true
|
|
18900
|
+
},
|
|
18901
|
+
{
|
|
18902
|
+
"disabled": false,
|
|
18903
|
+
"document": "过滤前的指标采集速率",
|
|
18904
|
+
"example": "0.8",
|
|
18905
|
+
"member": "float",
|
|
18906
|
+
"name": "SamplesRate",
|
|
18907
|
+
"output_required": true,
|
|
18908
|
+
"type": "float",
|
|
18909
|
+
"value_allowed_null": false
|
|
18910
|
+
}
|
|
18911
|
+
],
|
|
18912
|
+
"usage": "out"
|
|
18913
|
+
},
|
|
18758
18914
|
"PrometheusInstanceTenantUsage": {
|
|
18759
18915
|
"document": "Prometheus用量信息",
|
|
18760
18916
|
"members": [
|
|
@@ -19293,6 +19449,52 @@
|
|
|
19293
19449
|
],
|
|
19294
19450
|
"usage": "out"
|
|
19295
19451
|
},
|
|
19452
|
+
"PrometheusJobScrapeStatistics": {
|
|
19453
|
+
"document": "Job抓取统计",
|
|
19454
|
+
"members": [
|
|
19455
|
+
{
|
|
19456
|
+
"disabled": false,
|
|
19457
|
+
"document": "Job 名",
|
|
19458
|
+
"example": "cadvisor",
|
|
19459
|
+
"member": "string",
|
|
19460
|
+
"name": "JobName",
|
|
19461
|
+
"output_required": true,
|
|
19462
|
+
"type": "string",
|
|
19463
|
+
"value_allowed_null": false
|
|
19464
|
+
},
|
|
19465
|
+
{
|
|
19466
|
+
"disabled": false,
|
|
19467
|
+
"document": "被采集的点数",
|
|
19468
|
+
"example": "0.8",
|
|
19469
|
+
"member": "float",
|
|
19470
|
+
"name": "ScrapedRate",
|
|
19471
|
+
"output_required": true,
|
|
19472
|
+
"type": "float",
|
|
19473
|
+
"value_allowed_null": false
|
|
19474
|
+
},
|
|
19475
|
+
{
|
|
19476
|
+
"disabled": false,
|
|
19477
|
+
"document": "指标列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19478
|
+
"example": "[ { \"MetricName\": \"cadvisor_version_info\", \"SamplesRate\": 0.26666666666666666, \"ScrapedRate\": 0, \"IsRecommended\": false, \"MaxLabel\": 0 } ]",
|
|
19479
|
+
"member": "PrometheusMetricScrapeStatistics",
|
|
19480
|
+
"name": "Metrics",
|
|
19481
|
+
"output_required": true,
|
|
19482
|
+
"type": "list",
|
|
19483
|
+
"value_allowed_null": true
|
|
19484
|
+
},
|
|
19485
|
+
{
|
|
19486
|
+
"disabled": false,
|
|
19487
|
+
"document": "Job 类型",
|
|
19488
|
+
"example": "podMonitor",
|
|
19489
|
+
"member": "string",
|
|
19490
|
+
"name": "JobType",
|
|
19491
|
+
"output_required": false,
|
|
19492
|
+
"type": "string",
|
|
19493
|
+
"value_allowed_null": false
|
|
19494
|
+
}
|
|
19495
|
+
],
|
|
19496
|
+
"usage": "out"
|
|
19497
|
+
},
|
|
19296
19498
|
"PrometheusJobTargets": {
|
|
19297
19499
|
"document": "prometheus一个job的targets",
|
|
19298
19500
|
"members": [
|
|
@@ -19339,6 +19541,52 @@
|
|
|
19339
19541
|
],
|
|
19340
19542
|
"usage": "out"
|
|
19341
19543
|
},
|
|
19544
|
+
"PrometheusMetricScrapeStatistics": {
|
|
19545
|
+
"document": "指标抓取统计",
|
|
19546
|
+
"members": [
|
|
19547
|
+
{
|
|
19548
|
+
"disabled": false,
|
|
19549
|
+
"document": "指标名\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19550
|
+
"example": "cadvisor",
|
|
19551
|
+
"member": "string",
|
|
19552
|
+
"name": "MetricName",
|
|
19553
|
+
"output_required": true,
|
|
19554
|
+
"type": "string",
|
|
19555
|
+
"value_allowed_null": true
|
|
19556
|
+
},
|
|
19557
|
+
{
|
|
19558
|
+
"disabled": false,
|
|
19559
|
+
"document": "原始数据中的点数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19560
|
+
"example": "0.8",
|
|
19561
|
+
"member": "float",
|
|
19562
|
+
"name": "SamplesRate",
|
|
19563
|
+
"output_required": true,
|
|
19564
|
+
"type": "float",
|
|
19565
|
+
"value_allowed_null": true
|
|
19566
|
+
},
|
|
19567
|
+
{
|
|
19568
|
+
"disabled": false,
|
|
19569
|
+
"document": "被采集的点数\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19570
|
+
"example": "0.9",
|
|
19571
|
+
"member": "float",
|
|
19572
|
+
"name": "ScrapedRate",
|
|
19573
|
+
"output_required": true,
|
|
19574
|
+
"type": "float",
|
|
19575
|
+
"value_allowed_null": true
|
|
19576
|
+
},
|
|
19577
|
+
{
|
|
19578
|
+
"disabled": false,
|
|
19579
|
+
"document": "是否推荐采集\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
19580
|
+
"example": "true",
|
|
19581
|
+
"member": "bool",
|
|
19582
|
+
"name": "IsRecommended",
|
|
19583
|
+
"output_required": true,
|
|
19584
|
+
"type": "bool",
|
|
19585
|
+
"value_allowed_null": true
|
|
19586
|
+
}
|
|
19587
|
+
],
|
|
19588
|
+
"usage": "out"
|
|
19589
|
+
},
|
|
19342
19590
|
"PrometheusNotificationItem": {
|
|
19343
19591
|
"document": "告警通知渠道配置",
|
|
19344
19592
|
"members": [
|
|
@@ -1006,6 +1006,14 @@
|
|
|
1006
1006
|
"title": "列出 Prometheus 抓取任务"
|
|
1007
1007
|
}
|
|
1008
1008
|
],
|
|
1009
|
+
"DescribePrometheusScrapeStatistics": [
|
|
1010
|
+
{
|
|
1011
|
+
"document": "获取实例采集速率",
|
|
1012
|
+
"input": "POST / HTTP/1.1\nHost: monitor.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePrometheusScrapeStatistics\n<公共请求参数>\n\n{}",
|
|
1013
|
+
"output": "{\n \"Response\": {\n \"Total\": 0,\n \"InstanceResults\": [\n {\n \"InstanceId\": \"prom-ejhf\",\n \"ScrapedRate\": 1.4,\n \"Clusters\": [\n {\n \"ClusterID\": \"cls-oebw\",\n \"ScrapedRate\": 0.1,\n \"Jobs\": [\n {\n \"JobName\": \"test-job\",\n \"ScrapedRate\": 0.1,\n \"Metrics\": [\n {\n \"MetricName\": \"countMetric\",\n \"SamplesRate\": 3.4,\n \"ScrapedRate\": 0.1,\n \"IsRecommended\": true\n }\n ]\n }\n ],\n \"SamplesRate\": 3.4\n }\n ],\n \"Global\": [\n {\n \"ClusterID\": \"non-cluster\",\n \"ScrapedRate\": 1.3,\n \"Jobs\": [\n {\n \"JobName\": \"ceph-test\",\n \"ScrapedRate\": 1.3,\n \"Metrics\": [\n {\n \"MetricName\": \"upTime\",\n \"SamplesRate\": 2.1,\n \"ScrapedRate\": 1.3,\n \"IsRecommended\": true\n }\n ]\n }\n ],\n \"SamplesRate\": 2.1\n }\n ],\n \"SamplesRate\": 5.5\n }\n ],\n \"RequestId\": \"6fc6a7e8-2a5c-40f2-bf0e-8cb807fa665d\"\n }\n}",
|
|
1014
|
+
"title": "获取实例采集速率"
|
|
1015
|
+
}
|
|
1016
|
+
],
|
|
1009
1017
|
"DescribePrometheusTargetsTMP": [
|
|
1010
1018
|
{
|
|
1011
1019
|
"document": "获取targets列表",
|
|
@@ -2013,7 +2013,7 @@
|
|
|
2013
2013
|
"members": [
|
|
2014
2014
|
{
|
|
2015
2015
|
"disabled": false,
|
|
2016
|
-
"document": "任务的类型,可以取的值有:\n<li>Classification:智能分类</li>\n<li>Cover:智能封面</li>\n<li>Tag:智能标签</li>\n<li>FrameTag:智能按帧标签</li>\n<li>Highlight:智能精彩集锦</li>\n<li>DeLogo:智能擦除</li>\n<li>Description:大模型摘要</li>\n<li>Dubbing:智能译制</li>\n<li>VideoRemake: 视频去重</li>",
|
|
2016
|
+
"document": "任务的类型,可以取的值有:\n<li>Classification:智能分类</li>\n<li>Cover:智能封面</li>\n<li>Tag:智能标签</li>\n<li>FrameTag:智能按帧标签</li>\n<li>Highlight:智能精彩集锦</li>\n<li>DeLogo:智能擦除</li>\n<li>Description:大模型摘要</li>\n<li>Dubbing:智能译制</li>\n<li>VideoRemake: 视频去重</li>\n<li>VideoComprehension: 视频(音频)理解</li>",
|
|
2017
2017
|
"example": "Classification",
|
|
2018
2018
|
"member": "string",
|
|
2019
2019
|
"name": "Type",
|
|
@@ -2140,6 +2140,16 @@
|
|
|
2140
2140
|
"output_required": false,
|
|
2141
2141
|
"type": "object",
|
|
2142
2142
|
"value_allowed_null": true
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"disabled": false,
|
|
2146
|
+
"document": "视频(音频)理解任务的查询结果,当任务类型为 VideoComprehension 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
2147
|
+
"example": "无",
|
|
2148
|
+
"member": "AiAnalysisTaskVideoComprehensionResult",
|
|
2149
|
+
"name": "VideoComprehensionTask",
|
|
2150
|
+
"output_required": false,
|
|
2151
|
+
"type": "object",
|
|
2152
|
+
"value_allowed_null": true
|
|
2143
2153
|
}
|
|
2144
2154
|
],
|
|
2145
2155
|
"usage": "out"
|
|
@@ -3320,6 +3330,134 @@
|
|
|
3320
3330
|
],
|
|
3321
3331
|
"usage": "out"
|
|
3322
3332
|
},
|
|
3333
|
+
"AiAnalysisTaskVideoComprehensionInput": {
|
|
3334
|
+
"document": "视频(音频)理解任务输入",
|
|
3335
|
+
"members": [
|
|
3336
|
+
{
|
|
3337
|
+
"disabled": false,
|
|
3338
|
+
"document": "视频(音频)理解模板ID",
|
|
3339
|
+
"example": "33",
|
|
3340
|
+
"member": "uint64",
|
|
3341
|
+
"name": "Definition",
|
|
3342
|
+
"output_required": true,
|
|
3343
|
+
"type": "int",
|
|
3344
|
+
"value_allowed_null": false
|
|
3345
|
+
}
|
|
3346
|
+
],
|
|
3347
|
+
"usage": "out"
|
|
3348
|
+
},
|
|
3349
|
+
"AiAnalysisTaskVideoComprehensionOutput": {
|
|
3350
|
+
"document": "视频(音频)理解输出内容结果信息",
|
|
3351
|
+
"members": [
|
|
3352
|
+
{
|
|
3353
|
+
"disabled": false,
|
|
3354
|
+
"document": "视频(音频)理解内容详情",
|
|
3355
|
+
"example": "您好!作为一名专业的音乐分析师,非常荣幸能为您分析这段《梦中的婚礼》的钢琴弹奏。这是一首非常优美且广为人知的曲子,能选择它来练习,说明您对音乐有很好的品味和追求....",
|
|
3356
|
+
"member": "string",
|
|
3357
|
+
"name": "VideoComprehensionAnalysisResult",
|
|
3358
|
+
"output_required": true,
|
|
3359
|
+
"type": "string",
|
|
3360
|
+
"value_allowed_null": false
|
|
3361
|
+
}
|
|
3362
|
+
],
|
|
3363
|
+
"usage": "out"
|
|
3364
|
+
},
|
|
3365
|
+
"AiAnalysisTaskVideoComprehensionResult": {
|
|
3366
|
+
"document": "视频(音频)理解结果",
|
|
3367
|
+
"members": [
|
|
3368
|
+
{
|
|
3369
|
+
"disabled": false,
|
|
3370
|
+
"document": "任务状态,有 `PROCESSING`,`SUCCESS` 和 `FAIL` 三种。",
|
|
3371
|
+
"example": "SUCCESS",
|
|
3372
|
+
"member": "string",
|
|
3373
|
+
"name": "Status",
|
|
3374
|
+
"output_required": true,
|
|
3375
|
+
"type": "string",
|
|
3376
|
+
"value_allowed_null": false
|
|
3377
|
+
},
|
|
3378
|
+
{
|
|
3379
|
+
"disabled": false,
|
|
3380
|
+
"document": "错误码,0:成功,其他值:失败",
|
|
3381
|
+
"example": "0",
|
|
3382
|
+
"member": "int64",
|
|
3383
|
+
"name": "ErrCode",
|
|
3384
|
+
"output_required": true,
|
|
3385
|
+
"type": "int",
|
|
3386
|
+
"value_allowed_null": false
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
"disabled": false,
|
|
3390
|
+
"document": "错误信息",
|
|
3391
|
+
"example": "SUCCESS",
|
|
3392
|
+
"member": "string",
|
|
3393
|
+
"name": "Message",
|
|
3394
|
+
"output_required": true,
|
|
3395
|
+
"type": "string",
|
|
3396
|
+
"value_allowed_null": false
|
|
3397
|
+
},
|
|
3398
|
+
{
|
|
3399
|
+
"disabled": false,
|
|
3400
|
+
"document": "视频(音频)理解输入",
|
|
3401
|
+
"example": "无",
|
|
3402
|
+
"member": "AiAnalysisTaskVideoComprehensionInput",
|
|
3403
|
+
"name": "Input",
|
|
3404
|
+
"output_required": true,
|
|
3405
|
+
"type": "object",
|
|
3406
|
+
"value_allowed_null": false
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"disabled": false,
|
|
3410
|
+
"document": "视频(音频)理解输出\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
3411
|
+
"example": "无",
|
|
3412
|
+
"member": "AiAnalysisTaskVideoComprehensionOutput",
|
|
3413
|
+
"name": "Output",
|
|
3414
|
+
"output_required": true,
|
|
3415
|
+
"type": "object",
|
|
3416
|
+
"value_allowed_null": true
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"disabled": false,
|
|
3420
|
+
"document": "错误码,空字符串表示成功,其他值表示失败,取值请参考 媒体处理类错误码 列表",
|
|
3421
|
+
"example": "InvalidInput",
|
|
3422
|
+
"member": "string",
|
|
3423
|
+
"name": "ErrCodeExt",
|
|
3424
|
+
"output_required": true,
|
|
3425
|
+
"type": "string",
|
|
3426
|
+
"value_allowed_null": false
|
|
3427
|
+
},
|
|
3428
|
+
{
|
|
3429
|
+
"disabled": false,
|
|
3430
|
+
"document": "任务进度",
|
|
3431
|
+
"example": "100",
|
|
3432
|
+
"member": "uint64",
|
|
3433
|
+
"name": "Progress",
|
|
3434
|
+
"output_required": true,
|
|
3435
|
+
"type": "int",
|
|
3436
|
+
"value_allowed_null": false
|
|
3437
|
+
},
|
|
3438
|
+
{
|
|
3439
|
+
"disabled": false,
|
|
3440
|
+
"document": "任务开始执行的时间,采用 ISO 日期格式。",
|
|
3441
|
+
"example": "2024-05-25T02:55:55Z",
|
|
3442
|
+
"member": "string",
|
|
3443
|
+
"name": "BeginProcessTime",
|
|
3444
|
+
"output_required": true,
|
|
3445
|
+
"type": "string",
|
|
3446
|
+
"value_allowed_null": false
|
|
3447
|
+
},
|
|
3448
|
+
{
|
|
3449
|
+
"disabled": false,
|
|
3450
|
+
"document": "任务执行完毕时间,采用 ISO 日期格式。",
|
|
3451
|
+
"example": "2024-05-25T02:55:58Z",
|
|
3452
|
+
"member": "string",
|
|
3453
|
+
"name": "FinishTime",
|
|
3454
|
+
"output_required": true,
|
|
3455
|
+
"type": "string",
|
|
3456
|
+
"value_allowed_null": false
|
|
3457
|
+
}
|
|
3458
|
+
],
|
|
3459
|
+
"usage": "out"
|
|
3460
|
+
},
|
|
3323
3461
|
"AiAnalysisTaskVideoRemakeInput": {
|
|
3324
3462
|
"document": "视频去重任务输入类型",
|
|
3325
3463
|
"members": [
|
|
@@ -16876,7 +17014,7 @@
|
|
|
16876
17014
|
},
|
|
16877
17015
|
{
|
|
16878
17016
|
"disabled": false,
|
|
16879
|
-
"document": "
|
|
17017
|
+
"document": "任务结束时子任务是否有失败。如果不传则忽略。\n<li>false: 过滤子任务没有失败的任务;</li>\n<li>true: 过滤子任务有失败的任务。</li>",
|
|
16880
17018
|
"example": "false",
|
|
16881
17019
|
"member": "bool",
|
|
16882
17020
|
"name": "SubTaskHasFailed",
|
|
@@ -3366,6 +3366,16 @@
|
|
|
3366
3366
|
"type": "int",
|
|
3367
3367
|
"value_allowed_null": false
|
|
3368
3368
|
},
|
|
3369
|
+
{
|
|
3370
|
+
"disabled": false,
|
|
3371
|
+
"document": "服务端tls支持的协议,使用“,”分割。例如:TLSv1.3,TLSv1.2,TLSv1.1,TLSv1",
|
|
3372
|
+
"example": "TLSv1.3,TLSv1.2,TLSv1.1,TLSv1",
|
|
3373
|
+
"member": "string",
|
|
3374
|
+
"name": "TransportLayerSecurity",
|
|
3375
|
+
"output_required": false,
|
|
3376
|
+
"type": "string",
|
|
3377
|
+
"value_allowed_null": false
|
|
3378
|
+
},
|
|
3369
3379
|
{
|
|
3370
3380
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
3371
3381
|
"member": "string",
|
|
@@ -274,16 +274,10 @@
|
|
|
274
274
|
],
|
|
275
275
|
"DescribeInstance": [
|
|
276
276
|
{
|
|
277
|
-
"document": "
|
|
278
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-
|
|
279
|
-
"output": "{\n \"
|
|
277
|
+
"document": "",
|
|
278
|
+
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-7peanr83\"\n}",
|
|
279
|
+
"output": "{\n \"Response\": {\n \"AuthorizationPolicy\": false,\n \"AuthorizationPolicyLimit\": 20,\n \"AutoSubscriptionPolicyLimit\": 10,\n \"AutomaticActivation\": true,\n \"ClientNumLimit\": 4000,\n \"CreatedTime\": 1756879989,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"API\",\n \"ExpiryTime\": 1759471988911,\n \"InstanceId\": \"mqtt-7peanr83\",\n \"InstanceName\": \"instance-1\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxCaNum\": 20,\n \"MaxSubscription\": 120000,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxTopicFilterPerAutoSubscriptionPolicy\": 20,\n \"MaxTopicFilterPerSharedSubscriptionGroup\": 10,\n \"MessageRate\": -1,\n \"PayMode\": \"PREPAID\",\n \"RegistrationCode\": \"client-test\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"ServerCertLimit\": 3,\n \"SharedSubscriptionGroupLimit\": 20,\n \"SkuCode\": \"pro_2k_2\",\n \"TopicNum\": 0,\n \"TopicNumLimit\": 300,\n \"TopicPrefixSlashLimit\": 2,\n \"TpsLimit\": 2000,\n \"TransportLayerSecurity\": \"TLSv1.3,TLSv1.2,TLSv1.1,TLSv1\",\n \"TrustedCaLimit\": 3,\n \"UseDefaultServerCert\": true,\n \"X509Mode\": \"BYOC\",\n \"RequestId\": \"8a95a551-ca77-45f6-aa00-77a090cac898\"\n }\n}",
|
|
280
280
|
"title": "示例"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"document": "查询MQTT实例详情信息",
|
|
284
|
-
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-zj944d74\"\n}",
|
|
285
|
-
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"AuthorizationPolicy\": true,\n \"AuthorizationPolicyLimit\": 20,\n \"AutoSubscriptionPolicyLimit\": 10,\n \"AutomaticActivation\": false,\n \"ClientNumLimit\": 6000,\n \"CreatedTime\": 1736236715,\n \"DestroyTime\": 0,\n \"DeviceCertificateProvisionType\": \"JITP\",\n \"ExpiryTime\": 0,\n \"InstanceId\": \"mqtt-zj944d74\",\n \"InstanceName\": \"seiroli-byoc-test-0107\",\n \"InstanceStatus\": \"RUNNING\",\n \"InstanceType\": \"PRO\",\n \"MaxCaNum\": 20,\n \"MaxSubscription\": 180000,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxTopicFilterPerAutoSubscriptionPolicy\": 5,\n \"MaxTopicFilterPerSharedSubscriptionGroup\": 10,\n \"PayMode\": \"POSTPAID\",\n \"RegistrationCode\": \"bf2ead84-e9e2-478e-a153-3b6baa9b78b1\",\n \"Remark\": \"\",\n \"RenewFlag\": 1,\n \"RequestId\": \"a71557b4-34ca-46b0-ab51-2420bf4555c2\",\n \"SharedSubscriptionGroupLimit\": 20,\n \"SkuCode\": \"pro_6k_1\",\n \"TopicNum\": 2,\n \"TopicNumLimit\": 300,\n \"TpsLimit\": 6000,\n \"X509Mode\": \"BYOC\"\n }\n}",
|
|
286
|
-
"title": "查询MQTT实例详情信息"
|
|
287
281
|
}
|
|
288
282
|
],
|
|
289
283
|
"DescribeInstanceList": [
|
|
@@ -8,25 +8,25 @@
|
|
|
8
8
|
"status": "online"
|
|
9
9
|
},
|
|
10
10
|
"ClassifyContent": {
|
|
11
|
-
"document": "文本分类接口能够对用户输入的文章进行自动分类,将其映射到具体的类目上,用户只需要提供待分类的文本,而无需关注具体实现。该功能定义了一套较为完备的[三级分类体系](https://cloud.tencent.com/document/product/271/94286),积累了数百万的语料,经过多轮迭代优化打造了较先进的深度学习模型,以保证效果不断提升。",
|
|
11
|
+
"document": "NLP技术的句子相似度、相似词召回、文本分类、对联生成、诗词生成、词相似度、文本润色、句子生成和文本补全API接口将于2025年10月31日下线,届时将无法正常调用。为了避免对您的业务造成影响,请您尽快做好相关业务调整。如果您有NLP技术的产品需求,推荐您调用腾讯混元大模型(https://cloud.tencent.com/product/tclm)。\n\n文本分类接口能够对用户输入的文章进行自动分类,将其映射到具体的类目上,用户只需要提供待分类的文本,而无需关注具体实现。该功能定义了一套较为完备的[三级分类体系](https://cloud.tencent.com/document/product/271/94286),积累了数百万的语料,经过多轮迭代优化打造了较先进的深度学习模型,以保证效果不断提升。",
|
|
12
12
|
"input": "ClassifyContentRequest",
|
|
13
13
|
"name": "文本分类V2",
|
|
14
14
|
"output": "ClassifyContentResponse",
|
|
15
|
-
"status": "
|
|
15
|
+
"status": "deprecated"
|
|
16
16
|
},
|
|
17
17
|
"ComposeCouplet": {
|
|
18
|
-
"document": "对联生成接口根据用户输入的命题关键词,智能生成一副完整的春联,包括上联、下联和横批。该接口利用先进的自然语言处理技术,确保生成的春联既符合传统对仗、对韵、对义的要求,又具有新意和创意,为用户提供独特的春节祝福。",
|
|
18
|
+
"document": "NLP技术的句子相似度、相似词召回、文本分类、对联生成、诗词生成、词相似度、文本润色、句子生成和文本补全API接口将于2025年10月31日下线,届时将无法正常调用。为了避免对您的业务造成影响,请您尽快做好相关业务调整。如果您有NLP技术的产品需求,推荐您调用腾讯混元大模型(https://cloud.tencent.com/product/tclm)。\n\n对联生成接口根据用户输入的命题关键词,智能生成一副完整的春联,包括上联、下联和横批。该接口利用先进的自然语言处理技术,确保生成的春联既符合传统对仗、对韵、对义的要求,又具有新意和创意,为用户提供独特的春节祝福。",
|
|
19
19
|
"input": "ComposeCoupletRequest",
|
|
20
20
|
"name": "对联生成",
|
|
21
21
|
"output": "ComposeCoupletResponse",
|
|
22
|
-
"status": "
|
|
22
|
+
"status": "deprecated"
|
|
23
23
|
},
|
|
24
24
|
"EvaluateSentenceSimilarity": {
|
|
25
|
-
"document": "通过计算句子间的语义相似性,帮助您快速找到文本中重复或相似的句子,用于文本聚类、相似问题检索等应用场景。",
|
|
25
|
+
"document": "NLP技术的句子相似度、相似词召回、文本分类、对联生成、诗词生成、词相似度、文本润色、句子生成和文本补全API接口将于2025年10月31日下线,届时将无法正常调用。为了避免对您的业务造成影响,请您尽快做好相关业务调整。如果您有NLP技术的产品需求,推荐您调用腾讯混元大模型(https://cloud.tencent.com/product/tclm)。\n\n通过计算句子间的语义相似性,帮助您快速找到文本中重复或相似的句子,用于文本聚类、相似问题检索等应用场景。",
|
|
26
26
|
"input": "EvaluateSentenceSimilarityRequest",
|
|
27
27
|
"name": "句子相似度V2",
|
|
28
28
|
"output": "EvaluateSentenceSimilarityResponse",
|
|
29
|
-
"status": "
|
|
29
|
+
"status": "deprecated"
|
|
30
30
|
},
|
|
31
31
|
"ParseWords": {
|
|
32
32
|
"document": "通过精准地对文本进行分词、词性标注、命名实体识别等功能,助您更好地理解文本内容,挖掘出潜在的价值信息。",
|