tccli 3.0.1123.1__py2.py3-none-any.whl → 3.0.1124.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/aiart/v20221229/api.json +2 -2
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/ccc/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +89 -0
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cfw/v20190904/api.json +6 -5
- tccli/services/cfw/v20190904/examples.json +1 -1
- tccli/services/csip/v20221121/api.json +1 -0
- tccli/services/cynosdb/v20190107/api.json +43 -16
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dts/v20211206/api.json +9 -0
- tccli/services/facefusion/facefusion_client.py +53 -0
- tccli/services/facefusion/v20220927/api.json +168 -0
- tccli/services/facefusion/v20220927/examples.json +14 -0
- tccli/services/hunyuan/v20230901/api.json +15 -15
- tccli/services/hunyuan/v20230901/examples.json +5 -5
- tccli/services/iotexplorer/iotexplorer_client.py +53 -0
- tccli/services/iotexplorer/v20190423/api.json +136 -0
- tccli/services/iotexplorer/v20190423/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +22 -22
- tccli/services/pts/v20210728/api.json +1 -1
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rum/v20210622/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +41 -29
- tccli/services/tcss/v20201101/api.json +3 -2
- tccli/services/tcss/v20201101/examples.json +1 -1
- tccli/services/trp/trp_client.py +53 -0
- tccli/services/trp/v20210515/api.json +110 -0
- tccli/services/trp/v20210515/examples.json +8 -0
- tccli/services/vcg/v20240404/api.json +8 -8
- tccli/services/waf/v20180125/api.json +11 -1
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +40 -7
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1124.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1124.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1124.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1124.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1123.1.dist-info → tccli-3.0.1124.1.dist-info}/license_files/LICENSE +0 -0
@@ -707,6 +707,13 @@
|
|
707
707
|
"output": "GetTopicRuleListResponse",
|
708
708
|
"status": "online"
|
709
709
|
},
|
710
|
+
"GetWechatDeviceTicket": {
|
711
|
+
"document": "查询微信设备授权票据",
|
712
|
+
"input": "GetWechatDeviceTicketRequest",
|
713
|
+
"name": "查询微信授权票据",
|
714
|
+
"output": "GetWechatDeviceTicketResponse",
|
715
|
+
"status": "online"
|
716
|
+
},
|
710
717
|
"InheritCloudStorageUser": {
|
711
718
|
"document": "继承云存用户",
|
712
719
|
"input": "InheritCloudStorageUserRequest",
|
@@ -8990,6 +8997,70 @@
|
|
8990
8997
|
],
|
8991
8998
|
"type": "object"
|
8992
8999
|
},
|
9000
|
+
"GetWechatDeviceTicketRequest": {
|
9001
|
+
"document": "GetWechatDeviceTicket请求参数结构体",
|
9002
|
+
"members": [
|
9003
|
+
{
|
9004
|
+
"disabled": false,
|
9005
|
+
"document": "产品ID",
|
9006
|
+
"example": "3DCCD",
|
9007
|
+
"member": "string",
|
9008
|
+
"name": "ProductId",
|
9009
|
+
"required": true,
|
9010
|
+
"type": "string"
|
9011
|
+
},
|
9012
|
+
{
|
9013
|
+
"disabled": false,
|
9014
|
+
"document": "产品名称",
|
9015
|
+
"example": "d1",
|
9016
|
+
"member": "string",
|
9017
|
+
"name": "DeviceName",
|
9018
|
+
"required": true,
|
9019
|
+
"type": "string"
|
9020
|
+
},
|
9021
|
+
{
|
9022
|
+
"disabled": false,
|
9023
|
+
"document": "是否第三方小程序",
|
9024
|
+
"example": "0",
|
9025
|
+
"member": "int64",
|
9026
|
+
"name": "IsThirdApp",
|
9027
|
+
"required": false,
|
9028
|
+
"type": "int"
|
9029
|
+
},
|
9030
|
+
{
|
9031
|
+
"disabled": false,
|
9032
|
+
"document": "模板ID",
|
9033
|
+
"example": "无",
|
9034
|
+
"member": "string",
|
9035
|
+
"name": "ModelId",
|
9036
|
+
"required": false,
|
9037
|
+
"type": "string"
|
9038
|
+
}
|
9039
|
+
],
|
9040
|
+
"type": "object"
|
9041
|
+
},
|
9042
|
+
"GetWechatDeviceTicketResponse": {
|
9043
|
+
"document": "GetWechatDeviceTicket返回参数结构体",
|
9044
|
+
"members": [
|
9045
|
+
{
|
9046
|
+
"disabled": false,
|
9047
|
+
"document": "微信设备信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
9048
|
+
"example": "无",
|
9049
|
+
"member": "WXDeviceInfo",
|
9050
|
+
"name": "WXDeviceInfo",
|
9051
|
+
"output_required": false,
|
9052
|
+
"type": "object",
|
9053
|
+
"value_allowed_null": true
|
9054
|
+
},
|
9055
|
+
{
|
9056
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
9057
|
+
"member": "string",
|
9058
|
+
"name": "RequestId",
|
9059
|
+
"type": "string"
|
9060
|
+
}
|
9061
|
+
],
|
9062
|
+
"type": "object"
|
9063
|
+
},
|
8993
9064
|
"InheritCloudStorageUserRequest": {
|
8994
9065
|
"document": "InheritCloudStorageUser请求参数结构体",
|
8995
9066
|
"members": [
|
@@ -12992,6 +13063,71 @@
|
|
12992
13063
|
],
|
12993
13064
|
"type": "object"
|
12994
13065
|
},
|
13066
|
+
"WXDeviceInfo": {
|
13067
|
+
"document": "微信硬件设备信息",
|
13068
|
+
"members": [
|
13069
|
+
{
|
13070
|
+
"disabled": false,
|
13071
|
+
"document": "设备ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
13072
|
+
"example": "p/d",
|
13073
|
+
"member": "string",
|
13074
|
+
"name": "DeviceId",
|
13075
|
+
"output_required": false,
|
13076
|
+
"type": "string",
|
13077
|
+
"value_allowed_null": true
|
13078
|
+
},
|
13079
|
+
{
|
13080
|
+
"disabled": false,
|
13081
|
+
"document": "设备信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
13082
|
+
"example": "无",
|
13083
|
+
"member": "WXIoTDeviceInfo",
|
13084
|
+
"name": "WXIoTDeviceInfo",
|
13085
|
+
"output_required": false,
|
13086
|
+
"type": "object",
|
13087
|
+
"value_allowed_null": true
|
13088
|
+
}
|
13089
|
+
],
|
13090
|
+
"usage": "out"
|
13091
|
+
},
|
13092
|
+
"WXIoTDeviceInfo": {
|
13093
|
+
"document": "微信物联网硬件信息",
|
13094
|
+
"members": [
|
13095
|
+
{
|
13096
|
+
"disabled": false,
|
13097
|
+
"document": "sn信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
13098
|
+
"example": "1234567",
|
13099
|
+
"member": "string",
|
13100
|
+
"name": "SN",
|
13101
|
+
"output_required": false,
|
13102
|
+
"required": false,
|
13103
|
+
"type": "string",
|
13104
|
+
"value_allowed_null": true
|
13105
|
+
},
|
13106
|
+
{
|
13107
|
+
"disabled": false,
|
13108
|
+
"document": "票据\n注意:此字段可能返回 null,表示取不到有效值。",
|
13109
|
+
"example": "4rf5gtg",
|
13110
|
+
"member": "string",
|
13111
|
+
"name": "SNTicket",
|
13112
|
+
"output_required": false,
|
13113
|
+
"required": false,
|
13114
|
+
"type": "string",
|
13115
|
+
"value_allowed_null": true
|
13116
|
+
},
|
13117
|
+
{
|
13118
|
+
"disabled": false,
|
13119
|
+
"document": "模版ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
13120
|
+
"example": "3rfv",
|
13121
|
+
"member": "string",
|
13122
|
+
"name": "ModelId",
|
13123
|
+
"output_required": false,
|
13124
|
+
"required": false,
|
13125
|
+
"type": "string",
|
13126
|
+
"value_allowed_null": true
|
13127
|
+
}
|
13128
|
+
],
|
13129
|
+
"usage": "both"
|
13130
|
+
},
|
12995
13131
|
"WifiInfo": {
|
12996
13132
|
"document": "wifi定位信息",
|
12997
13133
|
"members": [
|
@@ -856,6 +856,14 @@
|
|
856
856
|
"title": "获取规则列表"
|
857
857
|
}
|
858
858
|
],
|
859
|
+
"GetWechatDeviceTicket": [
|
860
|
+
{
|
861
|
+
"document": "",
|
862
|
+
"input": "POST / HTTP/1.1\nHost: iotexplorer.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetWechatDeviceTicket\n<公共请求参数>\n\n{\n \"ProductId\": \"123wdc\",\n \"DeviceName\": \"d1\"\n}",
|
863
|
+
"output": "{\n \"Response\": {\n \"WXDeviceInfo\": {\n \"DeviceId\": \"II0Q47L8B9/e_70660037_1\",\n \"WXIoTDeviceInfo\": {\n \"SN\": \"II0Q47L8B9_e_70660037_1\",\n \"SNTicket\": \"1d07ea20caa8a12e1e1\",\n \"ModelId\": \"xd1Fje8YfY4aWw\"\n }\n },\n \"RequestId\": \"PGagP4JXp\"\n }\n}",
|
864
|
+
"title": "成功示例"
|
865
|
+
}
|
866
|
+
],
|
859
867
|
"InheritCloudStorageUser": [
|
860
868
|
{
|
861
869
|
"document": "",
|
@@ -12878,7 +12878,7 @@
|
|
12878
12878
|
"members": [
|
12879
12879
|
{
|
12880
12880
|
"disabled": false,
|
12881
|
-
"document": "
|
12881
|
+
"document": "任务类型,目前取值有:<li>WorkflowTask:视频工作流处理任务。</li><li>EditMediaTask:视频编辑任务。</li><li>LiveStreamProcessTask:直播流处理任务。</li><li>ScheduleTask:编排处理任务。</li><li>EvaluationTask:评测任务。</li>",
|
12882
12882
|
"example": "WorkflowTask",
|
12883
12883
|
"member": "string",
|
12884
12884
|
"name": "TaskType",
|
@@ -18214,7 +18214,7 @@
|
|
18214
18214
|
"example": "NULL",
|
18215
18215
|
"member": "string",
|
18216
18216
|
"name": "Status",
|
18217
|
-
"
|
18217
|
+
"output_required": true,
|
18218
18218
|
"type": "string",
|
18219
18219
|
"value_allowed_null": false
|
18220
18220
|
},
|
@@ -18224,7 +18224,7 @@
|
|
18224
18224
|
"example": "NULL",
|
18225
18225
|
"member": "string",
|
18226
18226
|
"name": "ErrCodeExt",
|
18227
|
-
"
|
18227
|
+
"output_required": true,
|
18228
18228
|
"type": "string",
|
18229
18229
|
"value_allowed_null": false
|
18230
18230
|
},
|
@@ -18234,7 +18234,7 @@
|
|
18234
18234
|
"example": "NULL",
|
18235
18235
|
"member": "int64",
|
18236
18236
|
"name": "ErrCode",
|
18237
|
-
"
|
18237
|
+
"output_required": true,
|
18238
18238
|
"type": "int",
|
18239
18239
|
"value_allowed_null": false
|
18240
18240
|
},
|
@@ -18244,7 +18244,7 @@
|
|
18244
18244
|
"example": "NULL",
|
18245
18245
|
"member": "string",
|
18246
18246
|
"name": "Message",
|
18247
|
-
"
|
18247
|
+
"output_required": true,
|
18248
18248
|
"type": "string",
|
18249
18249
|
"value_allowed_null": false
|
18250
18250
|
},
|
@@ -18254,7 +18254,7 @@
|
|
18254
18254
|
"example": "NULL",
|
18255
18255
|
"member": "AnimatedGraphicTaskInput",
|
18256
18256
|
"name": "Input",
|
18257
|
-
"
|
18257
|
+
"output_required": true,
|
18258
18258
|
"type": "object",
|
18259
18259
|
"value_allowed_null": false
|
18260
18260
|
},
|
@@ -18264,7 +18264,7 @@
|
|
18264
18264
|
"example": "NULL",
|
18265
18265
|
"member": "MediaAnimatedGraphicsItem",
|
18266
18266
|
"name": "Output",
|
18267
|
-
"
|
18267
|
+
"output_required": true,
|
18268
18268
|
"type": "object",
|
18269
18269
|
"value_allowed_null": true
|
18270
18270
|
},
|
@@ -18274,7 +18274,7 @@
|
|
18274
18274
|
"example": "2019-07-16T06:21:28Z",
|
18275
18275
|
"member": "string",
|
18276
18276
|
"name": "BeginProcessTime",
|
18277
|
-
"
|
18277
|
+
"output_required": true,
|
18278
18278
|
"type": "string",
|
18279
18279
|
"value_allowed_null": true
|
18280
18280
|
},
|
@@ -18284,7 +18284,7 @@
|
|
18284
18284
|
"example": "2019-07-16T06:21:46Z",
|
18285
18285
|
"member": "string",
|
18286
18286
|
"name": "FinishTime",
|
18287
|
-
"
|
18287
|
+
"output_required": true,
|
18288
18288
|
"type": "string",
|
18289
18289
|
"value_allowed_null": true
|
18290
18290
|
}
|
@@ -18300,7 +18300,7 @@
|
|
18300
18300
|
"example": "NULL",
|
18301
18301
|
"member": "string",
|
18302
18302
|
"name": "Status",
|
18303
|
-
"
|
18303
|
+
"output_required": true,
|
18304
18304
|
"type": "string",
|
18305
18305
|
"value_allowed_null": false
|
18306
18306
|
},
|
@@ -18310,7 +18310,7 @@
|
|
18310
18310
|
"example": "NULL",
|
18311
18311
|
"member": "string",
|
18312
18312
|
"name": "ErrCodeExt",
|
18313
|
-
"
|
18313
|
+
"output_required": true,
|
18314
18314
|
"type": "string",
|
18315
18315
|
"value_allowed_null": false
|
18316
18316
|
},
|
@@ -18320,7 +18320,7 @@
|
|
18320
18320
|
"example": "NULL",
|
18321
18321
|
"member": "int64",
|
18322
18322
|
"name": "ErrCode",
|
18323
|
-
"
|
18323
|
+
"output_required": true,
|
18324
18324
|
"type": "int",
|
18325
18325
|
"value_allowed_null": false
|
18326
18326
|
},
|
@@ -18330,7 +18330,7 @@
|
|
18330
18330
|
"example": "NULL",
|
18331
18331
|
"member": "string",
|
18332
18332
|
"name": "Message",
|
18333
|
-
"
|
18333
|
+
"output_required": true,
|
18334
18334
|
"type": "string",
|
18335
18335
|
"value_allowed_null": false
|
18336
18336
|
},
|
@@ -18340,7 +18340,7 @@
|
|
18340
18340
|
"example": "NULL",
|
18341
18341
|
"member": "ImageSpriteTaskInput",
|
18342
18342
|
"name": "Input",
|
18343
|
-
"
|
18343
|
+
"output_required": true,
|
18344
18344
|
"type": "object",
|
18345
18345
|
"value_allowed_null": false
|
18346
18346
|
},
|
@@ -18350,7 +18350,7 @@
|
|
18350
18350
|
"example": "NULL",
|
18351
18351
|
"member": "MediaImageSpriteItem",
|
18352
18352
|
"name": "Output",
|
18353
|
-
"
|
18353
|
+
"output_required": true,
|
18354
18354
|
"type": "object",
|
18355
18355
|
"value_allowed_null": true
|
18356
18356
|
},
|
@@ -18360,7 +18360,7 @@
|
|
18360
18360
|
"example": "2019-07-16T06:21:28Z",
|
18361
18361
|
"member": "string",
|
18362
18362
|
"name": "BeginProcessTime",
|
18363
|
-
"
|
18363
|
+
"output_required": true,
|
18364
18364
|
"type": "string",
|
18365
18365
|
"value_allowed_null": true
|
18366
18366
|
},
|
@@ -18370,7 +18370,7 @@
|
|
18370
18370
|
"example": "2019-07-16T06:21:46Z",
|
18371
18371
|
"member": "string",
|
18372
18372
|
"name": "FinishTime",
|
18373
|
-
"
|
18373
|
+
"output_required": true,
|
18374
18374
|
"type": "string",
|
18375
18375
|
"value_allowed_null": true
|
18376
18376
|
}
|
@@ -22456,7 +22456,7 @@
|
|
22456
22456
|
"example": "true",
|
22457
22457
|
"member": "bool",
|
22458
22458
|
"name": "NoAudio",
|
22459
|
-
"
|
22459
|
+
"output_required": true,
|
22460
22460
|
"type": "bool",
|
22461
22461
|
"value_allowed_null": true
|
22462
22462
|
},
|
@@ -22466,7 +22466,7 @@
|
|
22466
22466
|
"example": "true",
|
22467
22467
|
"member": "bool",
|
22468
22468
|
"name": "NoVideo",
|
22469
|
-
"
|
22469
|
+
"output_required": true,
|
22470
22470
|
"type": "bool",
|
22471
22471
|
"value_allowed_null": true
|
22472
22472
|
},
|
@@ -22476,7 +22476,7 @@
|
|
22476
22476
|
"example": "95",
|
22477
22477
|
"member": "int64",
|
22478
22478
|
"name": "QualityEvaluationScore",
|
22479
|
-
"
|
22479
|
+
"output_required": true,
|
22480
22480
|
"type": "int",
|
22481
22481
|
"value_allowed_null": true
|
22482
22482
|
},
|
@@ -22486,7 +22486,7 @@
|
|
22486
22486
|
"example": "无",
|
22487
22487
|
"member": "QualityControlResult",
|
22488
22488
|
"name": "QualityControlResultSet",
|
22489
|
-
"
|
22489
|
+
"output_required": true,
|
22490
22490
|
"type": "list",
|
22491
22491
|
"value_allowed_null": true
|
22492
22492
|
}
|
@@ -26027,7 +26027,7 @@
|
|
26027
26027
|
},
|
26028
26028
|
{
|
26029
26029
|
"disabled": false,
|
26030
|
-
"document": "视频帧率,取值范围:[0, 120],单位:Hz
|
26030
|
+
"document": "视频帧率,取值范围:[0, 120],单位:Hz。 \n当取值为 0,表示帧率和原始视频保持一致。 \n注意:自适应码率时取值范围是 [0, 60]",
|
26031
26031
|
"example": "0",
|
26032
26032
|
"member": "int64",
|
26033
26033
|
"name": "Fps",
|
@@ -156,7 +156,7 @@
|
|
156
156
|
{
|
157
157
|
"document": "",
|
158
158
|
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAvailableMetrics\n<公共请求参数>\n\n{}",
|
159
|
-
"output": "{\n \"Response\": {\n \"MetricSet\": [\n {\n \"Alias\": \"RequestsCount\",\n \"Description\": \"请求数量\",\n \"Metric\": \"pts_engine_req_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"reqs\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"请求RPS\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"请求总数\"\n },\n {\n \"Aggregation\": \"ErrorPercentage\",\n \"Legend\": \"请求失败率\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"RequestDuration\",\n \"Description\": \"请求响应时间\",\n \"Metric\": \"pts_engine_req_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"响应时间Percentiles\"\n },\n {\n \"Aggregation\": \"Timings\",\n \"Legend\": \"各阶段平均耗时分布\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"平均响应时间\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"响应时间P50\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"响应时间P90\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"响应时间P95\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"ChecksCount\",\n \"Description\": \"检查点数量\",\n \"Metric\": \"pts_engine_checks_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"checks\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"检查点RPS\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"检查点总数\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"NumberVirtualUsers\",\n \"Description\": \"并发用户数\",\n \"Metric\": \"pts_engine_num_vus\",\n \"MetricType\": \"gauge\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Gauge\",\n \"Legend\": \"并发数\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"SendBytesCount\",\n \"Description\": \"发送字节数\",\n \"Metric\": \"pts_engine_send_bytes_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"bytes\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"发送速率\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"发送总数\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"ReceiveBytesCount\",\n \"Description\": \"接收字节数\",\n \"Metric\": \"pts_engine_receive_bytes_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"bytes\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"接收速率\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"接收总数\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"IterationsCount\",\n \"Description\": \"场景迭代数\",\n \"Metric\": \"pts_engine_iterations_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"iters\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"场景执行TPS\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"场景执行总数\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"IterationDuration\",\n \"Description\": \"场景执行耗时\",\n \"Metric\": \"pts_engine_iterations_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"场景执行Percentiles\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"场景执行平均耗时\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"场景执行P50\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"场景执行P90\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"场景执行P95\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"RequestSendingDuration\",\n \"Description\": \"发送请求阶段耗时\",\n \"Metric\": \"pts_engine_req_send_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"发送耗时Percentiles\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"发送请求平均耗时\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"发送耗时P50\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"发送耗时P90\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"发送耗时P95\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"RequestWaitingDuration\",\n \"Description\": \"等待响应阶段耗时\",\n \"Metric\": \"pts_engine_req_wait_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"等待响应Percentiles\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"等待响应平均耗时\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"等待响应P50\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"等待响应P90\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"等待响应P95\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"RequestReceivingDuration\",\n \"Description\": \"下载响应体耗时\",\n \"Metric\": \"pts_engine_req_receive_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"下载响应体Percentiles\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"下载响应体平均耗时\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"下载响应体P50\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"下载响应体P90\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"下载响应体P95\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"RequestBlockingDuration\",\n \"Description\": \"等待连接耗时\",\n \"Metric\": \"pts_engine_req_block_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"等待连接Percentiles\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"等待连接平均耗时\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"等待连接P50\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"等待连接P90\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"等待连接P95\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"RequestConnectingDuration\",\n \"Description\": \"建立连接耗时\",\n \"Metric\": \"pts_engine_req_connect_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"建立连接Percentiles\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"建立连接平均耗时\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"建立连接P50\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"建立连接P90\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"建立连接P95\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"RequestHandshakingDuration\",\n \"Description\": \"TLS握手耗时\",\n \"Metric\": \"pts_engine_req_tls_handshake_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"TLS握手Percentiles\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"TLS握手平均耗时\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"TLS握手P50\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"TLS握手P90\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"TLS握手P95\"\n }\n ],\n \"InnerMetric\": false\n },\n {\n \"Alias\": \"RequestMaxDuration\",\n \"Description\": \"请求最大响应时间\",\n \"Metric\": \"pts_engine_req_max_duration_seconds\",\n \"MetricType\": \"gauge\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Max\",\n \"Legend\": \"最大响应时间\"\n }\n ],\n \"InnerMetric\": true\n },\n {\n \"Alias\": \"RequestMinDuration\",\n \"Description\": \"请求最小响应时间\",\n \"Metric\": \"pts_engine_req_min_duration_seconds\",\n \"MetricType\": \"gauge\",\n \"Unit\": \"s\",\n \"Aggregations\": [\n {\n \"Aggregation\": \"Min\",\n \"Legend\": \"最小响应时间\"\n }\n ],\n \"InnerMetric\": true\n }\n ],\n \"RequestId\": \"mzs29tyki4uxl-9pp6thbjeldh34a4xd\"\n }\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"MetricSet\": [\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"请求RPS\",\n \"Unit\": \"reqs/s\"\n },\n {\n \"Aggregation\": \"MaxRateOverTime\",\n \"Legend\": \"请求RPS峰值\",\n \"Unit\": \"reqs/s\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"请求总数\",\n \"Unit\": \"reqs\"\n },\n {\n \"Aggregation\": \"ErrorPercentage\",\n \"Legend\": \"请求失败率\",\n \"Unit\": \"%\"\n },\n {\n \"Aggregation\": \"ErrorPercentageByResult\",\n \"Legend\": \"请求失败率(结果码)\",\n \"Unit\": \"%\"\n }\n ],\n \"Alias\": \"RequestsCount\",\n \"Description\": \"请求数量\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_req_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"reqs\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"响应时间Percentiles\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"Timings\",\n \"Legend\": \"各阶段平均耗时分布\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"平均响应时间\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"响应时间P50\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"响应时间P90\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"响应时间P95\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P99\",\n \"Legend\": \"响应时间P99\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"RequestDuration\",\n \"Description\": \"请求响应时间\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_req_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"检查点RPS\",\n \"Unit\": \"checks/s\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"检查点总数\",\n \"Unit\": \"checks\"\n },\n {\n \"Aggregation\": \"ErrorPercentage\",\n \"Legend\": \"检查点错误率\",\n \"Unit\": \"%\"\n }\n ],\n \"Alias\": \"ChecksCount\",\n \"Description\": \"检查点数量\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_checks_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"checks\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Gauge\",\n \"Legend\": \"并发数\",\n \"Unit\": \"VUs\"\n },\n {\n \"Aggregation\": \"MaxOverTime\",\n \"Legend\": \"并发数峰值\",\n \"Unit\": \"VUs\"\n }\n ],\n \"Alias\": \"NumberVirtualUsers\",\n \"Description\": \"并发用户数\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_num_vus\",\n \"MetricType\": \"gauge\",\n \"Unit\": \"VUs\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"发送速率\",\n \"Unit\": \"bytes/s\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"发送总数\",\n \"Unit\": \"bytes\"\n },\n {\n \"Aggregation\": \"UsagePercentage\",\n \"Legend\": \"出口带宽使用率\",\n \"Unit\": \"%\"\n }\n ],\n \"Alias\": \"SendBytesCount\",\n \"Description\": \"发送字节数\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_send_bytes_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"bytes\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"接收速率\",\n \"Unit\": \"bytes/s\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"接收总数\",\n \"Unit\": \"bytes\"\n },\n {\n \"Aggregation\": \"UsagePercentage\",\n \"Legend\": \"入口带宽使用率\",\n \"Unit\": \"%\"\n }\n ],\n \"Alias\": \"ReceiveBytesCount\",\n \"Description\": \"接收字节数\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_receive_bytes_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"bytes\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"场景执行TPS\",\n \"Unit\": \"iters/s\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"场景执行总数\",\n \"Unit\": \"iters\"\n }\n ],\n \"Alias\": \"IterationsCount\",\n \"Description\": \"场景迭代数\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_iterations_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"iters\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"已发送请求RPS\",\n \"Unit\": \"reqs/s\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"已发送请求总数\",\n \"Unit\": \"reqs\"\n }\n ],\n \"Alias\": \"RequestSentCount\",\n \"Description\": \"已发送请求数量\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_req_sent_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"reqs\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"场景执行Percentiles\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"场景执行平均耗时\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"场景执行P50\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"场景执行P90\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"场景执行P95\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P99\",\n \"Legend\": \"场景执行P99\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"IterationDuration\",\n \"Description\": \"场景执行耗时\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_iterations_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"发送耗时Percentiles\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"发送请求平均耗时\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"发送耗时P50\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"发送耗时P90\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"发送耗时P95\",\n \"Unit\": \"\"\n },\n {\n \"Aggregation\": \"P99\",\n \"Legend\": \"发送耗时P99\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"RequestSendingDuration\",\n \"Description\": \"发送请求阶段耗时\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_req_send_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"等待响应Percentiles\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"等待响应平均耗时\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"等待响应P50\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"等待响应P90\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"等待响应P95\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P99\",\n \"Legend\": \"等待响应P99\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"RequestWaitingDuration\",\n \"Description\": \"等待响应阶段耗时\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_req_wait_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"下载响应体Percentiles\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"下载响应体平均耗时\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"下载响应体P50\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"下载响应体P90\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"下载响应体P95\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P99\",\n \"Legend\": \"下载响应体P99\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"RequestReceivingDuration\",\n \"Description\": \"下载响应体耗时\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_req_receive_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"等待连接Percentiles\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"等待连接平均耗时\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"等待连接P50\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"等待连接P90\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"等待连接P95\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P99\",\n \"Legend\": \"等待连接P99\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"RequestBlockingDuration\",\n \"Description\": \"等待连接耗时\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_req_block_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"建立连接Percentiles\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"建立连接平均耗时\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"建立连接P50\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"建立连接P90\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"建立连接P95\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P99\",\n \"Legend\": \"建立连接P99\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"RequestConnectingDuration\",\n \"Description\": \"建立连接耗时\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_req_connect_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Percentiles\",\n \"Legend\": \"TLS握手Percentiles\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"Avg\",\n \"Legend\": \"TLS握手平均耗时\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P50\",\n \"Legend\": \"TLS握手P50\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P90\",\n \"Legend\": \"TLS握手P90\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P95\",\n \"Legend\": \"TLS握手P95\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregation\": \"P99\",\n \"Legend\": \"TLS握手P99\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"RequestHandshakingDuration\",\n \"Description\": \"TLS握手耗时\",\n \"InnerMetric\": false,\n \"Metric\": \"pts_engine_req_tls_handshake_duration_seconds\",\n \"MetricType\": \"histogram\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Max\",\n \"Legend\": \"最大响应时间\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"RequestMaxDuration\",\n \"Description\": \"请求最大响应时间\",\n \"InnerMetric\": true,\n \"Metric\": \"pts_engine_req_max_duration_seconds\",\n \"MetricType\": \"gauge\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Min\",\n \"Legend\": \"最小响应时间\",\n \"Unit\": \"s\"\n }\n ],\n \"Alias\": \"RequestMinDuration\",\n \"Description\": \"请求最小响应时间\",\n \"InnerMetric\": true,\n \"Metric\": \"pts_engine_req_min_duration_seconds\",\n \"MetricType\": \"gauge\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"UsagePercentage\",\n \"Legend\": \"CPU使用率\",\n \"Unit\": \"%\"\n }\n ],\n \"Alias\": \"ContainerCPUUsageCount\",\n \"Description\": \"施压机 CPU 使用量\",\n \"InnerMetric\": true,\n \"Metric\": \"container_cpu_usage_seconds_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"s\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"UsagePercentage\",\n \"Legend\": \"内存使用率\",\n \"Unit\": \"%\"\n }\n ],\n \"Alias\": \"ContainerMemUsage\",\n \"Description\": \"施压机内存使用量\",\n \"InnerMetric\": true,\n \"Metric\": \"container_memory_usage_bytes\",\n \"MetricType\": \"gauge\",\n \"Unit\": \"bytes\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"发送速率\",\n \"Unit\": \"bytes/s\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"发送总数\",\n \"Unit\": \"bytes\"\n }\n ],\n \"Alias\": \"ContainerNetworkSendCount\",\n \"Description\": \"施压机发送字节数\",\n \"InnerMetric\": true,\n \"Metric\": \"container_network_transmit_bytes_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"bytes\"\n },\n {\n \"Aggregations\": [\n {\n \"Aggregation\": \"Rate\",\n \"Legend\": \"接收速率\",\n \"Unit\": \"bytes/s\"\n },\n {\n \"Aggregation\": \"Count\",\n \"Legend\": \"接收总数\",\n \"Unit\": \"bytes\"\n }\n ],\n \"Alias\": \"ContainerNetworkReceiveCount\",\n \"Description\": \"施压机接收字节数\",\n \"InnerMetric\": true,\n \"Metric\": \"container_network_receive_bytes_total\",\n \"MetricType\": \"counter\",\n \"Unit\": \"bytes\"\n }\n ],\n \"RequestId\": \"50233a27-a7c0-4e3e-b598-bf213373aa99\"\n }\n}",
|
160
160
|
"title": "查询系统支持的指标"
|
161
161
|
}
|
162
162
|
],
|
@@ -6133,8 +6133,8 @@
|
|
6133
6133
|
},
|
6134
6134
|
{
|
6135
6135
|
"disabled": false,
|
6136
|
-
"document": "
|
6137
|
-
"example": "
|
6136
|
+
"document": "取值为[log speed performance webvitals pv event custom miniProgramData]其中之一",
|
6137
|
+
"example": "log",
|
6138
6138
|
"member": "string",
|
6139
6139
|
"name": "ProjectInterface",
|
6140
6140
|
"required": false,
|