tccli 3.0.1124.1__py2.py3-none-any.whl → 3.0.1125.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/cls/v20201016/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +13 -10
- tccli/services/cynosdb/v20190107/examples.json +5 -5
- tccli/services/dlc/dlc_client.py +602 -72
- tccli/services/dlc/v20210125/api.json +856 -25
- tccli/services/dlc/v20210125/examples.json +86 -0
- tccli/services/dts/v20180330/api.json +62 -37
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/eb/v20210416/api.json +63 -45
- tccli/services/eb/v20210416/examples.json +3 -9
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/mongodb/v20190725/api.json +18 -13
- tccli/services/monitor/v20180724/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/postgres/postgres_client.py +57 -4
- tccli/services/postgres/v20170312/api.json +404 -273
- tccli/services/postgres/v20170312/examples.json +29 -15
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/smh/v20210712/api.json +2 -2
- tccli/services/teo/v20220901/api.json +5 -5
- tccli/services/tione/v20211111/api.json +70 -3
- tccli/services/tione/v20211111/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +20 -0
- tccli/services/wedata/v20210820/api.json +20 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1125.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1125.1.dist-info}/RECORD +32 -32
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1125.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1125.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1125.1.dist-info}/license_files/LICENSE +0 -0
@@ -278,7 +278,7 @@
|
|
278
278
|
{
|
279
279
|
"document": "",
|
280
280
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceAttribute\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-xxxxxxxx\"\n}",
|
281
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\",\n \"DBInstance\": {\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-2\",\n \"AppId\": 100000000,\n \"Uid\": 1000001,\n \"ProjectId\": 0,\n \"VpcId\": \"vpc-xxxxxxxx\",\n \"SubnetId\": \"subnet-xxxxxxxx\",\n \"DBInstanceId\": \"postgres-xxxxxxxx\",\n \"MasterDBInstanceId\": \"postgres-xxxxxxxx\",\n \"Type\": 1,\n \"DBInstanceName\": \"未命名\",\n \"DBInstanceStatus\": \"running\",\n \"DBInstanceMemory\": 4,\n \"DBInstanceStorage\": 20,\n \"DBInstanceCpu\": 2,\n \"DBInstanceClass\": \"cdb.pg.z1.4g\",\n \"DBInstanceType\": \"primary\",\n \"DBInstanceVersion\": \"standard\",\n \"DBInstanceNetInfo\": [\n {\n \"Address\": \"\",\n \"Ip\": \"10.10.10.220\",\n \"Port\": 5432,\n \"Status\": \"opened\",\n \"NetType\": \"private\",\n \"VpcId\": \"vpc-xxxxxxxx\",\n \"SubnetId\": \"subnet-xxxxxxxx\"\n },\n {\n \"Address\": \"\",\n \"Ip\": \"\",\n \"Port\": 0,\n \"Status\": \"initing\",\n \"NetType\": \"public\",\n \"VpcId\": \"\",\n \"SubnetId\": \"\"\n }\n ],\n \"DBCharset\": \"UTF8\",\n \"IsSupportTDE\": 0,\n \"DBVersion\": \"10.4\",\n \"DBMajorVersion\": \"10\",\n \"DBKernelVersion\": \"v10.4_r1.0\",\n \"CreateTime\": \"2017-12-28 19:23:19\",\n \"UpdateTime\": \"2018-01-18 15:54:32\",\n \"ExpireTime\": \"2018-01-28 19:23:23\",\n \"IsolatedTime\": \"0000-00-00 00:00:00\",\n \"OfflineTime\": \"2019-12-28 19:23:19\",\n \"PayType\": \"prepaid\",\n \"AutoRenew\": 1,\n \"ReadOnlyInstanceNum\": 1,\n \"StatusInReadonlyGroup\": \"running\",\n \"SupportIpv6\": 0,\n \"TagList\": [\n {\n \"TagKey\": \"tag1\",\n \"TagValue\": \"v1\"\n }\n ],\n \"NetworkAccessList\": [],\n \"DBNodeSet\": [\n {\n \"Role\": \"Primary\",\n \"Zone\": \"ap-guangzhou-2\"\n },\n {\n \"Role\": \"Standby\",\n \"Zone\": \"ap-guangzhou-3\"\n }\n ]\n }\n }\n}",
|
281
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\",\n \"DBInstance\": {\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-2\",\n \"AppId\": 100000000,\n \"Uid\": 1000001,\n \"ProjectId\": 0,\n \"VpcId\": \"vpc-xxxxxxxx\",\n \"SubnetId\": \"subnet-xxxxxxxx\",\n \"DBInstanceId\": \"postgres-xxxxxxxx\",\n \"MasterDBInstanceId\": \"postgres-xxxxxxxx\",\n \"Type\": \"1\",\n \"DBInstanceName\": \"未命名\",\n \"DBInstanceStatus\": \"running\",\n \"DBInstanceMemory\": 4,\n \"DBInstanceStorage\": 20,\n \"DBInstanceCpu\": 2,\n \"DBInstanceClass\": \"cdb.pg.z1.4g\",\n \"DBInstanceType\": \"primary\",\n \"DBInstanceVersion\": \"standard\",\n \"DBInstanceNetInfo\": [\n {\n \"Address\": \"\",\n \"Ip\": \"10.10.10.220\",\n \"Port\": 5432,\n \"Status\": \"opened\",\n \"NetType\": \"private\",\n \"VpcId\": \"vpc-xxxxxxxx\",\n \"SubnetId\": \"subnet-xxxxxxxx\",\n \"ProtocolType\": \"\"\n },\n {\n \"Address\": \"\",\n \"Ip\": \"\",\n \"Port\": 0,\n \"Status\": \"initing\",\n \"NetType\": \"public\",\n \"VpcId\": \"\",\n \"SubnetId\": \"\",\n \"ProtocolType\": \"\"\n }\n ],\n \"DBCharset\": \"UTF8\",\n \"IsSupportTDE\": 0,\n \"DBVersion\": \"10.4\",\n \"DBEngine\": \"postgresql\",\n \"DBEngineConfig\": \"\",\n \"DBMajorVersion\": \"10\",\n \"DBKernelVersion\": \"v10.4_r1.0\",\n \"CreateTime\": \"2017-12-28 19:23:19\",\n \"UpdateTime\": \"2018-01-18 15:54:32\",\n \"ExpireTime\": \"2018-01-28 19:23:23\",\n \"IsolatedTime\": \"0000-00-00 00:00:00\",\n \"OfflineTime\": \"2019-12-28 19:23:19\",\n \"PayType\": \"prepaid\",\n \"AutoRenew\": 1,\n \"ReadOnlyInstanceNum\": 1,\n \"StatusInReadonlyGroup\": \"running\",\n \"SupportIpv6\": 0,\n \"TagList\": [\n {\n \"TagKey\": \"tag1\",\n \"TagValue\": \"v1\"\n }\n ],\n \"NetworkAccessList\": [],\n \"DBNodeSet\": [\n {\n \"Role\": \"Primary\",\n \"Zone\": \"ap-guangzhou-2\"\n },\n {\n \"Role\": \"Standby\",\n \"Zone\": \"ap-guangzhou-3\"\n }\n ]\n }\n }\n}",
|
282
282
|
"title": "查询实例的详细信息"
|
283
283
|
}
|
284
284
|
],
|
@@ -326,15 +326,15 @@
|
|
326
326
|
],
|
327
327
|
"DescribeDBInstances": [
|
328
328
|
{
|
329
|
-
"document": "",
|
329
|
+
"document": "按指定分页查询实例列表",
|
330
330
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstances\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
331
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DBInstanceSet\": [\n {\n \"
|
331
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DBInstanceSet\": [\n {\n \"AppId\": 123456789,\n \"AutoRenew\": 1,\n \"CreateTime\": \"2022-03-16 18:12:10\",\n \"DBCharset\": \"UTF8\",\n \"DBEngine\": \"postgresql\",\n \"DBEngineConfig\": \"\",\n \"DBInstanceClass\": \"cdb.pg.ts1.8g\",\n \"DBInstanceCpu\": 4,\n \"DBInstanceId\": \"postgres-xxxxxx\",\n \"DBInstanceMemory\": 8,\n \"DBInstanceName\": \"test\",\n \"DBInstanceNetInfo\": [\n {\n \"Address\": \"\",\n \"Ip\": \"xx.xx.xx.xx\",\n \"NetType\": \"private\",\n \"Port\": 5432,\n \"ProtocolType\": \"postgresql\",\n \"Status\": \"opened\",\n \"SubnetId\": \"subnet-xxxx\",\n \"VpcId\": \"vpc-xxxx\"\n },\n {\n \"Address\": \"\",\n \"Ip\": \"\",\n \"NetType\": \"public\",\n \"Port\": 0,\n \"ProtocolType\": \"\",\n \"Status\": \"initing\",\n \"SubnetId\": \"\",\n \"VpcId\": \"\"\n }\n ],\n \"DBInstanceStatus\": \"running\",\n \"DBInstanceStorage\": 20,\n \"DBInstanceType\": \"primary\",\n \"DBInstanceVersion\": \"standard\",\n \"DBKernelVersion\": \"v13.3_r1.1\",\n \"DBMajorVersion\": \"13\",\n \"DBNodeSet\": [\n {\n \"Role\": \"Primary\",\n \"Zone\": \"ap-guangzhou-6\"\n },\n {\n \"Role\": \"Standby\",\n \"Zone\": \"ap-guangzhou-6\"\n }\n ],\n \"DBVersion\": \"13.3\",\n \"ExpireTime\": \"2023-04-16 18:14:49\",\n \"IsSupportTDE\": 0,\n \"IsolatedTime\": \"0000-00-00 00:00:00\",\n \"MasterDBInstanceId\": \"\",\n \"NetworkAccessList\": null,\n \"OfflineTime\": \"0001-01-08 00:00:00\",\n \"PayType\": \"prepaid\",\n \"ProjectId\": 0,\n \"ReadOnlyInstanceNum\": 0,\n \"Region\": \"ap-guangzhou\",\n \"StatusInReadonlyGroup\": \"\",\n \"SubnetId\": \"subnet-xxxx\",\n \"SupportIpv6\": 0,\n \"TagList\": [\n {\n \"TagKey\": \"tag_key_test\",\n \"TagValue\": \"tag_value_test\"\n }\n ],\n \"Type\": \"TS85\",\n \"Uid\": 1234,\n \"UpdateTime\": \"2023-03-15 17:31:58\",\n \"VpcId\": \"vpc-xxxx\",\n \"Zone\": \"ap-guangzhou-6\"\n }\n ],\n \"RequestId\": \"d849664a-191c-48bf-b42f-444caa189557\"\n }\n}",
|
332
332
|
"title": "查询所有实例列表"
|
333
333
|
},
|
334
334
|
{
|
335
|
-
"document": "例如:查询实例ID为postgres-
|
336
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstances\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Filters\": [\n {\n \"Values\": [\n \"postgres-
|
337
|
-
"output": "{\n \"Response\": {\n \"
|
335
|
+
"document": "例如:查询实例ID为postgres-xxxxx的实例信息",
|
336
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstances\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Filters\": [\n {\n \"Values\": [\n \"postgres-xxxxx\"\n ],\n \"Name\": \"db-instance-id\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
337
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DBInstanceSet\": [\n {\n \"AppId\": 123456789,\n \"AutoRenew\": 1,\n \"CreateTime\": \"2022-03-16 18:12:10\",\n \"DBCharset\": \"UTF8\",\n \"DBEngine\": \"postgresql\",\n \"DBEngineConfig\": \"\",\n \"DBInstanceClass\": \"cdb.pg.ts1.8g\",\n \"DBInstanceCpu\": 4,\n \"DBInstanceId\": \"postgres-xxxxx\",\n \"DBInstanceMemory\": 8,\n \"DBInstanceName\": \"test\",\n \"DBInstanceNetInfo\": [\n {\n \"Address\": \"\",\n \"Ip\": \"xx.xx.xx.xx\",\n \"NetType\": \"private\",\n \"Port\": 5432,\n \"ProtocolType\": \"postgresql\",\n \"Status\": \"opened\",\n \"SubnetId\": \"subnet-xxxx\",\n \"VpcId\": \"vpc-xxxx\"\n },\n {\n \"Address\": \"\",\n \"Ip\": \"\",\n \"NetType\": \"public\",\n \"Port\": 0,\n \"ProtocolType\": \"\",\n \"Status\": \"initing\",\n \"SubnetId\": \"\",\n \"VpcId\": \"\"\n }\n ],\n \"DBInstanceStatus\": \"running\",\n \"DBInstanceStorage\": 20,\n \"DBInstanceType\": \"primary\",\n \"DBInstanceVersion\": \"standard\",\n \"DBKernelVersion\": \"v13.3_r1.1\",\n \"DBMajorVersion\": \"13\",\n \"DBNodeSet\": [\n {\n \"Role\": \"Primary\",\n \"Zone\": \"ap-guangzhou-6\"\n },\n {\n \"Role\": \"Standby\",\n \"Zone\": \"ap-guangzhou-6\"\n }\n ],\n \"DBVersion\": \"13.3\",\n \"ExpireTime\": \"2023-04-16 18:14:49\",\n \"IsSupportTDE\": 0,\n \"IsolatedTime\": \"0000-00-00 00:00:00\",\n \"MasterDBInstanceId\": \"\",\n \"NetworkAccessList\": null,\n \"OfflineTime\": \"0001-01-08 00:00:00\",\n \"PayType\": \"prepaid\",\n \"ProjectId\": 0,\n \"ReadOnlyInstanceNum\": 0,\n \"Region\": \"ap-guangzhou\",\n \"StatusInReadonlyGroup\": \"\",\n \"SubnetId\": \"subnet-xxxx\",\n \"SupportIpv6\": 0,\n \"TagList\": [\n {\n \"TagKey\": \"tag_key_test\",\n \"TagValue\": \"tag_value_test\"\n }\n ],\n \"Type\": \"TS85\",\n \"Uid\": 1234,\n \"UpdateTime\": \"2023-03-15 17:31:58\",\n \"VpcId\": \"vpc-xxxx\",\n \"Zone\": \"ap-guangzhou-6\"\n }\n ],\n \"RequestId\": \"d849664a-191c-48bf-b42f-444caa189557\"\n }\n}",
|
338
338
|
"title": "根据实例ID查询实例信息"
|
339
339
|
}
|
340
340
|
],
|
@@ -366,13 +366,13 @@
|
|
366
366
|
{
|
367
367
|
"document": "不做筛选,全量拉取实例的数据库列表。",
|
368
368
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabases\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-hf8jo5pr\"\n}",
|
369
|
-
"output": "{\n \"Response\": {\n \"Items\": [\n \"postgres\",\n \"postgres_bak_1715086333\",\n \"postgres_bak_1715140150\",\n \"rds\",\n \"postgres_bak_1715152994\"\n ],\n \"RequestId\": \"4045d7a9-5330-4c2c-b968-475570200a97\"\n }\n}",
|
369
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n \"postgres\",\n \"postgres_bak_1715086333\",\n \"postgres_bak_1715140150\",\n \"rds\",\n \"postgres_bak_1715152994\"\n ],\n \"RequestId\": \"4045d7a9-5330-4c2c-b968-475570200a97\",\n \"TotalCount\": 5\n }\n}",
|
370
370
|
"title": "获取实例所有数据库"
|
371
371
|
},
|
372
372
|
{
|
373
373
|
"document": "使用筛选条件,返回部分数据库列表。",
|
374
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabases\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-hf8jo5pr\"\n}",
|
375
|
-
"output": "{\n \"Response\": {\n \"Items\": [\n \"postgres_bak_1715086333\",\n \"postgres_bak_1715140150\"\n ],\n \"RequestId\": \"25cc2555-14a2-454f-af08-6bd691315335\"\n }\n}",
|
374
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabases\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-hf8jo5pr\",\n \"Filters\": [\n {\n \"Name\": \"database-name\",\n \"Values\": [\n \"postgres\"\n ]\n }\n ],\n \"Offset\": 1,\n \"Limit\": 2\n}",
|
375
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n \"postgres_bak_1715086333\",\n \"postgres_bak_1715140150\"\n ],\n \"RequestId\": \"25cc2555-14a2-454f-af08-6bd691315335\",\n \"TotalCount\": 5\n }\n}",
|
376
376
|
"title": "获取实例部分数据库"
|
377
377
|
}
|
378
378
|
],
|
@@ -380,7 +380,7 @@
|
|
380
380
|
{
|
381
381
|
"document": "无",
|
382
382
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDefaultParameters\n<公共请求参数>\n\n{\n \"DBMajorVersion\": \"13\",\n \"DBEngine\": \"postgresql\"\n}",
|
383
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
383
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b6cf4dfc-09ce-4ee4-9c3e-0979e105bb4d\",\n \"TotalCount\": 4,\n \"ParamInfoSet\": [\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"查询优化\",\n \"ClassificationEN\": \"Query Tuning\",\n \"CurrentValue\": \"\",\n \"DefaultValue\": \"500000\",\n \"EnumValue\": [],\n \"ID\": 14092,\n \"LastModifyTime\": \"\",\n \"Max\": 123124123,\n \"Min\": -1,\n \"Name\": \"jit_inline_above_cost\",\n \"NeedReboot\": false,\n \"ParamDescriptionCH\": \"设置JIT编译尝试内联函数和操作符的查询代价阈值,如果查询代价超过这个值,JIT编译就会尝试内联\",\n \"ParamDescriptionEN\": \"Perform JIT inlining if query is more expensive.-1 disables inlining.\",\n \"ParamValueType\": \"real\",\n \"SpecRelated\": false,\n \"SpecRelationSet\": null,\n \"StandbyRelated\": 0,\n \"Unit\": \"\",\n \"VersionRelationSet\": null\n },\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"AUTOVACUUM\",\n \"ClassificationEN\": \"Autovacuum\",\n \"CurrentValue\": \"\",\n \"DefaultValue\": \"400000000\",\n \"EnumValue\": [],\n \"ID\": 14131,\n \"LastModifyTime\": \"\",\n \"Max\": 2000000000,\n \"Min\": 10000,\n \"Name\": \"autovacuum_multixact_freeze_max_age\",\n \"NeedReboot\": true,\n \"ParamDescriptionCH\": \"设置表上多事务场景下的最大年龄,达到这个阀值将触发 autovacuum进程,从而避免 wraparound.\",\n \"ParamDescriptionEN\": \"Multixact age at which to autovacuum a table to prevent multixact wraparound.\",\n \"ParamValueType\": \"integer\",\n \"SpecRelated\": false,\n \"SpecRelationSet\": null,\n \"StandbyRelated\": 0,\n \"Unit\": \"\",\n \"VersionRelationSet\": null\n },\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"客户端连接默认值\",\n \"ClassificationEN\": \"Client Connection Defaults\",\n \"CurrentValue\": \"\",\n \"DefaultValue\": \"\\\"$user\\\", public\",\n \"EnumValue\": [],\n \"ID\": 14173,\n \"LastModifyTime\": \"\",\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"search_path\",\n \"NeedReboot\": false,\n \"ParamDescriptionCH\": \"默认的search_path\",\n \"ParamDescriptionEN\": \"Sets the schema search order for names that are not schema-qualified.\",\n \"ParamValueType\": \"string\",\n \"SpecRelated\": false,\n \"SpecRelationSet\": null,\n \"StandbyRelated\": 0,\n \"Unit\": \"\",\n \"VersionRelationSet\": null\n },\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"客户端连接默认值\",\n \"ClassificationEN\": \"Client Connection Defaults\",\n \"CurrentValue\": \"\",\n \"DefaultValue\": \"150000000\",\n \"EnumValue\": [],\n \"ID\": 14175,\n \"LastModifyTime\": \"\",\n \"Max\": 2000000000,\n \"Min\": 0,\n \"Name\": \"vacuum_multixact_freeze_table_age\",\n \"NeedReboot\": false,\n \"ParamDescriptionCH\": \"当表的pg_class.relfrozenxid域达到该设置指定的年龄时,VACUUM会执行一次全表扫描。 积极的扫描不同于常规的VACUUM,因为它会访问每个可能包含未冻结XID或MXID的页面,而不仅仅是那些可能包含死元组的页面\",\n \"ParamDescriptionEN\": \"Multixact age at which VACUUM should scan whole table to freeze tuples.\",\n \"ParamValueType\": \"integer\",\n \"SpecRelated\": false,\n \"SpecRelationSet\": null,\n \"StandbyRelated\": 0,\n \"Unit\": \"\",\n \"VersionRelationSet\": null\n }\n ]\n }\n}",
|
384
384
|
"title": "查询某个参数模板支持添加的所有参数的信息"
|
385
385
|
}
|
386
386
|
],
|
@@ -412,14 +412,14 @@
|
|
412
412
|
{
|
413
413
|
"document": "无",
|
414
414
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeParameterTemplateAttributes\n<公共请求参数>\n\n{\n \"TemplateId\": \"c0456ace-31d1-54b1-a270-befa6bf960a5\"\n}",
|
415
|
-
"output": "{\n \"Response\": {\n \"DBEngine\": \"postgresql\",\n \"DBMajorVersion\": \"12\",\n \"ParamInfoSet\": [\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"WAL\",\n \"ClassificationEN\": \"Write-Ahead Log\",\n \"CurrentValue\": \"logical\",\n \"DefaultValue\": \"replica\",\n \"EnumValue\": [\n \"replica\",\n \"logical\"\n ],\n \"ID\": 854,\n \"LastModifyTime\": \"\",\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"wal_level\",\n \"NeedReboot\": true,\n \"ParamDescriptionCH\": \"此参数决定记录到日志的信息,不允许设置为minimal\",\n \"ParamDescriptionEN\": \"Set the level of information written to the WAL.\",\n \"ParamValueType\": \"enum\",\n \"SpecRelated\": false,\n \"StandbyRelated\": 0,\n \"Unit\": \"\"\n },\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"资源使用\",\n \"ClassificationEN\": \"Resource Usage\",\n \"CurrentValue\": \"12\",\n \"DefaultValue\": \"8\",\n \"EnumValue\": null,\n \"ID\": 755,\n \"LastModifyTime\": \"\",\n \"Max\": 262143,\n \"Min\": 0,\n \"Name\": \"max_worker_processes\",\n \"NeedReboot\": true,\n \"ParamDescriptionCH\": \"系统能够支持的后台进程的最大数量\",\n \"ParamDescriptionEN\": \"Maximum number of concurrent worker processes.\",\n \"ParamValueType\": \"integer\",\n \"SpecRelated\": true,\n \"StandbyRelated\": 1,\n \"Unit\": \"\"\n }\n ],\n \"RequestId\": \"e4f0f472-8bef-4404-b3fa-57ed6b6378b8\",\n \"TemplateDescription\": \"test-modify\",\n \"TemplateId\": \"c0456ace-31d1-54b1-a270-befa6bf960a5\",\n \"TemplateName\": \"test-modify_1\",\n \"TotalCount\": 2\n }\n}",
|
415
|
+
"output": "{\n \"Response\": {\n \"DBEngine\": \"postgresql\",\n \"DBMajorVersion\": \"12\",\n \"ParamInfoSet\": [\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"WAL\",\n \"ClassificationEN\": \"Write-Ahead Log\",\n \"CurrentValue\": \"logical\",\n \"DefaultValue\": \"replica\",\n \"EnumValue\": [\n \"replica\",\n \"logical\"\n ],\n \"ID\": 854,\n \"LastModifyTime\": \"\",\n \"Max\": 0,\n \"Min\": 0,\n \"Name\": \"wal_level\",\n \"NeedReboot\": true,\n \"ParamDescriptionCH\": \"此参数决定记录到日志的信息,不允许设置为minimal\",\n \"ParamDescriptionEN\": \"Set the level of information written to the WAL.\",\n \"ParamValueType\": \"enum\",\n \"VersionRelationSet\": [],\n \"SpecRelated\": false,\n \"StandbyRelated\": 0,\n \"Unit\": \"\",\n \"SpecRelationSet\": []\n },\n {\n \"Advanced\": false,\n \"ClassificationCN\": \"资源使用\",\n \"ClassificationEN\": \"Resource Usage\",\n \"CurrentValue\": \"12\",\n \"DefaultValue\": \"8\",\n \"EnumValue\": null,\n \"ID\": 755,\n \"LastModifyTime\": \"\",\n \"Max\": 262143,\n \"Min\": 0,\n \"Name\": \"max_worker_processes\",\n \"NeedReboot\": true,\n \"ParamDescriptionCH\": \"系统能够支持的后台进程的最大数量\",\n \"ParamDescriptionEN\": \"Maximum number of concurrent worker processes.\",\n \"ParamValueType\": \"integer\",\n \"VersionRelationSet\": [\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 300,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 400,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 400,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 500,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 900,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 900,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 900,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 300,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 400,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 500,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 500,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 1300,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n },\n {\n \"DBKernelVersion\": \"\",\n \"EnumValue\": null,\n \"Max\": 1300,\n \"Min\": 4,\n \"Name\": \"max_worker_processes\",\n \"Unit\": \"null\",\n \"Value\": \"8\"\n }\n ],\n \"SpecRelated\": true,\n \"StandbyRelated\": 1,\n \"Unit\": \"\",\n \"SpecRelationSet\": []\n }\n ],\n \"RequestId\": \"e4f0f472-8bef-4404-b3fa-57ed6b6378b8\",\n \"TemplateDescription\": \"test-modify\",\n \"TemplateId\": \"c0456ace-31d1-54b1-a270-befa6bf960a5\",\n \"TemplateName\": \"test-modify_1\",\n \"TotalCount\": 2\n }\n}",
|
416
416
|
"title": "查询参数模板详情"
|
417
417
|
}
|
418
418
|
],
|
419
419
|
"DescribeParameterTemplates": [
|
420
420
|
{
|
421
421
|
"document": "无",
|
422
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeParameterTemplates\n<公共请求参数>\n\n{\n \"
|
422
|
+
"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 \"test\"\n ]\n }\n ],\n \"Limit\": 0,\n \"Offset\": 10,\n \"OrderBy\": \"CreateTime\",\n \"OrderByType\": \"desc\"\n}",
|
423
423
|
"output": "{\n \"Response\": {\n \"ParameterTemplateSet\": [\n {\n \"DBEngine\": \"postgresql\",\n \"DBMajorVersion\": \"13\",\n \"TemplateDescription\": \"test1\",\n \"TemplateId\": \"674538e8-4a03-5103-896c-9785c960bf02\",\n \"TemplateName\": \"test1\"\n },\n {\n \"DBEngine\": \"postgresql\",\n \"DBMajorVersion\": \"13\",\n \"TemplateDescription\": \"test2\",\n \"TemplateId\": \"423984bb-97fe-5693-a74f-63cc8dfb6c5d\",\n \"TemplateName\": \"test2\"\n }\n ],\n \"RequestId\": \"6224e7ed-d7d8-494c-835f-e1612345383f\",\n \"TotalCount\": 2\n }\n}",
|
424
424
|
"title": "查询参数模板信息"
|
425
425
|
}
|
@@ -466,7 +466,7 @@
|
|
466
466
|
],
|
467
467
|
"DescribeSlowQueryAnalysis": [
|
468
468
|
{
|
469
|
-
"document": "",
|
469
|
+
"document": "获取指定时间范围内实例的慢查询统计分析结果。\n",
|
470
470
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSlowQueryAnalysis\n<公共请求参数>\n\n{\n \"StartTime\": \"2021-06-17 20:00:07\",\n \"EndTime\": \"2021-06-17 20:15:07\",\n \"Limit\": 10,\n \"Offset\": 0,\n \"DBInstanceId\": \"postgres-nbvqjlhf\"\n}",
|
471
471
|
"output": "{\n \"Response\": {\n \"Detail\": {\n \"AnalysisItems\": [\n {\n \"AvgCostTime\": 101.01300048828125,\n \"ClientAddr\": \"\",\n \"CostPercent\": 11.703700311890035,\n \"CostTime\": 101.01300048828125,\n \"DatabaseName\": \"postgres\",\n \"FirstTime\": \"2021-07-27 03:12:01\",\n \"LastTime\": \"2021-07-27 03:12:01\",\n \"MaxCostTime\": 101.01300048828125,\n \"MinCostTime\": 101.01300048828125,\n \"NormalQuery\": \"select $1 from information_schema.tables where table_schema = $2 and table_name = $3\",\n \"UserName\": \"postgres\"\n }\n ],\n \"TotalCallNum\": 6,\n \"TotalTime\": 863.0860137939453\n },\n \"RequestId\": \"221334ddc4f\",\n \"TotalCount\": 5\n }\n}",
|
472
472
|
"title": "慢查询统计分析接口实例"
|
@@ -474,10 +474,10 @@
|
|
474
474
|
],
|
475
475
|
"DescribeSlowQueryList": [
|
476
476
|
{
|
477
|
-
"document": "",
|
477
|
+
"document": "获取指定时间范围内实例的慢日志。\n",
|
478
478
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSlowQueryList\n<公共请求参数>\n\n{\n \"StartTime\": \"2021-07-22 10:00:07\",\n \"EndTime\": \"2021-07-27 20:15:07\",\n \"Limit\": 10,\n \"Offset\": 0,\n \"DBInstanceId\": \"postgres-nbvqjlhf\"\n}",
|
479
479
|
"output": "{\n \"Response\": {\n \"DurationAnalysis\": [\n {\n \"Count\": 0,\n \"TimeSegment\": \"10-20s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"40-50s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"50s-\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"5-6s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"6-7s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"2-3s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"20-30s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"3-4s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"4-5s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"7-8s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"8-9s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"9-10s\"\n },\n {\n \"Count\": 0,\n \"TimeSegment\": \"30-40s\"\n },\n {\n \"Count\": 6,\n \"TimeSegment\": \"1-2s\"\n }\n ],\n \"RawSlowQueryList\": [\n {\n \"ClientAddr\": \"[local]\",\n \"DatabaseName\": \"postgres\",\n \"Duration\": 101.013,\n \"RawQuery\": \"select 1 from information_schema.tables where table_schema = 'pg_catalog' and table_name = 'pg_file_settings'\",\n \"SessionStartTime\": \"2021-07-27 03:12:01 CST\",\n \"UserName\": \"postgres\"\n },\n {\n \"ClientAddr\": \"::1:34301\",\n \"DatabaseName\": \"postgres\",\n \"Duration\": 155.283,\n \"RawQuery\": \"select count(*)::text as value from pg_stat_activity where now()-backend_start < '5 second';\",\n \"SessionStartTime\": \"2021-07-25 02:25:09 CST\",\n \"UserName\": \"postgres\"\n },\n {\n \"ClientAddr\": \"::1:34295\",\n \"DatabaseName\": \"postgres\",\n \"Duration\": 168.119,\n \"RawQuery\": \"select count(*)::text as value from pg_stat_activity where state='active';\",\n \"SessionStartTime\": \"2021-07-25 02:25:09 CST\",\n \"UserName\": \"postgres\"\n },\n {\n \"ClientAddr\": \"::1:34296\",\n \"DatabaseName\": \"postgres\",\n \"Duration\": 168.757,\n \"RawQuery\": \"select count(*)::text as value from pg_stat_activity where wait_event_type is not null\",\n \"SessionStartTime\": \"2021-07-25 02:25:09 CST\",\n \"UserName\": \"postgres\"\n },\n {\n \"ClientAddr\": \"::1:34298\",\n \"DatabaseName\": \"postgres\",\n \"Duration\": 165.119,\n \"RawQuery\": \"select application_name,COALESCE(pg_catalog.pg_wal_lsn_diff(sent_lsn, replay_lsn),0) from pg_stat_replication;\",\n \"SessionStartTime\": \"2021-07-25 02:25:09 CST\",\n \"UserName\": \"postgres\"\n },\n {\n \"ClientAddr\": \"::1:34297\",\n \"DatabaseName\": \"postgres\",\n \"Duration\": 104.795,\n \"RawQuery\": \"select count(*)::text as value from pg_stat_activity where state='idle';\",\n \"SessionStartTime\": \"2021-07-25 02:25:09 CST\",\n \"UserName\": \"postgres\"\n }\n ],\n \"RequestId\": \"221334ddcf\",\n \"TotalCount\": 6\n }\n}",
|
480
|
-
"title": "
|
480
|
+
"title": "慢日志列表查询示例"
|
481
481
|
}
|
482
482
|
],
|
483
483
|
"DescribeZones": [
|
@@ -776,6 +776,20 @@
|
|
776
776
|
"title": "重启实例"
|
777
777
|
}
|
778
778
|
],
|
779
|
+
"RestoreDBInstanceObjects": [
|
780
|
+
{
|
781
|
+
"document": "在原实例上指定恢复时间,恢复某些数据库相关对象。例如在postgres-abcd1234实例上,恢复时间点2024-03-25 01:27:35上的test数据库。",
|
782
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreDBInstance\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-abcd1234\",\n \"RestoreTargetTime\": \"2024-03-25 01:27:35\",\n \"RestoreObjects\": [\n \"test\"\n ]\n}",
|
783
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\"\n }\n}",
|
784
|
+
"title": "指定恢复时间,恢复数据库对象"
|
785
|
+
},
|
786
|
+
{
|
787
|
+
"document": "在原实例上选定备份集,恢复某些数据库相关对象。例如在postgres-abcd1234实例上,使用备份集28aa61ac-1b1f-566a-bedb-6e918024be02恢复test数据库。",
|
788
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreDBInstance\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-abcd1234\",\n \"BackupSetId\": \"28aa61ac-1b1f-566a-bedb-6e918024be02\",\n \"RestoreObjects\": [\n \"test\"\n ]\n}",
|
789
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3d49f48c-7d27-4820-8724-ed5b15787373\"\n }\n}",
|
790
|
+
"title": "选定备份集,恢复数据库对象"
|
791
|
+
}
|
792
|
+
],
|
779
793
|
"SetAutoRenewFlag": [
|
780
794
|
{
|
781
795
|
"document": "",
|
@@ -479,13 +479,13 @@
|
|
479
479
|
"ModifyProjectLimit": [
|
480
480
|
{
|
481
481
|
"document": "",
|
482
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProjectLimit\n<公共请求参数>\n\n{\n \"ProjectInterface\": \"
|
482
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProjectLimit\n<公共请求参数>\n\n{\n \"ProjectInterface\": \"log\",\n \"ProjectID\": 8,\n \"ReportRate\": 10,\n \"ReportType\": 1\n}",
|
483
483
|
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"a62c0f90-5ed0-4f3e-b285-8e4885a5ca45\"\n }\n}",
|
484
484
|
"title": "新增抽样"
|
485
485
|
},
|
486
486
|
{
|
487
487
|
"document": "新增修改限流",
|
488
|
-
"input": "https://rum.tencentcloudapi.com/?Action=ModifyProjectLimit\n&ProjectID=1\n&ProjectInterface=
|
488
|
+
"input": "https://rum.tencentcloudapi.com/?Action=ModifyProjectLimit\n&ProjectID=1\n&ProjectInterface=log\n&ReportRate=10\n&ReportType=1\n&ID=1\n&<公共请求参数>",
|
489
489
|
"output": "{\n \"Response\": {\n \"Msg\": \"invalid ModifyProjectLimitRequest.ProjectInterface: value must be in list [log speed performance webvitals pv event custom miniProgramData]\",\n \"RequestId\": \"57e7f631-73d0-4926-b659-d4ef64818312\"\n }\n}",
|
490
490
|
"title": "新增修改限流"
|
491
491
|
}
|
@@ -524,7 +524,7 @@
|
|
524
524
|
"example": "无",
|
525
525
|
"member": "TrafficPackage",
|
526
526
|
"name": "List",
|
527
|
-
"
|
527
|
+
"output_required": true,
|
528
528
|
"type": "list",
|
529
529
|
"value_allowed_null": false
|
530
530
|
},
|
@@ -534,7 +534,7 @@
|
|
534
534
|
"example": "5",
|
535
535
|
"member": "uint64",
|
536
536
|
"name": "TotalCount",
|
537
|
-
"
|
537
|
+
"output_required": true,
|
538
538
|
"type": "int",
|
539
539
|
"value_allowed_null": false
|
540
540
|
},
|
@@ -12432,7 +12432,7 @@
|
|
12432
12432
|
"members": [
|
12433
12433
|
{
|
12434
12434
|
"disabled": false,
|
12435
|
-
"document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>\n<li>COS:腾讯云 COS 对象存储源站;</li>\n<li>AWS_S3:AWS S3 对象存储源站;</li>\n<li>ORIGIN_GROUP:源站组类型源站;</li>\n<li>VODEO:云点播-混合云版;</li>\n<li>SPACE:源站卸载,当前仅白名单开放;</li>\n<li>LB:负载均衡,当前仅白名单开放。</li>",
|
12435
|
+
"document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>\n<li>COS:腾讯云 COS 对象存储源站;</li>\n<li>AWS_S3:AWS S3 对象存储源站;</li>\n<li>ORIGIN_GROUP:源站组类型源站;</li>\n<li>VODEO:云点播-混合云版;</li>\n<li>VOD:云点播;</li>\n<li>SPACE:源站卸载,当前仅白名单开放;</li>\n<li>LB:负载均衡,当前仅白名单开放。</li>",
|
12436
12436
|
"example": "ip_domain",
|
12437
12437
|
"member": "string",
|
12438
12438
|
"name": "OriginType",
|
@@ -12442,7 +12442,7 @@
|
|
12442
12442
|
},
|
12443
12443
|
{
|
12444
12444
|
"disabled": false,
|
12445
|
-
"document": "源站地址,根据 OriginType 的取值分为以下情况:\n<li>当 OriginType = IP_DOMAIN 时,该参数为 IPv4、IPv6 地址或域名;</li>\n<li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>\n<li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>\n<li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>\n<li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 \"all-buckets-in-vodeo-application\";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>",
|
12445
|
+
"document": "源站地址,根据 OriginType 的取值分为以下情况:\n<li>当 OriginType = IP_DOMAIN 时,该参数为 IPv4、IPv6 地址或域名;</li>\n<li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>\n<li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>\n<li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>\n<li>当 OriginType = VOD 时,该参数请填写云点播应用 ID ;</li>\n<li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 \"all-buckets-in-vodeo-application\";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>",
|
12446
12446
|
"example": "qq.com",
|
12447
12447
|
"member": "string",
|
12448
12448
|
"name": "Origin",
|
@@ -12660,7 +12660,7 @@
|
|
12660
12660
|
"members": [
|
12661
12661
|
{
|
12662
12662
|
"disabled": false,
|
12663
|
-
"document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>\n<li>COS:腾讯云 COS 对象存储源站;</li>\n<li>AWS_S3:AWS S3 对象存储源站;</li>\n<li>ORIGIN_GROUP:源站组类型源站;</li>\n <li>
|
12663
|
+
"document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>\n<li>COS:腾讯云 COS 对象存储源站;</li>\n<li>AWS_S3:AWS S3 对象存储源站;</li>\n<li>ORIGIN_GROUP:源站组类型源站;</li>\n <li>VOD:云点播;</li>\n<li>SPACE:源站卸载,当前仅白名单开放;</li>\n<li>LB:负载均衡,当前仅白名单开放。</li>",
|
12664
12664
|
"example": "ip_domain",
|
12665
12665
|
"member": "string",
|
12666
12666
|
"name": "OriginType",
|
@@ -12669,7 +12669,7 @@
|
|
12669
12669
|
},
|
12670
12670
|
{
|
12671
12671
|
"disabled": false,
|
12672
|
-
"document": "源站地址,根据 OriginType 的取值分为以下情况:\n<li>当 OriginType = IP_DOMAIN 时,该参数请填写 IPv4、IPv6 地址或域名;</li>\n<li>当 OriginType = COS 时,该参数请填写 COS 桶的访问域名;</li>\n<li>当 OriginType = AWS_S3,该参数请填写 S3 桶的访问域名;</li>\n<li>当 OriginType = ORIGIN_GROUP 时,该参数请填写源站组 ID;</li>\n<li>当 OriginType =
|
12672
|
+
"document": "源站地址,根据 OriginType 的取值分为以下情况:\n<li>当 OriginType = IP_DOMAIN 时,该参数请填写 IPv4、IPv6 地址或域名;</li>\n<li>当 OriginType = COS 时,该参数请填写 COS 桶的访问域名;</li>\n<li>当 OriginType = AWS_S3,该参数请填写 S3 桶的访问域名;</li>\n<li>当 OriginType = ORIGIN_GROUP 时,该参数请填写源站组 ID;</li>\n<li>当 OriginType = VOD 时,该参数请填写云点播应用 ID ;</li>\n<li>当 OriginType = LB 时,该参数请填写负载均衡实例 ID,该功能当前仅白名单开放;</li>\n<li>当 OriginType = SPACE 时,该参数请填写源站卸载空间 ID,该功能当前仅白名单开放。</li>",
|
12673
12673
|
"example": "qq.com",
|
12674
12674
|
"member": "string",
|
12675
12675
|
"name": "Origin",
|
@@ -12714,7 +12714,7 @@
|
|
12714
12714
|
},
|
12715
12715
|
{
|
12716
12716
|
"disabled": false,
|
12717
|
-
"document": "VODEO 分发范围,该参数当 OriginType = VODEO 时必填。取值有: \n<li>All:当前应用下所有存储桶;</li> \n<li>Bucket:指定的某一个存储桶。</li
|
12717
|
+
"document": "VODEO 分发范围,该参数当 OriginType = VODEO 时必填。取值有: \n<li>All:当前应用下所有存储桶;</li> \n<li>Bucket:指定的某一个存储桶。</li>",
|
12718
12718
|
"example": "无",
|
12719
12719
|
"member": "string",
|
12720
12720
|
"name": "VodeoDistributionRange",
|
@@ -3342,6 +3342,16 @@
|
|
3342
3342
|
"type": "object",
|
3343
3343
|
"value_allowed_null": true
|
3344
3344
|
},
|
3345
|
+
{
|
3346
|
+
"disabled": false,
|
3347
|
+
"document": "基于新网关的服务调用信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
3348
|
+
"example": "无",
|
3349
|
+
"member": "ServiceCallInfoV2",
|
3350
|
+
"name": "ServiceCallInfoV2",
|
3351
|
+
"output_required": false,
|
3352
|
+
"type": "object",
|
3353
|
+
"value_allowed_null": true
|
3354
|
+
},
|
3345
3355
|
{
|
3346
3356
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3347
3357
|
"member": "string",
|
@@ -4897,6 +4907,17 @@
|
|
4897
4907
|
"type": "list",
|
4898
4908
|
"value_allowed_null": true
|
4899
4909
|
},
|
4910
|
+
{
|
4911
|
+
"disabled": false,
|
4912
|
+
"document": "默认内网调用信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
4913
|
+
"example": "无",
|
4914
|
+
"member": "DefaultInnerCallInfo",
|
4915
|
+
"name": "DefaultInnerCallInfos",
|
4916
|
+
"output_required": false,
|
4917
|
+
"required": false,
|
4918
|
+
"type": "list",
|
4919
|
+
"value_allowed_null": true
|
4920
|
+
},
|
4900
4921
|
{
|
4901
4922
|
"disabled": false,
|
4902
4923
|
"document": "私有连接信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -4910,10 +4931,10 @@
|
|
4910
4931
|
},
|
4911
4932
|
{
|
4912
4933
|
"disabled": false,
|
4913
|
-
"document": "
|
4934
|
+
"document": "基于新网关的私有连接信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
4914
4935
|
"example": "无",
|
4915
|
-
"member": "
|
4916
|
-
"name": "
|
4936
|
+
"member": "PrivateLinkInfo",
|
4937
|
+
"name": "PrivateLinkInfosV2",
|
4917
4938
|
"output_required": false,
|
4918
4939
|
"required": false,
|
4919
4940
|
"type": "list",
|
@@ -7963,6 +7984,52 @@
|
|
7963
7984
|
],
|
7964
7985
|
"usage": "out"
|
7965
7986
|
},
|
7987
|
+
"ServiceCallInfoV2": {
|
7988
|
+
"document": "V2版本的服务调用信息",
|
7989
|
+
"members": [
|
7990
|
+
{
|
7991
|
+
"disabled": false,
|
7992
|
+
"document": "服务组id\n注意:此字段可能返回 null,表示取不到有效值。",
|
7993
|
+
"example": "ms-ttt",
|
7994
|
+
"member": "string",
|
7995
|
+
"name": "ServiceGroupId",
|
7996
|
+
"output_required": true,
|
7997
|
+
"type": "string",
|
7998
|
+
"value_allowed_null": true
|
7999
|
+
},
|
8000
|
+
{
|
8001
|
+
"disabled": false,
|
8002
|
+
"document": "服务的公网调用地址\n注意:此字段可能返回 null,表示取不到有效值。",
|
8003
|
+
"example": "http://ms-ttt.tencentcs.com",
|
8004
|
+
"member": "string",
|
8005
|
+
"name": "InternetEndpoint",
|
8006
|
+
"output_required": true,
|
8007
|
+
"type": "string",
|
8008
|
+
"value_allowed_null": true
|
8009
|
+
},
|
8010
|
+
{
|
8011
|
+
"disabled": false,
|
8012
|
+
"document": "鉴权是否开启\n注意:此字段可能返回 null,表示取不到有效值。",
|
8013
|
+
"example": "false",
|
8014
|
+
"member": "bool",
|
8015
|
+
"name": "AuthorizationEnable",
|
8016
|
+
"output_required": true,
|
8017
|
+
"type": "bool",
|
8018
|
+
"value_allowed_null": true
|
8019
|
+
},
|
8020
|
+
{
|
8021
|
+
"disabled": false,
|
8022
|
+
"document": "鉴权token,仅当AuthorizationEnable为true时有效\n注意:此字段可能返回 null,表示取不到有效值。",
|
8023
|
+
"example": "ttt",
|
8024
|
+
"member": "string",
|
8025
|
+
"name": "AuthToken",
|
8026
|
+
"output_required": false,
|
8027
|
+
"type": "string",
|
8028
|
+
"value_allowed_null": true
|
8029
|
+
}
|
8030
|
+
],
|
8031
|
+
"usage": "out"
|
8032
|
+
},
|
7966
8033
|
"ServiceEIP": {
|
7967
8034
|
"document": "服务共享弹性网卡设置",
|
7968
8035
|
"members": [
|
@@ -172,7 +172,7 @@
|
|
172
172
|
{
|
173
173
|
"document": "查询某个服务",
|
174
174
|
"input": "POST / HTTP/1.1\nHost: tione.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeModelServiceCallInfo\n<公共请求参数>\n\n{\n \"ServiceGroupId\": \"ms-p8w5zvh7\"\n}",
|
175
|
-
"output": "{\n \"Response\": {\n \"ServiceCallInfo\": {\n \"ServiceGroupId\": \"ms-ndxkhtb2\",\n \"InnerHttpAddr\": \"http://service-5a4oixv0-1256580188-in.gz.tencentapigw.com:8011/tione\",\n \"InnerHttpsAddr\": \"https://service-5a4oixv0-1256580188-in.gz.tencentapigw.com:9011/tione\",\n \"OuterHttpAddr\": \"http://service-5a4oixv0-1256580188.gz.tencentapigw.com:80/tione\",\n \"OuterHttpsAddr\": \"https://service-5a4oixv0-1256580188.gz.tencentapigw.com:443/tione\",\n \"AppKey\": \"APID23ycs7qbGGbTf27PG18oOVK1Q449UORNA1g5\",\n \"AppSecret\": \"bD2krm7a7ujt6779kLKV1g0x4n2z861IcguAMm6v\",\n \"AuthorizationEnable\": true\n },\n \"InferGatewayCallInfo\": null,\n \"DefaultNginxGatewayCallInfo\": null,\n \"TJCallInfo\": null,\n \"IntranetCallInfo\": {\n \"IngressPrivateLinkInfo\": null,\n \"ServiceEIPInfo\": []\n },\n \"RequestId\": \"0e26af99-dc12-4866-b6cf-1896a10c2910\"\n }\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"ServiceCallInfo\": {\n \"ServiceGroupId\": \"ms-ndxkhtb2\",\n \"InnerHttpAddr\": \"http://service-5a4oixv0-1256580188-in.gz.tencentapigw.com:8011/tione\",\n \"InnerHttpsAddr\": \"https://service-5a4oixv0-1256580188-in.gz.tencentapigw.com:9011/tione\",\n \"OuterHttpAddr\": \"http://service-5a4oixv0-1256580188.gz.tencentapigw.com:80/tione\",\n \"OuterHttpsAddr\": \"https://service-5a4oixv0-1256580188.gz.tencentapigw.com:443/tione\",\n \"AppKey\": \"APID23ycs7qbGGbTf27PG18oOVK1Q449UORNA1g5\",\n \"AppSecret\": \"bD2krm7a7ujt6779kLKV1g0x4n2z861IcguAMm6v\",\n \"AuthorizationEnable\": true\n },\n \"InferGatewayCallInfo\": null,\n \"DefaultNginxGatewayCallInfo\": null,\n \"TJCallInfo\": null,\n \"IntranetCallInfo\": {\n \"IngressPrivateLinkInfo\": null,\n \"ServiceEIPInfo\": [],\n \"DefaultInnerCallInfos\": [],\n \"PrivateLinkInfos\": [],\n \"PrivateLinkInfosV2\": []\n },\n \"ServiceCallInfoV2\": null,\n \"RequestId\": \"0e26af99-dc12-4866-b6cf-1896a10c2910\"\n }\n}",
|
176
176
|
"title": "服务调用地址查询"
|
177
177
|
}
|
178
178
|
],
|
@@ -146,6 +146,26 @@
|
|
146
146
|
"type": "string",
|
147
147
|
"value_allowed_null": false
|
148
148
|
},
|
149
|
+
{
|
150
|
+
"disabled": false,
|
151
|
+
"document": "视频转译任务状态",
|
152
|
+
"example": "无",
|
153
|
+
"member": "int64",
|
154
|
+
"name": "Status",
|
155
|
+
"output_required": false,
|
156
|
+
"type": "int",
|
157
|
+
"value_allowed_null": false
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"disabled": false,
|
161
|
+
"document": "视频转译任务信息",
|
162
|
+
"example": "无",
|
163
|
+
"member": "string",
|
164
|
+
"name": "Message",
|
165
|
+
"output_required": false,
|
166
|
+
"type": "string",
|
167
|
+
"value_allowed_null": false
|
168
|
+
},
|
149
169
|
{
|
150
170
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
151
171
|
"member": "string",
|
@@ -29149,6 +29149,26 @@
|
|
29149
29149
|
"output_required": false,
|
29150
29150
|
"type": "string",
|
29151
29151
|
"value_allowed_null": true
|
29152
|
+
},
|
29153
|
+
{
|
29154
|
+
"disabled": false,
|
29155
|
+
"document": "操作人 ID 列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
29156
|
+
"example": "[\"123456\"]",
|
29157
|
+
"member": "string",
|
29158
|
+
"name": "OperatorUserIdsStr",
|
29159
|
+
"output_required": false,
|
29160
|
+
"type": "list",
|
29161
|
+
"value_allowed_null": true
|
29162
|
+
},
|
29163
|
+
{
|
29164
|
+
"disabled": false,
|
29165
|
+
"document": "公有云 Owner ID 列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
29166
|
+
"example": "[\"123456\"]",
|
29167
|
+
"member": "string",
|
29168
|
+
"name": "OwnerUserIdsStr",
|
29169
|
+
"output_required": false,
|
29170
|
+
"type": "list",
|
29171
|
+
"value_allowed_null": true
|
29152
29172
|
}
|
29153
29173
|
],
|
29154
29174
|
"usage": "out"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1125.1
|
4
4
|
Summary: Universal Command Line Environment for Tencent Cloud
|
5
5
|
Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
|
6
6
|
Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
|
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
14
14
|
Requires-Dist: jmespath==0.10.0
|
15
15
|
Requires-Dist: six==1.16.0
|
16
|
-
Requires-Dist: tencentcloud-sdk-python>=3.0.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1125
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|