tccli 3.0.1359.1__py2.py3-none-any.whl → 3.0.1360.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/cbs/v20170312/api.json +10 -1
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/ess/v20201111/api.json +19 -1
- tccli/services/essbasic/v20210526/api.json +30 -12
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +36 -16
- tccli/services/mna/v20210119/api.json +1 -1
- tccli/services/mps/v20190612/api.json +496 -133
- tccli/services/mps/v20190612/examples.json +12 -0
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/postgres/v20170312/api.json +43 -43
- tccli/services/postgres/v20170312/examples.json +15 -15
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/ssl/v20191205/api.json +10 -1
- tccli/services/vod/v20180717/api.json +206 -2
- tccli/services/wedata/v20210820/api.json +889 -2
- tccli/services/wedata/v20210820/examples.json +72 -2
- tccli/services/wedata/wedata_client.py +440 -16
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1360.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1360.1.dist-info}/RECORD +25 -25
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1360.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1360.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1359.1.dist-info → tccli-3.0.1360.1.dist-info}/license_files/LICENSE +0 -0
@@ -1206,6 +1206,18 @@
|
|
1206
1206
|
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ProcessMedia\n<公共请求参数>\n\n{\n \"MediaProcessTask\": {\n \"TranscodeTaskSet\": [\n {\n \"Definition\": \"30\"\n },\n {\n \"Definition\": \"20\"\n },\n {\n \"Definition\": \"40\"\n }\n ]\n },\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Region\": \"ap-chongqing\",\n \"Object\": \"/movie/201907/WildAnimal.mov\",\n \"Bucket\": \"TopRankVideo-125xxx88\"\n }\n }\n}",
|
1207
1207
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ca31e3a-6b8e-4b4e-9256-fdc700064ef3\",\n \"TaskId\": \"125xxx65-procedurev2-bffb15f07530b57bc1aabb01fac74bca\"\n }\n}",
|
1208
1208
|
"title": "发起转码任务"
|
1209
|
+
},
|
1210
|
+
{
|
1211
|
+
"document": "",
|
1212
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ProcessMedia\n<公共请求参数>\n\n{\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"TopRankVideo-125xxx88\",\n \"Region\": \"ap-shanghai\",\n \"Object\": \"/image/lenna.jpeg\"\n }\n },\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"TopRankVideo-125xxx88\",\n \"Region\": \"ap-shanghai\"\n }\n },\n \"OutputDir\": \"/data/share/\",\n \"AiQualityControlTask\": {\n \"Definition\": 30\n }\n}",
|
1213
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"4a72e698-ec27-4fc1-8e17-c1cbfce1a4a9\",\n \"TaskId\": \"2600007696-WorkflowTask-67771a50b24d08baaf6165da23461e36tt7\"\n }\n}",
|
1214
|
+
"title": "发起媒体质检任务"
|
1215
|
+
},
|
1216
|
+
{
|
1217
|
+
"document": "",
|
1218
|
+
"input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ProcessMedia\n<公共请求参数>\n\n{\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"TopRankVideo-125xxx88\",\n \"Region\": \"ap-shanghai\",\n \"Object\": \"/video/lego-city-vehicles.mp4\"\n }\n },\n \"OutputDir\": \"/share/output/\",\n \"MediaProcessTask\": {\n \"AdaptiveDynamicStreamingTaskSet\": [\n {\n \"Definition\": 10,\n \"OutputObjectPath\": \"{inputName}_adaptiveDynamicStreaming.{format}\",\n \"SubStreamObjectName\": \"{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}\",\n \"SegmentObjectName\": \"{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}_{segmentNumber}.{format}\"\n }\n ]\n }\n}",
|
1219
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"be6954ba-1e0e-4b36-9da1-d79aaaaccb0d\",\n \"TaskId\": \"2600007696-WorkflowTask-7bc4b70f5bda4b4fef4ad29d2d168bdftt7\"\n }\n}",
|
1220
|
+
"title": "发起自适应码流任务"
|
1209
1221
|
}
|
1210
1222
|
],
|
1211
1223
|
"RecognizeMediaForZhiXue": [
|
@@ -14842,7 +14842,7 @@
|
|
14842
14842
|
{
|
14843
14843
|
"disabled": false,
|
14844
14844
|
"document": "图片/PDF的 Url 地址。 要求图片/PDF经Base64编码后不超过 10M,分辨率建议600*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。 图片支持的像素范围:需介于20-10000px之间。 图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。 ",
|
14845
|
-
"example": "https://
|
14845
|
+
"example": "https://ocr-demo-1254418846.cos.ap-guangzhou.myqcloud.com/***/fakeurl.jpg",
|
14846
14846
|
"member": "string",
|
14847
14847
|
"name": "ImageUrl",
|
14848
14848
|
"required": false,
|
@@ -1755,7 +1755,7 @@
|
|
1755
1755
|
"members": [
|
1756
1756
|
{
|
1757
1757
|
"disabled": false,
|
1758
|
-
"document": "实例ID
|
1758
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
1759
1759
|
"example": "postgres-herclkx7",
|
1760
1760
|
"member": "string",
|
1761
1761
|
"name": "DBInstanceId",
|
@@ -1809,7 +1809,7 @@
|
|
1809
1809
|
},
|
1810
1810
|
{
|
1811
1811
|
"disabled": false,
|
1812
|
-
"document": "
|
1812
|
+
"document": "数据备份保留时长,单位:天。取值范围为:[0,30000)\nBackupPeriodType为week时默认是7,为month时默认为31。",
|
1813
1813
|
"example": "30",
|
1814
1814
|
"member": "uint64",
|
1815
1815
|
"name": "BaseBackupRetentionPeriod",
|
@@ -1846,7 +1846,7 @@
|
|
1846
1846
|
"members": [
|
1847
1847
|
{
|
1848
1848
|
"disabled": false,
|
1849
|
-
"document": "实例ID
|
1849
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
1850
1850
|
"example": "postgres-xxxxxxxx",
|
1851
1851
|
"member": "string",
|
1852
1852
|
"name": "DBInstanceId",
|
@@ -2364,7 +2364,7 @@
|
|
2364
2364
|
},
|
2365
2365
|
{
|
2366
2366
|
"disabled": false,
|
2367
|
-
"document": "数据库大版本号,例如:11,12,13",
|
2367
|
+
"document": "数据库大版本号,例如:11,12,13。可通过[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)接口获取",
|
2368
2368
|
"example": "13",
|
2369
2369
|
"member": "string",
|
2370
2370
|
"name": "DBMajorVersion",
|
@@ -3951,7 +3951,7 @@
|
|
3951
3951
|
"members": [
|
3952
3952
|
{
|
3953
3953
|
"disabled": false,
|
3954
|
-
"document": "实例ID
|
3954
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
3955
3955
|
"example": "postgres-herclkx7\t",
|
3956
3956
|
"member": "string",
|
3957
3957
|
"name": "DBInstanceId",
|
@@ -3960,7 +3960,7 @@
|
|
3960
3960
|
},
|
3961
3961
|
{
|
3962
3962
|
"disabled": false,
|
3963
|
-
"document": "备份计划的ID
|
3963
|
+
"document": "备份计划的ID。可通过[DescribeBackupPlans](https://cloud.tencent.com/document/api/409/68069)接口获取",
|
3964
3964
|
"example": "0ee6843a-475b-5514-bd29-c432b75bb036",
|
3965
3965
|
"member": "string",
|
3966
3966
|
"name": "PlanId",
|
@@ -3987,7 +3987,7 @@
|
|
3987
3987
|
"members": [
|
3988
3988
|
{
|
3989
3989
|
"disabled": false,
|
3990
|
-
"document": "实例ID
|
3990
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
3991
3991
|
"example": "postgres-apzvwncr",
|
3992
3992
|
"member": "string",
|
3993
3993
|
"name": "DBInstanceId",
|
@@ -3996,7 +3996,7 @@
|
|
3996
3996
|
},
|
3997
3997
|
{
|
3998
3998
|
"disabled": false,
|
3999
|
-
"document": "数据备份ID
|
3999
|
+
"document": "数据备份ID。可通过[DescribeBaseBackups](https://cloud.tencent.com/document/api/409/89022)接口获取。7天内自动备份集不允许删除。",
|
4000
4000
|
"example": "4c144959-aca8-5266-bb96-7fb7aa2ca409",
|
4001
4001
|
"member": "string",
|
4002
4002
|
"name": "BaseBackupId",
|
@@ -4087,7 +4087,7 @@
|
|
4087
4087
|
"members": [
|
4088
4088
|
{
|
4089
4089
|
"disabled": false,
|
4090
|
-
"document": "实例ID
|
4090
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
4091
4091
|
"example": "postgres-apzvwncr",
|
4092
4092
|
"member": "string",
|
4093
4093
|
"name": "DBInstanceId",
|
@@ -4096,7 +4096,7 @@
|
|
4096
4096
|
},
|
4097
4097
|
{
|
4098
4098
|
"disabled": false,
|
4099
|
-
"document": "日志备份ID
|
4099
|
+
"document": "日志备份ID。可通过[DescribeLogBackups](https://cloud.tencent.com/document/api/409/89021)接口获取。注:7天内自动备份集不允许删除。",
|
4100
4100
|
"example": "4c144959-aca8-5266-bb96-7fb7aa2ca409",
|
4101
4101
|
"member": "string",
|
4102
4102
|
"name": "LogBackupId",
|
@@ -4503,7 +4503,7 @@
|
|
4503
4503
|
"members": [
|
4504
4504
|
{
|
4505
4505
|
"disabled": false,
|
4506
|
-
"document": "实例ID
|
4506
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
4507
4507
|
"example": "postgres-xxxxxxxx",
|
4508
4508
|
"member": "string",
|
4509
4509
|
"name": "DBInstanceId",
|
@@ -4530,7 +4530,7 @@
|
|
4530
4530
|
},
|
4531
4531
|
{
|
4532
4532
|
"disabled": false,
|
4533
|
-
"document": "
|
4533
|
+
"document": "链接的有效时间,取值为[0,36],默认为12小时。",
|
4534
4534
|
"example": "12",
|
4535
4535
|
"member": "uint64",
|
4536
4536
|
"name": "URLExpireTime",
|
@@ -4683,7 +4683,7 @@
|
|
4683
4683
|
"members": [
|
4684
4684
|
{
|
4685
4685
|
"disabled": false,
|
4686
|
-
"document": "实例ID",
|
4686
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
4687
4687
|
"example": "postgres-xxxxxxxx",
|
4688
4688
|
"member": "string",
|
4689
4689
|
"name": "DBInstanceId",
|
@@ -4821,7 +4821,7 @@
|
|
4821
4821
|
},
|
4822
4822
|
{
|
4823
4823
|
"disabled": false,
|
4824
|
-
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string。\ndb-instance-name
|
4824
|
+
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string。\ndb-instance-name:按照实例名过滤,支持模糊匹配,类型为string。\ndb-instance-ip:按照实例私有网络IP地址过滤,类型为string。\nbase-backup-id:按照备份集ID过滤,类型为string。\ndb-instance-status:按实例状态过滤,类型为string。取值参考[DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)结构的DBInstanceStatus字段。",
|
4825
4825
|
"example": "[ { \"Values\": [ \"postgres-jdlmoll9\" ], \"Name\": \"db-instance-id\" } ]",
|
4826
4826
|
"member": "Filter",
|
4827
4827
|
"name": "Filters",
|
@@ -4848,7 +4848,7 @@
|
|
4848
4848
|
},
|
4849
4849
|
{
|
4850
4850
|
"disabled": false,
|
4851
|
-
"document": "排序字段,支持StartTime,FinishTime,Size。",
|
4851
|
+
"document": "排序字段,支持StartTime,FinishTime,Size。默认值:StartTime。",
|
4852
4852
|
"example": "StartTime",
|
4853
4853
|
"member": "string",
|
4854
4854
|
"name": "OrderBy",
|
@@ -4857,7 +4857,7 @@
|
|
4857
4857
|
},
|
4858
4858
|
{
|
4859
4859
|
"disabled": false,
|
4860
|
-
"document": "排序方式,包括升序:asc,降序:desc。",
|
4860
|
+
"document": "排序方式,包括升序:asc,降序:desc。默认值:desc。",
|
4861
4861
|
"example": "asc",
|
4862
4862
|
"member": "string",
|
4863
4863
|
"name": "OrderByType",
|
@@ -4959,7 +4959,7 @@
|
|
4959
4959
|
"members": [
|
4960
4960
|
{
|
4961
4961
|
"disabled": false,
|
4962
|
-
"document": "实例ID
|
4962
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
4963
4963
|
"example": "postgres-abcd1234",
|
4964
4964
|
"member": "string",
|
4965
4965
|
"name": "DBInstanceId",
|
@@ -4968,7 +4968,7 @@
|
|
4968
4968
|
},
|
4969
4969
|
{
|
4970
4970
|
"disabled": false,
|
4971
|
-
"document": "基础备份集ID
|
4971
|
+
"document": "基础备份集ID,可通过[DescribeBaseBackups](https://cloud.tencent.com/document/api/409/89022)接口获取。此入参和RecoveryTargetTime必须选择一个传入。如与RecoveryTargetTime参数同时设置,则以此参数为准。",
|
4972
4972
|
"example": "f22057d2-46c0-5808-ab8a-d0c3385afabc",
|
4973
4973
|
"member": "string",
|
4974
4974
|
"name": "BackupSetId",
|
@@ -6126,7 +6126,7 @@
|
|
6126
6126
|
},
|
6127
6127
|
{
|
6128
6128
|
"disabled": false,
|
6129
|
-
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string。\ndb-instance-name
|
6129
|
+
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string。\ndb-instance-name:按照实例名过滤,支持模糊匹配,类型为string。\ndb-instance-ip:按照实例私有网络IP地址过滤,类型为string。\ndb-instance-status:按实例状态过滤,类型为string。取值参考[DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)结构的DBInstanceStatus字段。",
|
6130
6130
|
"example": "[ { \"Values\": [ \"postgres-xxxxxxxx\" ], \"Name\": \"db-instance-id\" } ]",
|
6131
6131
|
"member": "Filter",
|
6132
6132
|
"name": "Filters",
|
@@ -6153,7 +6153,7 @@
|
|
6153
6153
|
},
|
6154
6154
|
{
|
6155
6155
|
"disabled": false,
|
6156
|
-
"document": "排序字段,支持StartTime,FinishTime,Size
|
6156
|
+
"document": "排序字段,支持StartTime,FinishTime,Size。默认值:StartTime",
|
6157
6157
|
"example": "StartTime",
|
6158
6158
|
"member": "string",
|
6159
6159
|
"name": "OrderBy",
|
@@ -6162,7 +6162,7 @@
|
|
6162
6162
|
},
|
6163
6163
|
{
|
6164
6164
|
"disabled": false,
|
6165
|
-
"document": "排序方式,包括升序:asc,降序:desc。",
|
6165
|
+
"document": "排序方式,包括升序:asc,降序:desc。默认值:desc。",
|
6166
6166
|
"example": "asc",
|
6167
6167
|
"member": "string",
|
6168
6168
|
"name": "OrderByType",
|
@@ -6323,7 +6323,7 @@
|
|
6323
6323
|
"members": [
|
6324
6324
|
{
|
6325
6325
|
"disabled": false,
|
6326
|
-
"document": "参数模板ID",
|
6326
|
+
"document": "参数模板ID。可通过[DescribeParameterTemplates](https://tapd.woa.com/tapd_fe/20400322/story/detail/1020400322125673714)接口获取",
|
6327
6327
|
"example": "423984bb-97fe-5693-a74f-63cc8dfb6c5d",
|
6328
6328
|
"member": "string",
|
6329
6329
|
"name": "TemplateId",
|
@@ -6399,7 +6399,7 @@
|
|
6399
6399
|
{
|
6400
6400
|
"disabled": false,
|
6401
6401
|
"document": "参数模板描述",
|
6402
|
-
"example": "
|
6402
|
+
"example": "ThisTemplateIsUsedForTestingEnvironment",
|
6403
6403
|
"member": "string",
|
6404
6404
|
"name": "TemplateDescription",
|
6405
6405
|
"output_required": true,
|
@@ -6420,8 +6420,8 @@
|
|
6420
6420
|
"members": [
|
6421
6421
|
{
|
6422
6422
|
"disabled": false,
|
6423
|
-
"document": "过滤条件,目前支持的过滤条件有:TemplateName, TemplateId,DBMajorVersion,DBEngine",
|
6424
|
-
"example": "
|
6423
|
+
"document": "过滤条件,目前支持的过滤条件有:TemplateName, TemplateId,DBMajorVersion,DBEngine。TemplateName不支持模糊匹配。",
|
6424
|
+
"example": "无",
|
6425
6425
|
"member": "Filter",
|
6426
6426
|
"name": "Filters",
|
6427
6427
|
"required": false,
|
@@ -6447,7 +6447,7 @@
|
|
6447
6447
|
},
|
6448
6448
|
{
|
6449
6449
|
"disabled": false,
|
6450
|
-
"document": "排序指标,枚举值,支持:CreateTime,TemplateName,DBMajorVersion",
|
6450
|
+
"document": "排序指标,枚举值,支持:CreateTime,TemplateName,DBMajorVersion。如果不指定该参数,默认将按照参数模板的编号倒序排列,也就是说最新添加的参数模板会排在最前面。",
|
6451
6451
|
"example": "CreateTime",
|
6452
6452
|
"member": "string",
|
6453
6453
|
"name": "OrderBy",
|
@@ -6456,7 +6456,7 @@
|
|
6456
6456
|
},
|
6457
6457
|
{
|
6458
6458
|
"disabled": false,
|
6459
|
-
"document": "排序方式,枚举值,支持:asc(升序) ,desc
|
6459
|
+
"document": "排序方式,枚举值,支持:asc(升序) ,desc(降序)。默认值为asc。当未指定OrderBy时,该参数失效,此时排序方式为OrderBy参数描述中给出的默认排序方式。",
|
6460
6460
|
"example": "desc",
|
6461
6461
|
"member": "string",
|
6462
6462
|
"name": "OrderByType",
|
@@ -6482,7 +6482,7 @@
|
|
6482
6482
|
{
|
6483
6483
|
"disabled": false,
|
6484
6484
|
"document": "参数模板列表",
|
6485
|
-
"example": "
|
6485
|
+
"example": "无",
|
6486
6486
|
"member": "ParameterTemplate",
|
6487
6487
|
"name": "ParameterTemplateSet",
|
6488
6488
|
"output_required": true,
|
@@ -8124,7 +8124,7 @@
|
|
8124
8124
|
"members": [
|
8125
8125
|
{
|
8126
8126
|
"disabled": false,
|
8127
|
-
"document": "备份文件下载限制类型,NONE 无限制,内外网都可以下载;INTRANET 只允许内网下载;CUSTOMIZE 自定义限制下载的vpc或ip
|
8127
|
+
"document": "备份文件下载限制类型,NONE 无限制,内外网都可以下载;INTRANET 只允许内网下载;CUSTOMIZE 自定义限制下载的vpc或ip。当该参数取值为CUSTOMIZE时,Vpc限制和Ip限制需要至少填写一项。",
|
8128
8128
|
"example": "NONE",
|
8129
8129
|
"member": "string",
|
8130
8130
|
"name": "RestrictionType",
|
@@ -8187,7 +8187,7 @@
|
|
8187
8187
|
"members": [
|
8188
8188
|
{
|
8189
8189
|
"disabled": false,
|
8190
|
-
"document": "实例ID",
|
8190
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
8191
8191
|
"example": "postgres-xxxxxxxx",
|
8192
8192
|
"member": "string",
|
8193
8193
|
"name": "DBInstanceId",
|
@@ -8223,7 +8223,7 @@
|
|
8223
8223
|
},
|
8224
8224
|
{
|
8225
8225
|
"disabled": false,
|
8226
|
-
"document": "
|
8226
|
+
"document": "实例备份周期,若是星期维度,格式为小写星期英文单词,且至少设置两天备份;若是按月维度,格式为数字字符,如[\"1\",\"2\"]。",
|
8227
8227
|
"example": "[\"monday\", \"tuesday\", \"wednesday\"]",
|
8228
8228
|
"member": "string",
|
8229
8229
|
"name": "BackupPeriod",
|
@@ -8277,7 +8277,7 @@
|
|
8277
8277
|
"members": [
|
8278
8278
|
{
|
8279
8279
|
"disabled": false,
|
8280
|
-
"document": "实例ID
|
8280
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
8281
8281
|
"example": "postgres-xxxxxxxx",
|
8282
8282
|
"member": "string",
|
8283
8283
|
"name": "DBInstanceId",
|
@@ -8286,7 +8286,7 @@
|
|
8286
8286
|
},
|
8287
8287
|
{
|
8288
8288
|
"disabled": false,
|
8289
|
-
"document": "数据备份ID
|
8289
|
+
"document": "数据备份ID。可通过[DescribeBaseBackups](https://cloud.tencent.com/document/api/409/89022)接口获取",
|
8290
8290
|
"example": "f6adc02a-432e-536f-a5f3-3dbf40ecd683",
|
8291
8291
|
"member": "string",
|
8292
8292
|
"name": "BaseBackupId",
|
@@ -8886,7 +8886,7 @@
|
|
8886
8886
|
{
|
8887
8887
|
"disabled": false,
|
8888
8888
|
"document": "实例ID集合。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取。支持同时操作多个实例。",
|
8889
|
-
"example": "[\"postgres-6bwgamo3\",\"postgres-lnp6j6172
|
8889
|
+
"example": "[\"postgres-6bwgamo3\",\"postgres-lnp6j6172\"]",
|
8890
8890
|
"member": "string",
|
8891
8891
|
"name": "DBInstanceIdSet",
|
8892
8892
|
"required": true,
|
@@ -8894,7 +8894,7 @@
|
|
8894
8894
|
},
|
8895
8895
|
{
|
8896
8896
|
"disabled": false,
|
8897
|
-
"document": "所属新项目的ID。可通过[
|
8897
|
+
"document": "所属新项目的ID。可通过[DescribeProjects](https://cloud.tencent.com/document/api/651/78725)获取",
|
8898
8898
|
"example": "10467",
|
8899
8899
|
"member": "string",
|
8900
8900
|
"name": "ProjectId",
|
@@ -9030,7 +9030,7 @@
|
|
9030
9030
|
"members": [
|
9031
9031
|
{
|
9032
9032
|
"disabled": false,
|
9033
|
-
"document": "参数模板ID
|
9033
|
+
"document": "参数模板ID,用于唯一确认参数模板,不可修改。可通过[DescribeParameterTemplates](https://cloud.tencent.com/document/api/409/84067)接口获取",
|
9034
9034
|
"example": "497857b4-4676-5583-8359-b697fe5968d9",
|
9035
9035
|
"member": "string",
|
9036
9036
|
"name": "TemplateId",
|
@@ -9049,7 +9049,7 @@
|
|
9049
9049
|
{
|
9050
9050
|
"disabled": false,
|
9051
9051
|
"document": "参数模板描述,长度为0~60个字符,仅支持数字,英文大小写字母、中文以及特殊字符_-./()()[]+=::@ 注:若不传入该参数,则保持原参数模板描述",
|
9052
|
-
"example": "
|
9052
|
+
"example": "ThisTemplateIsUsedForTestingEnvironment",
|
9053
9053
|
"member": "string",
|
9054
9054
|
"name": "TemplateDescription",
|
9055
9055
|
"required": false,
|
@@ -9132,7 +9132,7 @@
|
|
9132
9132
|
"members": [
|
9133
9133
|
{
|
9134
9134
|
"disabled": false,
|
9135
|
-
"document": "实例ID",
|
9135
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
9136
9136
|
"example": "pgro-xxxx",
|
9137
9137
|
"member": "string",
|
9138
9138
|
"name": "DBInstanceId",
|
@@ -9141,7 +9141,7 @@
|
|
9141
9141
|
},
|
9142
9142
|
{
|
9143
9143
|
"disabled": false,
|
9144
|
-
"document": "只读组ID",
|
9144
|
+
"document": "只读组ID。可通过[DescribeReadOnlyGroups](https://cloud.tencent.com/document/api/409/52599)接口获取",
|
9145
9145
|
"example": "pgrogp-xxx",
|
9146
9146
|
"member": "string",
|
9147
9147
|
"name": "ReadOnlyGroupId",
|
@@ -10405,8 +10405,8 @@
|
|
10405
10405
|
"members": [
|
10406
10406
|
{
|
10407
10407
|
"disabled": false,
|
10408
|
-
"document": "只读组ID",
|
10409
|
-
"example": "
|
10408
|
+
"document": "只读组ID。可通过[DescribeReadOnlyGroups](https://cloud.tencent.com/document/api/409/52599)接口获取",
|
10409
|
+
"example": "pgrogrp-e0tfm161",
|
10410
10410
|
"member": "string",
|
10411
10411
|
"name": "ReadOnlyGroupId",
|
10412
10412
|
"required": true,
|
@@ -10680,7 +10680,7 @@
|
|
10680
10680
|
"members": [
|
10681
10681
|
{
|
10682
10682
|
"disabled": false,
|
10683
|
-
"document": "实例ID
|
10683
|
+
"document": "实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取",
|
10684
10684
|
"example": "postgres-abcd1234",
|
10685
10685
|
"member": "string",
|
10686
10686
|
"name": "DBInstanceId",
|
@@ -10698,7 +10698,7 @@
|
|
10698
10698
|
},
|
10699
10699
|
{
|
10700
10700
|
"disabled": false,
|
10701
|
-
"document": "恢复所用备份集。BackupSetId与RestoreTargetTime
|
10701
|
+
"document": "恢复所用备份集。BackupSetId与RestoreTargetTime有且只能传一个。可通过[DescribeBaseBackups](https://cloud.tencent.com/document/api/409/89022)接口获取",
|
10702
10702
|
"example": "db468966-a8d8-5831-8596-763a7833e380",
|
10703
10703
|
"member": "string",
|
10704
10704
|
"name": "BackupSetId",
|
@@ -41,8 +41,8 @@
|
|
41
41
|
"CreateBackupPlan": [
|
42
42
|
{
|
43
43
|
"document": "创建一个名字为plan1的备份策略,每个月的1/2号的凌晨1点至2点进行数据备份,并且数据文件保留40天。",
|
44
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBackupPlan\n<公共请求参数>\n\n{\n \"PlanName\": \"plan1\",\n \"BackupPeriodType\": \"month\",\n \"DBInstanceId\": \"postgres-kwk4tq23\",\n \"MinBackupStartTime\": \"01:00:00\",\n \"MaxBackupStartTime\": \"02:00:00\",\n \"BackupPeriod\": [\n \"1\",\n \"2\"\n ],\n \"BaseBackupRetentionPeriod\":
|
45
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\",\n \"PlanId\": \"
|
44
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBackupPlan\n<公共请求参数>\n\n{\n \"PlanName\": \"plan1\",\n \"BackupPeriodType\": \"month\",\n \"DBInstanceId\": \"postgres-kwk4tq23\",\n \"MinBackupStartTime\": \"01:00:00\",\n \"MaxBackupStartTime\": \"02:00:00\",\n \"BackupPeriod\": [\n \"1\",\n \"2\"\n ],\n \"BaseBackupRetentionPeriod\": 40\n}",
|
45
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\",\n \"PlanId\": \"dfea3bb4-8ca7-5e79-aefb-9d231f2b66b6\"\n }\n}",
|
46
46
|
"title": "创建月度制备份策略。"
|
47
47
|
}
|
48
48
|
],
|
@@ -50,7 +50,7 @@
|
|
50
50
|
{
|
51
51
|
"document": "手动创建实例数据备份。",
|
52
52
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBaseBackup\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-dzg9p3kb\"\n}",
|
53
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
53
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"9e3fde8a-b062-40f9-bcd0-954259f887df\",\n \"BaseBackupId\": \"443c810b-53c6-5d8c-b6d2-1abbe5794529\"\n }\n}",
|
54
54
|
"title": "创建实例数据备份"
|
55
55
|
}
|
56
56
|
],
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"CreateParameterTemplate": [
|
100
100
|
{
|
101
101
|
"document": "数据库版本为14,引擎为postgresql,参数模板名称和描述自定义。",
|
102
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateParameterTemplate\n<公共请求参数>\n\n{\n \"TemplateName\": \"test_template\",\n \"DBMajorVersion\": \"13\",\n \"DBEngine\": \"postgresql\",\n \"TemplateDescription\": \"
|
102
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateParameterTemplate\n<公共请求参数>\n\n{\n \"TemplateName\": \"test_template\",\n \"DBMajorVersion\": \"13\",\n \"DBEngine\": \"postgresql\",\n \"TemplateDescription\": \"ThisTemplateIsUsedForTestingEnvironment\"\n}",
|
103
103
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"TemplateId\": \"497857b4-4676-5583-8359-b697fe5968d9\"\n }\n}",
|
104
104
|
"title": "创建参数模板示例"
|
105
105
|
}
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"CreateReadOnlyGroup": [
|
116
116
|
{
|
117
117
|
"document": "",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReadOnlyGroup\n<公共请求参数>\n\n{\n \"MaxReplayLag\": 0,\n \"VpcId\": \"
|
118
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReadOnlyGroup\n<公共请求参数>\n\n{\n \"MaxReplayLag\": 0,\n \"VpcId\": \"vpc-e0tfm161\",\n \"Name\": \"name\",\n \"ProjectId\": 0,\n \"MasterDBInstanceId\": \"postgres-k95qzetn\",\n \"MinDelayEliminateReserve\": 0,\n \"ReplayLagEliminate\": 0,\n \"SubnetId\": \"subnet-443a3lv6\"\n}",
|
119
119
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d43b2a9f-070c-480b-a0bb-7c210428cfe8\",\n \"FlowId\": 912,\n \"ReadOnlyGroupId\": \"pgrogrp-dh6873gz\"\n }\n}",
|
120
120
|
"title": "创建只读组"
|
121
121
|
}
|
@@ -147,7 +147,7 @@
|
|
147
147
|
"DeleteBackupPlan": [
|
148
148
|
{
|
149
149
|
"document": "",
|
150
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBackupPlan\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-
|
150
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBackupPlan\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-herclkx7\",\n \"PlanId\": \"0ee6843a-475b-5514-bd29-c432b75bb036\"\n}",
|
151
151
|
"output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\"\n }\n}",
|
152
152
|
"title": "删除备份策略"
|
153
153
|
}
|
@@ -254,7 +254,7 @@
|
|
254
254
|
{
|
255
255
|
"document": "获取备份下载链接",
|
256
256
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupDownloadURL\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-oamgybor\",\n \"BackupType\": \"LogBackup\",\n \"BackupId\": \"f9509fc2-2281-551c-b937-86d38cf79f3b\",\n \"URLExpireTime\": 12\n}",
|
257
|
-
"output": "{\n \"Response\": {\n \"BackupDownloadURL\": \"
|
257
|
+
"output": "{\n \"Response\": {\n \"BackupDownloadURL\": \"https://postgres-backup-gz-xxxx.cos.ap-guangzhou.myqcloud.com/pgsql/xxxx\",\n \"RequestId\": \"7c4e788e-5ec9-4125-bb80-7baabe2744dc\"\n }\n}",
|
258
258
|
"title": "获取备份下载链接"
|
259
259
|
}
|
260
260
|
],
|
@@ -269,8 +269,8 @@
|
|
269
269
|
"DescribeBackupPlans": [
|
270
270
|
{
|
271
271
|
"document": "查询postgres-xxxxxxxx实例的所有备份计划",
|
272
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupPlans\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-
|
273
|
-
"output": "{\n \"Response\": {\n \"Plans\": [\n {\n \"BackupPeriod\": \"[\\\"monday\\\",\\\"thursday\\\",\\\"friday\\\"]\",\n \"BaseBackupRetentionPeriod\":
|
272
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupPlans\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-1xm16x1d\"\n}",
|
273
|
+
"output": "{\n \"Response\": {\n \"Plans\": [\n {\n \"BackupPeriod\": \"[\\\"monday\\\",\\\"tuesday\\\",\\\"wednesday\\\",\\\"thursday\\\",\\\"friday\\\",\\\"saturday\\\",\\\"sunday\\\"]\",\n \"BackupPeriodType\": \"week\",\n \"BaseBackupRetentionPeriod\": 7,\n \"LogBackupRetentionPeriod\": 7,\n \"MaxBackupStartTime\": \"05:16:05\",\n \"MinBackupStartTime\": \"01:16:05\",\n \"PlanId\": \"422a5f4d-52af-5cb1-9474-324d63ccc62c\",\n \"PlanName\": \"default\",\n \"PlanType\": \"default\"\n },\n {\n \"BackupPeriod\": \"[\\\"1\\\",\\\"2\\\"]\",\n \"BackupPeriodType\": \"month\",\n \"BaseBackupRetentionPeriod\": 40,\n \"LogBackupRetentionPeriod\": 7,\n \"MaxBackupStartTime\": \"02:00:00\",\n \"MinBackupStartTime\": \"01:00:00\",\n \"PlanId\": \"dfea3bb4-8ca7-5e79-aefb-9d231f2b66b6\",\n \"PlanName\": \"plan_test\",\n \"PlanType\": \"custom\"\n }\n ],\n \"RequestId\": \"0b6c3429-6dfc-4ecd-ab80-b25631f0821e\"\n }\n}",
|
274
274
|
"title": "查询实例所有备份计划"
|
275
275
|
}
|
276
276
|
],
|
@@ -522,8 +522,8 @@
|
|
522
522
|
],
|
523
523
|
"DescribeParameterTemplates": [
|
524
524
|
{
|
525
|
-
"document": "
|
526
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeParameterTemplates\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"TemplateName\",\n \"Values\": [\n \"my_custom_template\"\n ]\n }\n ],\n \"Limit\":
|
525
|
+
"document": "",
|
526
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeParameterTemplates\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"TemplateName\",\n \"Values\": [\n \"my_custom_template\"\n ]\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0,\n \"OrderBy\": \"CreateTime\",\n \"OrderByType\": \"desc\"\n}",
|
527
527
|
"output": "{\n \"Response\": {\n \"ParameterTemplateSet\": [\n {\n \"DBEngine\": \"postgresql\",\n \"DBMajorVersion\": \"13\",\n \"TemplateDescription\": \"my template1\",\n \"TemplateId\": \"674538e8-4a03-5103-896c-9785c960bf02\",\n \"TemplateName\": \"my_custom_template\"\n },\n {\n \"DBEngine\": \"postgresql\",\n \"DBMajorVersion\": \"13\",\n \"TemplateDescription\": \"my template2\",\n \"TemplateId\": \"423984bb-97fe-5693-a74f-63cc8dfb6c5d\",\n \"TemplateName\": \"my_custom_template\"\n }\n ],\n \"RequestId\": \"6224e7ed-d7d8-494c-835f-e1612345383f\",\n \"TotalCount\": 2\n }\n}",
|
528
528
|
"title": "查询参数模板信息"
|
529
529
|
}
|
@@ -695,7 +695,7 @@
|
|
695
695
|
"ModifyBackupPlan": [
|
696
696
|
{
|
697
697
|
"document": "将实例postgres-xxxxxxxx的备份计划修改为每周一、周二的01:00:00~02:00:00,且备份保留7天",
|
698
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBackupPlan\n<公共请求参数>\n\n{\n \"BackupPeriod\": [\n \"tuesday\",\n \"monday\"\n ],\n \"BaseBackupRetentionPeriod\":
|
698
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBackupPlan\n<公共请求参数>\n\n{\n \"BackupPeriod\": [\n \"tuesday\",\n \"monday\"\n ],\n \"BaseBackupRetentionPeriod\": 7,\n \"DBInstanceId\": \"postgres-xxxxxxxx\",\n \"MinBackupStartTime\": \"01:00:00\",\n \"MaxBackupStartTime\": \"02:00:00\"\n}",
|
699
699
|
"output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\"\n }\n}",
|
700
700
|
"title": "修改实例备份计划"
|
701
701
|
}
|
@@ -843,7 +843,7 @@
|
|
843
843
|
"ModifyParameterTemplate": [
|
844
844
|
{
|
845
845
|
"document": "修改模版中的参数项",
|
846
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyParameterTemplate\n<公共请求参数>\n\n{\n \"TemplateId\": \"497857b4-4676-5583-8359-b697fe5968d9\",\n \"TemplateName\": \"test_template\",\n \"TemplateDescription\": \"
|
846
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyParameterTemplate\n<公共请求参数>\n\n{\n \"TemplateId\": \"497857b4-4676-5583-8359-b697fe5968d9\",\n \"TemplateName\": \"test_template\",\n \"TemplateDescription\": \"ThisTemplateIsUsedForTestingEnvironment\",\n \"ModifyParamEntrySet\": [\n {\n \"Name\": \"max_wal_senders\",\n \"ExpectedValue\": \"360\"\n },\n {\n \"Name\": \"max_logical_replication_workers\",\n \"ExpectedValue\": \"360\"\n }\n ],\n \"DeleteParamSet\": [\n \"wal_level\"\n ]\n}",
|
847
847
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\"\n }\n}",
|
848
848
|
"title": "修改参数模板"
|
849
849
|
}
|
@@ -851,7 +851,7 @@
|
|
851
851
|
"ModifyReadOnlyDBInstanceWeight": [
|
852
852
|
{
|
853
853
|
"document": "",
|
854
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyReadOnlyDBInstanceWeight\n<公共请求参数>\n\n{\n \"ReadOnlyGroupId\": \"
|
854
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyReadOnlyDBInstanceWeight\n<公共请求参数>\n\n{\n \"ReadOnlyGroupId\": \"pgrogp-test\",\n \"DBInstanceId\": \"pgro-e0tfm161\",\n \"Weight\": 1\n}",
|
855
855
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d43b2a9f-070c-480b-a0bb-7c210428cfe8\"\n }\n}",
|
856
856
|
"title": "ModifyReadOnlyDBInstanceWeight"
|
857
857
|
}
|
@@ -883,7 +883,7 @@
|
|
883
883
|
"RebalanceReadOnlyGroup": [
|
884
884
|
{
|
885
885
|
"document": "",
|
886
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RebalanceReadOnlyGroup\n<公共请求参数>\n\n{\n \"ReadOnlyGroupId\": \"
|
886
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RebalanceReadOnlyGroup\n<公共请求参数>\n\n{\n \"ReadOnlyGroupId\": \"pgrogrp-e0tfm161\"\n}",
|
887
887
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d43b2a9f-070c-480b-a0bb-7c210428cfe8\"\n }\n}",
|
888
888
|
"title": "只读组内实例流量重新负载"
|
889
889
|
}
|
@@ -11893,7 +11893,7 @@
|
|
11893
11893
|
{
|
11894
11894
|
"disabled": false,
|
11895
11895
|
"document": "标签列表",
|
11896
|
-
"example": "
|
11896
|
+
"example": "tag:tagvalue",
|
11897
11897
|
"member": "Tags",
|
11898
11898
|
"name": "Tags",
|
11899
11899
|
"required": false,
|
@@ -11907,6 +11907,15 @@
|
|
11907
11907
|
"name": "Repeatable",
|
11908
11908
|
"required": false,
|
11909
11909
|
"type": "bool"
|
11910
|
+
},
|
11911
|
+
{
|
11912
|
+
"disabled": false,
|
11913
|
+
"document": "私钥密码",
|
11914
|
+
"example": "password",
|
11915
|
+
"member": "string",
|
11916
|
+
"name": "KeyPassword",
|
11917
|
+
"required": false,
|
11918
|
+
"type": "string"
|
11910
11919
|
}
|
11911
11920
|
],
|
11912
11921
|
"type": "object"
|