tccli 3.0.1242.1__py2.py3-none-any.whl → 3.0.1243.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/cfs/v20190719/examples.json +2 -2
- tccli/services/ckafka/v20190819/api.json +11 -0
- tccli/services/clb/v20180317/api.json +23 -18
- tccli/services/clb/v20180317/examples.json +14 -14
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +11 -11
- tccli/services/ecm/v20190719/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +896 -841
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/gaap/v20180529/api.json +3 -5
- tccli/services/gwlb/v20240906/api.json +14 -14
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/iotvideoindustry/v20201201/api.json +162 -110
- tccli/services/iotvideoindustry/v20201201/examples.json +3 -3
- tccli/services/mna/v20210119/api.json +80 -82
- tccli/services/mna/v20210119/examples.json +21 -21
- tccli/services/ocr/v20181119/api.json +12 -3
- tccli/services/ocr/v20181119/examples.json +2 -2
- tccli/services/pts/v20210728/api.json +36 -33
- tccli/services/pts/v20210728/examples.json +12 -12
- tccli/services/sqlserver/v20180328/api.json +30 -1
- tccli/services/tcb/v20180608/api.json +59 -50
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/thpc/v20211109/api.json +30 -44
- tccli/services/thpc/v20220401/api.json +30 -44
- tccli/services/thpc/v20230321/api.json +54 -54
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/tke/v20220501/api.json +15 -15
- tccli/services/vpc/v20170312/api.json +16 -16
- tccli/services/vpc/v20170312/examples.json +21 -21
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1242.1.dist-info → tccli-3.0.1243.1.dist-info}/license_files/LICENSE +0 -0
@@ -75,8 +75,8 @@
|
|
75
75
|
"CreateScenario": [
|
76
76
|
{
|
77
77
|
"document": "创建场景",
|
78
|
-
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScenario\n<公共请求参数>\n\n{\n \"Load\": {\n \"
|
79
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
78
|
+
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateScenario\n<公共请求参数>\n\n{\n \"Load\": {\n \"GeoRegionsLoadDistribution\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"Percentage\": 30\n },\n {\n \"Region\": \"ap-shanghai\",\n \"RegionId\": 5,\n \"Percentage\": 70\n }\n ],\n \"LoadSpec\": {\n \"Concurrency\": {\n \"Stages\": [\n {\n \"DurationSeconds\": 60,\n \"TargetVirtualUsers\": 1000\n }\n ]\n }\n }\n },\n \"Name\": \"name\",\n \"ProjectId\": \"project-1a2b3c4d\",\n \"Type\": \"pts-js\"\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\",\n \"ScenarioId\": \"scenario-1a2b3c4d\"\n }\n}",
|
80
80
|
"title": "创建场景"
|
81
81
|
}
|
82
82
|
],
|
@@ -163,8 +163,8 @@
|
|
163
163
|
"DescribeCheckSummary": [
|
164
164
|
{
|
165
165
|
"document": "",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCheckSummary\n<公共请求参数>\n\n{\n \"ProjectId\": \"
|
167
|
-
"output": "{\n \"Response\": {\n \"CheckSummarySet\": [\n {\n \"Name\": \"400\",\n \"Step\": \"sample\",\n \"SuccessCount\": 0,\n \"FailCount\": 92343,\n \"ErrorRate\": 1\n },\n {\n \"Name\": \"status 200\",\n \"Step\": \"sample\",\n \"SuccessCount\": 831084,\n \"FailCount\": 0,\n \"ErrorRate\": 0\n }\n ],\n \"RequestId\": \"
|
166
|
+
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCheckSummary\n<公共请求参数>\n\n{\n \"ProjectId\": \"project-1a2b3c4d\",\n \"ScenarioId\": \"scenario-1a2b3c4d\",\n \"JobId\": \"job-1a2b3c4d\"\n}",
|
167
|
+
"output": "{\n \"Response\": {\n \"CheckSummarySet\": [\n {\n \"Name\": \"400\",\n \"Step\": \"sample\",\n \"SuccessCount\": 0,\n \"FailCount\": 92343,\n \"ErrorRate\": 1\n },\n {\n \"Name\": \"status 200\",\n \"Step\": \"sample\",\n \"SuccessCount\": 831084,\n \"FailCount\": 0,\n \"ErrorRate\": 0\n }\n ],\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
|
168
168
|
"title": "查询检查点汇总信息"
|
169
169
|
}
|
170
170
|
],
|
@@ -172,7 +172,7 @@
|
|
172
172
|
{
|
173
173
|
"document": "列出定时任务,数组为空默认全选",
|
174
174
|
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCronJobs\n<公共请求参数>\n\n{\n \"ProjectIds\": [\n \"project-xx\"\n ],\n \"CronJobIds\": [\n \"cron-xx\"\n ],\n \"OrderBy\": \"Status\",\n \"Limit\": 10,\n \"Ascend\": true\n}",
|
175
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
175
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\",\n \"CronJobSet\": [\n {\n \"AppId\": 1258300000,\n \"Uin\": \"438100000\",\n \"SubAccountUin\": \"100026600000\",\n \"CreatedAt\": \"2021-09-27T10:46:26+08:00\",\n \"UpdatedAt\": \"2021-09-27T10:46:26+08:00\",\n \"CronJobId\": \"cron-pybdiltm\",\n \"Name\": \"name\",\n \"ProjectId\": \"project-1a2b3c4d\",\n \"ScenarioId\": \"scenario-1a2b3c4d\",\n \"ScenarioName\": \"name\",\n \"CronExpression\": \"6 16 * * 1,2,3,4,5,6,7\",\n \"FrequencyType\": 3,\n \"EndTime\": null,\n \"AbortReason\": 0,\n \"Status\": 3,\n \"NoticeId\": \"\",\n \"Note\": \"\",\n \"JobOwner\": \"owner\"\n }\n ],\n \"Total\": 1\n }\n}",
|
176
176
|
"title": "DescribeCronJobs"
|
177
177
|
}
|
178
178
|
],
|
@@ -188,7 +188,7 @@
|
|
188
188
|
{
|
189
189
|
"document": "查询错误汇总信息",
|
190
190
|
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeErrorSummary\n<公共请求参数>\n\n{\n \"ProjectId\": \"project-xx\",\n \"JobId\": \"job-xx\",\n \"ScenarioId\": \"scenario-xx\",\n \"Filters\": []\n}",
|
191
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\",\n \"ErrorSummarySet\": [\n {\n \"Status\": \"
|
191
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\",\n \"ErrorSummarySet\": [\n {\n \"Status\": \"404\",\n \"Result\": \"404 Not Found\",\n \"Proto\": \"HTTP/1.1\",\n \"Count\": 17,\n \"Rate\": 47.22222222222222,\n \"Message\": \"该状态码表明,服务器找不到客户端请求的资源\"\n }\n ]\n }\n}",
|
192
192
|
"title": "查询错误汇总信息"
|
193
193
|
}
|
194
194
|
],
|
@@ -299,8 +299,8 @@
|
|
299
299
|
"DescribeScenarioWithJobs": [
|
300
300
|
{
|
301
301
|
"document": "查询场景及对应的job内容",
|
302
|
-
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScenarioWithJobs\n<公共请求参数>\n\n{\n \"ScenarioIds\": [\n \"scenario-
|
303
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
302
|
+
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScenarioWithJobs\n<公共请求参数>\n\n{\n \"ScenarioIds\": [\n \"scenario-1a2b3c4d\"\n ],\n \"ScenarioRelatedJobsParams\": {\n \"OrderBy\": \"StartTime\",\n \"Limit\": 10,\n \"Ascend\": true\n }\n}",
|
303
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\",\n \"ScenarioWithJobsSet\": [\n {\n \"Scenario\": {\n \"AppId\": 251201585,\n \"Uin\": \"700000153395\",\n \"SubAccountUin\": \"700000153395\",\n \"CreatedAt\": \"2021-09-27T10:46:26+08:00\",\n \"UpdatedAt\": \"2021-09-27T10:46:26+08:00\",\n \"ScenarioId\": \"scenario-1a2b3c4d\",\n \"Name\": \"hello\",\n \"Type\": \"pts-js\",\n \"Load\": {\n \"LoadSpec\": {\n \"Concurrency\": {\n \"Stages\": [\n {\n \"DurationSeconds\": 60,\n \"TargetVirtualUsers\": 10\n }\n ],\n \"IterationCount\": 5,\n \"MaxRequestsPerSecond\": 1000,\n \"GracefulStopSeconds\": 3,\n \"Resources\": 1\n },\n \"RequestsPerSecond\": null,\n \"ScriptOrigin\": null\n },\n \"VpcLoadDistribution\": {\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"VpcId\": \"1\",\n \"SubnetIds\": null\n },\n \"GeoRegionsLoadDistribution\": [\n {\n \"Region\": \"1\",\n \"RegionId\": 1,\n \"Percentage\": 1\n }\n ]\n },\n \"EncodedScripts\": \"\",\n \"Description\": \"\",\n \"Status\": 2,\n \"Configs\": [\n \"a.prop\"\n ],\n \"Datasets\": null,\n \"Extensions\": [\n \"a.jar\"\n ],\n \"ProjectId\": \"project-1a2b3c4d\",\n \"ProjectName\": \"name\",\n \"SLAId\": \"\",\n \"CronId\": \"\",\n \"TestScripts\": null,\n \"Protocols\": [],\n \"RequestFiles\": [],\n \"Plugins\": [],\n \"SLAPolicy\": {\n \"SLARules\": [],\n \"AlertChannel\": {\n \"NoticeId\": \"\",\n \"AMPConsumerId\": \"\"\n }\n },\n \"DomainNameConfig\": {\n \"HostAliases\": null,\n \"DNSConfig\": null\n },\n \"NotificationHooks\": null,\n \"Owner\": \"\"\n },\n \"Jobs\": [\n {\n \"ErrorRate\": 0,\n \"RequestTotal\": 0,\n \"RequestsPerSecond\": 0,\n \"ResponseTimeAverage\": 0,\n \"ResponseTimeP99\": 0,\n \"ResponseTimeP95\": 0,\n \"ResponseTimeP90\": 0,\n \"ResponseTimeMax\": 0,\n \"ResponseTimeMin\": 0,\n \"NetworkReceiveRate\": 0,\n \"NetworkSendRate\": 0,\n \"JobId\": \"job-1a2b3c4d\",\n \"ProjectId\": \"project-1a2b3c4d\",\n \"ProjectName\": \"name\",\n \"ScenarioId\": \"scenario-1a2b3c4d\",\n \"ScenarioName\": \"name\",\n \"CronId\": \"\",\n \"Type\": \"pts-js\",\n \"Load\": {\n \"LoadSpec\": {\n \"Concurrency\": {\n \"Stages\": [\n {\n \"DurationSeconds\": 60,\n \"TargetVirtualUsers\": 10\n }\n ],\n \"IterationCount\": 5,\n \"MaxRequestsPerSecond\": 1000,\n \"Resources\": 1,\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\": \"2021-09-27T10:46:26+08:00\",\n \"EndTime\": \"2021-09-27T10:46:26+08:00\",\n \"Note\": \"\",\n \"JobOwner\": \"owner\",\n \"AbortReason\": 0,\n \"Status\": 12,\n \"Message\": \"\",\n \"DomainNameConfig\": {\n \"HostAliases\": null,\n \"DNSConfig\": null\n },\n \"Debug\": false,\n \"NotificationHooks\": null,\n \"Duration\": 600,\n \"MaxVirtualUserCount\": 1,\n \"MaxRequestsPerSecond\": 8,\n \"LoadSourceInfos\": null,\n \"CreatedAt\": \"2021-09-27T10:46:26+08:00\",\n \"Configs\": null,\n \"Extensions\": null,\n \"Scripts\": null,\n \"LoadSources\": null\n }\n ]\n }\n ],\n \"Total\": 1\n }\n}",
|
304
304
|
"title": "查询场景及对应的job内容"
|
305
305
|
}
|
306
306
|
],
|
@@ -308,7 +308,7 @@
|
|
308
308
|
{
|
309
309
|
"document": "",
|
310
310
|
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScenarios\n<公共请求参数>\n\n{\n \"ScenarioIds\": [\n \"scenario-xx\"\n ]\n}",
|
311
|
-
"output": "{\n \"Response\": {\n \"
|
311
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\",\n \"ScenarioSet\": [\n {\n \"AppId\": 251008000,\n \"Configs\": null,\n \"CreatedAt\": \"2024-12-25T11:43:42+08:00\",\n \"CronId\": \"\",\n \"Datasets\": [],\n \"Description\": \"\",\n \"DomainNameConfig\": {\n \"DNSConfig\": null,\n \"HostAliases\": null\n },\n \"EncodedScripts\": \"\",\n \"Extensions\": null,\n \"Load\": {\n \"GeoRegionsLoadDistribution\": [\n {\n \"Percentage\": 80,\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1\n },\n {\n \"Percentage\": 20,\n \"Region\": \"ap-shanghai\",\n \"RegionId\": 4\n }\n ],\n \"LoadSpec\": {\n \"Concurrency\": {\n \"GracefulStopSeconds\": 3,\n \"IterationCount\": 0,\n \"MaxRequestsPerSecond\": 40,\n \"Resources\": 5,\n \"Stages\": [\n {\n \"DurationSeconds\": 60,\n \"TargetVirtualUsers\": 5\n },\n {\n \"DurationSeconds\": 0,\n \"TargetVirtualUsers\": 5\n }\n ]\n },\n \"RequestsPerSecond\": null,\n \"ScriptOrigin\": null\n },\n \"VpcLoadDistribution\": null\n },\n \"Name\": \"pts-js(2024-12-25 11:43:40)\",\n \"NotificationHooks\": null,\n \"Owner\": \"\",\n \"Plugins\": [],\n \"ProjectId\": \"project-1a2b3c4d\",\n \"ProjectName\": \"name\",\n \"Protocols\": [],\n \"RequestFiles\": [],\n \"SLAId\": \"\",\n \"SLAPolicy\": {\n \"AlertChannel\": {\n \"AMPConsumerId\": \"\",\n \"NoticeId\": \"\"\n },\n \"SLARules\": []\n },\n \"ScenarioId\": \"scenario-1a2b3c4d\",\n \"Status\": 2,\n \"SubAccountUin\": \"700000200000\",\n \"TestScripts\": [\n {\n \"EncodedContent\": \"EncodedContent\",\n \"EncodedHttpArchive\": \"\",\n \"FileId\": \"\",\n \"LoadWeight\": 100,\n \"Name\": \"script.js\",\n \"Size\": 896,\n \"Type\": \"js\",\n \"UpdatedAt\": \"2024-12-26T10:30:34+08:00\"\n }\n ],\n \"Type\": \"pts-js\",\n \"Uin\": \"3510500000\",\n \"UpdatedAt\": \"2024-12-26T10:30:57+08:00\"\n }\n ],\n \"Total\": 1\n }\n}",
|
312
312
|
"title": "查询场景列表"
|
313
313
|
}
|
314
314
|
],
|
@@ -371,15 +371,15 @@
|
|
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-
|
375
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
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}",
|
375
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc-123-xyz\"\n }\n}",
|
376
376
|
"title": "更新项目"
|
377
377
|
}
|
378
378
|
],
|
379
379
|
"UpdateScenario": [
|
380
380
|
{
|
381
381
|
"document": "更新场景",
|
382
|
-
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateScenario\n<公共请求参数>\n\n{\n \"ScenarioId\": \"scenario-
|
382
|
+
"input": "POST / HTTP/1.1\nHost: pts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateScenario\n<公共请求参数>\n\n{\n \"ScenarioId\": \"scenario-1a2b3c4d\",\n \"Name\": \"pts-js(2023-05-12 16:12:30)\",\n \"Description\": \"\",\n \"Type\": \"pts-js\",\n \"Load\": {\n \"LoadSpec\": {\n \"Concurrency\": {\n \"IterationCount\": 0,\n \"MaxRequestsPerSecond\": 0,\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 }\n },\n \"GeoRegionsLoadDistribution\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"Percentage\": 100\n }\n ]\n },\n \"Status\": 2,\n \"ProjectId\": \"project-abc\",\n \"TestScripts\": [\n {\n \"Type\": \"js\",\n \"Name\": \"script.js\",\n \"Size\": 896,\n \"EncodedContent\": \"Ly8gU2VuZCBhIGh0dHAgZ2V0IHJlcXVlc3QKaW1wb3J0IGh0dHAgZnJvbSAncHRzL2h0dHAnOwppbXBvcnQgeyBjaGVjaywgc2xlZXAgfSBmcm9tICdwdHMnOwoKZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gKCkgewogIC8vIHNpbXBsZSBnZXQgcmVxdWVzdAogIGNvbnN0IHJlc3AxID0gaHR0cC5nZXQoJ2h0dHA6Ly9tb2NraHR0cGJpbi5wdHMuc3ZjLmNsdXN0ZXIubG9jYWwvZ2V0Jyk7CiAgY29uc29sZS5sb2cocmVzcDEuYm9keSk7CiAgLy8gaWYgcmVzcDEuYm9keSBpcyBhIGpzb24gc3RyaW5nLCByZXNwMS5qc29uKCkgdHJhbnNmZXIganNvbiBmb3JtYXQgYm9keSB0byBhIGpzb24gb2JqZWN0CiAgY29uc29sZS5sb2cocmVzcDEuanNvbigpKTsKICBjaGVjaygnc3RhdHVzIGlzIDIwMCcsICgpID0+IHJlc3AxLnN0YXR1c0NvZGUgPT09IDIwMCwgcmVzcDEpOwoKICAvLyBzbGVlcCAxIHNlY29uZAogIHNsZWVwKDEpOwoKICAvLyBnZXQgcmVxdWVzdCB3aXRoIGhlYWRlcnMgYW5kIHBhcmFtZXRlcnMKICBjb25zdCByZXNwMiA9IGh0dHAuZ2V0KCdodHRwOi8vbW9ja2h0dHBiaW4ucHRzLnN2Yy5jbHVzdGVyLmxvY2FsL2dldCcsIHsKICAgIGhlYWRlcnM6IHsKICAgICAgQ29ubmVjdGlvbjogJ2tlZXAtYWxpdmUnLAogICAgICAnVXNlci1BZ2VudCc6ICdwdHMtZW5naW5lJywKICAgIH0sCiAgICBxdWVyeTogewogICAgICBuYW1lMTogJ3ZhbHVlMScsCiAgICAgIG5hbWUyOiAndmFsdWUyJywKICAgIH0sCiAgfSk7CgogIGNvbnNvbGUubG9nKHJlc3AyLmpzb24oKS5hcmdzLm5hbWUxKTsgLy8gJ3ZhbHVlMScKICBjaGVjaygnYm9keS5hcmdzLm5hbWUxIGVxdWFscyB2YWx1ZTEnLCAoKSA9PiByZXNwMi5qc29uKCkuYXJncy5uYW1lMSA9PT0gJ3ZhbHVlMScsIHJlc3AyKTsKfQo=\",\n \"LoadWeight\": 100,\n \"UpdatedAt\": \"2023-05-12T16:12:31+08:00\",\n \"EncodedHttpArchive\": \"\"\n }\n ],\n \"SLAPolicy\": {\n \"SLARules\": [],\n \"AlertChannel\": {}\n },\n \"DomainNameConfig\": {},\n \"Owner\": \"owner\"\n}",
|
383
383
|
"output": "{\n \"Response\": {\n \"RequestId\": \"31446d02-c4f3-4a53-9efe-b5ad18cfcb7f\"\n }\n}",
|
384
384
|
"title": "更新场景"
|
385
385
|
}
|
@@ -12036,7 +12036,7 @@
|
|
12036
12036
|
},
|
12037
12037
|
{
|
12038
12038
|
"disabled": false,
|
12039
|
-
"document": "购买实例的类型 HA-高可用型(包括双机高可用,alwaysOn集群),RO-只读副本型,SI-单节点型,cvmHA-虚拟机双机高可用,cvmRO
|
12039
|
+
"document": "购买实例的类型 HA-高可用型(包括双机高可用,alwaysOn集群),RO-只读副本型,SI-单节点型,cvmHA-虚拟机双机高可用,cvmRO-虚拟机只读,MultiHA-多节点,cvmMultiHA-云盘",
|
12040
12040
|
"example": "HA",
|
12041
12041
|
"member": "string",
|
12042
12042
|
"name": "InstanceType",
|
@@ -12051,6 +12051,15 @@
|
|
12051
12051
|
"name": "MachineType",
|
12052
12052
|
"required": false,
|
12053
12053
|
"type": "string"
|
12054
|
+
},
|
12055
|
+
{
|
12056
|
+
"disabled": false,
|
12057
|
+
"document": "备节点可用区,默认为空。如果是多节点架构时必传,并且备机可用区集合最小为2个,最大不超过5个。",
|
12058
|
+
"example": "[\"ap-guangzhou-3\"]",
|
12059
|
+
"member": "string",
|
12060
|
+
"name": "DrZones",
|
12061
|
+
"required": false,
|
12062
|
+
"type": "list"
|
12054
12063
|
}
|
12055
12064
|
],
|
12056
12065
|
"type": "object"
|
@@ -15739,6 +15748,26 @@
|
|
15739
15748
|
"output_required": true,
|
15740
15749
|
"type": "int",
|
15741
15750
|
"value_allowed_null": false
|
15751
|
+
},
|
15752
|
+
{
|
15753
|
+
"disabled": false,
|
15754
|
+
"document": "RO只读组类型,1-按照一个实例一个只读组的方式发货,2-新建只读组后发货的所有实例都在这个只读组下面, 3-发货的所有实例都在已有的只读组下面",
|
15755
|
+
"example": "1",
|
15756
|
+
"member": "int64",
|
15757
|
+
"name": "ReadOnlyGroupType",
|
15758
|
+
"output_required": true,
|
15759
|
+
"type": "int",
|
15760
|
+
"value_allowed_null": false
|
15761
|
+
},
|
15762
|
+
{
|
15763
|
+
"disabled": false,
|
15764
|
+
"document": "部署RO副本模式,0-默认不升级主实例,1-强制升级主实例完成RO部署",
|
15765
|
+
"example": "1",
|
15766
|
+
"member": "int64",
|
15767
|
+
"name": "ReadOnlyGroupForcedUpgrade",
|
15768
|
+
"output_required": true,
|
15769
|
+
"type": "int",
|
15770
|
+
"value_allowed_null": false
|
15742
15771
|
}
|
15743
15772
|
],
|
15744
15773
|
"usage": "out"
|
@@ -7602,7 +7602,7 @@
|
|
7602
7602
|
{
|
7603
7603
|
"disabled": false,
|
7604
7604
|
"document": "环境id",
|
7605
|
-
"example": "",
|
7605
|
+
"example": "lowcode-123",
|
7606
7606
|
"member": "string",
|
7607
7607
|
"name": "EnvId",
|
7608
7608
|
"required": true,
|
@@ -7611,7 +7611,7 @@
|
|
7611
7611
|
{
|
7612
7612
|
"disabled": false,
|
7613
7613
|
"document": "终端用户来源\n<li> qcloud </li>\n<li>miniapp</li>",
|
7614
|
-
"example": "",
|
7614
|
+
"example": "miniapp",
|
7615
7615
|
"member": "string",
|
7616
7616
|
"name": "Source",
|
7617
7617
|
"required": false,
|
@@ -7625,12 +7625,13 @@
|
|
7625
7625
|
"members": [
|
7626
7626
|
{
|
7627
7627
|
"disabled": false,
|
7628
|
-
"document": "
|
7629
|
-
"example": "",
|
7628
|
+
"document": "环境终端用户新增与登录统计",
|
7629
|
+
"example": "无",
|
7630
7630
|
"member": "LoginStatistic",
|
7631
7631
|
"name": "LoginStatistics",
|
7632
|
+
"output_required": true,
|
7632
7633
|
"type": "list",
|
7633
|
-
"value_allowed_null":
|
7634
|
+
"value_allowed_null": false
|
7634
7635
|
},
|
7635
7636
|
{
|
7636
7637
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -7647,7 +7648,7 @@
|
|
7647
7648
|
{
|
7648
7649
|
"disabled": false,
|
7649
7650
|
"document": "环境id",
|
7650
|
-
"example": "",
|
7651
|
+
"example": "lowcode-123",
|
7651
7652
|
"member": "string",
|
7652
7653
|
"name": "EnvId",
|
7653
7654
|
"required": true,
|
@@ -7661,19 +7662,21 @@
|
|
7661
7662
|
"members": [
|
7662
7663
|
{
|
7663
7664
|
"disabled": false,
|
7664
|
-
"document": "
|
7665
|
-
"example": "",
|
7665
|
+
"document": "终端用户各平台统计",
|
7666
|
+
"example": "无",
|
7666
7667
|
"member": "PlatformStatistic",
|
7667
7668
|
"name": "PlatformStatistics",
|
7669
|
+
"output_required": true,
|
7668
7670
|
"type": "list",
|
7669
|
-
"value_allowed_null":
|
7671
|
+
"value_allowed_null": false
|
7670
7672
|
},
|
7671
7673
|
{
|
7672
7674
|
"disabled": false,
|
7673
7675
|
"document": "终端用户总数",
|
7674
|
-
"example": "",
|
7676
|
+
"example": "19800",
|
7675
7677
|
"member": "uint64",
|
7676
7678
|
"name": "TotalCount",
|
7679
|
+
"output_required": true,
|
7677
7680
|
"type": "int",
|
7678
7681
|
"value_allowed_null": false
|
7679
7682
|
},
|
@@ -7737,6 +7740,7 @@
|
|
7737
7740
|
"example": "1",
|
7738
7741
|
"member": "uint64",
|
7739
7742
|
"name": "Total",
|
7743
|
+
"output_required": true,
|
7740
7744
|
"type": "int",
|
7741
7745
|
"value_allowed_null": false
|
7742
7746
|
},
|
@@ -7746,6 +7750,7 @@
|
|
7746
7750
|
"example": "无",
|
7747
7751
|
"member": "EndUserInfo",
|
7748
7752
|
"name": "Users",
|
7753
|
+
"output_required": true,
|
7749
7754
|
"type": "list",
|
7750
7755
|
"value_allowed_null": false
|
7751
7756
|
},
|
@@ -9500,140 +9505,140 @@
|
|
9500
9505
|
{
|
9501
9506
|
"disabled": false,
|
9502
9507
|
"document": "用户唯一ID",
|
9503
|
-
"example": "
|
9508
|
+
"example": "1234-abc-12345",
|
9504
9509
|
"member": "string",
|
9505
9510
|
"name": "UUId",
|
9506
|
-
"
|
9511
|
+
"output_required": true,
|
9507
9512
|
"type": "string",
|
9508
9513
|
"value_allowed_null": false
|
9509
9514
|
},
|
9510
9515
|
{
|
9511
9516
|
"disabled": false,
|
9512
9517
|
"document": "微信ID",
|
9513
|
-
"example": "
|
9518
|
+
"example": "open-wx",
|
9514
9519
|
"member": "string",
|
9515
9520
|
"name": "WXOpenId",
|
9516
|
-
"
|
9521
|
+
"output_required": true,
|
9517
9522
|
"type": "string",
|
9518
9523
|
"value_allowed_null": false
|
9519
9524
|
},
|
9520
9525
|
{
|
9521
9526
|
"disabled": false,
|
9522
9527
|
"document": "qq ID",
|
9523
|
-
"example": "
|
9528
|
+
"example": "open-qq",
|
9524
9529
|
"member": "string",
|
9525
9530
|
"name": "QQOpenId",
|
9526
|
-
"
|
9531
|
+
"output_required": true,
|
9527
9532
|
"type": "string",
|
9528
9533
|
"value_allowed_null": false
|
9529
9534
|
},
|
9530
9535
|
{
|
9531
9536
|
"disabled": false,
|
9532
9537
|
"document": "手机号",
|
9533
|
-
"example": "
|
9538
|
+
"example": "13099998888",
|
9534
9539
|
"member": "string",
|
9535
9540
|
"name": "Phone",
|
9536
|
-
"
|
9541
|
+
"output_required": true,
|
9537
9542
|
"type": "string",
|
9538
9543
|
"value_allowed_null": false
|
9539
9544
|
},
|
9540
9545
|
{
|
9541
9546
|
"disabled": false,
|
9542
9547
|
"document": "邮箱",
|
9543
|
-
"example": "
|
9548
|
+
"example": "steven@tencent.com",
|
9544
9549
|
"member": "string",
|
9545
9550
|
"name": "Email",
|
9546
|
-
"
|
9551
|
+
"output_required": true,
|
9547
9552
|
"type": "string",
|
9548
9553
|
"value_allowed_null": false
|
9549
9554
|
},
|
9550
9555
|
{
|
9551
9556
|
"disabled": false,
|
9552
9557
|
"document": "昵称",
|
9553
|
-
"example": "
|
9558
|
+
"example": "steven",
|
9554
9559
|
"member": "string",
|
9555
9560
|
"name": "NickName",
|
9556
|
-
"
|
9561
|
+
"output_required": true,
|
9557
9562
|
"type": "string",
|
9558
9563
|
"value_allowed_null": false
|
9559
9564
|
},
|
9560
9565
|
{
|
9561
9566
|
"disabled": false,
|
9562
9567
|
"document": "性别",
|
9563
|
-
"example": "
|
9568
|
+
"example": "男",
|
9564
9569
|
"member": "string",
|
9565
9570
|
"name": "Gender",
|
9566
|
-
"
|
9571
|
+
"output_required": true,
|
9567
9572
|
"type": "string",
|
9568
9573
|
"value_allowed_null": false
|
9569
9574
|
},
|
9570
9575
|
{
|
9571
9576
|
"disabled": false,
|
9572
9577
|
"document": "头像地址",
|
9573
|
-
"example": "
|
9578
|
+
"example": "https://www.baidu.com",
|
9574
9579
|
"member": "string",
|
9575
9580
|
"name": "AvatarUrl",
|
9576
|
-
"
|
9581
|
+
"output_required": true,
|
9577
9582
|
"type": "string",
|
9578
9583
|
"value_allowed_null": false
|
9579
9584
|
},
|
9580
9585
|
{
|
9581
9586
|
"disabled": false,
|
9582
9587
|
"document": "更新时间",
|
9583
|
-
"example": "
|
9588
|
+
"example": "2024-02-02",
|
9584
9589
|
"member": "string",
|
9585
9590
|
"name": "UpdateTime",
|
9586
|
-
"
|
9591
|
+
"output_required": true,
|
9587
9592
|
"type": "string",
|
9588
9593
|
"value_allowed_null": false
|
9589
9594
|
},
|
9590
9595
|
{
|
9591
9596
|
"disabled": false,
|
9592
9597
|
"document": "创建时间",
|
9593
|
-
"example": "
|
9598
|
+
"example": "2024-02-02",
|
9594
9599
|
"member": "string",
|
9595
9600
|
"name": "CreateTime",
|
9596
|
-
"
|
9601
|
+
"output_required": true,
|
9597
9602
|
"type": "string",
|
9598
9603
|
"value_allowed_null": false
|
9599
9604
|
},
|
9600
9605
|
{
|
9601
9606
|
"disabled": false,
|
9602
9607
|
"document": "是否为匿名用户",
|
9603
|
-
"example": "
|
9608
|
+
"example": "true",
|
9604
9609
|
"member": "bool",
|
9605
9610
|
"name": "IsAnonymous",
|
9606
|
-
"
|
9611
|
+
"output_required": true,
|
9607
9612
|
"type": "bool",
|
9608
9613
|
"value_allowed_null": false
|
9609
9614
|
},
|
9610
9615
|
{
|
9611
9616
|
"disabled": false,
|
9612
9617
|
"document": "是否禁用账户",
|
9613
|
-
"example": "
|
9618
|
+
"example": "true",
|
9614
9619
|
"member": "bool",
|
9615
9620
|
"name": "IsDisabled",
|
9616
|
-
"
|
9621
|
+
"output_required": true,
|
9617
9622
|
"type": "bool",
|
9618
9623
|
"value_allowed_null": false
|
9619
9624
|
},
|
9620
9625
|
{
|
9621
9626
|
"disabled": false,
|
9622
9627
|
"document": "是否设置过密码",
|
9623
|
-
"example": "
|
9628
|
+
"example": "true",
|
9624
9629
|
"member": "bool",
|
9625
9630
|
"name": "HasPassword",
|
9626
|
-
"
|
9631
|
+
"output_required": true,
|
9627
9632
|
"type": "bool",
|
9628
9633
|
"value_allowed_null": false
|
9629
9634
|
},
|
9630
9635
|
{
|
9631
9636
|
"disabled": false,
|
9632
9637
|
"document": "用户名",
|
9633
|
-
"example": "
|
9638
|
+
"example": "steven",
|
9634
9639
|
"member": "string",
|
9635
9640
|
"name": "UserName",
|
9636
|
-
"
|
9641
|
+
"output_required": true,
|
9637
9642
|
"type": "string",
|
9638
9643
|
"value_allowed_null": false
|
9639
9644
|
}
|
@@ -11130,43 +11135,47 @@
|
|
11130
11135
|
"members": [
|
11131
11136
|
{
|
11132
11137
|
"disabled": false,
|
11133
|
-
"document": "统计类型 新增NEWUSER 和登录 LOGIN
|
11134
|
-
"example": "",
|
11138
|
+
"document": "统计类型 新增NEWUSER 和登录 LOGIN",
|
11139
|
+
"example": "NEWUSER",
|
11135
11140
|
"member": "string",
|
11136
11141
|
"name": "StatisticalType",
|
11142
|
+
"output_required": true,
|
11137
11143
|
"required": false,
|
11138
11144
|
"type": "string",
|
11139
|
-
"value_allowed_null":
|
11145
|
+
"value_allowed_null": false
|
11140
11146
|
},
|
11141
11147
|
{
|
11142
11148
|
"disabled": false,
|
11143
|
-
"document": "统计周期:日DAY,周WEEK,月MONTH
|
11144
|
-
"example": "",
|
11149
|
+
"document": "统计周期:日DAY,周WEEK,月MONTH",
|
11150
|
+
"example": "WEEK",
|
11145
11151
|
"member": "string",
|
11146
11152
|
"name": "StatisticalCycle",
|
11153
|
+
"output_required": true,
|
11147
11154
|
"required": false,
|
11148
11155
|
"type": "string",
|
11149
|
-
"value_allowed_null":
|
11156
|
+
"value_allowed_null": false
|
11150
11157
|
},
|
11151
11158
|
{
|
11152
11159
|
"disabled": false,
|
11153
|
-
"document": "
|
11154
|
-
"example": "",
|
11160
|
+
"document": "统计总量",
|
11161
|
+
"example": "2",
|
11155
11162
|
"member": "uint64",
|
11156
11163
|
"name": "Count",
|
11164
|
+
"output_required": true,
|
11157
11165
|
"required": false,
|
11158
11166
|
"type": "int",
|
11159
|
-
"value_allowed_null":
|
11167
|
+
"value_allowed_null": false
|
11160
11168
|
},
|
11161
11169
|
{
|
11162
11170
|
"disabled": false,
|
11163
|
-
"document": "
|
11164
|
-
"example": "",
|
11171
|
+
"document": "更新时间",
|
11172
|
+
"example": "2025-01-01",
|
11165
11173
|
"member": "string",
|
11166
11174
|
"name": "UpdateTime",
|
11175
|
+
"output_required": true,
|
11167
11176
|
"required": false,
|
11168
11177
|
"type": "string",
|
11169
|
-
"value_allowed_null":
|
11178
|
+
"value_allowed_null": false
|
11170
11179
|
}
|
11171
11180
|
],
|
11172
11181
|
"usage": "both"
|
@@ -382,7 +382,7 @@
|
|
382
382
|
{
|
383
383
|
"document": "获取终端用户列表",
|
384
384
|
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeEndUsers\n&EnvId=envid\n&UUIds.0=00000000963b4a85a9b34e2d1fe0c685\n&<公共请求参数>",
|
385
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Users\": [\n {\n \"UserName\": \"
|
385
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Users\": [\n {\n \"UserName\": \"admin\",\n \"QQOpenId\": \"openid123\",\n \"UpdateTime\": \"2025-01-01\",\n \"UUId\": \"abc123\",\n \"AvatarUrl\": \"https://www.baidu.com\",\n \"Gender\": \"male\",\n \"IsDisabled\": false,\n \"IsAnonymous\": true,\n \"CreateTime\": \"2025-01-01\",\n \"HasPassword\": true,\n \"Phone\": \"13092030921\",\n \"WXOpenId\": \"openwx123\",\n \"NickName\": \"steven\",\n \"Email\": \"steven@tencent.com\"\n }\n ],\n \"RequestId\": \"abc12345667\"\n }\n}",
|
386
386
|
"title": "获取终端用户列表"
|
387
387
|
}
|
388
388
|
],
|