tccli 3.0.1245.1__py2.py3-none-any.whl → 3.0.1247.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/__init__.py +3 -0
- tccli/services/billing/v20180709/api.json +55 -1
- tccli/services/cam/v20190116/api.json +14 -14
- tccli/services/ccc/v20200210/api.json +61 -1
- tccli/services/cdb/cdb_client.py +53 -0
- tccli/services/cdb/v20170320/api.json +72 -0
- tccli/services/cdb/v20170320/examples.json +8 -0
- tccli/services/cls/v20201016/api.json +3 -3
- tccli/services/dbbrain/v20210527/api.json +14 -5
- tccli/services/dbdc/v20201029/api.json +72 -72
- tccli/services/dcdb/v20180411/api.json +3 -3
- tccli/services/dcdb/v20180411/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +17 -11
- tccli/services/ecm/v20190719/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +4 -4
- tccli/services/iotexplorer/iotexplorer_client.py +216 -4
- tccli/services/iotexplorer/v20190423/api.json +146 -1
- tccli/services/iotexplorer/v20190423/examples.json +34 -2
- tccli/services/lcic/v20220817/api.json +110 -111
- tccli/services/lcic/v20220817/examples.json +40 -40
- tccli/services/lkeap/__init__.py +4 -0
- tccli/services/lkeap/lkeap_client.py +1479 -0
- tccli/services/lkeap/v20240522/api.json +1973 -0
- tccli/services/lkeap/v20240522/examples.json +223 -0
- tccli/services/mna/v20210119/api.json +7 -7
- tccli/services/mna/v20210119/examples.json +9 -9
- tccli/services/mongodb/v20180408/api.json +153 -112
- tccli/services/mongodb/v20180408/examples.json +2 -2
- tccli/services/mongodb/v20190725/api.json +202 -167
- tccli/services/mongodb/v20190725/examples.json +8 -8
- tccli/services/monitor/v20180724/api.json +19 -0
- tccli/services/ocr/v20181119/api.json +10 -10
- tccli/services/ocr/v20181119/examples.json +15 -15
- tccli/services/sqlserver/v20180328/api.json +43 -5
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/tcb/v20180608/api.json +281 -258
- tccli/services/tcb/v20180608/examples.json +18 -18
- tccli/services/tcbr/v20220217/api.json +46 -13
- tccli/services/tcbr/v20220217/examples.json +2 -8
- tccli/services/tcr/v20190924/api.json +125 -121
- tccli/services/tcr/v20190924/examples.json +53 -53
- tccli/services/tdmq/tdmq_client.py +57 -4
- tccli/services/tdmq/v20200217/api.json +107 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +33 -33
- tccli/services/vdb/v20230616/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +38 -25
- tccli/services/vpc/v20170312/examples.json +29 -7
- tccli/services/wedata/v20210820/api.json +34 -1
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/RECORD +58 -54
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1245.1.dist-info → tccli-3.0.1247.1.dist-info}/license_files/LICENSE +0 -0
@@ -19,8 +19,8 @@
|
|
19
19
|
"CommonServiceAPI": [
|
20
20
|
{
|
21
21
|
"document": "",
|
22
|
-
"input": "
|
23
|
-
"output": "{\n \"Response\": {\n \"JSONResp\": \"\",\n \"RequestId\": \"
|
22
|
+
"input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CommonServiceAPI\n<公共请求参数>\n\n{\n \"Service\": \"DescribeEnvs\",\n \"JSONData\": \"{\\\"WxAppId\\\":\\\"wx989d74faaeb9fbdc\\\",\\\"EnvType\\\":\\\"test\\\"}\"\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"JSONResp\": \"{\\\"Response\\\":{\\\"EnvList\\\":[],\\\"RequestId\\\":\\\"b7811e09-ab86-48cc-8b1a-4c4122c3bf42\\\",\\\"Total\\\":0}}\",\n \"RequestId\": \"9f5382d6-0f69-4780-9ebb-12f9d084ce0b\"\n }\n}",
|
24
24
|
"title": "示例"
|
25
25
|
}
|
26
26
|
],
|
@@ -167,7 +167,7 @@
|
|
167
167
|
"DescribeActivityRecord": [
|
168
168
|
{
|
169
169
|
"document": "查询活动记录信息",
|
170
|
-
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeActivityRecord\n&ActivityIdList.0=1\n&ChannelToken=
|
170
|
+
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeActivityRecord\n&ActivityIdList.0=1\n&ChannelToken=ssss\n&Channel=qc_console\n&Status=1\n&Statuses.0=1\n&IsDeletedList.0=1\n&<公共请求参数>",
|
171
171
|
"output": "{\n \"Response\": {\n \"RequestId\": \"51a33e48-a808-4fe7-8c02-4e7be5245351\",\n \"ActivityRecords\": []\n }\n}",
|
172
172
|
"title": "查询活动记录信息"
|
173
173
|
}
|
@@ -184,7 +184,7 @@
|
|
184
184
|
{
|
185
185
|
"document": "获取套餐",
|
186
186
|
"input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBaasPackageList\n<公共请求参数>\n\n{\n \"Source\": \"miniapp\"\n}",
|
187
|
-
"output": "{\n \"Response\": {\n \"PackageList\": [\n {\n \"PackageName\": \"personal_calculation\",\n \"PackageTitle\": \"个人版-计算型\",\n \"GroupName\": \"calculation\",\n \"GroupTitle\": \"套餐分组中文名\",\n \"BillTags\": \"{\\\"pid\\\":0, \\\"cids\\\":{\\\"create\\\":0, \\\"renew\\\":0, \\\"modify\\\":0}, \\\"productCode\\\":0, \\\"subProductCode\\\":0}\",\n \"ResourceLimit\": \"{\\\"Capacity\\\":{\\\"TimeUnit\\\":\\\"m\\\", \\\"Unit\\\":\\\"GB\\\", \\\"MaxSize\\\": 100}, \\\"Flux\\\":{\\\"TimeUnit\\\":\\\"m\\\", \\\"Unit\\\":\\\"GB\\\", \\\"MaxSize\\\": 100}, \\\"CalculationTime\\\":{\\\"TimeUnit\\\":\\\"m\\\", \\\"Unit\\\":\\\"s\\\", \\\"MaxSize\\\": 100}, \\\"InvokeNum\\\":{\\\"TimeUnit\\\":\\\"m\\\", \\\"Unit\\\":\\\"次\\\", \\\"MaxSize\\\": 100}}\",\n \"AdvanceLimit\": \"{\\\"CMSEnable\\\":false,\\\"ProvisionedConcurrencyMem\\\":512000, \\\"PictureProcessing\\\":false, \\\"SecurityAudit\\\":false, \\\"RealTimePush\\\":false, \\\"TemplateMessageBatchPush\\\":false, \\\"Payment\\\":false}\",\n \"PackageDescription\": \"
|
187
|
+
"output": "{\n \"Response\": {\n \"PackageList\": [\n {\n \"PackageName\": \"personal_calculation\",\n \"PackageTitle\": \"个人版-计算型\",\n \"GroupName\": \"calculation\",\n \"GroupTitle\": \"套餐分组中文名\",\n \"BillTags\": \"{\\\"pid\\\":0, \\\"cids\\\":{\\\"create\\\":0, \\\"renew\\\":0, \\\"modify\\\":0}, \\\"productCode\\\":0, \\\"subProductCode\\\":0}\",\n \"ResourceLimit\": \"{\\\"Capacity\\\":{\\\"TimeUnit\\\":\\\"m\\\", \\\"Unit\\\":\\\"GB\\\", \\\"MaxSize\\\": 100}, \\\"Flux\\\":{\\\"TimeUnit\\\":\\\"m\\\", \\\"Unit\\\":\\\"GB\\\", \\\"MaxSize\\\": 100}, \\\"CalculationTime\\\":{\\\"TimeUnit\\\":\\\"m\\\", \\\"Unit\\\":\\\"s\\\", \\\"MaxSize\\\": 100}, \\\"InvokeNum\\\":{\\\"TimeUnit\\\":\\\"m\\\", \\\"Unit\\\":\\\"次\\\", \\\"MaxSize\\\": 100}}\",\n \"AdvanceLimit\": \"{\\\"CMSEnable\\\":false,\\\"ProvisionedConcurrencyMem\\\":512000, \\\"PictureProcessing\\\":false, \\\"SecurityAudit\\\":false, \\\"RealTimePush\\\":false, \\\"TemplateMessageBatchPush\\\":false, \\\"Payment\\\":false}\",\n \"PackageDescription\": \"baas personal package\",\n \"IsExternal\": true\n }\n ],\n \"RequestId\": \"2e992b19-7906-44a4-a8bb-5a71672b0ec9\"\n }\n}",
|
188
188
|
"title": "获取套餐"
|
189
189
|
}
|
190
190
|
],
|
@@ -349,8 +349,8 @@
|
|
349
349
|
"DescribeDatabaseACL": [
|
350
350
|
{
|
351
351
|
"document": "查询数据库集合的ACL",
|
352
|
-
"input": "
|
353
|
-
"output": "{\n \"Response\": {\n \"AclTag\": \"
|
352
|
+
"input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabaseACL\n<公共请求参数>\n\n{\n \"EnvId\": \"env-xxyyzzaa\",\n \"CollectionName\": \"table-abc\"\n}",
|
353
|
+
"output": "{\n \"Response\": {\n \"AclTag\": \"READONLY\",\n \"RequestId\": \"uuid-here\"\n }\n}",
|
354
354
|
"title": "查询数据库ACL"
|
355
355
|
}
|
356
356
|
],
|
@@ -358,7 +358,7 @@
|
|
358
358
|
{
|
359
359
|
"document": "获取文件下载信息",
|
360
360
|
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeDownloadFile\n&CodeUri=extension://ba883a90xxxxx.zip\n&<公共请求参数>",
|
361
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://cloudaccess-code-123.cos.ap-shanghai.myqcloud.com/aaa\",\n \"CustomKey\": \"
|
361
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"https://cloudaccess-code-123.cos.ap-shanghai.myqcloud.com/aaa\",\n \"CustomKey\": \"U5L61r7jcwdNvT7frmUG8g==\",\n \"FilePath\": \"file\",\n \"RequestId\": \"d691f154-c2d5-4f48-833a-a408cdaadd9c\"\n }\n}",
|
362
362
|
"title": "获取文件下载信息"
|
363
363
|
}
|
364
364
|
],
|
@@ -405,8 +405,8 @@
|
|
405
405
|
"DescribeEnvLimit": [
|
406
406
|
{
|
407
407
|
"document": "",
|
408
|
-
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeEnvLimit\n&Source=
|
409
|
-
"output": "{\n \"Response\": {\n \"CurrentFreeEnvNum\": 0,\n \"ChangePayTotal\": 0,\n \"CurrentChangePayMonthly\": 0,\n \"MaxDeleteMonthly\": 0,\n \"MaxEnvNum\": 0,\n \"ChangePayMonthly\": 0,\n \"CurrentChangePayTotal\": 0,\n \"MaxDeleteTotal\": 0,\n \"CurrentEnvNum\": 0,\n \"CurrentDeleteMonthly\": 0,\n \"CurrentDeleteTotal\": 0,\n \"CurrentFreeTrialNum\": 0,\n \"MaxFreeTrialNum\": 0,\n \"MaxFreeEnvNum\": 0,\n \"RequestId\": \"
|
408
|
+
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeEnvLimit\n&Source=miniapp\n&<公共请求参数>",
|
409
|
+
"output": "{\n \"Response\": {\n \"CurrentFreeEnvNum\": 0,\n \"ChangePayTotal\": 0,\n \"CurrentChangePayMonthly\": 0,\n \"MaxDeleteMonthly\": 0,\n \"MaxEnvNum\": 0,\n \"ChangePayMonthly\": 0,\n \"CurrentChangePayTotal\": 0,\n \"MaxDeleteTotal\": 0,\n \"CurrentEnvNum\": 0,\n \"CurrentDeleteMonthly\": 0,\n \"CurrentDeleteTotal\": 0,\n \"CurrentFreeTrialNum\": 0,\n \"MaxFreeTrialNum\": 0,\n \"MaxFreeEnvNum\": 0,\n \"RequestId\": \"uuid-here\"\n }\n}",
|
410
410
|
"title": "查询环境个数上限接口"
|
411
411
|
}
|
412
412
|
],
|
@@ -430,7 +430,7 @@
|
|
430
430
|
{
|
431
431
|
"document": "",
|
432
432
|
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeExtensionUploadInfo\n&ExtensionFiles.0.FileType=FUNCTION\n&ExtensionFiles.0.FileName=myfilename\n&<公共请求参数>",
|
433
|
-
"output": "{\n \"Response\": {\n \"FilesData\": [\n {\n \"CodeUri\": \"extension://ba883a90xxxxx.zip\",\n \"UploadUrl\": \"https://cloudaccess-code-123.cos.ap-shanghai.myqcloud.com/home%2Fz0anckEI.zip?sign=q-sign-algorithm%aa\",\n \"CustomKey\": \"
|
433
|
+
"output": "{\n \"Response\": {\n \"FilesData\": [\n {\n \"CodeUri\": \"extension://ba883a90xxxxx.zip\",\n \"UploadUrl\": \"https://cloudaccess-code-123.cos.ap-shanghai.myqcloud.com/home%2Fz0anckEI.zip?sign=q-sign-algorithm%aa\",\n \"CustomKey\": \"U5L61r7jcwdNvT7frmUG8g==\",\n \"MaxSize\": 15\n }\n ],\n \"RequestId\": \"d691f154-c2d5-4f48-833a-a408cdaadd9c\"\n }\n}",
|
434
434
|
"title": "获取上次文件的信息"
|
435
435
|
}
|
436
436
|
],
|
@@ -438,7 +438,7 @@
|
|
438
438
|
{
|
439
439
|
"document": "",
|
440
440
|
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeExtraPkgBillingInfo\r\n&EnvId=cdnheader-v2a\r\n&<公共请求参数>",
|
441
|
-
"output": "{\n \"Response\": {\n \"EnvInfoList\": [\n {\n \"EnvId\": \"cdnheader-v2\",\n \"PackageId\": \"tcb_pkg_hosting_add_2\",\n \"Status\": \"normal\",\n \"PayMode\": \"prepayment\",\n \"IsolatedTime\": \"0000-00-00 00:00:00\",\n \"ExpireTime\": \"2020-05-16 23:59:59\",\n \"CreateTime\": \"2020-04-16 18:50:10\",\n \"UpdateTime\": \"2020-05-14 16:00:42\",\n \"IsAutoRenew\": \"true\",\n \"PaymentChannel\": \"qcloud\"\n }\n ],\n \"RequestId\": \"e2450786-2fec-47de-9d8d-ee1bb7805d38\",\n \"Total\": 1\n }\n}",
|
441
|
+
"output": "{\n \"Response\": {\n \"EnvInfoList\": [\n {\n \"EnvId\": \"cdnheader-v2\",\n \"PackageId\": \"tcb_pkg_hosting_add_2\",\n \"Status\": \"normal\",\n \"PayMode\": \"prepayment\",\n \"IsolatedTime\": \"0000-00-00 00:00:00\",\n \"ExpireTime\": \"2020-05-16 23:59:59\",\n \"CreateTime\": \"2020-04-16 18:50:10\",\n \"UpdateTime\": \"2020-05-14 16:00:42\",\n \"IsAutoRenew\": \"true\",\n \"PaymentChannel\": \"qcloud\",\n \"FreeQuota\": \"basic\",\n \"OrderInfo\": null,\n \"ExtPackageType\": \"\",\n \"IsAlwaysFree\": false,\n \"EnableOverrun\": false\n }\n ],\n \"RequestId\": \"e2450786-2fec-47de-9d8d-ee1bb7805d38\",\n \"Total\": 1\n }\n}",
|
442
442
|
"title": "查询用户增值包详情"
|
443
443
|
}
|
444
444
|
],
|
@@ -485,7 +485,7 @@
|
|
485
485
|
"DescribePostpayPackageFreeQuotas": [
|
486
486
|
{
|
487
487
|
"document": "获取后付费免费额度 ",
|
488
|
-
"input": "{\n
|
488
|
+
"input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePostpayPackageFreeQuotas\n<公共请求参数>\n\n{\n \"EnvId\": \"env-xxyyzzaq\",\n \"FreeQuotaType\": \"free\"\n}",
|
489
489
|
"output": "{\n \"Response\": {\n \"PackageFreeQuotaInfos\": [\n {\n \"ResourceType\": \"COS\",\n \"ResourceMetric\": \"ReadRequests\",\n \"FreeQuota\": 150,\n \"MetricUnit\": \"万次\",\n \"DeductType\": \"sum-month\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"COS\",\n \"ResourceMetric\": \"WriteRequests\",\n \"FreeQuota\": 60,\n \"MetricUnit\": \"万次\",\n \"DeductType\": \"sum-month\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"COS\",\n \"ResourceMetric\": \"Capacity\",\n \"FreeQuota\": 5,\n \"MetricUnit\": \"GB\",\n \"DeductType\": \"totalize\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"COS\",\n \"ResourceMetric\": \"Flux\",\n \"FreeQuota\": 5,\n \"MetricUnit\": \"GB\",\n \"DeductType\": \"sum-month\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"CDN\",\n \"ResourceMetric\": \"Flux\",\n \"FreeQuota\": 5,\n \"MetricUnit\": \"GB\",\n \"DeductType\": \"sum-month\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"SCF\",\n \"ResourceMetric\": \"MemoryUse\",\n \"FreeQuota\": 40000,\n \"MetricUnit\": \"GBs\",\n \"DeductType\": \"sum-month\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"SCF\",\n \"ResourceMetric\": \"Outflow\",\n \"FreeQuota\": 1,\n \"MetricUnit\": \"GB\",\n \"DeductType\": \"sum-month\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"FLEXDB\",\n \"ResourceMetric\": \"Capacity\",\n \"FreeQuota\": 2,\n \"MetricUnit\": \"GB\",\n \"DeductType\": \"totalize\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"FLEXDB\",\n \"ResourceMetric\": \"ReadRequests\",\n \"FreeQuota\": 5,\n \"MetricUnit\": \"万次\",\n \"DeductType\": \"sum-day\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"FLEXDB\",\n \"ResourceMetric\": \"WriteRequests\",\n \"FreeQuota\": 3,\n \"MetricUnit\": \"万次\",\n \"DeductType\": \"sum-day\",\n \"FreeQuotaType\": \"basic\"\n },\n {\n \"ResourceType\": \"HOSTING\",\n \"ResourceMetric\": \"Capacity\",\n \"FreeQuota\": 5120,\n \"MetricUnit\": \"GB\",\n \"DeductType\": \"totalize\",\n \"FreeQuotaType\": \"basic\"\n }\n ],\n \"RequestId\": \"a1b9ccf2-86a7-490d-9769-a5fb6b856192\"\n }\n}",
|
490
490
|
"title": "获取后付费免费额度"
|
491
491
|
}
|
@@ -502,7 +502,7 @@
|
|
502
502
|
{
|
503
503
|
"document": "查询免费量",
|
504
504
|
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeSmsQuotas\n&EnvId=tnt-j715s5gda\n&<公共请求参数>",
|
505
|
-
"output": "{\n \"Response\": {\n \"SmsFreeQuotaList\": [\n {\n \"FreeQuota\": 1000,\n \"CycleStart\": \"2020-01-01 23:59:59\",\n \"CycleEnd\": \"2020-02-01 23:59:59\",\n \"TodayUsedQuota\": 0\n }\n ],\n \"RequestId\": \"a1b9ccf2-86a7-490d-9769-a5fb6b856192\"\n }\n}",
|
505
|
+
"output": "{\n \"Response\": {\n \"SmsFreeQuotaList\": [\n {\n \"FreeQuota\": 1000,\n \"CycleStart\": \"2020-01-01 23:59:59\",\n \"CycleEnd\": \"2020-02-01 23:59:59\",\n \"TodayUsedQuota\": 0,\n \"TotalUsedQuota\": 114514\n }\n ],\n \"RequestId\": \"a1b9ccf2-86a7-490d-9769-a5fb6b856192\"\n }\n}",
|
506
506
|
"title": "查询免费量"
|
507
507
|
}
|
508
508
|
],
|
@@ -533,8 +533,8 @@
|
|
533
533
|
"DescribeUserActivityInfo": [
|
534
534
|
{
|
535
535
|
"document": "查询用户活动信息",
|
536
|
-
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeUserActivityInfo\n&ActivityId=1\n&ChannelToken=
|
537
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"51a33e48-a808-4fe7-8c02-4e7be5245351\",\n \"Tag\": \"
|
536
|
+
"input": "https://tcb.tencentcloudapi.com/?Action=DescribeUserActivityInfo\n&ActivityId=1\n&ChannelToken=ssss\n&Channel=qc_console\n&GroupId=5d8f5ds45\n&<公共请求参数>",
|
537
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"51a33e48-a808-4fe7-8c02-4e7be5245351\",\n \"Tag\": \"as48sdf45d\",\n \"Notes\": \"1,2,3\",\n \"ActivityTimeLeft\": 1,\n \"GroupTimeLeft\": 1,\n \"NickNameList\": \"a,b,c\"\n }\n}",
|
538
538
|
"title": "查询用户活动信息"
|
539
539
|
}
|
540
540
|
],
|
@@ -637,8 +637,8 @@
|
|
637
637
|
"ModifyClsTopic": [
|
638
638
|
{
|
639
639
|
"document": "",
|
640
|
-
"input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyClsTopic\n<公共请求参数>\n\n{\n \"EnvId\": \"
|
641
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
640
|
+
"input": "POST / HTTP/1.1\nHost: tcb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyClsTopic\n<公共请求参数>\n\n{\n \"EnvId\": \"env-xxyyzzaa\",\n \"Period\": 10\n}",
|
641
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"uuid-here\"\n }\n}",
|
642
642
|
"title": "绑定自定义日志"
|
643
643
|
}
|
644
644
|
],
|
@@ -701,7 +701,7 @@
|
|
701
701
|
"SearchClsLog": [
|
702
702
|
{
|
703
703
|
"document": "搜索CLS日志",
|
704
|
-
"input": "https://tcb.tencentcloudapi.com/?Action=SearchClsLog\n&EnvId=test-12323\n&StartTime=
|
704
|
+
"input": "https://tcb.tencentcloudapi.com/?Action=SearchClsLog\n&EnvId=test-12323\n&StartTime=2024-12-01 00:00:00\n&EndTime=2024-12-01 01:00:00\n&Limit=10\n&QueryString=my-function-name\n&Sort=desc\n&<公共请求参数>",
|
705
705
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3e22b381-93a3-44c4-85b7-456679a7b8cd\",\n \"LogResults\": {\n \"Context\": \"\",\n \"ListOver\": true,\n \"Results\": []\n }\n }\n}",
|
706
706
|
"title": "搜索CLS日志"
|
707
707
|
}
|
@@ -124,6 +124,17 @@
|
|
124
124
|
"required": true,
|
125
125
|
"type": "string",
|
126
126
|
"value_allowed_null": false
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"disabled": false,
|
130
|
+
"document": "语言版本",
|
131
|
+
"example": "20.16.0",
|
132
|
+
"member": "string",
|
133
|
+
"name": "LanguageVersion",
|
134
|
+
"output_required": false,
|
135
|
+
"required": false,
|
136
|
+
"type": "string",
|
137
|
+
"value_allowed_null": false
|
127
138
|
}
|
128
139
|
],
|
129
140
|
"usage": "both"
|
@@ -189,7 +200,7 @@
|
|
189
200
|
{
|
190
201
|
"disabled": false,
|
191
202
|
"document": "环境别名,要以a-z开头,不能包含 a-z,0-9,- 以外的字符",
|
192
|
-
"example": "
|
203
|
+
"example": "alias",
|
193
204
|
"member": "string",
|
194
205
|
"name": "Alias",
|
195
206
|
"required": false,
|
@@ -242,7 +253,7 @@
|
|
242
253
|
},
|
243
254
|
{
|
244
255
|
"disabled": false,
|
245
|
-
"document": "来源:wechat | cloud",
|
256
|
+
"document": "来源:wechat | cloud | weda",
|
246
257
|
"example": "wechat",
|
247
258
|
"member": "string",
|
248
259
|
"name": "Source",
|
@@ -251,7 +262,7 @@
|
|
251
262
|
},
|
252
263
|
{
|
253
264
|
"disabled": false,
|
254
|
-
"document": "渠道:wechat | cloud",
|
265
|
+
"document": "渠道:wechat | cloud | weda",
|
255
266
|
"example": "wechat",
|
256
267
|
"member": "string",
|
257
268
|
"name": "Channel",
|
@@ -260,8 +271,8 @@
|
|
260
271
|
},
|
261
272
|
{
|
262
273
|
"disabled": false,
|
263
|
-
"document": "环境ID",
|
264
|
-
"example": "
|
274
|
+
"document": "环境ID 云开发平台必填",
|
275
|
+
"example": "env-sdjflskjfd",
|
265
276
|
"member": "string",
|
266
277
|
"name": "EnvId",
|
267
278
|
"required": false,
|
@@ -279,6 +290,7 @@
|
|
279
290
|
"example": "prod-3g69bdvme2ac11cb",
|
280
291
|
"member": "string",
|
281
292
|
"name": "EnvId",
|
293
|
+
"output_required": true,
|
282
294
|
"type": "string",
|
283
295
|
"value_allowed_null": false
|
284
296
|
},
|
@@ -288,6 +300,7 @@
|
|
288
300
|
"example": "0ow89eea326",
|
289
301
|
"member": "string",
|
290
302
|
"name": "TranId",
|
303
|
+
"output_required": true,
|
291
304
|
"type": "string",
|
292
305
|
"value_allowed_null": false
|
293
306
|
},
|
@@ -688,10 +701,20 @@
|
|
688
701
|
"example": "无",
|
689
702
|
"member": "EnvBaseInfo",
|
690
703
|
"name": "EnvBaseInfo",
|
691
|
-
"
|
704
|
+
"output_required": true,
|
692
705
|
"type": "object",
|
693
706
|
"value_allowed_null": false
|
694
707
|
},
|
708
|
+
{
|
709
|
+
"disabled": false,
|
710
|
+
"document": "是否存在",
|
711
|
+
"example": "false",
|
712
|
+
"member": "bool",
|
713
|
+
"name": "IsExist",
|
714
|
+
"output_required": false,
|
715
|
+
"type": "bool",
|
716
|
+
"value_allowed_null": false
|
717
|
+
},
|
695
718
|
{
|
696
719
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
697
720
|
"member": "string",
|
@@ -1685,7 +1708,7 @@
|
|
1685
1708
|
"example": "serverName",
|
1686
1709
|
"member": "string",
|
1687
1710
|
"name": "ServerName",
|
1688
|
-
"
|
1711
|
+
"output_required": true,
|
1689
1712
|
"type": "string",
|
1690
1713
|
"value_allowed_null": false
|
1691
1714
|
},
|
@@ -1695,7 +1718,7 @@
|
|
1695
1718
|
"example": "http://xxx.xxx.xxx",
|
1696
1719
|
"member": "string",
|
1697
1720
|
"name": "DefaultDomainName",
|
1698
|
-
"
|
1721
|
+
"output_required": true,
|
1699
1722
|
"type": "string",
|
1700
1723
|
"value_allowed_null": false
|
1701
1724
|
},
|
@@ -1705,7 +1728,7 @@
|
|
1705
1728
|
"example": "http://xxx.xxx.xxx",
|
1706
1729
|
"member": "string",
|
1707
1730
|
"name": "CustomDomainName",
|
1708
|
-
"
|
1731
|
+
"output_required": true,
|
1709
1732
|
"type": "string",
|
1710
1733
|
"value_allowed_null": false
|
1711
1734
|
},
|
@@ -1715,7 +1738,7 @@
|
|
1715
1738
|
"example": "runnig",
|
1716
1739
|
"member": "string",
|
1717
1740
|
"name": "Status",
|
1718
|
-
"
|
1741
|
+
"output_required": true,
|
1719
1742
|
"type": "string",
|
1720
1743
|
"value_allowed_null": false
|
1721
1744
|
},
|
@@ -1725,7 +1748,7 @@
|
|
1725
1748
|
"example": "2022-03-09 14:00:00",
|
1726
1749
|
"member": "string",
|
1727
1750
|
"name": "UpdateTime",
|
1728
|
-
"
|
1751
|
+
"output_required": true,
|
1729
1752
|
"type": "string",
|
1730
1753
|
"value_allowed_null": false
|
1731
1754
|
},
|
@@ -1735,7 +1758,7 @@
|
|
1735
1758
|
"example": "[\"OA\",\"MINIAPP\",\"VPC\"]",
|
1736
1759
|
"member": "string",
|
1737
1760
|
"name": "AccessTypes",
|
1738
|
-
"
|
1761
|
+
"output_required": true,
|
1739
1762
|
"type": "list",
|
1740
1763
|
"value_allowed_null": false
|
1741
1764
|
},
|
@@ -1745,9 +1768,19 @@
|
|
1745
1768
|
"example": "[\"http://xxx.xxx.xxx\",\"http://xxx.xxx.xxx\"]",
|
1746
1769
|
"member": "string",
|
1747
1770
|
"name": "CustomDomainNames",
|
1748
|
-
"
|
1771
|
+
"output_required": true,
|
1749
1772
|
"type": "list",
|
1750
1773
|
"value_allowed_null": false
|
1774
|
+
},
|
1775
|
+
{
|
1776
|
+
"disabled": false,
|
1777
|
+
"document": "服务类型: function 云函数2.0;container 容器服务",
|
1778
|
+
"example": "function",
|
1779
|
+
"member": "string",
|
1780
|
+
"name": "ServerType",
|
1781
|
+
"output_required": false,
|
1782
|
+
"type": "string",
|
1783
|
+
"value_allowed_null": false
|
1751
1784
|
}
|
1752
1785
|
],
|
1753
1786
|
"usage": "out"
|
@@ -3,15 +3,9 @@
|
|
3
3
|
"CreateCloudRunEnv": [
|
4
4
|
{
|
5
5
|
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: tcbr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudRunEnv\n<公共请求参数>\n\n{\n \"VpcId\": \"
|
6
|
+
"input": "POST / HTTP/1.1\nHost: tcbr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudRunEnv\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-sdfsdf\",\n \"Alias\": \"sldfjkdlkj\",\n \"SubNetIds\": [],\n \"FreeQuota\": \"\",\n \"EnvId\": \"env-sdfsdf\",\n \"Source\": \"wechat\",\n \"Flag\": \"\",\n \"PackageType\": \"Trial\",\n \"ReqKey\": \"seqId\",\n \"Channel\": \"wechat\"\n}",
|
7
7
|
"output": "{\n \"Response\": {\n \"EnvId\": \"env-test\",\n \"RequestId\": \"c8b68d5a-d045-4740-b731-da71512be06e\",\n \"TranId\": \"\"\n }\n}",
|
8
8
|
"title": "success"
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"document": "创建环境",
|
12
|
-
"input": "POST / HTTP/1.1\nHost: tcbr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCloudRunEnv\n<公共请求参数>\n\n{\n \"Alias\": \"xx\",\n \"FreeQuota\": \"xx\",\n \"Flag\": \"xx\",\n \"VpcId\": \"xx\",\n \"SubNetIds\": [\n \"xx\"\n ],\n \"ReqKey\": \"xx\",\n \"PackageType\": \"xx\",\n \"Source\": \"xx\",\n \"Channel\": \"xx\",\n \"EnvId\": \"xx\"\n}",
|
13
|
-
"output": "{\n \"Response\": {\n \"EnvId\": \"prod-3g69bdvme2ac11cb\",\n \"TranId\": \"0ow89eea326\",\n \"RequestId\": \"1db46cfe-3b3d-47e8-aff2-1cbf1b6c3018\"\n }\n}",
|
14
|
-
"title": "CreateCloudRunEnv"
|
15
9
|
}
|
16
10
|
],
|
17
11
|
"CreateCloudRunServer": [
|
@@ -56,7 +50,7 @@
|
|
56
50
|
{
|
57
51
|
"document": "",
|
58
52
|
"input": "POST / HTTP/1.1\nHost: tcbr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnvBaseInfo\n<公共请求参数>\n\n{\n \"EnvId\": \"prod-0g8ki95z117f177d\"\n}",
|
59
|
-
"output": "{\n \"Response\": {\n \"
|
53
|
+
"output": "{\n \"Response\": {\n \"EnvBaseInfo\": {\n \"EnvId\": \"abc\",\n \"PackageType\": \"abc\",\n \"VpcId\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Alias\": \"abc\",\n \"Status\": \"abc\",\n \"Region\": \"abc\",\n \"EnvType\": \"abc\",\n \"SubnetIds\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
60
54
|
"title": "查询环境基础信息"
|
61
55
|
}
|
62
56
|
],
|