tccli 3.0.1198.1__py2.py3-none-any.whl → 3.0.1200.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +7 -7
  3. tccli/services/billing/v20180709/examples.json +2 -2
  4. tccli/services/ccc/ccc_client.py +57 -4
  5. tccli/services/ccc/v20200210/api.json +188 -0
  6. tccli/services/ccc/v20200210/examples.json +8 -0
  7. tccli/services/clb/v20180317/api.json +19 -1
  8. tccli/services/cme/v20191029/api.json +18 -8
  9. tccli/services/cwp/v20180228/api.json +2 -2
  10. tccli/services/cynosdb/cynosdb_client.py +0 -53
  11. tccli/services/cynosdb/v20190107/api.json +0 -92
  12. tccli/services/cynosdb/v20190107/examples.json +0 -8
  13. tccli/services/dasb/v20191018/api.json +32 -3
  14. tccli/services/dts/v20211206/api.json +7 -7
  15. tccli/services/emr/v20190103/api.json +4 -4
  16. tccli/services/ess/v20201111/api.json +13 -13
  17. tccli/services/ess/v20201111/examples.json +0 -6
  18. tccli/services/essbasic/v20210526/api.json +16 -7
  19. tccli/services/essbasic/v20210526/examples.json +0 -6
  20. tccli/services/faceid/v20180301/api.json +9 -0
  21. tccli/services/iecp/iecp_client.py +298 -1358
  22. tccli/services/iecp/v20210914/api.json +216 -2256
  23. tccli/services/iecp/v20210914/examples.json +0 -166
  24. tccli/services/ims/v20201229/api.json +9 -9
  25. tccli/services/ims/v20201229/examples.json +2 -2
  26. tccli/services/monitor/monitor_client.py +8 -114
  27. tccli/services/monitor/v20180724/api.json +0 -85
  28. tccli/services/monitor/v20180724/examples.json +0 -16
  29. tccli/services/ocr/v20181119/api.json +3 -3
  30. tccli/services/omics/v20221128/api.json +181 -34
  31. tccli/services/postgres/postgres_client.py +53 -0
  32. tccli/services/postgres/v20170312/api.json +191 -0
  33. tccli/services/postgres/v20170312/examples.json +16 -2
  34. tccli/services/rce/v20201103/api.json +17 -8
  35. tccli/services/ssl/v20191205/api.json +48 -0
  36. tccli/services/tcb/v20180608/api.json +21 -1
  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 +50 -0
  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/tts/v20190823/api.json +1 -1
  47. tccli/services/vpc/v20170312/api.json +19 -0
  48. tccli/services/vpc/v20170312/examples.json +6 -0
  49. tccli/services/wedata/v20210820/api.json +11 -0
  50. {tccli-3.0.1198.1.dist-info → tccli-3.0.1200.1.dist-info}/METADATA +2 -2
  51. {tccli-3.0.1198.1.dist-info → tccli-3.0.1200.1.dist-info}/RECORD +54 -54
  52. {tccli-3.0.1198.1.dist-info → tccli-3.0.1200.1.dist-info}/WHEEL +0 -0
  53. {tccli-3.0.1198.1.dist-info → tccli-3.0.1200.1.dist-info}/entry_points.txt +0 -0
  54. {tccli-3.0.1198.1.dist-info → tccli-3.0.1200.1.dist-info}/license_files/LICENSE +0 -0
@@ -322,6 +322,13 @@
322
322
  "output": "DescribeDatabasesResponse",
323
323
  "status": "online"
324
324
  },
325
+ "DescribeDedicatedClusters": {
326
+ "document": "查询专属集群",
327
+ "input": "DescribeDedicatedClustersRequest",
328
+ "name": "查询专属集群",
329
+ "output": "DescribeDedicatedClustersResponse",
330
+ "status": "online"
331
+ },
325
332
  "DescribeDefaultParameters": {
326
333
  "document": "本接口(DescribeDefaultParameters)主要用于查询某个数据库版本和引擎支持的所有参数。",
327
334
  "input": "DescribeDefaultParametersRequest",
@@ -2668,6 +2675,15 @@
2668
2675
  "name": "DBVersion",
2669
2676
  "required": false,
2670
2677
  "type": "string"
2678
+ },
2679
+ {
2680
+ "disabled": false,
2681
+ "document": "专属集群ID",
2682
+ "example": "dedicatedCluster-gz",
2683
+ "member": "string",
2684
+ "name": "DedicatedClusterId",
2685
+ "required": false,
2686
+ "type": "string"
2671
2687
  }
2672
2688
  ],
2673
2689
  "type": "object"
@@ -3656,6 +3672,17 @@
3656
3672
  "required": true,
3657
3673
  "type": "string",
3658
3674
  "value_allowed_null": false
3675
+ },
3676
+ {
3677
+ "disabled": false,
3678
+ "document": "专属集群ID\n注意:此字段可能返回 null,表示取不到有效值。",
3679
+ "example": "cluster-d8htgb6k",
3680
+ "member": "string",
3681
+ "name": "DedicatedClusterId",
3682
+ "output_required": false,
3683
+ "required": false,
3684
+ "type": "string",
3685
+ "value_allowed_null": true
3659
3686
  }
3660
3687
  ],
3661
3688
  "usage": "both"
@@ -3835,6 +3862,133 @@
3835
3862
  ],
3836
3863
  "usage": "both"
3837
3864
  },
3865
+ "DedicatedCluster": {
3866
+ "document": "专属集群相关信息,用于查询用户的专属集群列表",
3867
+ "members": [
3868
+ {
3869
+ "disabled": false,
3870
+ "document": "专属集群ID\n注意:此字段可能返回 null,表示取不到有效值。",
3871
+ "example": "dedicatedCluster-gz",
3872
+ "member": "string",
3873
+ "name": "DedicatedClusterId",
3874
+ "output_required": true,
3875
+ "required": false,
3876
+ "type": "string",
3877
+ "value_allowed_null": true
3878
+ },
3879
+ {
3880
+ "disabled": false,
3881
+ "document": "专属集群名称\n注意:此字段可能返回 null,表示取不到有效值。",
3882
+ "example": "TestDedicatedClusterName",
3883
+ "member": "string",
3884
+ "name": "Name",
3885
+ "output_required": true,
3886
+ "required": false,
3887
+ "type": "string",
3888
+ "value_allowed_null": true
3889
+ },
3890
+ {
3891
+ "disabled": false,
3892
+ "document": "专属集群所在可用区\n注意:此字段可能返回 null,表示取不到有效值。",
3893
+ "example": "ap-guangzhou",
3894
+ "member": "string",
3895
+ "name": "Zone",
3896
+ "output_required": true,
3897
+ "required": false,
3898
+ "type": "string",
3899
+ "value_allowed_null": true
3900
+ },
3901
+ {
3902
+ "disabled": false,
3903
+ "document": "灾备集群\n注意:此字段可能返回 null,表示取不到有效值。",
3904
+ "example": "dedicatedCluster-sh",
3905
+ "member": "string",
3906
+ "name": "StandbyDedicatedClusterSet",
3907
+ "output_required": true,
3908
+ "required": false,
3909
+ "type": "list",
3910
+ "value_allowed_null": true
3911
+ },
3912
+ {
3913
+ "disabled": false,
3914
+ "document": "实例数量\n注意:此字段可能返回 null,表示取不到有效值。",
3915
+ "example": "1",
3916
+ "member": "int64",
3917
+ "name": "InstanceCount",
3918
+ "output_required": true,
3919
+ "required": false,
3920
+ "type": "int",
3921
+ "value_allowed_null": true
3922
+ },
3923
+ {
3924
+ "disabled": false,
3925
+ "document": "Cpu总量\n注意:此字段可能返回 null,表示取不到有效值。",
3926
+ "example": "10",
3927
+ "member": "int64",
3928
+ "name": "CpuTotal",
3929
+ "output_required": true,
3930
+ "required": false,
3931
+ "type": "int",
3932
+ "value_allowed_null": true
3933
+ },
3934
+ {
3935
+ "disabled": false,
3936
+ "document": "Cpu可用数量\n注意:此字段可能返回 null,表示取不到有效值。",
3937
+ "example": "10",
3938
+ "member": "int64",
3939
+ "name": "CpuAvailable",
3940
+ "output_required": true,
3941
+ "required": false,
3942
+ "type": "int",
3943
+ "value_allowed_null": true
3944
+ },
3945
+ {
3946
+ "disabled": false,
3947
+ "document": "内存总量\n注意:此字段可能返回 null,表示取不到有效值。",
3948
+ "example": "10",
3949
+ "member": "int64",
3950
+ "name": "MemTotal",
3951
+ "output_required": true,
3952
+ "required": false,
3953
+ "type": "int",
3954
+ "value_allowed_null": true
3955
+ },
3956
+ {
3957
+ "disabled": false,
3958
+ "document": "内存可用量\n注意:此字段可能返回 null,表示取不到有效值。",
3959
+ "example": "10",
3960
+ "member": "int64",
3961
+ "name": "MemAvailable",
3962
+ "output_required": true,
3963
+ "required": false,
3964
+ "type": "int",
3965
+ "value_allowed_null": true
3966
+ },
3967
+ {
3968
+ "disabled": false,
3969
+ "document": "磁盘总量\n注意:此字段可能返回 null,表示取不到有效值。",
3970
+ "example": "10",
3971
+ "member": "int64",
3972
+ "name": "DiskTotal",
3973
+ "output_required": true,
3974
+ "required": false,
3975
+ "type": "int",
3976
+ "value_allowed_null": true
3977
+ },
3978
+ {
3979
+ "disabled": false,
3980
+ "document": "磁盘可用量\n注意:此字段可能返回 null,表示取不到有效值。",
3981
+ "example": "10",
3982
+ "member": "int64",
3983
+ "name": "DiskAvailable",
3984
+ "output_required": true,
3985
+ "required": false,
3986
+ "type": "int",
3987
+ "value_allowed_null": true
3988
+ }
3989
+ ],
3990
+ "usage": "both"
3991
+ },
3838
3992
  "DeleteAccountRequest": {
3839
3993
  "document": "DeleteAccount请求参数结构体",
3840
3994
  "members": [
@@ -5841,6 +5995,43 @@
5841
5995
  ],
5842
5996
  "type": "object"
5843
5997
  },
5998
+ "DescribeDedicatedClustersRequest": {
5999
+ "document": "DescribeDedicatedClusters请求参数结构体",
6000
+ "members": [
6001
+ {
6002
+ "disabled": false,
6003
+ "document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndedicated-cluster-id: 按照专属集群ID筛选,类型为string",
6004
+ "example": "[{\"Values\": [\"dedicatedCluster-gz\" ], \"Name\": \"dedicated-cluster-id\" } ]",
6005
+ "member": "Filter",
6006
+ "name": "Filters",
6007
+ "required": false,
6008
+ "type": "list"
6009
+ }
6010
+ ],
6011
+ "type": "object"
6012
+ },
6013
+ "DescribeDedicatedClustersResponse": {
6014
+ "document": "DescribeDedicatedClusters返回参数结构体",
6015
+ "members": [
6016
+ {
6017
+ "disabled": false,
6018
+ "document": "专属集群信息",
6019
+ "example": "[{\"DedicatedClusterId\":\"dedicatedCluster-gz\",\"name\":\"TestDedicatedClusterName\",\"Zone\":\"ap-guangzhou\",\"StandbyDedicatedClusterSet\":[\"dedicatedCluster-sh\"],InstanceCount:1,CpuTotal:10,CpuAvailable:10,MemTotal:10,MemAvailable:10,DiskTotal:10,DiskAvailable:10}]",
6020
+ "member": "DedicatedCluster",
6021
+ "name": "DedicatedClusterSet",
6022
+ "output_required": false,
6023
+ "type": "list",
6024
+ "value_allowed_null": false
6025
+ },
6026
+ {
6027
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6028
+ "member": "string",
6029
+ "name": "RequestId",
6030
+ "type": "string"
6031
+ }
6032
+ ],
6033
+ "type": "object"
6034
+ },
5844
6035
  "DescribeDefaultParametersRequest": {
5845
6036
  "document": "DescribeDefaultParameters请求参数结构体",
5846
6037
  "members": [
@@ -390,13 +390,13 @@
390
390
  {
391
391
  "document": "按指定分页查询实例列表",
392
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}",
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 },\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}",
394
394
  "title": "查询所有实例列表"
395
395
  },
396
396
  {
397
397
  "document": "例如:查询实例ID为postgres-xxxxx的实例信息",
398
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}",
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 },\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}",
400
400
  "title": "根据实例ID查询实例信息"
401
401
  }
402
402
  ],
@@ -458,6 +458,20 @@
458
458
  "title": "获取实例部分数据库"
459
459
  }
460
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
+ ],
461
475
  "DescribeDefaultParameters": [
462
476
  {
463
477
  "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"
@@ -1674,6 +1674,26 @@
1674
1674
  "output_required": false,
1675
1675
  "type": "string",
1676
1676
  "value_allowed_null": true
1677
+ },
1678
+ {
1679
+ "disabled": false,
1680
+ "document": "托管资源类型列表\n注意:此字段可能返回 null,表示取不到有效值。",
1681
+ "example": "无",
1682
+ "member": "string",
1683
+ "name": "HostingResourceTypes",
1684
+ "output_required": false,
1685
+ "type": "list",
1686
+ "value_allowed_null": true
1687
+ },
1688
+ {
1689
+ "disabled": false,
1690
+ "document": "托管配置信息\n注意:此字段可能返回 null,表示取不到有效值。",
1691
+ "example": "无",
1692
+ "member": "HostingConfig",
1693
+ "name": "HostingConfig",
1694
+ "output_required": false,
1695
+ "type": "object",
1696
+ "value_allowed_null": true
1677
1697
  }
1678
1698
  ],
1679
1699
  "usage": "out"
@@ -7139,6 +7159,34 @@
7139
7159
  ],
7140
7160
  "usage": "out"
7141
7161
  },
7162
+ "HostingConfig": {
7163
+ "document": "托管配置",
7164
+ "members": [
7165
+ {
7166
+ "disabled": false,
7167
+ "document": "托管资源替换时间, 默认为证书过期前30天存在续费证书则替换\n注意:此字段可能返回 null,表示取不到有效值。",
7168
+ "example": "无",
7169
+ "member": "int64",
7170
+ "name": "ReplaceTime",
7171
+ "output_required": false,
7172
+ "required": false,
7173
+ "type": "int",
7174
+ "value_allowed_null": true
7175
+ },
7176
+ {
7177
+ "disabled": false,
7178
+ "document": "托管发送消息类型:0,托管开始前消息提醒(没有续费证书也会收到该提示消息); 1, 托管开始消息提醒(存在续费证书才会收到消息提醒); 2, 托管资源替换失败消息提醒; 3 托管资源替换成功消息提醒\n注意:此字段可能返回 null,表示取不到有效值。",
7179
+ "example": "无",
7180
+ "member": "int64",
7181
+ "name": "MessageTypes",
7182
+ "output_required": false,
7183
+ "required": false,
7184
+ "type": "list",
7185
+ "value_allowed_null": true
7186
+ }
7187
+ ],
7188
+ "usage": "both"
7189
+ },
7142
7190
  "LighthouseInstanceDetail": {
7143
7191
  "document": "Lighthouse实例",
7144
7192
  "members": [
@@ -2388,6 +2388,17 @@
2388
2388
  "required": false,
2389
2389
  "type": "list",
2390
2390
  "value_allowed_null": true
2391
+ },
2392
+ {
2393
+ "disabled": false,
2394
+ "document": "挂载配置\n注意:此字段可能返回 null,表示取不到有效值。",
2395
+ "example": "Bidirectional",
2396
+ "member": "string",
2397
+ "name": "MountPropagation",
2398
+ "output_required": false,
2399
+ "required": false,
2400
+ "type": "string",
2401
+ "value_allowed_null": true
2391
2402
  }
2392
2403
  ],
2393
2404
  "usage": "both"
@@ -4521,6 +4532,15 @@
4521
4532
  "name": "OperatorRemark",
4522
4533
  "required": false,
4523
4534
  "type": "string"
4535
+ },
4536
+ {
4537
+ "disabled": false,
4538
+ "document": "延迟删除版本时间",
4539
+ "example": "0",
4540
+ "member": "int64",
4541
+ "name": "DelayedDeletionTime",
4542
+ "required": false,
4543
+ "type": "int"
4524
4544
  }
4525
4545
  ],
4526
4546
  "type": "object"
@@ -4534,7 +4554,7 @@
4534
4554
  "example": "succ",
4535
4555
  "member": "string",
4536
4556
  "name": "Result",
4537
- "required": true,
4557
+ "output_required": true,
4538
4558
  "type": "string",
4539
4559
  "value_allowed_null": true
4540
4560
  },