tccli 3.0.1197.1__py2.py3-none-any.whl → 3.0.1199.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.
Files changed (53) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apigateway/apigateway_client.py +57 -4
  3. tccli/services/apigateway/v20180808/api.json +24 -0
  4. tccli/services/apigateway/v20180808/examples.json +8 -0
  5. tccli/services/ccc/ccc_client.py +57 -4
  6. tccli/services/ccc/v20200210/api.json +188 -0
  7. tccli/services/ccc/v20200210/examples.json +8 -0
  8. tccli/services/clb/v20180317/api.json +19 -1
  9. tccli/services/cme/v20191029/api.json +18 -8
  10. tccli/services/cvm/v20170312/api.json +24 -24
  11. tccli/services/cynosdb/cynosdb_client.py +0 -53
  12. tccli/services/cynosdb/v20190107/api.json +0 -92
  13. tccli/services/cynosdb/v20190107/examples.json +0 -8
  14. tccli/services/emr/emr_client.py +114 -8
  15. tccli/services/emr/v20190103/api.json +300 -7
  16. tccli/services/emr/v20190103/examples.json +16 -0
  17. tccli/services/ess/v20201111/api.json +19 -1
  18. tccli/services/ess/v20201111/examples.json +1 -1
  19. tccli/services/essbasic/v20210526/api.json +18 -0
  20. tccli/services/essbasic/v20210526/examples.json +1 -1
  21. tccli/services/faceid/v20180301/api.json +18 -0
  22. tccli/services/iecp/iecp_client.py +298 -1358
  23. tccli/services/iecp/v20210914/api.json +216 -2256
  24. tccli/services/iecp/v20210914/examples.json +0 -166
  25. tccli/services/ims/v20201229/api.json +9 -9
  26. tccli/services/ims/v20201229/examples.json +2 -2
  27. tccli/services/monitor/monitor_client.py +8 -114
  28. tccli/services/monitor/v20180724/api.json +0 -85
  29. tccli/services/monitor/v20180724/examples.json +0 -16
  30. tccli/services/ocr/v20181119/api.json +3 -3
  31. tccli/services/postgres/postgres_client.py +159 -0
  32. tccli/services/postgres/v20170312/api.json +427 -9
  33. tccli/services/postgres/v20170312/examples.json +40 -4
  34. tccli/services/rce/v20201103/api.json +17 -8
  35. tccli/services/sms/v20190711/api.json +8 -8
  36. tccli/services/sms/v20210111/api.json +13 -13
  37. tccli/services/tcss/v20201101/api.json +199 -3
  38. tccli/services/tcss/v20201101/examples.json +5 -5
  39. tccli/services/teo/v20220901/api.json +56 -6
  40. tccli/services/tke/v20180525/api.json +9 -9
  41. tccli/services/tke/v20220501/api.json +5 -5
  42. tccli/services/tse/v20201207/api.json +22 -0
  43. tccli/services/tsf/tsf_client.py +4 -57
  44. tccli/services/tsf/v20180326/api.json +0 -34
  45. tccli/services/tsf/v20180326/examples.json +0 -8
  46. tccli/services/vod/v20180717/api.json +3 -3
  47. tccli/services/vpc/v20170312/examples.json +6 -0
  48. tccli/services/wedata/v20210820/api.json +11 -0
  49. {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/METADATA +2 -2
  50. {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/RECORD +53 -53
  51. {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/WHEEL +0 -0
  52. {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/entry_points.txt +0 -0
  53. {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/license_files/LICENSE +0 -0
@@ -70,6 +70,20 @@
70
70
  "title": "创建PostgreSQL实例"
71
71
  }
72
72
  ],
73
+ "CreateDatabase": [
74
+ {
75
+ "document": "",
76
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatabase\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5cz25tr5\",\n \"DatabaseName\": \"mydatabase\",\n \"DatabaseOwner\": \"test\"\n}",
77
+ "output": "{\n \"Response\": {\n \"RequestId\": \"28004847-7a50-4740-a536-19ee9db9ccc0\"\n }\n}",
78
+ "title": "创建数据库"
79
+ },
80
+ {
81
+ "document": "",
82
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatabase\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5cz25tr5\",\n \"DatabaseName\": \"mydatabase\",\n \"DatabaseOwner\": \"test\",\n \"Encoding\": \"UTF8\",\n \"Collate\": \"zh_CN.utf8\",\n \"Ctype\": \"zh_CN.utf8\"\n}",
83
+ "output": "{\n \"Response\": {\n \"RequestId\": \"28004847-7a50-4740-a536-19ee9db9ccc0\"\n }\n}",
84
+ "title": "创建指定字符编码、排序规则及字符分类的数据库"
85
+ }
86
+ ],
73
87
  "CreateInstances": [
74
88
  {
75
89
  "document": "创建12.4版本中最新内核版的PostgreSQL实例",
@@ -376,13 +390,13 @@
376
390
  {
377
391
  "document": "按指定分页查询实例列表",
378
392
  "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}",
379
- "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}",
393
+ "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 \"DedicatedClusterId\": \"\"\n },\n {\n \"Role\": \"Standby\",\n \"Zone\": \"ap-guangzhou-6\",\n \"DedicatedClusterId\": \"\"\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}",
380
394
  "title": "查询所有实例列表"
381
395
  },
382
396
  {
383
397
  "document": "例如:查询实例ID为postgres-xxxxx的实例信息",
384
398
  "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}",
385
- "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}",
399
+ "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 \"DedicatedClusterId\": \"\"\n },\n {\n \"Role\": \"Standby\",\n \"Zone\": \"ap-guangzhou-6\",\n \"DedicatedClusterId\": \"\"\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}",
386
400
  "title": "根据实例ID查询实例信息"
387
401
  }
388
402
  ],
@@ -434,16 +448,30 @@
434
448
  {
435
449
  "document": "不做筛选,全量拉取实例的数据库列表。",
436
450
  "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}",
437
- "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}",
451
+ "output": "{\n \"Response\": {\n \"Items\": [\n \"postgres\",\n \"postgres_bak_1715086333\",\n \"postgres_bak_1715140150\",\n \"rds\",\n \"postgres_bak_1715152994\"\n ],\n \"Databases\": [\n {\n \"DatabaseName\": \"postgres\",\n \"DatabaseOwner\": \"postgres\",\n \"Encoding\": \"UTF8\",\n \"Collate\": \"C\",\n \"Ctype\": \"C\",\n \"AllowConn\": true,\n \"ConnLimit\": -1,\n \"Privileges\": \"=Tc/postgres,postgres=CTc/postgres,pg_tencentdb_superuser=C/postgres\"\n },\n {\n \"DatabaseName\": \"postgres_bak_1715086333\",\n \"DatabaseOwner\": \"postgres\",\n \"Encoding\": \"UTF8\",\n \"Collate\": \"C\",\n \"Ctype\": \"C\",\n \"AllowConn\": true,\n \"ConnLimit\": -1,\n \"Privileges\": \"\"\n },\n {\n \"DatabaseName\": \"postgres_bak_1715140150\",\n \"DatabaseOwner\": \"postgres\",\n \"Encoding\": \"UTF8\",\n \"Collate\": \"C\",\n \"Ctype\": \"C\",\n \"AllowConn\": true,\n \"ConnLimit\": -1,\n \"Privileges\": \"\"\n },\n {\n \"DatabaseName\": \"rds\",\n \"DatabaseOwner\": \"postgres\",\n \"Encoding\": \"UTF8\",\n \"Collate\": \"C\",\n \"Ctype\": \"C\",\n \"AllowConn\": true,\n \"ConnLimit\": -1,\n \"Privileges\": \"\"\n },\n {\n \"DatabaseName\": \"postgres_bak_1715152994\",\n \"DatabaseOwner\": \"postgres\",\n \"Encoding\": \"UTF8\",\n \"Collate\": \"C\",\n \"Ctype\": \"C\",\n \"AllowConn\": true,\n \"ConnLimit\": -1,\n \"Privileges\": \"\"\n }\n ],\n \"RequestId\": \"4045d7a9-5330-4c2c-b968-475570200a97\",\n \"TotalCount\": 5\n }\n}",
438
452
  "title": "获取实例所有数据库"
439
453
  },
440
454
  {
441
455
  "document": "使用筛选条件,返回部分数据库列表。",
442
456
  "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}",
443
- "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}",
457
+ "output": "{\n \"Response\": {\n \"Items\": [\n \"postgres_bak_1715086333\",\n \"postgres_bak_1715140150\"\n ],\n \"Databases\": [\n {\n \"DatabaseName\": \"postgres_bak_1715086333\",\n \"DatabaseOwner\": \"postgres\",\n \"Encoding\": \"UTF8\",\n \"Collate\": \"C\",\n \"Ctype\": \"C\",\n \"AllowConn\": true,\n \"ConnLimit\": -1,\n \"Privileges\": \"\"\n },\n {\n \"DatabaseName\": \"postgres_bak_1715140150\",\n \"DatabaseOwner\": \"postgres\",\n \"Encoding\": \"UTF8\",\n \"Collate\": \"C\",\n \"Ctype\": \"C\",\n \"AllowConn\": true,\n \"ConnLimit\": -1,\n \"Privileges\": \"\"\n }\n ],\n \"RequestId\": \"25cc2555-14a2-454f-af08-6bd691315335\",\n \"TotalCount\": 5\n }\n}",
444
458
  "title": "获取实例部分数据库"
445
459
  }
446
460
  ],
461
+ "DescribeDedicatedClusters": [
462
+ {
463
+ "document": "查询所有专属集群",
464
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDedicatedClusters\n<公共请求参数>\n\n{}",
465
+ "output": "{\n \"Response\": {\n \"DedicatedClusterSet\": [\n {\n \"CpuAvailable\": 192,\n \"CpuTotal\": 192,\n \"DedicatedClusterId\": \"cluster-0jend45y\",\n \"DiskAvailable\": 1000,\n \"DiskTotal\": 1000,\n \"InstanceCount\": 0,\n \"MemAvailable\": 512,\n \"MemTotal\": 512,\n \"Name\": \"\",\n \"StandbyDedicatedClusterSet\": [\n \"[\\\"cluster-0jend45y\\\"\",\n \"\\\"cluster-d8htgb6k\\\"]\"\n ],\n \"Zone\": \"ap-guangzhou-2\"\n },\n {\n \"CpuAvailable\": 192,\n \"CpuTotal\": 192,\n \"DedicatedClusterId\": \"cluster-d8htgb6k\",\n \"DiskAvailable\": 1000,\n \"DiskTotal\": 1000,\n \"InstanceCount\": 0,\n \"MemAvailable\": 512,\n \"MemTotal\": 512,\n \"Name\": \"\",\n \"StandbyDedicatedClusterSet\": [\n \"[\\\"cluster-0jend45y\\\"\",\n \"\\\"cluster-d8htgb6k\\\"]\"\n ],\n \"Zone\": \"ap-guangzhou-2\"\n }\n ],\n \"RequestId\": \"187a6206-4811-447d-b223-87a8dd470c8c\"\n }\n}",
466
+ "title": "查询所有专属集群"
467
+ },
468
+ {
469
+ "document": "查询专属集群cluster-0jend45y",
470
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDedicatedClusters\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"dedicated-cluster-id\",\n \"Values\": [\n \"cluster-0jend45y\"\n ]\n }\n ]\n}",
471
+ "output": "{\n \"Response\": {\n \"DedicatedClusterSet\": [\n {\n \"CpuAvailable\": 192,\n \"CpuTotal\": 192,\n \"DedicatedClusterId\": \"cluster-0jend45y\",\n \"DiskAvailable\": 1000,\n \"DiskTotal\": 1000,\n \"InstanceCount\": 0,\n \"MemAvailable\": 512,\n \"MemTotal\": 512,\n \"Name\": \"\",\n \"StandbyDedicatedClusterSet\": [\n \"[\\\"cluster-0jend45y\\\"\",\n \"\\\"cluster-d8htgb6k\\\"]\"\n ],\n \"Zone\": \"ap-guangzhou-2\"\n }\n ],\n \"RequestId\": \"04fcd633-8e56-4c2f-9783-7c49e00647f6\"\n }\n}",
472
+ "title": "查询特定专属集群"
473
+ }
474
+ ],
447
475
  "DescribeDefaultParameters": [
448
476
  {
449
477
  "document": "无",
@@ -768,6 +796,14 @@
768
796
  "title": "批量修改实例项目"
769
797
  }
770
798
  ],
799
+ "ModifyDatabaseOwner": [
800
+ {
801
+ "document": "",
802
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatabaseOwner\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-mnhbbw99\",\n \"DatabaseName\": \"testdatabase\",\n \"DatabaseOwner\": \"test\"\n}",
803
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a11906eb-75b4-43c4-8d3e-aa6b2991c8f5\"\n }\n}",
804
+ "title": "修改数据库所有者"
805
+ }
806
+ ],
771
807
  "ModifyParameterTemplate": [
772
808
  {
773
809
  "document": "无",
@@ -162,7 +162,7 @@
162
162
  "members": [
163
163
  {
164
164
  "disabled": false,
165
- "document": "客户主体名称。\n\n示例值:某某有限公司。",
165
+ "document": "数据委托方、需求方:客户主体名称。\n\n示例值:某某有限公司。",
166
166
  "example": "无",
167
167
  "member": "string",
168
168
  "name": "DataProviderName",
@@ -171,7 +171,7 @@
171
171
  },
172
172
  {
173
173
  "disabled": false,
174
- "document": "接收方主体名称。\n\n固定填:腾讯云计算(北京)有限责任公司\n\n示例值:腾讯云计算(北京)有限责任公司",
174
+ "document": "数据受托方、提供方:腾讯云主体名称。\n\n固定填:腾讯云计算(北京)有限责任公司\n\n示例值:腾讯云计算(北京)有限责任公司",
175
175
  "example": "无",
176
176
  "member": "string",
177
177
  "name": "DataRecipientName",
@@ -180,7 +180,7 @@
180
180
  },
181
181
  {
182
182
  "disabled": false,
183
- "document": "客户请求RCE所涉及的用户敏感数据类型,支持多选。实际以接口请求传参为准。\n\n1-手机号;\n\n2-微信开放账号;\n\n3-QQ开放账号;\n\n4-IP地址;\n\n5-设备指纹;\n\n999-其它;\n\n示例值:[1, 4]",
183
+ "document": "客户请求RCE所提供的用户数据类型,支持多选。实际以接口请求传参为准。\n\n1-手机号;\n\n2-微信开放账号;\n\n3-QQ开放账号;\n\n4-IP地址;\n\n999-其它;\n\n示例值:[1, 4]",
184
184
  "example": "无",
185
185
  "member": "uint64",
186
186
  "name": "UserDataType",
@@ -189,7 +189,7 @@
189
189
  },
190
190
  {
191
191
  "disabled": false,
192
- "document": "客户是否已经获取用户授权。\n\n1-已授权;其它值为未授权。\n\n示例值:1",
192
+ "document": "客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意客户委托腾讯云处理入参信息\n1-已授权;其它值为未授权。\n示例值:1",
193
193
  "example": "无",
194
194
  "member": "uint64",
195
195
  "name": "IsAuthorize",
@@ -198,11 +198,11 @@
198
198
  },
199
199
  {
200
200
  "disabled": false,
201
- "document": "是否是用户个人敏感数据。\n\n固定填:1。\n\n示例值:1",
201
+ "document": "客户是否已按[合规指南](https://rule.tencent.com/rule/202409130001)要求获取用户授权,同意腾讯云结合客户提供的信息,对已合法收集的用户数据进行必要处理得出服务结果,并返回给客户。\n1-已授权;其它值为未授权。\n示例值:1",
202
202
  "example": "无",
203
203
  "member": "uint64",
204
- "name": "IsPersonalData",
205
- "required": true,
204
+ "name": "IsOrderHandling",
205
+ "required": false,
206
206
  "type": "int"
207
207
  },
208
208
  {
@@ -216,12 +216,21 @@
216
216
  },
217
217
  {
218
218
  "disabled": false,
219
- "document": "客户获得用户授权所依赖的协议地址。\n\n示例值:https://www.*****.com/*****",
219
+ "document": "\t\n客户获得用户授权所依赖的协议地址。\n\n示例值:https://www.*****.com/*",
220
220
  "example": "无",
221
221
  "member": "string",
222
222
  "name": "PrivacyPolicyLink",
223
223
  "required": false,
224
224
  "type": "string"
225
+ },
226
+ {
227
+ "disabled": false,
228
+ "document": "是否是用户个人敏感数据。\n\n固定填:1。\n\n示例值:1",
229
+ "example": "无",
230
+ "member": "uint64",
231
+ "name": "IsPersonalData",
232
+ "required": false,
233
+ "type": "int"
225
234
  }
226
235
  ],
227
236
  "usage": "in"
@@ -437,7 +437,7 @@
437
437
  {
438
438
  "disabled": false,
439
439
  "document": "开始时间,yyyymmddhh 需要拉取的起始时间,精确到小时。",
440
- "example": "2016090800",
440
+ "example": "2024090800",
441
441
  "member": "uint64",
442
442
  "name": "StartDateTime",
443
443
  "required": true,
@@ -445,8 +445,8 @@
445
445
  },
446
446
  {
447
447
  "disabled": false,
448
- "document": "结束时间,yyyymmddhh 需要拉取的截止时间,精确到小时。\n注:EndDataTime 必须大于 StartDateTime。",
449
- "example": "2016090823",
448
+ "document": "结束时间,yyyymmddhh 需要拉取的截止时间,精确到小时。\n注:EndDataTime 必须大于等于 StartDateTime。",
449
+ "example": "2024090823",
450
450
  "member": "uint64",
451
451
  "name": "EndDataTime",
452
452
  "required": true,
@@ -1725,7 +1725,7 @@
1725
1725
  {
1726
1726
  "disabled": false,
1727
1727
  "document": "拉取起始时间,yyyymmddhh 需要拉取的起始时间,精确到小时。",
1728
- "example": "2016090800",
1728
+ "example": "2024090800",
1729
1729
  "member": "uint64",
1730
1730
  "name": "StartDateTime",
1731
1731
  "required": true,
@@ -1733,8 +1733,8 @@
1733
1733
  },
1734
1734
  {
1735
1735
  "disabled": false,
1736
- "document": "结束时间,yyyymmddhh 需要拉取的截止时间,精确到小时\n注:EndDataTime 必须大于 StartDateTime。",
1737
- "example": "2016090823",
1736
+ "document": "结束时间,yyyymmddhh 需要拉取的截止时间,精确到小时\n注:EndDataTime 必须大于等于 StartDateTime。",
1737
+ "example": "2024090823",
1738
1738
  "member": "uint64",
1739
1739
  "name": "EndDataTime",
1740
1740
  "required": true,
@@ -1912,7 +1912,7 @@
1912
1912
  },
1913
1913
  {
1914
1914
  "disabled": false,
1915
- "document": "最大上限(需要拉取的套餐包个数)",
1915
+ "document": "最大上限(需要拉取的套餐包个数)。\n注:Limit默认最大值为500,可结合Offset实现分页查询。",
1916
1916
  "example": "2",
1917
1917
  "member": "uint64",
1918
1918
  "name": "Limit",
@@ -1921,7 +1921,7 @@
1921
1921
  },
1922
1922
  {
1923
1923
  "disabled": false,
1924
- "document": "偏移量。\n注:目前固定设置为0。",
1924
+ "document": "偏移量。",
1925
1925
  "example": "0",
1926
1926
  "member": "uint64",
1927
1927
  "name": "Offset",
@@ -440,8 +440,8 @@
440
440
  "members": [
441
441
  {
442
442
  "disabled": false,
443
- "document": "起始时间,格式为yyyymmddhh,精确到小时,例如2021050113,表示2021年5月1号13时。",
444
- "example": "2016090800",
443
+ "document": "起始时间,格式为yyyymmddhh,精确到小时,例如2024050113,表示2024年5月1号13时。",
444
+ "example": "2024090800",
445
445
  "member": "string",
446
446
  "name": "BeginTime",
447
447
  "required": true,
@@ -449,8 +449,8 @@
449
449
  },
450
450
  {
451
451
  "disabled": false,
452
- "document": "结束时间,格式为yyyymmddhh,精确到小时,例如2021050118,表示2021年5月1号18时。\n注:EndTime 必须大于 BeginTime,且相差不超过32天。",
453
- "example": "2016090823",
452
+ "document": "结束时间,格式为yyyymmddhh,精确到小时,例如2024050118,表示2024年5月1号18时。\n注:EndTime 必须大于等于 BeginTime,且相差不超过32天。",
453
+ "example": "2024090823",
454
454
  "member": "string",
455
455
  "name": "EndTime",
456
456
  "required": true,
@@ -1940,8 +1940,8 @@
1940
1940
  "members": [
1941
1941
  {
1942
1942
  "disabled": false,
1943
- "document": "起始时间,格式为yyyymmddhh,精确到小时,例如2021050113,表示2021年5月1号13时。",
1944
- "example": "2016090800",
1943
+ "document": "起始时间,格式为yyyymmddhh,精确到小时,例如2024050113,表示2024年5月1号13时。",
1944
+ "example": "2024090800",
1945
1945
  "member": "string",
1946
1946
  "name": "BeginTime",
1947
1947
  "required": true,
@@ -1949,8 +1949,8 @@
1949
1949
  },
1950
1950
  {
1951
1951
  "disabled": false,
1952
- "document": "结束时间,格式为yyyymmddhh,精确到小时,例如2021050118,表示2021年5月1号18时。\n注:EndTime 必须大于 BeginTime。",
1953
- "example": "2016090823",
1952
+ "document": "结束时间,格式为yyyymmddhh,精确到小时,例如2024050118,表示2024年5月1号18时。\n注:EndTime 必须大于等于 BeginTime。",
1953
+ "example": "2024090823",
1954
1954
  "member": "string",
1955
1955
  "name": "EndTime",
1956
1956
  "required": true,
@@ -2098,7 +2098,7 @@
2098
2098
  },
2099
2099
  {
2100
2100
  "disabled": false,
2101
- "document": "最大上限(需要拉取的套餐包个数)",
2101
+ "document": "最大上限(需要拉取的套餐包个数)。\n注:Limit默认最大值为500,可结合Offset实现分页查询。",
2102
2102
  "example": "2",
2103
2103
  "member": "uint64",
2104
2104
  "name": "Limit",
@@ -2116,8 +2116,8 @@
2116
2116
  },
2117
2117
  {
2118
2118
  "disabled": false,
2119
- "document": "起始时间,格式为yyyymmddhh,精确到小时,例如2021050113,表示2021年5月1号13时。\n注:接口会返回 BeginTime 到 EndTime 之间创建的套餐包的统计信息。",
2120
- "example": "2021050113",
2119
+ "document": "起始时间,格式为yyyymmddhh,精确到小时,例如2024050113,表示2024年5月1号13时。\n注:接口会返回 BeginTime 到 EndTime 之间创建的套餐包的统计信息。",
2120
+ "example": "2024050113",
2121
2121
  "member": "string",
2122
2122
  "name": "BeginTime",
2123
2123
  "required": true,
@@ -2125,8 +2125,8 @@
2125
2125
  },
2126
2126
  {
2127
2127
  "disabled": false,
2128
- "document": "结束时间,格式为yyyymmddhh,精确到小时,例如2021050118,表示2021年5月1号18时。\n注:EndTime 必须大于 BeginTime 且小于当前时间。",
2129
- "example": "2021050123",
2128
+ "document": "结束时间,格式为yyyymmddhh,精确到小时,例如2024050118,表示2024年5月1号18时。\n注:EndTime 必须大于 BeginTime 且小于当前时间。",
2129
+ "example": "2024050118",
2130
2130
  "member": "string",
2131
2131
  "name": "EndTime",
2132
2132
  "required": true,
@@ -15439,7 +15439,7 @@
15439
15439
  "example": "无",
15440
15440
  "member": "string",
15441
15441
  "name": "Status",
15442
- "required": true,
15442
+ "output_required": true,
15443
15443
  "type": "string",
15444
15444
  "value_allowed_null": false
15445
15445
  },
@@ -15449,10 +15449,20 @@
15449
15449
  "example": "无",
15450
15450
  "member": "string",
15451
15451
  "name": "Err",
15452
- "required": true,
15452
+ "output_required": true,
15453
15453
  "type": "string",
15454
15454
  "value_allowed_null": true
15455
15455
  },
15456
+ {
15457
+ "disabled": false,
15458
+ "document": "最后一次同步成功时间",
15459
+ "example": "无",
15460
+ "member": "string",
15461
+ "name": "LatestSyncSuccessTime",
15462
+ "output_required": true,
15463
+ "type": "string",
15464
+ "value_allowed_null": false
15465
+ },
15456
15466
  {
15457
15467
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
15458
15468
  "member": "string",
@@ -16529,6 +16539,16 @@
16529
16539
  "DescribeAssetImageRegistrySummaryResponse": {
16530
16540
  "document": "DescribeAssetImageRegistrySummary返回参数结构体",
16531
16541
  "members": [
16542
+ {
16543
+ "disabled": false,
16544
+ "document": "待扫描镜像个数",
16545
+ "example": "无",
16546
+ "member": "uint64",
16547
+ "name": "UnScannedImageCnt",
16548
+ "output_required": true,
16549
+ "type": "int",
16550
+ "value_allowed_null": false
16551
+ },
16532
16552
  {
16533
16553
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
16534
16554
  "member": "string",
@@ -17143,6 +17163,26 @@
17143
17163
  "type": "list",
17144
17164
  "value_allowed_null": true
17145
17165
  },
17166
+ {
17167
+ "disabled": false,
17168
+ "document": "最后一次扫描时间\n注意:此字段可能返回 null,表示取不到有效值。",
17169
+ "example": "无",
17170
+ "member": "string",
17171
+ "name": "LastScanTime",
17172
+ "output_required": false,
17173
+ "type": "string",
17174
+ "value_allowed_null": true
17175
+ },
17176
+ {
17177
+ "disabled": false,
17178
+ "document": "扫描结果(Success|InsufficientLicense|ImageNeedIsEmpty|InternalError)\n注意:此字段可能返回 null,表示取不到有效值。",
17179
+ "example": "无",
17180
+ "member": "string",
17181
+ "name": "ScanResult",
17182
+ "output_required": false,
17183
+ "type": "string",
17184
+ "value_allowed_null": true
17185
+ },
17146
17186
  {
17147
17187
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
17148
17188
  "member": "string",
@@ -17263,7 +17303,37 @@
17263
17303
  "example": "无",
17264
17304
  "member": "string",
17265
17305
  "name": "TaskID",
17266
- "required": true,
17306
+ "output_required": true,
17307
+ "type": "string",
17308
+ "value_allowed_null": false
17309
+ },
17310
+ {
17311
+ "disabled": false,
17312
+ "document": "最近扫描时间",
17313
+ "example": "无",
17314
+ "member": "string",
17315
+ "name": "LastScanTime",
17316
+ "output_required": true,
17317
+ "type": "string",
17318
+ "value_allowed_null": false
17319
+ },
17320
+ {
17321
+ "disabled": false,
17322
+ "document": "扫描状态(READY:准备 SCANNING:扫描中 END:完成)",
17323
+ "example": "无",
17324
+ "member": "string",
17325
+ "name": "Status",
17326
+ "output_required": true,
17327
+ "type": "string",
17328
+ "value_allowed_null": false
17329
+ },
17330
+ {
17331
+ "disabled": false,
17332
+ "document": "扫描子状态(Success:成功 Timeout:超时 Cancel:取消 Error:错误)",
17333
+ "example": "无",
17334
+ "member": "string",
17335
+ "name": "SubStatus",
17336
+ "output_required": true,
17267
17337
  "type": "string",
17268
17338
  "value_allowed_null": false
17269
17339
  },
@@ -18085,6 +18155,16 @@
18085
18155
  "type": "int",
18086
18156
  "value_allowed_null": false
18087
18157
  },
18158
+ {
18159
+ "disabled": false,
18160
+ "document": "待扫描镜像个数",
18161
+ "example": "无",
18162
+ "member": "uint64",
18163
+ "name": "UnScannedImageCnt",
18164
+ "output_required": true,
18165
+ "type": "int",
18166
+ "value_allowed_null": false
18167
+ },
18088
18168
  {
18089
18169
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
18090
18170
  "member": "string",
@@ -20926,6 +21006,26 @@
20926
21006
  "type": "bool",
20927
21007
  "value_allowed_null": false
20928
21008
  },
21009
+ {
21010
+ "disabled": false,
21011
+ "document": "镜像扫描计费信息",
21012
+ "example": "无",
21013
+ "member": "ImageScanInquireInfo",
21014
+ "name": "ImageScanInquireInfo",
21015
+ "output_required": true,
21016
+ "type": "object",
21017
+ "value_allowed_null": false
21018
+ },
21019
+ {
21020
+ "disabled": false,
21021
+ "document": "重复镜像数(本地镜像和仓库镜像)",
21022
+ "example": "无",
21023
+ "member": "uint64",
21024
+ "name": "RepeatImageIdCnt",
21025
+ "output_required": true,
21026
+ "type": "int",
21027
+ "value_allowed_null": false
21028
+ },
20929
21029
  {
20930
21030
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
20931
21031
  "member": "string",
@@ -21512,6 +21612,26 @@
21512
21612
  "type": "list",
21513
21613
  "value_allowed_null": true
21514
21614
  },
21615
+ {
21616
+ "disabled": false,
21617
+ "document": "最近扫描时间\n注意:此字段可能返回 null,表示取不到有效值。",
21618
+ "example": "无",
21619
+ "member": "string",
21620
+ "name": "LastScanTime",
21621
+ "output_required": false,
21622
+ "type": "string",
21623
+ "value_allowed_null": true
21624
+ },
21625
+ {
21626
+ "disabled": false,
21627
+ "document": "扫描结果(Success|InsufficientLicense|ImageNeedIsEmpty|InternalError)",
21628
+ "example": "无",
21629
+ "member": "string",
21630
+ "name": "ScanResult",
21631
+ "output_required": false,
21632
+ "type": "string",
21633
+ "value_allowed_null": false
21634
+ },
21515
21635
  {
21516
21636
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
21517
21637
  "member": "string",
@@ -32620,6 +32740,82 @@
32620
32740
  ],
32621
32741
  "usage": "out"
32622
32742
  },
32743
+ "ImageScanInquireInfo": {
32744
+ "document": "镜像扫描计费信息",
32745
+ "members": [
32746
+ {
32747
+ "disabled": false,
32748
+ "document": "计费项",
32749
+ "example": "无",
32750
+ "member": "string",
32751
+ "name": "InquireKey",
32752
+ "output_required": true,
32753
+ "type": "string",
32754
+ "value_allowed_null": false
32755
+ },
32756
+ {
32757
+ "disabled": false,
32758
+ "document": "容量",
32759
+ "example": "1",
32760
+ "member": "uint64",
32761
+ "name": "Capcity",
32762
+ "output_required": true,
32763
+ "type": "int",
32764
+ "value_allowed_null": false
32765
+ },
32766
+ {
32767
+ "disabled": false,
32768
+ "document": "已使用量",
32769
+ "example": "1",
32770
+ "member": "uint64",
32771
+ "name": "Useage",
32772
+ "output_required": true,
32773
+ "type": "int",
32774
+ "value_allowed_null": false
32775
+ },
32776
+ {
32777
+ "disabled": false,
32778
+ "document": "起始时间",
32779
+ "example": "无",
32780
+ "member": "string",
32781
+ "name": "StartTime",
32782
+ "output_required": true,
32783
+ "type": "string",
32784
+ "value_allowed_null": false
32785
+ },
32786
+ {
32787
+ "disabled": false,
32788
+ "document": "截止时间",
32789
+ "example": "无",
32790
+ "member": "string",
32791
+ "name": "EndTime",
32792
+ "output_required": true,
32793
+ "type": "string",
32794
+ "value_allowed_null": false
32795
+ },
32796
+ {
32797
+ "disabled": false,
32798
+ "document": "计费状态\n(Pending:待购)\n(Normal:正常)\n(Isolate:隔离)",
32799
+ "example": "无",
32800
+ "member": "string",
32801
+ "name": "PurchaseStatus",
32802
+ "output_required": true,
32803
+ "type": "string",
32804
+ "value_allowed_null": false
32805
+ },
32806
+ {
32807
+ "disabled": false,
32808
+ "document": "资源ID",
32809
+ "example": "无",
32810
+ "member": "string",
32811
+ "name": "ResourceID",
32812
+ "output_required": true,
32813
+ "type": "string",
32814
+ "value_allowed_null": false
32815
+ }
32816
+ ],
32817
+ "usage": "out"
32818
+ },
32623
32819
  "ImageSimpleInfo": {
32624
32820
  "document": "镜像列表",
32625
32821
  "members": [