tccli 3.0.1249.1__py2.py3-none-any.whl → 3.0.1251.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +2 -2
  3. tccli/services/cdn/v20180606/api.json +1 -1
  4. tccli/services/cfw/v20190904/api.json +2 -2
  5. tccli/services/dc/v20180410/api.json +63 -59
  6. tccli/services/dc/v20180410/examples.json +16 -10
  7. tccli/services/emr/v20190103/api.json +26 -21
  8. tccli/services/emr/v20190103/examples.json +2 -2
  9. tccli/services/es/v20180416/api.json +10 -0
  10. tccli/services/ess/v20201111/api.json +382 -377
  11. tccli/services/ess/v20201111/examples.json +1 -1
  12. tccli/services/essbasic/v20210526/api.json +404 -407
  13. tccli/services/essbasic/v20210526/examples.json +6 -6
  14. tccli/services/hunyuan/v20230901/api.json +22 -0
  15. tccli/services/mna/v20210119/api.json +2 -2
  16. tccli/services/mna/v20210119/examples.json +2 -2
  17. tccli/services/monitor/v20180724/examples.json +1 -1
  18. tccli/services/nlp/v20190408/api.json +1 -1
  19. tccli/services/ocr/v20181119/api.json +7 -7
  20. tccli/services/ocr/v20181119/examples.json +6 -6
  21. tccli/services/pts/v20210728/api.json +589 -497
  22. tccli/services/pts/v20210728/examples.json +17 -17
  23. tccli/services/redis/v20180412/api.json +20 -20
  24. tccli/services/rum/v20210622/api.json +79 -19
  25. tccli/services/tcb/v20180608/api.json +40 -15
  26. tccli/services/tcb/v20180608/examples.json +2 -2
  27. tccli/services/teo/v20220901/api.json +10 -10
  28. tccli/services/tke/v20220501/api.json +1 -1
  29. tccli/services/trro/v20220325/api.json +59 -59
  30. tccli/services/trro/v20220325/examples.json +1 -1
  31. tccli/services/vpc/v20170312/api.json +14 -12
  32. tccli/services/vpc/v20170312/examples.json +9 -9
  33. {tccli-3.0.1249.1.dist-info → tccli-3.0.1251.1.dist-info}/METADATA +2 -2
  34. {tccli-3.0.1249.1.dist-info → tccli-3.0.1251.1.dist-info}/RECORD +37 -37
  35. {tccli-3.0.1249.1.dist-info → tccli-3.0.1251.1.dist-info}/WHEEL +0 -0
  36. {tccli-3.0.1249.1.dist-info → tccli-3.0.1251.1.dist-info}/entry_points.txt +0 -0
  37. {tccli-3.0.1249.1.dist-info → tccli-3.0.1251.1.dist-info}/license_files/LICENSE +0 -0
@@ -52,15 +52,15 @@
52
52
  {
53
53
  "document": "创建环境",
54
54
  "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEnvironment\n<公共请求参数>\n\n{}",
55
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
55
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
56
56
  "title": "创建环境"
57
57
  }
58
58
  ],
59
59
  "CreateFile": [
60
60
  {
61
61
  "document": "",
62
- "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFile\n<公共请求参数>\n\n{\n \"FileId\": \"file-235c3000\",\n \"ProjectId\": \"project-btksohr0\",\n \"Kind\": 1,\n \"Name\": \"abc.csv\",\n \"Size\": 100,\n \"Type\": \"csv\",\n \"LineCount\": 10,\n \"HeadLines\": [\n \"abc\"\n ],\n \"TailLines\": [\n \"abc\"\n ],\n \"HeaderInFile\": true,\n \"HeaderColumns\": [\n \"abc\"\n ],\n \"FileInfos\": [\n {\n \"Name\": \"abc\",\n \"Size\": 0,\n \"Type\": \"abc\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"FileId\": \"abc\"\n }\n ]\n}",
63
- "output": "{\n \"Response\": {\n \"RequestId\": \"70805f6a-d7e1-4247-9d5a-fde3afe2b377\"\n }\n}",
62
+ "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFile\n<公共请求参数>\n\n{\n \"FileId\": \"file-235c3000\",\n \"ProjectId\": \"project-btksohr0\",\n \"Kind\": 1,\n \"Name\": \"abc.csv\",\n \"Size\": 100,\n \"Type\": \"csv\",\n \"LineCount\": 10,\n \"HeadLines\": [\n \"head-line-content\"\n ],\n \"TailLines\": [\n \"tail-line-content\"\n ],\n \"HeaderInFile\": true,\n \"HeaderColumns\": [\n \"header-columns-content\"\n ],\n \"FileInfos\": [\n {\n \"Name\": \"file-name\",\n \"Size\": 0,\n \"Type\": \"file-type\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"FileId\": \"file-1a2b3c4d\"\n }\n ]\n}",
63
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
64
64
  "title": "创建场景与文件的关联关系"
65
65
  }
66
66
  ],
@@ -140,15 +140,15 @@
140
140
  {
141
141
  "document": "",
142
142
  "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlertChannels\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"Ascend\": true,\n \"Limit\": 1,\n \"Offset\": 1,\n \"ProjectIds\": [\n \"project-xx\"\n ]\n}",
143
- "output": "{\n \"Response\": {\n \"AlertChannelSet\": [\n {\n \"Status\": 1,\n \"NoticeId\": \"notice-xx\",\n \"ProjectId\": \"projecct-xx\",\n \"UpdatedAt\": \"2022-09-09 13:11:12\",\n \"AMPConsumerId\": \"consumer-xx\",\n \"CreatedAt\": \"2022-09-09 13:11:12\",\n \"AppId\": 0,\n \"Uin\": \"abc\",\n \"SubAccountUin\": \"abc\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"req-xx\"\n }\n}",
143
+ "output": "{\n \"Response\": {\n \"AlertChannelSet\": [\n {\n \"Status\": 1,\n \"NoticeId\": \"notice-xx\",\n \"ProjectId\": \"projecct-xx\",\n \"UpdatedAt\": \"2022-09-09 13:11:12\",\n \"AMPConsumerId\": \"consumer-xx\",\n \"CreatedAt\": \"2022-09-09 13:11:12\",\n \"AppId\": 11111,\n \"Uin\": \"11100000\",\n \"SubAccountUin\": \"22200000\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
144
144
  "title": "查询告警通知接收组列表"
145
145
  }
146
146
  ],
147
147
  "DescribeAlertRecords": [
148
148
  {
149
149
  "document": "",
150
- "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlertRecords\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"JobIds\": [\n \"job-xx\"\n ],\n \"Ascend\": true,\n \"Limit\": 1,\n \"Offset\": 1,\n \"ProjectIds\": [\n \"project-xx\"\n ],\n \"ScenarioIds\": [\n \"scenario-xx\"\n ]\n}",
151
- "output": "{\n \"Response\": {\n \"AlertRecordSet\": [\n {\n \"CreatedAt\": \"2021-12-22T15:04:36+08:00\",\n \"UpdatedAt\": \"2021-12-22T15:04:36+08:00\",\n \"AppId\": 123,\n \"Uin\": \"123\",\n \"SubAccountUin\": \"123\",\n \"AlertRecordId\": \"alert-q5qn20zy\",\n \"ProjectId\": \"project-cphgtuvq\",\n \"ScenarioId\": \"scenario-lkbg8f20\",\n \"ScenarioName\": \"my-scenario\",\n \"JobId\": \"job-b8eklbx8\",\n \"JobSLAId\": \"sla-954oc2vs\",\n \"JobSLADescription\": \"this is a test\",\n \"Status\": {\n \"AbortJob\": 1,\n \"SendNotice\": 1\n },\n \"Target\": \"abc\"\n }\n ],\n \"RequestId\": \"req-xx\",\n \"Total\": 1\n }\n}",
150
+ "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlertRecords\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"JobIds\": [\n \"job-1a2b3c4d\"\n ],\n \"Ascend\": true,\n \"Limit\": 1,\n \"Offset\": 1,\n \"ProjectIds\": [\n \"project-1a2b3c4d\"\n ],\n \"ScenarioIds\": [\n \"scenario-1a2b3c4d\"\n ]\n}",
151
+ "output": "{\n \"Response\": {\n \"AlertRecordSet\": [\n {\n \"CreatedAt\": \"2021-12-22T15:04:36+08:00\",\n \"UpdatedAt\": \"2021-12-22T15:04:36+08:00\",\n \"AppId\": 13200000,\n \"Uin\": \"13200000\",\n \"SubAccountUin\": \"13200000\",\n \"AlertRecordId\": \"alert-1a2b3c4d\",\n \"ProjectId\": \"project-1a2b3c4d\",\n \"ScenarioId\": \"scenario-1a2b3c4d\",\n \"ScenarioName\": \"my-scenario\",\n \"JobId\": \"job-1a2b3c4d\",\n \"JobSLAId\": \"sla-1a2b3c4d\",\n \"JobSLADescription\": \"this is a test\",\n \"Status\": {\n \"AbortJob\": 1,\n \"SendNotice\": 1\n },\n \"Target\": \"target-value\"\n }\n ],\n \"RequestId\": \"abc-123-xyz\",\n \"Total\": 1\n }\n}",
152
152
  "title": "查询告警历史"
153
153
  }
154
154
  ],
@@ -180,7 +180,7 @@
180
180
  {
181
181
  "document": "环境列表查询",
182
182
  "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnvironments\n<公共请求参数>\n\n{}",
183
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
183
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
184
184
  "title": "环境列表查询"
185
185
  }
186
186
  ],
@@ -204,7 +204,7 @@
204
204
  {
205
205
  "document": "",
206
206
  "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJobs\n<公共请求参数>\n\n{\n \"ProjectIds\": [\n \"project-xx\"\n ],\n \"OrderBy\": \"asc\",\n \"JobIds\": [\n \"job-xx\"\n ],\n \"Ascend\": true,\n \"Limit\": 0,\n \"StartTime\": \"2020-09-22T00:00:00+00:00\",\n \"Offset\": 0,\n \"EndTime\": \"2020-09-22T00:00:00+00:00\",\n \"ScenarioIds\": [\n \"scenario-xx\"\n ]\n}",
207
- "output": "{\n \"Response\": {\n \"JobSet\": [\n {\n \"ErrorRate\": 0,\n \"RequestTotal\": 78,\n \"RequestsPerSecond\": 3.6055887,\n \"ResponseTimeAverage\": 0.041749522,\n \"ResponseTimeP99\": 0.0988,\n \"ResponseTimeP95\": 0.094,\n \"ResponseTimeP90\": 0.088,\n \"ResponseTimeMax\": 0.08245612,\n \"ResponseTimeMin\": 0.004263497,\n \"NetworkReceiveRate\": 1842.4558,\n \"NetworkSendRate\": 773.39874,\n \"JobId\": \"job-g5zcpcwi\",\n \"ProjectId\": \"project-492xxqe4\",\n \"ProjectName\": \"测试\",\n \"ScenarioId\": \"scenario-ouz3x17a\",\n \"ScenarioName\": \"pts-js(2024-08-07 11:40:53)\",\n \"CronId\": \"\",\n \"Type\": \"pts-js\",\n \"Load\": {\n \"LoadSpec\": {\n \"Concurrency\": {\n \"Stages\": [\n {\n \"DurationSeconds\": 120,\n \"TargetVirtualUsers\": 2\n },\n {\n \"DurationSeconds\": 120,\n \"TargetVirtualUsers\": 4\n },\n {\n \"DurationSeconds\": 120,\n \"TargetVirtualUsers\": 5\n },\n {\n \"DurationSeconds\": 240,\n \"TargetVirtualUsers\": 5\n }\n ],\n \"Resources\": 1,\n \"IterationCount\": 0,\n \"MaxRequestsPerSecond\": 40,\n \"GracefulStopSeconds\": 3\n },\n \"RequestsPerSecond\": null,\n \"ScriptOrigin\": null\n },\n \"VpcLoadDistribution\": null,\n \"GeoRegionsLoadDistribution\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"Percentage\": 100\n }\n ]\n },\n \"TestScripts\": null,\n \"Datasets\": null,\n \"Protocols\": [],\n \"RequestFiles\": [],\n \"Plugins\": [],\n \"StartTime\": \"2024-08-08T14:31:50+08:00\",\n \"EndTime\": \"2024-08-08T14:32:12+08:00\",\n \"Note\": \"\",\n \"JobOwner\": \"teset\",\n \"AbortReason\": 1,\n \"Status\": 16,\n \"Message\": \"用户中断\",\n \"DomainNameConfig\": {\n \"HostAliases\": null,\n \"DNSConfig\": null\n },\n \"Debug\": false,\n \"NotificationHooks\": null,\n \"Duration\": 600,\n \"MaxVirtualUserCount\": 5,\n \"MaxRequestsPerSecond\": 40,\n \"LoadSourceInfos\": null,\n \"CreatedAt\": \"2024-08-08T14:31:44+08:00\",\n \"Configs\": null,\n \"Extensions\": null,\n \"Scripts\": null,\n \"LoadSources\": null\n }\n ],\n \"RequestId\": \"ae27925c-eb40-47d3-8643-c8c204ab77be\",\n \"Total\": 1\n }\n}",
207
+ "output": "{\n \"Response\": {\n \"JobSet\": [\n {\n \"ErrorRate\": 0,\n \"RequestTotal\": 78,\n \"RequestsPerSecond\": 3.6055887,\n \"ResponseTimeAverage\": 0.041749522,\n \"ResponseTimeP99\": 0.0988,\n \"ResponseTimeP95\": 0.094,\n \"ResponseTimeP90\": 0.088,\n \"ResponseTimeMax\": 0.08245612,\n \"ResponseTimeMin\": 0.004263497,\n \"NetworkReceiveRate\": 1842.4558,\n \"NetworkSendRate\": 773.39874,\n \"JobId\": \"job-1a2b3c4d\",\n \"ProjectId\": \"project-1a2b3c4d\",\n \"ProjectName\": \"project-name\",\n \"ScenarioId\": \"scenario-1a2b3c4d\",\n \"ScenarioName\": \"pts-js(2024-08-07 11:40:53)\",\n \"CronId\": \"\",\n \"Type\": \"pts-js\",\n \"Load\": {\n \"LoadSpec\": {\n \"Concurrency\": {\n \"Stages\": [\n {\n \"DurationSeconds\": 120,\n \"TargetVirtualUsers\": 2\n },\n {\n \"DurationSeconds\": 120,\n \"TargetVirtualUsers\": 4\n },\n {\n \"DurationSeconds\": 120,\n \"TargetVirtualUsers\": 5\n },\n {\n \"DurationSeconds\": 240,\n \"TargetVirtualUsers\": 5\n }\n ],\n \"Resources\": 1,\n \"IterationCount\": 0,\n \"MaxRequestsPerSecond\": 40,\n \"GracefulStopSeconds\": 3\n },\n \"RequestsPerSecond\": null,\n \"ScriptOrigin\": null\n },\n \"VpcLoadDistribution\": null,\n \"GeoRegionsLoadDistribution\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"Percentage\": 100\n }\n ]\n },\n \"TestScripts\": null,\n \"Datasets\": null,\n \"Protocols\": [],\n \"RequestFiles\": [],\n \"Plugins\": [],\n \"StartTime\": \"2024-08-08T14:31:50+08:00\",\n \"EndTime\": \"2024-08-08T14:32:12+08:00\",\n \"Note\": \"\",\n \"JobOwner\": \"job-owner\",\n \"AbortReason\": 1,\n \"Status\": 16,\n \"Message\": \"用户中断\",\n \"DomainNameConfig\": {\n \"HostAliases\": null,\n \"DNSConfig\": null\n },\n \"Debug\": false,\n \"NotificationHooks\": null,\n \"Duration\": 600,\n \"MaxVirtualUserCount\": 5,\n \"MaxRequestsPerSecond\": 40,\n \"LoadSourceInfos\": null,\n \"CreatedAt\": \"2024-08-08T14:31:44+08:00\",\n \"Configs\": null,\n \"Extensions\": null,\n \"Scripts\": null,\n \"LoadSources\": null\n }\n ],\n \"RequestId\": \"ae27925c-eb40-47d3-8643-c8c204ab77be\",\n \"Total\": 1\n }\n}",
208
208
  "title": "查询任务列表"
209
209
  }
210
210
  ],
@@ -220,7 +220,7 @@
220
220
  {
221
221
  "document": "查询指标所有的label及values值",
222
222
  "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMetricLabelWithValues\n<公共请求参数>\n\n{\n \"JobId\": \"job-jbn1pvne\",\n \"ScenarioId\": \"scenario-frfvrab4\",\n \"ProjectId\": \"project-c9drst6a\"\n}",
223
- "output": "{\n \"Response\": {\n \"MetricLabelWithValuesSet\": [\n {\n \"MetricName\": \"pts_engine_req_total\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_checks_total\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"check\",\n \"LabelValues\": [\n \"body.args.name1 equals value1\",\n \"status is 200\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_num_vus\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_send_bytes_total\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_receive_bytes_total\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_iterations_total\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_iterations_duration_seconds\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_req_send_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_wait_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_receive_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_block_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_connect_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_tls_handshake_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
223
+ "output": "{\n \"Response\": {\n \"MetricLabelWithValuesSet\": [\n {\n \"MetricName\": \"pts_engine_req_total\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_checks_total\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"check\",\n \"LabelValues\": [\n \"body.args.name1 equals value1\",\n \"status is 200\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_num_vus\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_send_bytes_total\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_receive_bytes_total\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_iterations_total\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_iterations_duration_seconds\",\n \"LabelValuesSet\": []\n },\n {\n \"MetricName\": \"pts_engine_req_send_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_wait_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_receive_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_block_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_connect_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n },\n {\n \"MetricName\": \"pts_engine_req_tls_handshake_duration_seconds\",\n \"LabelValuesSet\": [\n {\n \"LabelName\": \"service\",\n \"LabelValues\": [\n \"http://httpbin.org/get\",\n \"http://www.baidu.com\"\n ]\n },\n {\n \"LabelName\": \"status\",\n \"LabelValues\": [\n \"200\",\n \"502\"\n ]\n },\n {\n \"LabelName\": \"result\",\n \"LabelValues\": [\n \"502 Bad Gateway\",\n \"ok\"\n ]\n },\n {\n \"LabelName\": \"method\",\n \"LabelValues\": [\n \"GET\"\n ]\n },\n {\n \"LabelName\": \"proto\",\n \"LabelValues\": [\n \"HTTP/1.1\"\n ]\n },\n {\n \"LabelName\": \"region\",\n \"LabelValues\": [\n \"ap-shanghai\"\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
224
224
  "title": "查询指标所有的label及values值"
225
225
  }
226
226
  ],
@@ -244,15 +244,15 @@
244
244
  {
245
245
  "document": "",
246
246
  "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRegions\n<公共请求参数>\n\n{\n \"LoadType\": 0\n}",
247
- "output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"CreatedAt\": \"2021-08-20T16:33:00+08:00\",\n \"UpdatedAt\": \"2021-08-20T16:33:00+08:00\",\n \"RegionId\": 1,\n \"Region\": \"ap-guangzhou\",\n \"RegionShortName\": \"gz\",\n \"RegionState\": 1,\n \"RegionName\": \"广州\",\n \"Area\": \"华南地区\"\n },\n {\n \"CreatedAt\": \"2021-08-20T16:33:00+08:00\",\n \"UpdatedAt\": \"2021-08-20T16:33:00+08:00\",\n \"RegionId\": 37,\n \"Region\": \"ap-shenzhen\",\n \"RegionShortName\": \"szx\",\n \"RegionState\": 1,\n \"RegionName\": \"深圳\",\n \"Area\": \"华南地区\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
247
+ "output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"CreatedAt\": \"2021-08-20T16:33:00+08:00\",\n \"UpdatedAt\": \"2021-08-20T16:33:00+08:00\",\n \"RegionId\": 1,\n \"Region\": \"ap-guangzhou\",\n \"RegionShortName\": \"gz\",\n \"RegionState\": 1,\n \"RegionName\": \"广州\",\n \"Area\": \"华南地区\"\n },\n {\n \"CreatedAt\": \"2021-08-20T16:33:00+08:00\",\n \"UpdatedAt\": \"2021-08-20T16:33:00+08:00\",\n \"RegionId\": 37,\n \"Region\": \"ap-shenzhen\",\n \"RegionShortName\": \"szx\",\n \"RegionState\": 1,\n \"RegionName\": \"深圳\",\n \"Area\": \"华南地区\"\n }\n ],\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
248
248
  "title": "查询地域列表"
249
249
  }
250
250
  ],
251
251
  "DescribeRequestSummary": [
252
252
  {
253
253
  "document": "",
254
- "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRequestSummary\n<公共请求参数>\n\n{\n \"ProjectId\": \"project-xx\",\n \"JobId\": \"123\",\n \"ScenarioId\": \"123\"\n}",
255
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"RequestSummarySet\": [\n {\n \"Service\": \"http://pets.com/0\",\n \"Method\": \"get\",\n \"ErrorPercentage\": 1,\n \"Count\": 41253,\n \"Average\": 0.4976391081807893,\n \"P90\": 0.909354130052724,\n \"P95\": 0.949354130052724,\n \"Min\": 0.2198708260105447,\n \"Max\": 0.9998708260105447\n },\n {\n \"Service\": \"http://pets.com/10\",\n \"Method\": \"get\",\n \"ErrorPercentage\": 1,\n \"Count\": 41252,\n \"Average\": 0.49687854602238934,\n \"P90\": 0.909354130052724,\n \"P95\": 0.949698900331646,\n \"Min\": 0.2198708260105447,\n \"Max\": 0.9998708260105447\n }\n ]\n }\n}",
254
+ "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRequestSummary\n<公共请求参数>\n\n{\n \"JobId\": \"job-kufs4qhc\",\n \"ScenarioId\": \"scenario-ih54i7dm\",\n \"ProjectId\": \"project-pf8s0daq\"\n}",
255
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\",\n \"RequestSummarySet\": [\n {\n \"Average\": 0.0426436516818182,\n \"Count\": 25,\n \"ErrorPercentage\": 0,\n \"Max\": 0.077895098,\n \"Method\": \"GET\",\n \"Min\": 0.007491527,\n \"P90\": 0.08830936954286554,\n \"P95\": 0.09415468477143277,\n \"P99\": 0,\n \"RPS\": 1.8336389398233037,\n \"Result\": \"\",\n \"Service\": \"http://mockhttpbin.pts.svc.cluster.local/get\",\n \"Status\": \"\"\n }\n ]\n }\n}",
256
256
  "title": "查询请求汇总信息"
257
257
  }
258
258
  ],
@@ -291,8 +291,8 @@
291
291
  "DescribeSampleQuery": [
292
292
  {
293
293
  "document": "查询某个任务总的请求数",
294
- "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSampleQuery\n<公共请求参数>\n\n{\n \"ProjectId\": \"project-xx\",\n \"JobId\": \"123\",\n \"ScenarioId\": \"123\",\n \"Metric\": \"pts_engine_req_total\",\n \"Aggregation\": \"Count\"\n}",
295
- "output": "{\n \"Response\": {\n \"MetricSample\": {\n \"Metric\": \"pts_engine_req_total\",\n \"Aggregation\": \"Count\",\n \"Unit\": \"reqs\",\n \"Labels\": [\n {\n \"LabelName\": \"method\",\n \"LabelValue\": \"GET\"\n }\n ],\n \"Value\": \"1159362\",\n \"Timestamp\": 1631693039208\n },\n \"RequestId\": \"70805f6a-d7e1-4247-9d5a-fde3afe2b377\"\n }\n}",
294
+ "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSampleQuery\n<公共请求参数>\n\n{\n \"ProjectId\": \"project-1a2b3c4d\",\n \"JobId\": \"job-1a2b3c4d\",\n \"ScenarioId\": \"scenario-1a2b3c4d\",\n \"Metric\": \"pts_engine_req_total\",\n \"Aggregation\": \"Count\"\n}",
295
+ "output": "{\n \"Response\": {\n \"MetricSample\": {\n \"Metric\": \"pts_engine_req_total\",\n \"Aggregation\": \"Count\",\n \"Unit\": \"reqs\",\n \"Labels\": [\n {\n \"LabelName\": \"method\",\n \"LabelValue\": \"GET\"\n }\n ],\n \"Value\": \"1100000\",\n \"Timestamp\": 1631693000000\n },\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
296
296
  "title": "查询总请求数"
297
297
  }
298
298
  ],
@@ -316,7 +316,7 @@
316
316
  {
317
317
  "document": "",
318
318
  "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateTmpKey\n<公共请求参数>\n\n{\n \"ProjectId\": \"project-xx\",\n \"ScenarioId\": \"scenario-xx\"\n}",
319
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"StartTime\": 1630376705,\n \"ExpiredTime\": 1630377005,\n \"Credentials\": {\n \"TmpSecretId\": \"xx\",\n \"TmpSecretKey\": \"xx\",\n \"Token\": \"xx\"\n }\n }\n}",
319
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\",\n \"StartTime\": 1630376705,\n \"ExpiredTime\": 1630377005,\n \"Credentials\": {\n \"TmpSecretId\": \"tmp-secretid-value\",\n \"TmpSecretKey\": \"tmp-secretkey-value\",\n \"Token\": \"token-value\"\n }\n }\n}",
320
320
  "title": "生成临时COS凭证"
321
321
  }
322
322
  ],
@@ -348,7 +348,7 @@
348
348
  {
349
349
  "document": "更新环境",
350
350
  "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateEnvironment\n<公共请求参数>\n\n{}",
351
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
351
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
352
352
  "title": "更新环境"
353
353
  }
354
354
  ],
@@ -371,7 +371,7 @@
371
371
  "UpdateProject": [
372
372
  {
373
373
  "document": "",
374
- "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateProject\n<公共请求参数>\n\n{\n \"ProjectId\": \"project-1a2b3c4d\",\n \"Name\": \"test\"\n}",
374
+ "input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateProject\n<公共请求参数>\n\n{\n \"ProjectId\": \"project-1a2b3c4d\",\n \"Name\": \"project name\"\n}",
375
375
  "output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
376
376
  "title": "更新项目"
377
377
  }
@@ -7270,100 +7270,100 @@
7270
7270
  {
7271
7271
  "disabled": false,
7272
7272
  "document": "参数名",
7273
- "example": "",
7273
+ "example": "cluster-node-timeout",
7274
7274
  "member": "string",
7275
7275
  "name": "ParamName",
7276
- "required": true,
7276
+ "output_required": true,
7277
7277
  "type": "string",
7278
7278
  "value_allowed_null": false
7279
7279
  },
7280
7280
  {
7281
7281
  "disabled": false,
7282
7282
  "document": "参数类型:integer",
7283
- "example": "",
7283
+ "example": "integer",
7284
7284
  "member": "string",
7285
7285
  "name": "ValueType",
7286
- "required": true,
7286
+ "output_required": true,
7287
7287
  "type": "string",
7288
7288
  "value_allowed_null": false
7289
7289
  },
7290
7290
  {
7291
7291
  "disabled": false,
7292
7292
  "document": "修改后是否需要重启:true,false",
7293
- "example": "",
7293
+ "example": "false",
7294
7294
  "member": "string",
7295
7295
  "name": "NeedRestart",
7296
- "required": true,
7296
+ "output_required": true,
7297
7297
  "type": "string",
7298
7298
  "value_allowed_null": false
7299
7299
  },
7300
7300
  {
7301
7301
  "disabled": false,
7302
7302
  "document": "参数默认值",
7303
- "example": "",
7303
+ "example": "15000",
7304
7304
  "member": "string",
7305
7305
  "name": "DefaultValue",
7306
- "required": true,
7306
+ "output_required": true,
7307
7307
  "type": "string",
7308
7308
  "value_allowed_null": false
7309
7309
  },
7310
7310
  {
7311
7311
  "disabled": false,
7312
7312
  "document": "当前运行参数值",
7313
- "example": "",
7313
+ "example": "15000",
7314
7314
  "member": "string",
7315
7315
  "name": "CurrentValue",
7316
- "required": true,
7316
+ "output_required": true,
7317
7317
  "type": "string",
7318
7318
  "value_allowed_null": false
7319
7319
  },
7320
7320
  {
7321
7321
  "disabled": false,
7322
7322
  "document": "参数说明",
7323
- "example": "",
7323
+ "example": "集群模式下当节点在指定时间内(毫秒)不可达则被认为处于失败状态",
7324
7324
  "member": "string",
7325
7325
  "name": "Tips",
7326
- "required": true,
7326
+ "output_required": true,
7327
7327
  "type": "string",
7328
7328
  "value_allowed_null": false
7329
7329
  },
7330
7330
  {
7331
7331
  "disabled": false,
7332
7332
  "document": "参数最小值",
7333
- "example": "",
7333
+ "example": "15000",
7334
7334
  "member": "string",
7335
7335
  "name": "Min",
7336
- "required": true,
7336
+ "output_required": true,
7337
7337
  "type": "string",
7338
7338
  "value_allowed_null": false
7339
7339
  },
7340
7340
  {
7341
7341
  "disabled": false,
7342
7342
  "document": "参数最大值",
7343
- "example": "",
7343
+ "example": "120000",
7344
7344
  "member": "string",
7345
7345
  "name": "Max",
7346
- "required": true,
7346
+ "output_required": true,
7347
7347
  "type": "string",
7348
7348
  "value_allowed_null": false
7349
7349
  },
7350
7350
  {
7351
7351
  "disabled": false,
7352
7352
  "document": "参数状态, 1: 修改中, 2:修改完成",
7353
- "example": "",
7353
+ "example": "2",
7354
7354
  "member": "int64",
7355
7355
  "name": "Status",
7356
- "required": true,
7356
+ "output_required": true,
7357
7357
  "type": "int",
7358
7358
  "value_allowed_null": false
7359
7359
  },
7360
7360
  {
7361
7361
  "disabled": false,
7362
7362
  "document": "参数单位\n注意:此字段可能返回 null,表示取不到有效值。",
7363
- "example": "",
7363
+ "example": "ms",
7364
7364
  "member": "string",
7365
7365
  "name": "Unit",
7366
- "required": true,
7366
+ "output_required": true,
7367
7367
  "type": "string",
7368
7368
  "value_allowed_null": true
7369
7369
  }
@@ -6985,17 +6985,17 @@
6985
6985
  "example": "1",
6986
6986
  "member": "string",
6987
6987
  "name": "StaticDuration",
6988
- "required": true,
6988
+ "output_required": true,
6989
6989
  "type": "string",
6990
6990
  "value_allowed_null": false
6991
6991
  },
6992
6992
  {
6993
6993
  "disabled": false,
6994
6994
  "document": "pv",
6995
- "example": "111",
6995
+ "example": "10",
6996
6996
  "member": "string",
6997
6997
  "name": "PagePv",
6998
- "required": true,
6998
+ "output_required": true,
6999
6999
  "type": "string",
7000
7000
  "value_allowed_null": false
7001
7001
  },
@@ -7005,7 +7005,7 @@
7005
7005
  "example": "1",
7006
7006
  "member": "string",
7007
7007
  "name": "ApiFail",
7008
- "required": true,
7008
+ "output_required": true,
7009
7009
  "type": "string",
7010
7010
  "value_allowed_null": false
7011
7011
  },
@@ -7015,7 +7015,7 @@
7015
7015
  "example": "12",
7016
7016
  "member": "string",
7017
7017
  "name": "ApiNum",
7018
- "required": true,
7018
+ "output_required": true,
7019
7019
  "type": "string",
7020
7020
  "value_allowed_null": false
7021
7021
  },
@@ -7025,7 +7025,7 @@
7025
7025
  "example": "12",
7026
7026
  "member": "string",
7027
7027
  "name": "StaticFail",
7028
- "required": true,
7028
+ "output_required": true,
7029
7029
  "type": "string",
7030
7030
  "value_allowed_null": false
7031
7031
  },
@@ -7035,7 +7035,7 @@
7035
7035
  "example": "1",
7036
7036
  "member": "int64",
7037
7037
  "name": "ProjectID",
7038
- "required": true,
7038
+ "output_required": true,
7039
7039
  "type": "int",
7040
7040
  "value_allowed_null": false
7041
7041
  },
@@ -7045,7 +7045,7 @@
7045
7045
  "example": "12",
7046
7046
  "member": "string",
7047
7047
  "name": "PageUv",
7048
- "required": true,
7048
+ "output_required": true,
7049
7049
  "type": "string",
7050
7050
  "value_allowed_null": false
7051
7051
  },
@@ -7055,27 +7055,27 @@
7055
7055
  "example": "12",
7056
7056
  "member": "string",
7057
7057
  "name": "ApiDuration",
7058
- "required": true,
7058
+ "output_required": true,
7059
7059
  "type": "string",
7060
7060
  "value_allowed_null": false
7061
7061
  },
7062
7062
  {
7063
7063
  "disabled": false,
7064
- "document": "分数",
7065
- "example": "90",
7064
+ "document": "项目总分",
7065
+ "example": "100",
7066
7066
  "member": "string",
7067
7067
  "name": "Score",
7068
- "required": true,
7068
+ "output_required": true,
7069
7069
  "type": "string",
7070
7070
  "value_allowed_null": false
7071
7071
  },
7072
7072
  {
7073
7073
  "disabled": false,
7074
7074
  "document": "error",
7075
- "example": "111",
7075
+ "example": "10",
7076
7076
  "member": "string",
7077
7077
  "name": "PageError",
7078
- "required": true,
7078
+ "output_required": true,
7079
7079
  "type": "string",
7080
7080
  "value_allowed_null": false
7081
7081
  },
@@ -7085,7 +7085,7 @@
7085
7085
  "example": "12",
7086
7086
  "member": "string",
7087
7087
  "name": "StaticNum",
7088
- "required": true,
7088
+ "output_required": true,
7089
7089
  "type": "string",
7090
7090
  "value_allowed_null": false
7091
7091
  },
@@ -7095,17 +7095,17 @@
7095
7095
  "example": "1",
7096
7096
  "member": "int64",
7097
7097
  "name": "RecordNum",
7098
- "required": true,
7098
+ "output_required": true,
7099
7099
  "type": "int",
7100
7100
  "value_allowed_null": false
7101
7101
  },
7102
7102
  {
7103
7103
  "disabled": false,
7104
7104
  "document": "Duration",
7105
- "example": "111",
7105
+ "example": "10",
7106
7106
  "member": "string",
7107
7107
  "name": "PageDuration",
7108
- "required": true,
7108
+ "output_required": true,
7109
7109
  "type": "string",
7110
7110
  "value_allowed_null": false
7111
7111
  },
@@ -7115,9 +7115,69 @@
7115
7115
  "example": "20230111",
7116
7116
  "member": "string",
7117
7117
  "name": "CreateTime",
7118
- "required": false,
7118
+ "output_required": true,
7119
7119
  "type": "string",
7120
7120
  "value_allowed_null": true
7121
+ },
7122
+ {
7123
+ "disabled": false,
7124
+ "document": "页面性能评分",
7125
+ "example": "10",
7126
+ "member": "string",
7127
+ "name": "PagePerformanceScore",
7128
+ "output_required": false,
7129
+ "type": "string",
7130
+ "value_allowed_null": false
7131
+ },
7132
+ {
7133
+ "disabled": false,
7134
+ "document": "js错误评分",
7135
+ "example": "30",
7136
+ "member": "string",
7137
+ "name": "JsErrorScore",
7138
+ "output_required": false,
7139
+ "type": "string",
7140
+ "value_allowed_null": false
7141
+ },
7142
+ {
7143
+ "disabled": false,
7144
+ "document": "API性能评分",
7145
+ "example": "5",
7146
+ "member": "string",
7147
+ "name": "ApiPerformanceScore",
7148
+ "output_required": false,
7149
+ "type": "string",
7150
+ "value_allowed_null": false
7151
+ },
7152
+ {
7153
+ "disabled": false,
7154
+ "document": "API可用性评分",
7155
+ "example": "30",
7156
+ "member": "string",
7157
+ "name": "ApiAvaliableScore",
7158
+ "output_required": false,
7159
+ "type": "string",
7160
+ "value_allowed_null": false
7161
+ },
7162
+ {
7163
+ "disabled": false,
7164
+ "document": "静态资源性能评分",
7165
+ "example": "5",
7166
+ "member": "string",
7167
+ "name": "StaticPerformanceScore",
7168
+ "output_required": false,
7169
+ "type": "string",
7170
+ "value_allowed_null": false
7171
+ },
7172
+ {
7173
+ "disabled": false,
7174
+ "document": "静态资源可用性评分",
7175
+ "example": "20",
7176
+ "member": "string",
7177
+ "name": "StaticAvaliableScore",
7178
+ "output_required": false,
7179
+ "type": "string",
7180
+ "value_allowed_null": false
7121
7181
  }
7122
7182
  ],
7123
7183
  "usage": "out"