tccli 3.0.1397.1__py2.py3-none-any.whl → 3.0.1399.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/ccc/v20200210/api.json +33 -0
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +76 -14
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cls/v20201016/api.json +3 -3
- tccli/services/dbbrain/dbbrain_client.py +114 -61
- tccli/services/dbbrain/v20191016/api.json +63 -61
- tccli/services/dbbrain/v20210527/api.json +324 -163
- tccli/services/dbbrain/v20210527/examples.json +11 -3
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +206 -24
- tccli/services/dlc/v20210125/examples.json +11 -3
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +54 -54
- tccli/services/dts/v20211206/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +118 -3
- tccli/services/essbasic/v20210526/api.json +117 -2
- tccli/services/ioa/v20220601/api.json +11 -0
- tccli/services/lke/v20231130/api.json +162 -36
- tccli/services/lke/v20231130/examples.json +20 -20
- tccli/services/mongodb/v20190725/api.json +322 -313
- tccli/services/mongodb/v20190725/examples.json +17 -17
- tccli/services/monitor/v20180724/api.json +5 -4
- tccli/services/monitor/v20180724/examples.json +8 -2
- tccli/services/redis/v20180412/api.json +13 -13
- tccli/services/rum/v20210622/api.json +4 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/teo/teo_client.py +166 -7
- tccli/services/teo/v20220901/api.json +341 -0
- tccli/services/teo/v20220901/examples.json +27 -3
- tccli/services/tke/v20180525/api.json +6 -6
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +19 -0
- {tccli-3.0.1397.1.dist-info → tccli-3.0.1399.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1397.1.dist-info → tccli-3.0.1399.1.dist-info}/RECORD +41 -41
- {tccli-3.0.1397.1.dist-info → tccli-3.0.1399.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1397.1.dist-info → tccli-3.0.1399.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1397.1.dist-info → tccli-3.0.1399.1.dist-info}/license_files/LICENSE +0 -0
@@ -5876,7 +5876,7 @@
|
|
5876
5876
|
},
|
5877
5877
|
{
|
5878
5878
|
"disabled": false,
|
5879
|
-
"document": "开始时间戳, 单位为秒",
|
5879
|
+
"document": "开始时间戳, 单位为秒(废弃)",
|
5880
5880
|
"example": "\"1754816440\"",
|
5881
5881
|
"member": "string",
|
5882
5882
|
"name": "StartTime",
|
@@ -5885,7 +5885,7 @@
|
|
5885
5885
|
},
|
5886
5886
|
{
|
5887
5887
|
"disabled": false,
|
5888
|
-
"document": "结束时间戳, 单位为秒",
|
5888
|
+
"document": "结束时间戳, 单位为秒(废弃)",
|
5889
5889
|
"example": "\"1754816440\"",
|
5890
5890
|
"member": "string",
|
5891
5891
|
"name": "EndTime",
|
@@ -5927,6 +5927,24 @@
|
|
5927
5927
|
"name": "SpaceId",
|
5928
5928
|
"required": false,
|
5929
5929
|
"type": "string"
|
5930
|
+
},
|
5931
|
+
{
|
5932
|
+
"disabled": false,
|
5933
|
+
"document": "开始时间戳, 单位为秒",
|
5934
|
+
"example": "1754816440",
|
5935
|
+
"member": "int64",
|
5936
|
+
"name": "StatStartTime",
|
5937
|
+
"required": false,
|
5938
|
+
"type": "int"
|
5939
|
+
},
|
5940
|
+
{
|
5941
|
+
"disabled": false,
|
5942
|
+
"document": "结束时间戳, 单位为秒",
|
5943
|
+
"example": "1754816440",
|
5944
|
+
"member": "int64",
|
5945
|
+
"name": "StatEndTime",
|
5946
|
+
"required": false,
|
5947
|
+
"type": "int"
|
5930
5948
|
}
|
5931
5949
|
],
|
5932
5950
|
"type": "object"
|
@@ -5967,20 +5985,20 @@
|
|
5967
5985
|
},
|
5968
5986
|
{
|
5969
5987
|
"disabled": false,
|
5970
|
-
"document": "开始时间戳, 单位为秒",
|
5988
|
+
"document": "开始时间戳, 单位为秒(废弃)",
|
5971
5989
|
"example": "1754817316",
|
5972
5990
|
"member": "string",
|
5973
5991
|
"name": "StartTime",
|
5974
|
-
"required":
|
5992
|
+
"required": false,
|
5975
5993
|
"type": "string"
|
5976
5994
|
},
|
5977
5995
|
{
|
5978
5996
|
"disabled": false,
|
5979
|
-
"document": "结束时间戳, 单位为秒",
|
5997
|
+
"document": "结束时间戳, 单位为秒(废弃)",
|
5980
5998
|
"example": "1754817316",
|
5981
5999
|
"member": "string",
|
5982
6000
|
"name": "EndTime",
|
5983
|
-
"required":
|
6001
|
+
"required": false,
|
5984
6002
|
"type": "string"
|
5985
6003
|
},
|
5986
6004
|
{
|
@@ -6036,6 +6054,24 @@
|
|
6036
6054
|
"name": "SpaceId",
|
6037
6055
|
"required": false,
|
6038
6056
|
"type": "string"
|
6057
|
+
},
|
6058
|
+
{
|
6059
|
+
"disabled": false,
|
6060
|
+
"document": "开始时间戳, 单位为秒",
|
6061
|
+
"example": "1758988800",
|
6062
|
+
"member": "int64",
|
6063
|
+
"name": "StatStartTime",
|
6064
|
+
"required": false,
|
6065
|
+
"type": "int"
|
6066
|
+
},
|
6067
|
+
{
|
6068
|
+
"disabled": false,
|
6069
|
+
"document": "结束时间戳, 单位为秒",
|
6070
|
+
"example": "1759075199",
|
6071
|
+
"member": "int64",
|
6072
|
+
"name": "StatEndTime",
|
6073
|
+
"required": false,
|
6074
|
+
"type": "int"
|
6039
6075
|
}
|
6040
6076
|
],
|
6041
6077
|
"type": "object"
|
@@ -6096,20 +6132,20 @@
|
|
6096
6132
|
},
|
6097
6133
|
{
|
6098
6134
|
"disabled": false,
|
6099
|
-
"document": "开始时间戳, 单位为秒",
|
6135
|
+
"document": "开始时间戳, 单位为秒(废弃)",
|
6100
6136
|
"example": "1754817316",
|
6101
6137
|
"member": "string",
|
6102
6138
|
"name": "StartTime",
|
6103
|
-
"required":
|
6139
|
+
"required": false,
|
6104
6140
|
"type": "string"
|
6105
6141
|
},
|
6106
6142
|
{
|
6107
6143
|
"disabled": false,
|
6108
|
-
"document": "结束时间戳, 单位为秒",
|
6144
|
+
"document": "结束时间戳, 单位为秒(废弃)",
|
6109
6145
|
"example": "1754817316",
|
6110
6146
|
"member": "string",
|
6111
6147
|
"name": "EndTime",
|
6112
|
-
"required":
|
6148
|
+
"required": false,
|
6113
6149
|
"type": "string"
|
6114
6150
|
},
|
6115
6151
|
{
|
@@ -6129,6 +6165,24 @@
|
|
6129
6165
|
"name": "SpaceId",
|
6130
6166
|
"required": false,
|
6131
6167
|
"type": "string"
|
6168
|
+
},
|
6169
|
+
{
|
6170
|
+
"disabled": false,
|
6171
|
+
"document": "开始时间戳, 单位为秒",
|
6172
|
+
"example": "1754817316",
|
6173
|
+
"member": "int64",
|
6174
|
+
"name": "StatStartTime",
|
6175
|
+
"required": false,
|
6176
|
+
"type": "int"
|
6177
|
+
},
|
6178
|
+
{
|
6179
|
+
"disabled": false,
|
6180
|
+
"document": "结束时间戳, 单位为秒",
|
6181
|
+
"example": "1754817316",
|
6182
|
+
"member": "int64",
|
6183
|
+
"name": "StatEndTime",
|
6184
|
+
"required": false,
|
6185
|
+
"type": "int"
|
6132
6186
|
}
|
6133
6187
|
],
|
6134
6188
|
"type": "object"
|
@@ -7270,7 +7324,7 @@
|
|
7270
7324
|
},
|
7271
7325
|
{
|
7272
7326
|
"disabled": false,
|
7273
|
-
"document": "开始时间戳, 单位为秒",
|
7327
|
+
"document": "开始时间戳, 单位为秒(废弃)",
|
7274
7328
|
"example": "1754816440",
|
7275
7329
|
"member": "string",
|
7276
7330
|
"name": "StartTime",
|
@@ -7279,7 +7333,7 @@
|
|
7279
7333
|
},
|
7280
7334
|
{
|
7281
7335
|
"disabled": false,
|
7282
|
-
"document": "结束时间戳, 单位为秒",
|
7336
|
+
"document": "结束时间戳, 单位为秒(废弃)",
|
7283
7337
|
"example": "1754816440",
|
7284
7338
|
"member": "string",
|
7285
7339
|
"name": "EndTime",
|
@@ -7303,6 +7357,24 @@
|
|
7303
7357
|
"name": "SpaceId",
|
7304
7358
|
"required": false,
|
7305
7359
|
"type": "string"
|
7360
|
+
},
|
7361
|
+
{
|
7362
|
+
"disabled": false,
|
7363
|
+
"document": "开始时间戳, 单位为秒",
|
7364
|
+
"example": "1754816440",
|
7365
|
+
"member": "int64",
|
7366
|
+
"name": "StatStartTime",
|
7367
|
+
"required": false,
|
7368
|
+
"type": "int"
|
7369
|
+
},
|
7370
|
+
{
|
7371
|
+
"disabled": false,
|
7372
|
+
"document": "结束时间戳, 单位为秒",
|
7373
|
+
"example": "1754816440",
|
7374
|
+
"member": "int64",
|
7375
|
+
"name": "StatEndTime",
|
7376
|
+
"required": false,
|
7377
|
+
"type": "int"
|
7306
7378
|
}
|
7307
7379
|
],
|
7308
7380
|
"type": "object"
|
@@ -7598,7 +7670,7 @@
|
|
7598
7670
|
},
|
7599
7671
|
{
|
7600
7672
|
"disabled": false,
|
7601
|
-
"document": "开始时间戳, 单位为秒",
|
7673
|
+
"document": "开始时间戳, 单位为秒(废弃)",
|
7602
7674
|
"example": "\"1754816440\"",
|
7603
7675
|
"member": "string",
|
7604
7676
|
"name": "StartTime",
|
@@ -7607,7 +7679,7 @@
|
|
7607
7679
|
},
|
7608
7680
|
{
|
7609
7681
|
"disabled": false,
|
7610
|
-
"document": "结束时间戳, 单位为秒",
|
7682
|
+
"document": "结束时间戳, 单位为秒(废弃)",
|
7611
7683
|
"example": "\"1754816440\"",
|
7612
7684
|
"member": "string",
|
7613
7685
|
"name": "EndTime",
|
@@ -7640,6 +7712,24 @@
|
|
7640
7712
|
"name": "SubScenes",
|
7641
7713
|
"required": false,
|
7642
7714
|
"type": "list"
|
7715
|
+
},
|
7716
|
+
{
|
7717
|
+
"disabled": false,
|
7718
|
+
"document": "开始时间戳, 单位为秒",
|
7719
|
+
"example": "1754817316",
|
7720
|
+
"member": "int64",
|
7721
|
+
"name": "StatStartTime",
|
7722
|
+
"required": false,
|
7723
|
+
"type": "int"
|
7724
|
+
},
|
7725
|
+
{
|
7726
|
+
"disabled": false,
|
7727
|
+
"document": "结束时间戳, 单位为秒",
|
7728
|
+
"example": "1754817316",
|
7729
|
+
"member": "int64",
|
7730
|
+
"name": "StatEndTime",
|
7731
|
+
"required": false,
|
7732
|
+
"type": "int"
|
7643
7733
|
}
|
7644
7734
|
],
|
7645
7735
|
"type": "object"
|
@@ -7736,7 +7826,7 @@
|
|
7736
7826
|
},
|
7737
7827
|
{
|
7738
7828
|
"disabled": false,
|
7739
|
-
"document": "开始时间戳, 单位为秒(默认值0)",
|
7829
|
+
"document": "开始时间戳, 单位为秒(默认值0)(废弃)",
|
7740
7830
|
"example": "\"7463235\"",
|
7741
7831
|
"member": "string",
|
7742
7832
|
"name": "StartTime",
|
@@ -7745,7 +7835,7 @@
|
|
7745
7835
|
},
|
7746
7836
|
{
|
7747
7837
|
"disabled": false,
|
7748
|
-
"document": "结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳)",
|
7838
|
+
"document": "结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳)(废弃)",
|
7749
7839
|
"example": "\"7463235\"",
|
7750
7840
|
"member": "string",
|
7751
7841
|
"name": "EndTime",
|
@@ -7787,6 +7877,24 @@
|
|
7787
7877
|
"name": "SpaceId",
|
7788
7878
|
"required": false,
|
7789
7879
|
"type": "string"
|
7880
|
+
},
|
7881
|
+
{
|
7882
|
+
"disabled": false,
|
7883
|
+
"document": "开始时间戳, 单位为秒",
|
7884
|
+
"example": "6000005624511",
|
7885
|
+
"member": "int64",
|
7886
|
+
"name": "StatStartTime",
|
7887
|
+
"required": false,
|
7888
|
+
"type": "int"
|
7889
|
+
},
|
7890
|
+
{
|
7891
|
+
"disabled": false,
|
7892
|
+
"document": "结束时间戳, 单位为秒",
|
7893
|
+
"example": "6000005624511",
|
7894
|
+
"member": "int64",
|
7895
|
+
"name": "StatEndTime",
|
7896
|
+
"required": false,
|
7897
|
+
"type": "int"
|
7790
7898
|
}
|
7791
7899
|
],
|
7792
7900
|
"type": "object"
|
@@ -13631,24 +13739,6 @@
|
|
13631
13739
|
"required": true,
|
13632
13740
|
"type": "string"
|
13633
13741
|
},
|
13634
|
-
{
|
13635
|
-
"disabled": false,
|
13636
|
-
"document": "开始时间",
|
13637
|
-
"example": "1754817104",
|
13638
|
-
"member": "string",
|
13639
|
-
"name": "StartTime",
|
13640
|
-
"required": true,
|
13641
|
-
"type": "string"
|
13642
|
-
},
|
13643
|
-
{
|
13644
|
-
"disabled": false,
|
13645
|
-
"document": "结束时间",
|
13646
|
-
"example": "1754817104",
|
13647
|
-
"member": "string",
|
13648
|
-
"name": "EndTime",
|
13649
|
-
"required": true,
|
13650
|
-
"type": "string"
|
13651
|
-
},
|
13652
13742
|
{
|
13653
13743
|
"disabled": false,
|
13654
13744
|
"document": "页码(从1开始)",
|
@@ -13667,6 +13757,24 @@
|
|
13667
13757
|
"required": true,
|
13668
13758
|
"type": "int"
|
13669
13759
|
},
|
13760
|
+
{
|
13761
|
+
"disabled": false,
|
13762
|
+
"document": "开始时间(废弃)",
|
13763
|
+
"example": "1754817104",
|
13764
|
+
"member": "string",
|
13765
|
+
"name": "StartTime",
|
13766
|
+
"required": false,
|
13767
|
+
"type": "string"
|
13768
|
+
},
|
13769
|
+
{
|
13770
|
+
"disabled": false,
|
13771
|
+
"document": "结束时间(废弃)",
|
13772
|
+
"example": "1754817104",
|
13773
|
+
"member": "string",
|
13774
|
+
"name": "EndTime",
|
13775
|
+
"required": false,
|
13776
|
+
"type": "string"
|
13777
|
+
},
|
13670
13778
|
{
|
13671
13779
|
"disabled": false,
|
13672
13780
|
"document": "uin列表",
|
@@ -13729,6 +13837,24 @@
|
|
13729
13837
|
"name": "SpaceId",
|
13730
13838
|
"required": false,
|
13731
13839
|
"type": "string"
|
13840
|
+
},
|
13841
|
+
{
|
13842
|
+
"disabled": false,
|
13843
|
+
"document": "开始时间戳, 单位为秒",
|
13844
|
+
"example": "1754817104",
|
13845
|
+
"member": "int64",
|
13846
|
+
"name": "StatStartTime",
|
13847
|
+
"required": false,
|
13848
|
+
"type": "int"
|
13849
|
+
},
|
13850
|
+
{
|
13851
|
+
"disabled": false,
|
13852
|
+
"document": "开始时间戳, 单位为秒",
|
13853
|
+
"example": "1754817104",
|
13854
|
+
"member": "int64",
|
13855
|
+
"name": "StatEndTime",
|
13856
|
+
"required": false,
|
13857
|
+
"type": "int"
|
13732
13858
|
}
|
13733
13859
|
],
|
13734
13860
|
"type": "object"
|
@@ -15376,7 +15502,7 @@
|
|
15376
15502
|
{
|
15377
15503
|
"disabled": false,
|
15378
15504
|
"document": "链接",
|
15379
|
-
"example": "
|
15505
|
+
"example": "https://xxxxxx.com/xxx",
|
15380
15506
|
"member": "string",
|
15381
15507
|
"name": "Url",
|
15382
15508
|
"output_required": false,
|
@@ -15431,7 +15557,7 @@
|
|
15431
15557
|
{
|
15432
15558
|
"disabled": false,
|
15433
15559
|
"document": "知识库业务id",
|
15434
|
-
"example": "知识库标识
|
15560
|
+
"example": "知识库标识",
|
15435
15561
|
"member": "string",
|
15436
15562
|
"name": "KnowledgeBizId",
|
15437
15563
|
"output_required": false,
|
@@ -202,10 +202,10 @@
|
|
202
202
|
],
|
203
203
|
"DescribeCallStatsGraph": [
|
204
204
|
{
|
205
|
-
"document": "
|
206
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallStatsGraph\n<公共请求参数>\n\n{\n \"ModelName\": \"cs-normal\",\n \"StartTime\": \"
|
207
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"X\": \"
|
208
|
-
"title": "
|
205
|
+
"document": "接口调用折线图示例",
|
206
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCallStatsGraph\n<公共请求参数>\n\n{\n \"ModelName\": \"cs-normal-70b\",\n \"StartTime\": \"1758988800\",\n \"EndTime\": \"1759075199\",\n \"UinAccount\": [],\n \"AppBizIds\": [],\n \"SubScenes\": [],\n \"AppType\": \"knowledge_qa\",\n \"SpaceId\": \"default_space\",\n \"StatStartTime\": 1758988800,\n \"StatEndTime\": 1759075199\n}",
|
207
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"X\": \"202509281730\",\n \"Y\": 1078\n },\n {\n \"X\": \"202509281710\",\n \"Y\": 9\n },\n {\n \"X\": \"202509281310\",\n \"Y\": 1\n },\n {\n \"X\": \"202509281155\",\n \"Y\": 5\n },\n {\n \"X\": \"202509281140\",\n \"Y\": 5\n },\n {\n \"X\": \"202509281120\",\n \"Y\": 12\n },\n {\n \"X\": \"202509281110\",\n \"Y\": 8\n },\n {\n \"X\": \"202509280030\",\n \"Y\": 1\n },\n {\n \"X\": \"202509281840\",\n \"Y\": 16\n },\n {\n \"X\": \"202509281805\",\n \"Y\": 1\n },\n {\n \"X\": \"202509281725\",\n \"Y\": 1356\n },\n {\n \"X\": \"202509281430\",\n \"Y\": 4\n },\n {\n \"X\": \"202509281210\",\n \"Y\": 5\n },\n {\n \"X\": \"202509281145\",\n \"Y\": 9\n },\n {\n \"X\": \"202509281130\",\n \"Y\": 1\n },\n {\n \"X\": \"202509281055\",\n \"Y\": 5\n },\n {\n \"X\": \"202509281915\",\n \"Y\": 1\n },\n {\n \"X\": \"202509281905\",\n \"Y\": 3\n },\n {\n \"X\": \"202509281900\",\n \"Y\": 958\n },\n {\n \"X\": \"202509281845\",\n \"Y\": 827\n },\n {\n \"X\": \"202509281200\",\n \"Y\": 7\n },\n {\n \"X\": \"202509281150\",\n \"Y\": 5\n },\n {\n \"X\": \"202509281030\",\n \"Y\": 11\n }\n ],\n \"RequestId\": \"cee3d1f4-ee89-4e7b-9918-76a197ec53e0\"\n }\n}",
|
208
|
+
"title": "接口调用折线图示例"
|
209
209
|
}
|
210
210
|
],
|
211
211
|
"DescribeConcurrencyUsage": [
|
@@ -218,10 +218,10 @@
|
|
218
218
|
],
|
219
219
|
"DescribeConcurrencyUsageGraph": [
|
220
220
|
{
|
221
|
-
"document": "
|
222
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConcurrencyUsageGraph\n<公共请求参数>\n\n{\n \"ModelName\": \"
|
223
|
-
"output": "{\n \"Response\": {\n \"AvailableY\": [
|
224
|
-
"title": "
|
221
|
+
"document": "",
|
222
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConcurrencyUsageGraph\n<公共请求参数>\n\n{\n \"ModelName\": \"lke-deepseek-r1-vip\",\n \"SpaceId\": \"default-space\",\n \"StatStartTime\": 1758988800,\n \"StatEndTime\": 1759075199\n}",
|
223
|
+
"output": "{\n \"Response\": {\n \"AvailableY\": [],\n \"SuccessCallY\": [],\n \"X\": [],\n \"RequestId\": \"3c427973-6a12-443b-aa63-ca3df61cd402\"\n }\n}",
|
224
|
+
"title": "DescribeConcurrencyUsageGraph"
|
225
225
|
}
|
226
226
|
],
|
227
227
|
"DescribeDoc": [
|
@@ -298,10 +298,10 @@
|
|
298
298
|
],
|
299
299
|
"DescribeSearchStatsGraph": [
|
300
300
|
{
|
301
|
-
"document": "
|
302
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action:
|
303
|
-
"output": "{\n \"Response\": {\n \"List\": [
|
304
|
-
"title": "
|
301
|
+
"document": "查询搜索服务调用折线图示例",
|
302
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMinuteDosageUsageGraph\n<公共请求参数>\n\n{\n \"ModelName\": \"cs-normal-70b\",\n \"StartTime\": \"1758988800\",\n \"EndTime\": \"1759075199\",\n \"UinAccount\": [],\n \"AppBizIds\": [],\n \"SpaceId\": \"default_space\",\n \"StatStartTime\": 1758988800,\n \"StatEndTime\": 1759075199\n}",
|
303
|
+
"output": "{\n \"Response\": {\n \"List\": [],\n \"RequestId\": \"cef68b22-98ba-435a-be50-c57d936949f2\"\n }\n}",
|
304
|
+
"title": "查询搜索服务调用折线图示例"
|
305
305
|
}
|
306
306
|
],
|
307
307
|
"DescribeSegments": [
|
@@ -336,10 +336,10 @@
|
|
336
336
|
],
|
337
337
|
"DescribeTokenUsage": [
|
338
338
|
{
|
339
|
-
"document": "
|
340
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTokenUsage\n<公共请求参数>\n\n{\n \"UinAccount\": [\n
|
341
|
-
"output": "{\n \"Response\": {\n \"ApiCallStats\":
|
342
|
-
"title": "
|
339
|
+
"document": "接口调用token详情示例",
|
340
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTokenUsage\n<公共请求参数>\n\n{\n \"ModelName\": \"cs-normal-70b\",\n \"StartTime\": \"1758988800\",\n \"EndTime\": \"1759075199\",\n \"UinAccount\": [],\n \"AppBizIds\": [],\n \"SubScenes\": [],\n \"AppType\": \"knowledge_qa\",\n \"SpaceId\": \"default_space\",\n \"StatStartTime\": 1758988800,\n \"StatEndTime\": 1759075199\n}",
|
341
|
+
"output": "{\n \"Response\": {\n \"ApiCallStats\": 4909,\n \"DosageTypeCurr\": 0,\n \"DosageTypeLimit\": 0,\n \"InputTokenUsage\": 3178475,\n \"InternetSearchUsage\": 0,\n \"OutputTokenUsage\": 439374,\n \"PageUsage\": 0,\n \"RagSearchUsage\": 0,\n \"RequestId\": \"a35fa69b-118b-4b25-8f1d-e5478f2b7159\",\n \"SearchUsage\": 0,\n \"SplitTokenUsage\": 0,\n \"TotalTokenUsage\": 3617849\n }\n}",
|
342
|
+
"title": "接口调用token详情示例"
|
343
343
|
}
|
344
344
|
],
|
345
345
|
"DescribeTokenUsageGraph": [
|
@@ -662,10 +662,10 @@
|
|
662
662
|
],
|
663
663
|
"ListUsageCallDetail": [
|
664
664
|
{
|
665
|
-
"document": "
|
666
|
-
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUsageCallDetail\n<公共请求参数>\n\n{\n \"
|
667
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AppName\": \"\",\n \"CallTime\": \"
|
668
|
-
"title": "
|
665
|
+
"document": "列表查询单次调用明细示例",
|
666
|
+
"input": "POST / HTTP/1.1\nHost: lke.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListUsageCallDetail\n<公共请求参数>\n\n{\n \"AppBizIds\": [],\n \"ModelName\": \"cs-normal-70b\",\n \"StartTime\": \"1758988800\",\n \"EndTime\": \"1759075199\",\n \"CallType\": \"AllCallType\",\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"SubScenes\": [],\n \"AppType\": \"knowledge_qa\",\n \"SpaceId\": \"default_space\",\n \"StatStartTime\": 1758988800,\n \"StatEndTime\": 1759075199\n}",
|
667
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AppName\": \"jacobs-0926\",\n \"BillingTag\": \"null\",\n \"CallTime\": \"1759057890\",\n \"CallType\": \"对话调用-分享用户端对话\",\n \"Id\": \"Bd4_20250928_191127_831_tlwHTOyB\",\n \"InputTokenUsage\": 168,\n \"ModelName\": \"youtu-mrc-pro\",\n \"OutputTokenUsage\": 15,\n \"PageUsage\": 183,\n \"SearchUsage\": 0,\n \"SubScene\": \"\",\n \"TotalTokenUsage\": 183,\n \"UinAccount\": \"700000963993\"\n },\n {\n \"AppName\": \"jacobs-0926\",\n \"BillingTag\": \"null\",\n \"CallTime\": \"1759057441\",\n \"CallType\": \"对话调用-分享用户端对话\",\n \"Id\": \"M2B_20250928_190357_441_Uyk4R1tn\",\n \"InputTokenUsage\": 145,\n \"ModelName\": \"youtu-mrc-pro\",\n \"OutputTokenUsage\": 15,\n \"PageUsage\": 160,\n \"SearchUsage\": 0,\n \"SubScene\": \"\",\n \"TotalTokenUsage\": 160,\n \"UinAccount\": \"700000963993\"\n }\n ],\n \"RequestId\": \"e8d2fc9c-0cbd-4ca6-87cf-01fa5d8bd6bf\",\n \"Total\": 2\n }\n}",
|
668
|
+
"title": "列表查询单次调用明细示例"
|
669
669
|
}
|
670
670
|
],
|
671
671
|
"ListWorkflowRuns": [
|