tccli 3.0.1103.1__py2.py3-none-any.whl → 3.0.1105.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 (93) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/aiart/v20221229/ImageToImage.md +1 -1
  3. tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +0 -4
  4. tccli/examples/csip/v20221121/DescribeDbAssets.md +7 -0
  5. tccli/examples/csip/v20221121/DescribeOrganizationUserInfo.md +12 -1
  6. tccli/examples/cwp/v20180228/DescribePublicProxyInstallCommand.md +4 -4
  7. tccli/examples/cynosdb/v20190107/CreateCLSDelivery.md +26 -0
  8. tccli/examples/cynosdb/v20190107/DeleteCLSDelivery.md +22 -0
  9. tccli/examples/cynosdb/v20190107/DescribeInstanceCLSLogDelivery.md +43 -0
  10. tccli/examples/cynosdb/v20190107/StartCLSDelivery.md +22 -0
  11. tccli/examples/cynosdb/v20190107/StopCLSDelivery.md +22 -0
  12. tccli/examples/dsgc/v20190723/DescribeDSPACOSDiscoveryTaskResult.md +21 -13
  13. tccli/examples/ess/v20201111/CreateUserVerifyUrl.md +29 -0
  14. tccli/examples/ess/v20201111/DescribeUserVerifyStatus.md +23 -0
  15. tccli/examples/hai/v20230812/DescribeInstances.md +3 -2
  16. tccli/examples/hunyuan/v20230901/QueryHunyuanImageJob.md +33 -0
  17. tccli/examples/hunyuan/v20230901/SubmitHunyuanImageJob.md +21 -0
  18. tccli/examples/live/v20180801/DescribeLivePadProcessorList.md +25 -0
  19. tccli/examples/live/v20180801/StopLivePadProcessor.md +23 -0
  20. tccli/examples/mrs/v20200910/DrugInstructionObject.md +98 -0
  21. tccli/examples/ssl/v20191205/DescribeDownloadCertificateUrl.md +23 -0
  22. tccli/examples/tke/v20220501/CreateNodePool.md +33 -0
  23. tccli/examples/tke/v20220501/DeleteNodePool.md +21 -0
  24. tccli/examples/tke/v20220501/DescribeNodePools.md +9 -3
  25. tccli/examples/tke/v20220501/ModifyNodePool.md +32 -0
  26. tccli/services/aiart/v20221229/api.json +3 -3
  27. tccli/services/aiart/v20221229/examples.json +1 -1
  28. tccli/services/antiddos/v20200309/api.json +2 -2
  29. tccli/services/apm/v20210622/api.json +1 -1
  30. tccli/services/asr/v20190614/api.json +5 -5
  31. tccli/services/batch/v20170312/api.json +1 -1
  32. tccli/services/billing/v20180709/api.json +2 -2
  33. tccli/services/billing/v20180709/examples.json +1 -1
  34. tccli/services/cdb/v20170320/api.json +17 -14
  35. tccli/services/clb/v20180317/api.json +10 -1
  36. tccli/services/cls/v20201016/api.json +1 -1
  37. tccli/services/csip/v20221121/api.json +80 -2
  38. tccli/services/csip/v20221121/examples.json +4 -4
  39. tccli/services/cvm/v20170312/api.json +1 -1
  40. tccli/services/cwp/v20180228/api.json +17 -5
  41. tccli/services/cwp/v20180228/examples.json +2 -2
  42. tccli/services/cynosdb/cynosdb_client.py +269 -4
  43. tccli/services/cynosdb/v20190107/api.json +432 -0
  44. tccli/services/cynosdb/v20190107/examples.json +40 -0
  45. tccli/services/dsgc/v20190723/api.json +348 -333
  46. tccli/services/dsgc/v20190723/examples.json +2 -2
  47. tccli/services/dts/v20211206/api.json +1 -1
  48. tccli/services/emr/v20190103/api.json +30 -0
  49. tccli/services/es/v20180416/api.json +10 -0
  50. tccli/services/ess/ess_client.py +110 -4
  51. tccli/services/ess/v20201111/api.json +185 -5
  52. tccli/services/ess/v20201111/examples.json +16 -0
  53. tccli/services/essbasic/v20210526/api.json +5 -5
  54. tccli/services/faceid/v20180301/api.json +2 -2
  55. tccli/services/hai/v20230812/api.json +2 -2
  56. tccli/services/hai/v20230812/examples.json +1 -1
  57. tccli/services/hunyuan/hunyuan_client.py +110 -4
  58. tccli/services/hunyuan/v20230901/api.json +188 -4
  59. tccli/services/hunyuan/v20230901/examples.json +16 -0
  60. tccli/services/iotexplorer/v20190423/api.json +1 -1
  61. tccli/services/iotvideo/v20211125/api.json +1 -1
  62. tccli/services/lighthouse/v20200324/api.json +15 -5
  63. tccli/services/live/live_client.py +114 -8
  64. tccli/services/live/v20180801/api.json +124 -0
  65. tccli/services/live/v20180801/examples.json +16 -0
  66. tccli/services/lke/v20231130/api.json +108 -2
  67. tccli/services/mrs/v20200910/api.json +1 -1
  68. tccli/services/mrs/v20200910/examples.json +1 -1
  69. tccli/services/ocr/v20181119/api.json +80 -22
  70. tccli/services/ocr/v20181119/examples.json +1 -1
  71. tccli/services/ssl/ssl_client.py +57 -4
  72. tccli/services/ssl/v20191205/api.json +63 -0
  73. tccli/services/ssl/v20191205/examples.json +8 -0
  74. tccli/services/ssm/v20190923/api.json +1 -1
  75. tccli/services/tbaas/v20180416/api.json +24 -24
  76. tccli/services/tdmq/v20200217/api.json +10 -10
  77. tccli/services/teo/v20220901/api.json +34 -0
  78. tccli/services/tione/tione_client.py +0 -53
  79. tccli/services/tione/v20191022/api.json +0 -52
  80. tccli/services/tione/v20191022/examples.json +0 -8
  81. tccli/services/tione/v20211111/api.json +28 -0
  82. tccli/services/tke/tke_client.py +171 -12
  83. tccli/services/tke/v20220501/api.json +1403 -86
  84. tccli/services/tke/v20220501/examples.json +25 -1
  85. tccli/services/tmt/v20180321/api.json +8 -8
  86. tccli/services/trtc/v20190722/api.json +14 -8
  87. tccli/services/tse/v20201207/api.json +37 -7
  88. tccli/services/vpc/v20170312/api.json +1 -0
  89. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/METADATA +2 -2
  90. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/RECORD +93 -78
  91. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/WHEEL +0 -0
  92. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/entry_points.txt +0 -0
  93. {tccli-3.0.1103.1.dist-info → tccli-3.0.1105.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,21 @@
1
+ **Example 1: 删除 TKE 节点池**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli tke DeleteNodePool --cli-unfold-argument \
9
+ --ClusterId xx \
10
+ --NodePoolId xx
11
+ ```
12
+
13
+ Output:
14
+ ```
15
+ {
16
+ "Response": {
17
+ "RequestId": "xxxx"
18
+ }
19
+ }
20
+ ```
21
+
@@ -66,8 +66,10 @@ Output:
66
66
  "NodePoolOs": "ubuntu20.04x86_64"
67
67
  },
68
68
  "Super": null,
69
+ "Tags": [],
69
70
  "Taints": [],
70
- "Type": "Regular"
71
+ "Type": "Regular",
72
+ "Unschedulable": false
71
73
  },
72
74
  {
73
75
  "Annotations": [],
@@ -102,8 +104,10 @@ Output:
102
104
  "NodePoolId": "np-llfflb19",
103
105
  "Regular": null,
104
106
  "Super": null,
107
+ "Tags": [],
105
108
  "Taints": [],
106
- "Type": "External"
109
+ "Type": "External",
110
+ "Unschedulable": false
107
111
  },
108
112
  {
109
113
  "Annotations": [],
@@ -142,8 +146,10 @@ Output:
142
146
  "NodePoolId": "np-iw0qds8t",
143
147
  "Regular": null,
144
148
  "Super": null,
149
+ "Tags": [],
145
150
  "Taints": [],
146
- "Type": "External"
151
+ "Type": "External",
152
+ "Unschedulable": false
147
153
  }
148
154
  ],
149
155
  "RequestId": "354c45c4-0eb2-464d-82f8-3dd55ca88a80",
@@ -0,0 +1,32 @@
1
+ **Example 1: 更新 TKE 节点池**
2
+
3
+ 用户更新节点池
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli tke ModifyNodePool --cli-unfold-argument \
9
+ --DeletionProtection True \
10
+ --Name abc \
11
+ --Tags.0.ResourceType abc \
12
+ --Tags.0.Tags.0.Value abc \
13
+ --Tags.0.Tags.0.Key abc \
14
+ --Labels.0.Name abc \
15
+ --Labels.0.Value abc \
16
+ --ClusterId abc \
17
+ --Taints.0.Value abc \
18
+ --Taints.0.Key abc \
19
+ --Taints.0.Effect abc \
20
+ --NodePoolId abc \
21
+ --Unschedulable True
22
+ ```
23
+
24
+ Output:
25
+ ```
26
+ {
27
+ "Response": {
28
+ "RequestId": "abc"
29
+ }
30
+ }
31
+ ```
32
+
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "actions": {
3
3
  "ImageToImage": {
4
- "document": "智能图生图接口提供基础版图生图能力,将根据输入的图像及文本描述,智能生成风格转化后的图像。建议避免输入人像过小、姿势复杂、人数较多的人像图片。\n智能图生图默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。",
4
+ "document": "图像风格化(图生图)接口提供生成式的图生图风格转化能力,将根据输入的图像及文本描述,智能生成风格转化后的图像。建议避免输入人像过小、姿势复杂、人数较多的人像图片。\n图像风格化(图生图)默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。",
5
5
  "input": "ImageToImageRequest",
6
- "name": "智能图生图",
6
+ "name": "图像风格化(图生图)",
7
7
  "output": "ImageToImageResponse",
8
8
  "status": "online"
9
9
  },
@@ -145,7 +145,7 @@
145
145
  },
146
146
  {
147
147
  "disabled": false,
148
- "document": "绘画风格。\n请在 [智能图生图风格列表](https://cloud.tencent.com/document/product/1668/86250) 中选择期望的风格,传入风格编号。\n推荐使用且只使用一种风格。不传默认使用201(日系动漫风格)。",
148
+ "document": "绘画风格。\n请在 [图像风格化风格列表](https://cloud.tencent.com/document/product/1668/86250) 中选择期望的风格,传入风格编号。\n推荐使用且只使用一种风格。不传默认使用201(日系动漫风格)。",
149
149
  "example": "无",
150
150
  "member": "string",
151
151
  "name": "Styles",
@@ -4,7 +4,7 @@
4
4
  {
5
5
  "document": "调用成功示例",
6
6
  "input": "POST / HTTP/1.1\nHost: aiart.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ImageToImage\n<公共请求参数>\n\n{\n \"InputImage\": \"/asoaisjdio\",\n \"Prompt\": \"女孩\",\n \"Styles\": [\n \"201\"\n ],\n \"ResultConfig\": {\n \"Resolution\": \"768:768\"\n },\n \"Strength\": 0.5\n}",
7
- "output": "{\n \"Response\": {\n \"ResultImage\": \"/asjdioajsdoi\",\n \"RequestId\": \"301bfc25-61ca-4ece-b03e-f6aefb547969\"\n }\n}",
7
+ "output": "{\n \"Response\": {\n \"ResultImage\": \"/asjdioajsoi\",\n \"RequestId\": \"301bfc25-61ca-4ece-b03e-f6aefb547969\"\n }\n}",
8
8
  "title": "调用示例"
9
9
  }
10
10
  ],
@@ -4991,7 +4991,7 @@
4991
4991
  },
4992
4992
  {
4993
4993
  "disabled": false,
4994
- "document": "统计开始时间。 例:“2020-09-22 00:00:00",
4994
+ "document": "统计开始时间。 例:“2020-09-22 00:00:00”,注意该时间必须为5分钟的倍数",
4995
4995
  "example": "2020-09-22 00:00:00",
4996
4996
  "member": "string",
4997
4997
  "name": "StartTime",
@@ -5000,7 +5000,7 @@
5000
5000
  },
5001
5001
  {
5002
5002
  "disabled": false,
5003
- "document": "统计结束时间。 例:“2020-09-22 00:00:00",
5003
+ "document": "统计结束时间。 例:“2020-09-22 00:00:00”,注意该时间必须为5分钟的倍数",
5004
5004
  "example": "2020-09-22 00:00:00",
5005
5005
  "member": "string",
5006
5006
  "name": "EndTime",
@@ -1080,7 +1080,7 @@
1080
1080
  },
1081
1081
  {
1082
1082
  "disabled": false,
1083
- "document": "实例Id",
1083
+ "document": "业务系统ID",
1084
1084
  "example": "apm-059oXBfTL",
1085
1085
  "member": "string",
1086
1086
  "name": "InstanceId",
@@ -654,7 +654,7 @@
654
654
  },
655
655
  {
656
656
  "disabled": false,
657
- "document": "阿拉伯数字智能转换(目前仅支持8k_zh/16k_zh引擎)\n0:不转换,直接输出中文数字;\n1:根据场景智能转换为阿拉伯数字;\n3:打开数学相关数字转换(如:阿尔法转写为α);\n默认值为 1",
657
+ "document": "阿拉伯数字智能转换(目前支持中文普通话引擎)\n0:不转换,直接输出中文数字;\n1:根据场景智能转换为阿拉伯数字;\n3:打开数学相关数字转换(如:阿尔法转写为α);\n默认值为 1",
658
658
  "example": "0",
659
659
  "member": "int64",
660
660
  "name": "ConvertNumMode",
@@ -663,7 +663,7 @@
663
663
  },
664
664
  {
665
665
  "disabled": false,
666
- "document": "脏词过滤(目前仅支持8k_zh/16k_zh引擎)\n0:不过滤脏词;\n1:过滤脏词;\n2:将脏词替换为 * ;\n默认值为 0",
666
+ "document": "脏词过滤(目前支持中文普通话引擎)\n0:不过滤脏词;\n1:过滤脏词;\n2:将脏词替换为 * ;\n默认值为 0",
667
667
  "example": "0",
668
668
  "member": "int64",
669
669
  "name": "FilterDirty",
@@ -672,7 +672,7 @@
672
672
  },
673
673
  {
674
674
  "disabled": false,
675
- "document": "标点符号过滤(目前仅支持8k_zh/16k_zh引擎)\n0:不过滤标点;\n1:过滤句末标点;\n2:过滤所有标点;\n默认值为 0",
675
+ "document": "标点符号过滤(目前支持中文普通话引擎)\n0:不过滤标点;\n1:过滤句末标点;\n2:过滤所有标点;\n默认值为 0",
676
676
  "example": "0",
677
677
  "member": "int64",
678
678
  "name": "FilterPunc",
@@ -681,7 +681,7 @@
681
681
  },
682
682
  {
683
683
  "disabled": false,
684
- "document": "语气词过滤(目前仅支持8k_zh/16k_zh引擎)\n0:不过滤语气词;\n1:过滤部分语气词;\n2:严格过滤语气词;\n默认值为 0",
684
+ "document": "语气词过滤(目前支持中文普通话引擎)\n0:不过滤语气词;\n1:过滤部分语气词;\n2:严格过滤语气词;\n默认值为 0",
685
685
  "example": "0",
686
686
  "member": "int64",
687
687
  "name": "FilterModal",
@@ -690,7 +690,7 @@
690
690
  },
691
691
  {
692
692
  "disabled": false,
693
- "document": "单标点最多字数(目前仅支持8k_zh/16k_zh引擎)\n**可控制单行字幕最大字数,适用于字幕生成场景**,取值范围:[6,40]\n0:不开启该功能;\n默认值为0\n\n注意:需设置ResTextFormat为3,解析返回的ResultDetail列表,通过结构中FinalSentence获取单个标点断句结果",
693
+ "document": "单标点最多字数(目前支持中文普通话引擎)\n**可控制单行字幕最大字数,适用于字幕生成场景**,取值范围:[6,40]\n0:不开启该功能;\n默认值为0\n\n注意:需设置ResTextFormat为3,解析返回的ResultDetail列表,通过结构中FinalSentence获取单个标点断句结果",
694
694
  "example": "0",
695
695
  "member": "int64",
696
696
  "name": "SentenceMaxLength",
@@ -3817,7 +3817,7 @@
3817
3817
  },
3818
3818
  {
3819
3819
  "disabled": false,
3820
- "document": "描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br></li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br></li> WithoutStock:表示对应库存已经售罄\n注意:此字段可能返回 null,表示取不到有效值。",
3820
+ "document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> \n<li>NormalStock:表示对应库存供应有保障</li>\n<li> UnderStock:表示对应库存即将售罄</li> \n<li>WithoutStock:表示对应库存已经售罄</li>\n注意:此字段可能返回 null,表示取不到有效值。",
3821
3821
  "example": "无",
3822
3822
  "member": "string",
3823
3823
  "name": "StatusCategory",
@@ -1156,7 +1156,7 @@
1156
1156
  },
1157
1157
  {
1158
1158
  "disabled": false,
1159
- "document": "费用归集类型:费用来源类型,分摊、归集、未分配\n0 - 分摊\n1 - 归集\n-1 - 未分配\n注意:此字段可能返回 null,表示取不到有效值。",
1159
+ "document": "费用归集类型:费用来源类型,分摊、归集、未分配\n0 - 分摊\n1 - 归集\n2 - 未分配\n注意:此字段可能返回 null,表示取不到有效值。",
1160
1160
  "example": "无",
1161
1161
  "member": "uint64",
1162
1162
  "name": "AllocationType",
@@ -9991,7 +9991,7 @@
9991
9991
  },
9992
9992
  {
9993
9993
  "disabled": false,
9994
- "document": "账单文件下载链接,有效时长为一小时\n注意:此字段可能返回 null,表示取不到有效值。",
9994
+ "document": "账单文件下载链接,有效时长为一天\n注意:此字段可能返回 null,表示取不到有效值。",
9995
9995
  "example": "无",
9996
9996
  "member": "string",
9997
9997
  "name": "DownloadUrl",
@@ -52,7 +52,7 @@
52
52
  {
53
53
  "document": "查询分账明细",
54
54
  "input": "POST / HTTP/1.1\nHost: billing.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAllocationBillDetail\n<公共请求参数>\n\n{\n \"Month\": \"2023-02-01 00:00:00\",\n \"Limit\": 2,\n \"Offset\": 1\n}",
55
- "output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"postpay_deduct_h\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"BillDate\": \"2023-02-05\",\n \"BillId\": \"20230205400491987853552\",\n \"BlendedDiscount\": \"0.33548100\",\n \"BusinessCode\": \"p_eks\",\n \"BusinessCodeName\": \"Serverless 容器服务\",\n \"CashPayAmount\": \"0.01677073\",\n \"ComponentCode\": \"v_eks_mem\",\n \"ComponentCodeName\": \"内存\",\n \"ContractPrice\": \"0.00000466\",\n \"Discount\": \"0.33548100\",\n \"FeeBeginTime\": \"2023-02-05 10:00:00\",\n \"FeeEndTime\": \"2023-02-05 10:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"-\",\n \"ItemCode\": \"sv_eks_mem\",\n \"ItemCodeName\": \"弹性容器服务EKS-内存\",\n \"OperateUin\": \"909619400\",\n \"OrderId\": \"-\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayTime\": \"2023-02-05 11:46:29\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_eks_standard_pod\",\n \"ProductCodeName\": \"弹性容器服务EKS-Pod\",\n \"ProjectId\": 0,\n \"ProjectName\": null,\n \"RICost\": \"0.00000000\",\n \"RITimeSpan\": \"0.00000000\",\n \"RealTotalCost\": \"0.01677073\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionType\": \"domestic\",\n \"RegionTypeName\": \"国内\",\n \"ReserveDetail\": \"\",\n \"ResourceId\": \"eks-bzmzprry\",\n \"ResourceName\": null,\n \"SPCost\": \"0.00000000\",\n \"SinglePrice\": \"0.00001389\",\n \"SinglePriceUnit\": \"元/GiB/秒\",\n \"SplitItemId\": \"-\",\n \"SplitItemName\": \"-\",\n \"SplitRatio\": \"0.00000000\",\n \"Tag\": null,\n \"TimeSpan\": \"3599.00000000\",\n \"TimeUnit\": \"秒\",\n \"TotalCost\": \"0.04999011\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": null,\n \"TreeNodeUniqKeyName\": \"未分配\",\n \"UsedAmount\": \"1.00000000\",\n \"UsedAmountUnit\": \"GiB\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 100004,\n \"ZoneName\": \"广州四区\"\n },\n {\n \"ActionType\": \"postpay_deduct_h\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"BillDate\": \"2023-02-05\",\n \"BillId\": \"20230205400491961266162\",\n \"BlendedDiscount\": \"0.33548100\",\n \"BusinessCode\": \"p_eks\",\n \"BusinessCodeName\": \"Serverless 容器服务\",\n \"CashPayAmount\": \"0.01677073\",\n \"ComponentCode\": \"v_eks_mem\",\n \"ComponentCodeName\": \"内存\",\n \"ContractPrice\": \"0.00000466\",\n \"Discount\": \"0.33548100\",\n \"FeeBeginTime\": \"2023-02-05 09:00:00\",\n \"FeeEndTime\": \"2023-02-05 09:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"-\",\n \"ItemCode\": \"sv_eks_mem\",\n \"ItemCodeName\": \"弹性容器服务EKS-内存\",\n \"OperateUin\": \"909619400\",\n \"OrderId\": \"-\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayTime\": \"2023-02-05 11:09:31\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_eks_standard_pod\",\n \"ProductCodeName\": \"弹性容器服务EKS-Pod\",\n \"ProjectId\": 0,\n \"ProjectName\": null,\n \"RICost\": \"0.00000000\",\n \"RITimeSpan\": \"0.00000000\",\n \"RealTotalCost\": \"0.01677073\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionType\": \"domestic\",\n \"RegionTypeName\": \"国内\",\n \"ReserveDetail\": \"\",\n \"ResourceId\": \"eks-bzmzprry\",\n \"ResourceName\": null,\n \"SPCost\": \"0.00000000\",\n \"SinglePrice\": \"0.00001389\",\n \"SinglePriceUnit\": \"元/GiB/秒\",\n \"SplitItemId\": \"-\",\n \"SplitItemName\": \"-\",\n \"SplitRatio\": \"0.00000000\",\n \"Tag\": null,\n \"TimeSpan\": \"3599.00000000\",\n \"TimeUnit\": \"秒\",\n \"TotalCost\": \"0.04999011\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": null,\n \"TreeNodeUniqKeyName\": \"未分配\",\n \"UsedAmount\": \"1.00000000\",\n \"UsedAmountUnit\": \"GiB\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 100004,\n \"ZoneName\": \"广州四区\"\n }\n ],\n \"RecordNum\": 33751,\n \"RequestId\": \"48d52cbc-2297-4ba5-a322-de477fed6329\",\n \"Total\": {\n \"CashPayAmount\": \"99034.51148297\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"99067.91144815\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"130.94995680\"\n }\n }\n}",
55
+ "output": "{\n \"Response\": {\n \"Detail\": [\n {\n \"ActionType\": \"postpay_deduct_h\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"BillDate\": \"2023-02-05\",\n \"BillId\": \"20230205400491987853552\",\n \"BlendedDiscount\": \"0.33548100\",\n \"BusinessCode\": \"p_eks\",\n \"BusinessCodeName\": \"Serverless 容器服务\",\n \"CashPayAmount\": \"0.01677073\",\n \"ComponentCode\": \"v_eks_mem\",\n \"ComponentCodeName\": \"内存\",\n \"ContractPrice\": \"0.00000466\",\n \"Discount\": \"0.33548100\",\n \"FeeBeginTime\": \"2023-02-05 10:00:00\",\n \"FeeEndTime\": \"2023-02-05 10:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"-\",\n \"ItemCode\": \"sv_eks_mem\",\n \"ItemCodeName\": \"弹性容器服务EKS-内存\",\n \"OperateUin\": \"909619400\",\n \"OrderId\": \"-\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayTime\": \"2023-02-05 11:46:29\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_eks_standard_pod\",\n \"ProductCodeName\": \"弹性容器服务EKS-Pod\",\n \"ProjectId\": 0,\n \"ProjectName\": null,\n \"RICost\": \"0.00000000\",\n \"RITimeSpan\": \"0.00000000\",\n \"RealTotalCost\": \"0.01677073\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionType\": \"domestic\",\n \"RegionTypeName\": \"国内\",\n \"ReserveDetail\": \"\",\n \"ResourceId\": \"eks-bzmzprry\",\n \"ResourceName\": null,\n \"SPCost\": \"0.00000000\",\n \"SinglePrice\": \"0.00001389\",\n \"SinglePriceUnit\": \"元/GiB/秒\",\n \"SplitRatio\": \"0.00000000\",\n \"Tag\": null,\n \"TimeSpan\": \"3599.00000000\",\n \"TimeUnit\": \"秒\",\n \"TotalCost\": \"0.04999011\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": null,\n \"TreeNodeUniqKeyName\": \"未分配\",\n \"UsedAmount\": \"1.00000000\",\n \"UsedAmountUnit\": \"GiB\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 100004,\n \"ZoneName\": \"广州四区\"\n },\n {\n \"ActionType\": \"postpay_deduct_h\",\n \"ActionTypeName\": \"按量计费小时结\",\n \"BillDate\": \"2023-02-05\",\n \"BillId\": \"20230205400491961266162\",\n \"BlendedDiscount\": \"0.33548100\",\n \"BusinessCode\": \"p_eks\",\n \"BusinessCodeName\": \"Serverless 容器服务\",\n \"CashPayAmount\": \"0.01677073\",\n \"ComponentCode\": \"v_eks_mem\",\n \"ComponentCodeName\": \"内存\",\n \"ContractPrice\": \"0.00000466\",\n \"Discount\": \"0.33548100\",\n \"FeeBeginTime\": \"2023-02-05 09:00:00\",\n \"FeeEndTime\": \"2023-02-05 09:59:59\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"InstanceType\": null,\n \"InstanceTypeName\": \"-\",\n \"ItemCode\": \"sv_eks_mem\",\n \"ItemCodeName\": \"弹性容器服务EKS-内存\",\n \"OperateUin\": \"909619400\",\n \"OrderId\": \"-\",\n \"OwnerUin\": \"909619400\",\n \"PayMode\": \"postPay\",\n \"PayModeName\": \"按量计费\",\n \"PayTime\": \"2023-02-05 11:09:31\",\n \"PayerUin\": \"909619400\",\n \"ProductCode\": \"sp_eks_standard_pod\",\n \"ProductCodeName\": \"弹性容器服务EKS-Pod\",\n \"ProjectId\": 0,\n \"ProjectName\": null,\n \"RICost\": \"0.00000000\",\n \"RITimeSpan\": \"0.00000000\",\n \"RealTotalCost\": \"0.01677073\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionType\": \"domestic\",\n \"RegionTypeName\": \"国内\",\n \"ReserveDetail\": \"\",\n \"ResourceId\": \"eks-bzmzprry\",\n \"ResourceName\": null,\n \"SPCost\": \"0.00000000\",\n \"SinglePrice\": \"0.00001389\",\n \"SinglePriceUnit\": \"元/GiB/秒\",\n \"SplitRatio\": \"0.00000000\",\n \"Tag\": null,\n \"TimeSpan\": \"3599.00000000\",\n \"TimeUnit\": \"秒\",\n \"TotalCost\": \"0.04999011\",\n \"TransferPayAmount\": \"0.00000000\",\n \"TreeNodeUniqKey\": null,\n \"TreeNodeUniqKeyName\": \"未分配\",\n \"UsedAmount\": \"1.00000000\",\n \"UsedAmountUnit\": \"GiB\",\n \"VoucherPayAmount\": \"0.00000000\",\n \"ZoneId\": 100004,\n \"ZoneName\": \"广州四区\"\n }\n ],\n \"RecordNum\": 33751,\n \"RequestId\": \"48d52cbc-2297-4ba5-a322-de477fed6329\",\n \"Total\": {\n \"CashPayAmount\": \"99034.51148297\",\n \"IncentivePayAmount\": \"0.00000000\",\n \"RealTotalCost\": \"99067.91144815\",\n \"TransferPayAmount\": \"0.00000000\",\n \"VoucherPayAmount\": \"130.94995680\"\n }\n }\n}",
56
56
  "title": "查询分账明细"
57
57
  }
58
58
  ],
@@ -1590,8 +1590,8 @@
1590
1590
  },
1591
1591
  {
1592
1592
  "disabled": false,
1593
- "document": "节点规格配置",
1594
- "example": "",
1593
+ "document": "节点规格配置\n备注:数据库代理支持的节点规格为:2C4000MB、4C8000MB、8C16000MB。\n示例中参数说明:\nNodeCount:节点个数\nRegion:节点地域\nZone:节点可用区\nCpu:单个代理节点核数(单位:核)\nMem:单个代理节点内存数(单位:MB)",
1594
+ "example": "{ \"NodeCount\": 2, \"Region\": \"ap-guangzhou\", \"Zone\": \"ap-guangzhou-1\", \"Cpu\": 2, \"Mem\": 4000 }",
1595
1595
  "member": "ProxyNodeCustom",
1596
1596
  "name": "ProxyNodeCustom",
1597
1597
  "required": true,
@@ -1627,7 +1627,7 @@
1627
1627
  "example": "123-123-123",
1628
1628
  "member": "string",
1629
1629
  "name": "AsyncRequestId",
1630
- "required": true,
1630
+ "output_required": true,
1631
1631
  "type": "string",
1632
1632
  "value_allowed_null": true
1633
1633
  },
@@ -2733,7 +2733,7 @@
2733
2733
  },
2734
2734
  {
2735
2735
  "disabled": false,
2736
- "document": "自动扩容观测周期,单位s,可选值1、3、5、10、15、30。后台会按照配置的周期进行扩容判断。",
2736
+ "document": "自动扩容观测周期,单位是分钟,可选值1、3、5、10、15、30。后台会按照配置的周期进行扩容判断。",
2737
2737
  "example": "1",
2738
2738
  "member": "int64",
2739
2739
  "name": "ExpandPeriod",
@@ -2751,7 +2751,7 @@
2751
2751
  },
2752
2752
  {
2753
2753
  "disabled": false,
2754
- "document": "自动缩容观测周期,单位s,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。",
2754
+ "document": "自动缩容观测周期,单位是分钟,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。",
2755
2755
  "example": "5",
2756
2756
  "member": "int64",
2757
2757
  "name": "ShrinkPeriod",
@@ -5003,8 +5003,8 @@
5003
5003
  },
5004
5004
  {
5005
5005
  "disabled": false,
5006
- "document": "节点规格配置",
5007
- "example": "",
5006
+ "document": "节点规格配置\n备注:数据库代理支持的节点规格为:2C4000MB、4C8000MB、8C16000MB。\n示例中参数说明:\nNodeCount:节点个数。\nRegion:节点地域。\nZone:节点可用区。\nCpu:单个代理节点核数(单位:核)。\nMem:单个代理节点内存数(单位:MB)。",
5007
+ "example": "{ \"NodeCount\": 2, \"Region\": \"ap-guangzhou\", \"Zone\": \"ap-guangzhou-1\", \"Cpu\": 2, \"Mem\": 4000 }",
5008
5008
  "member": "ProxyNodeCustom",
5009
5009
  "name": "ProxyNodeCustom",
5010
5010
  "required": true,
@@ -5030,7 +5030,7 @@
5030
5030
  },
5031
5031
  {
5032
5032
  "disabled": false,
5033
- "document": "连接池阈值",
5033
+ "document": "连接池阈值\n注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。",
5034
5034
  "example": "10",
5035
5035
  "member": "uint64",
5036
5036
  "name": "ConnectionPoolLimit",
@@ -5627,7 +5627,7 @@
5627
5627
  },
5628
5628
  {
5629
5629
  "disabled": false,
5630
- "document": "参数模板id。",
5630
+ "document": "参数模板 id。\n备注:如您使用自定义参数模板 id,可传入自定义参数模板 id;如您计划使用默认参数模板,该参数模板 id 传入 id 无效,需设置 ParamTemplateType。",
5631
5631
  "example": "0",
5632
5632
  "member": "int64",
5633
5633
  "name": "ParamTemplateId",
@@ -5681,7 +5681,7 @@
5681
5681
  },
5682
5682
  {
5683
5683
  "disabled": false,
5684
- "document": "默认参数模板类型。支持值包括:\"HIGH_STABILITY\" - 高稳定模板,\"HIGH_PERFORMANCE\" - 高性能模板,默认值是:\"HIGH_STABILITY\"。",
5684
+ "document": "默认参数模板类型。支持值包括:\"HIGH_STABILITY\" - 高稳定模板,\"HIGH_PERFORMANCE\" - 高性能模板,默认值是:\"HIGH_STABILITY\"。\n备注:如您需使用云数据库 MySQL 默认参数模板,请设置 ParamTemplateType。",
5685
5685
  "example": "HIGH_STABILITY",
5686
5686
  "member": "string",
5687
5687
  "name": "ParamTemplateType",
@@ -6007,7 +6007,7 @@
6007
6007
  },
6008
6008
  {
6009
6009
  "disabled": false,
6010
- "document": "参数模板id。",
6010
+ "document": "参数模板 id。\n备注:如您使用自定义参数模板 id,可传入自定义参数模板 id;如您计划使用默认参数模板,该参数模板 id 传入 id 无效,需设置 ParamTemplateType。",
6011
6011
  "example": "0",
6012
6012
  "member": "int64",
6013
6013
  "name": "ParamTemplateId",
@@ -6061,7 +6061,7 @@
6061
6061
  },
6062
6062
  {
6063
6063
  "disabled": false,
6064
- "document": "默认参数模板类型。支持值包括:\"HIGH_STABILITY\" - 高稳定模板,\"HIGH_PERFORMANCE\" - 高性能模板。",
6064
+ "document": "默认参数模板类型。支持值包括:\"HIGH_STABILITY\" - 高稳定模板,\"HIGH_PERFORMANCE\" - 高性能模板。\n备注:如您需使用云数据库 MySQL 默认参数模板,请设置 ParamTemplateType。",
6065
6065
  "example": "HIGH_STABILITY",
6066
6066
  "member": "string",
6067
6067
  "name": "ParamTemplateType",
@@ -9992,6 +9992,7 @@
9992
9992
  "example": "48000",
9993
9993
  "member": "int64",
9994
9994
  "name": "Price",
9995
+ "output_required": true,
9995
9996
  "type": "int",
9996
9997
  "value_allowed_null": false
9997
9998
  },
@@ -10001,6 +10002,7 @@
10001
10002
  "example": "460800",
10002
10003
  "member": "int64",
10003
10004
  "name": "OriginalPrice",
10005
+ "output_required": true,
10004
10006
  "type": "int",
10005
10007
  "value_allowed_null": false
10006
10008
  },
@@ -10010,6 +10012,7 @@
10010
10012
  "example": "CNY",
10011
10013
  "member": "string",
10012
10014
  "name": "Currency",
10015
+ "output_required": true,
10013
10016
  "type": "string",
10014
10017
  "value_allowed_null": false
10015
10018
  },
@@ -15199,7 +15202,7 @@
15199
15202
  },
15200
15203
  {
15201
15204
  "disabled": false,
15202
- "document": "连接池阈值",
15205
+ "document": "连接池阈值\n注意:如需使用数据库代理连接池能力,MySQL 8.0 主实例的内核小版本要大于等于 MySQL 8.0 20230630。",
15203
15206
  "example": "10",
15204
15207
  "member": "uint64",
15205
15208
  "name": "ConnectionPoolLimit",
@@ -19885,7 +19888,7 @@
19885
19888
  },
19886
19889
  {
19887
19890
  "disabled": false,
19888
- "document": "备库 2 的可用区信息,默认为空,升级主实例时可指定该参数,升级只读实例或者灾备实例时指定该参数无意义。",
19891
+ "document": "备库 2 的可用区信息,默认为空,升级主实例时可指定该参数,升级只读实例或者灾备实例时指定该参数无意义。\n备注:如您要将三节点降级至双节点,将该参数设置为空值即可实现。",
19889
19892
  "example": "\"\"",
19890
19893
  "member": "string",
19891
19894
  "name": "BackupZone",
@@ -6074,7 +6074,7 @@
6074
6074
  },
6075
6075
  {
6076
6076
  "disabled": false,
6077
- "document": "健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP),默认值:0\n注意:此字段可能返回 null,表示取不到有效值。",
6077
+ "document": "健康检查源IP类型:0(使用LB的VIP作为源IP),1(使用100.64网段IP作为源IP)。\n注意:此字段可能返回 null,表示取不到有效值。",
6078
6078
  "example": "0",
6079
6079
  "member": "int64",
6080
6080
  "name": "SourceIpType",
@@ -11023,6 +11023,15 @@
11023
11023
  "name": "LocationId",
11024
11024
  "required": false,
11025
11025
  "type": "string"
11026
+ },
11027
+ {
11028
+ "disabled": false,
11029
+ "document": "目标组权重,范围[0, 100]。仅绑定v2目标组时生效,如果不存在,则默认为10。",
11030
+ "example": "100",
11031
+ "member": "int64",
11032
+ "name": "Weight",
11033
+ "required": false,
11034
+ "type": "int"
11026
11035
  }
11027
11036
  ],
11028
11037
  "usage": "in"
@@ -11450,7 +11450,7 @@
11450
11450
  },
11451
11451
  {
11452
11452
  "disabled": false,
11453
- "document": "接收者。\n当ReceiverType为Uin时,ReceiverIds的值为用户id。[子用户信息查询](https://cloud.tencent.com/document/product/598/36258)\n当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)",
11453
+ "document": "接收者。\n当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)\n当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)",
11454
11454
  "example": "[1234,2345]",
11455
11455
  "member": "int64",
11456
11456
  "name": "ReceiverIds",
@@ -1143,7 +1143,7 @@
1143
1143
  },
1144
1144
  {
1145
1145
  "disabled": false,
1146
- "document": "证据数据(比如攻击内容等)\n注意:此字段可能返回 null,表示取不到有效值。",
1146
+ "document": "证据数据(例如攻击内容等)\n注意:此字段可能返回 null,表示取不到有效值。",
1147
1147
  "example": "无",
1148
1148
  "member": "string",
1149
1149
  "name": "EvidenceData",
@@ -1154,7 +1154,7 @@
1154
1154
  },
1155
1155
  {
1156
1156
  "disabled": false,
1157
- "document": "证据位置(比如协议端口)\n注意:此字段可能返回 null,表示取不到有效值。",
1157
+ "document": "证据位置(例如协议端口)\n注意:此字段可能返回 null,表示取不到有效值。",
1158
1158
  "example": "无",
1159
1159
  "member": "string",
1160
1160
  "name": "EvidenceLocation",
@@ -5569,6 +5569,16 @@
5569
5569
  "type": "list",
5570
5570
  "value_allowed_null": true
5571
5571
  },
5572
+ {
5573
+ "disabled": false,
5574
+ "document": "公网内网枚举\n注意:此字段可能返回 null,表示取不到有效值。",
5575
+ "example": "无",
5576
+ "member": "FilterDataObject",
5577
+ "name": "PublicPrivateAttr",
5578
+ "output_required": false,
5579
+ "type": "list",
5580
+ "value_allowed_null": true
5581
+ },
5572
5582
  {
5573
5583
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5574
5584
  "member": "string",
@@ -5698,6 +5708,15 @@
5698
5708
  "DescribeDbAssetsRequest": {
5699
5709
  "document": "DescribeDbAssets请求参数结构体",
5700
5710
  "members": [
5711
+ {
5712
+ "disabled": false,
5713
+ "document": "集团账号的成员id",
5714
+ "example": "[]{\"mem-6wfo0fzks3\",\"mem-85fo0fzks4\"}",
5715
+ "member": "string",
5716
+ "name": "MemberId",
5717
+ "required": false,
5718
+ "type": "list"
5719
+ },
5701
5720
  {
5702
5721
  "disabled": false,
5703
5722
  "document": "-",
@@ -5782,6 +5801,16 @@
5782
5801
  "type": "list",
5783
5802
  "value_allowed_null": true
5784
5803
  },
5804
+ {
5805
+ "disabled": false,
5806
+ "document": "公网内网枚举\n注意:此字段可能返回 null,表示取不到有效值。",
5807
+ "example": "无",
5808
+ "member": "FilterDataObject",
5809
+ "name": "PublicPrivateAttr",
5810
+ "output_required": false,
5811
+ "type": "list",
5812
+ "value_allowed_null": true
5813
+ },
5785
5814
  {
5786
5815
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5787
5816
  "member": "string",
@@ -6135,6 +6164,15 @@
6135
6164
  "DescribeOrganizationUserInfoRequest": {
6136
6165
  "document": "DescribeOrganizationUserInfo请求参数结构体",
6137
6166
  "members": [
6167
+ {
6168
+ "disabled": false,
6169
+ "document": "集团账号的成员id",
6170
+ "example": "[]{\"mem-6wfo0fzks3\",\"mem-85fo0fzks4\"}",
6171
+ "member": "string",
6172
+ "name": "MemberId",
6173
+ "required": false,
6174
+ "type": "list"
6175
+ },
6138
6176
  {
6139
6177
  "disabled": false,
6140
6178
  "document": "过滤内容",
@@ -6179,6 +6217,26 @@
6179
6217
  "type": "list",
6180
6218
  "value_allowed_null": true
6181
6219
  },
6220
+ {
6221
+ "disabled": false,
6222
+ "document": "加入方式枚举\n注意:此字段可能返回 null,表示取不到有效值。",
6223
+ "example": "无",
6224
+ "member": "FilterDataObject",
6225
+ "name": "JoinTypeLst",
6226
+ "output_required": false,
6227
+ "type": "list",
6228
+ "value_allowed_null": true
6229
+ },
6230
+ {
6231
+ "disabled": false,
6232
+ "document": "云厂商枚举\n注意:此字段可能返回 null,表示取不到有效值。",
6233
+ "example": "无",
6234
+ "member": "FilterDataObject",
6235
+ "name": "CloudTypeLst",
6236
+ "output_required": false,
6237
+ "type": "list",
6238
+ "value_allowed_null": true
6239
+ },
6182
6240
  {
6183
6241
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6184
6242
  "member": "string",
@@ -9718,6 +9776,26 @@
9718
9776
  "output_required": false,
9719
9777
  "type": "int",
9720
9778
  "value_allowed_null": true
9779
+ },
9780
+ {
9781
+ "disabled": false,
9782
+ "document": "子账号数量\n注意:此字段可能返回 null,表示取不到有效值。",
9783
+ "example": "5",
9784
+ "member": "int64",
9785
+ "name": "SubUserCount",
9786
+ "output_required": false,
9787
+ "type": "int",
9788
+ "value_allowed_null": true
9789
+ },
9790
+ {
9791
+ "disabled": false,
9792
+ "document": "加入方式详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
9793
+ "example": "密钥托管 子账号:xxx",
9794
+ "member": "string",
9795
+ "name": "JoinTypeInfo",
9796
+ "output_required": false,
9797
+ "type": "string",
9798
+ "value_allowed_null": true
9721
9799
  }
9722
9800
  ],
9723
9801
  "usage": "out"
@@ -91,8 +91,8 @@
91
91
  "DescribeDbAssets": [
92
92
  {
93
93
  "document": "",
94
- "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDbAssets\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 0,\n \"Offset\": 0,\n \"Order\": \"abc\",\n \"By\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\"\n },\n \"AssetTypes\": [\n \"abc\"\n ]\n}",
95
- "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"AssetId\": \"abc\",\n \"AssetName\": \"abc\",\n \"AssetType\": \"abc\",\n \"VpcId\": \"abc\",\n \"VpcName\": \"abc\",\n \"Region\": \"abc\",\n \"Domain\": \"abc\",\n \"AssetCreateTime\": \"abc\",\n \"LastScanTime\": \"abc\",\n \"ConfigurationRisk\": 1,\n \"Attack\": 1,\n \"Access\": 1,\n \"ScanTask\": 1,\n \"AppId\": 1,\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"Port\": 1,\n \"Tag\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"PrivateIp\": \"abc\",\n \"PublicIp\": \"abc\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 1\n }\n ],\n \"RegionList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"AssetTypeList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"VpcList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"AppIdList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
94
+ "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDbAssets\n<公共请求参数>\n\n{\n \"MemberId\": [\n \"abc\"\n ],\n \"Filter\": {\n \"Limit\": 0,\n \"Offset\": 0,\n \"Order\": \"abc\",\n \"By\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\"\n },\n \"AssetTypes\": [\n \"abc\"\n ]\n}",
95
+ "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"AssetId\": \"abc\",\n \"AssetName\": \"abc\",\n \"AssetType\": \"abc\",\n \"VpcId\": \"abc\",\n \"VpcName\": \"abc\",\n \"Region\": \"abc\",\n \"Domain\": \"abc\",\n \"AssetCreateTime\": \"abc\",\n \"LastScanTime\": \"abc\",\n \"ConfigurationRisk\": 1,\n \"Attack\": 1,\n \"Access\": 1,\n \"ScanTask\": 1,\n \"AppId\": 1,\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"Port\": 1,\n \"Tag\": [\n {\n \"Name\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"PrivateIp\": \"abc\",\n \"PublicIp\": \"abc\",\n \"Status\": 1,\n \"IsCore\": 1,\n \"IsNewAsset\": 1\n }\n ],\n \"RegionList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"AssetTypeList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"VpcList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"AppIdList\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"PublicPrivateAttr\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
96
96
  "title": "数据库资产列表查询"
97
97
  }
98
98
  ],
@@ -131,8 +131,8 @@
131
131
  "DescribeOrganizationUserInfo": [
132
132
  {
133
133
  "document": "查询集团账号用户列表",
134
- "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationUserInfo\n<公共请求参数>\n\n{\n \"Filter\": {\n \"Limit\": 0,\n \"Offset\": 0,\n \"Order\": \"abc\",\n \"By\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\"\n },\n \"NotSupportCloud\": true\n}",
135
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"NodeName\": \"abc\",\n \"AssetCount\": 0,\n \"RiskCount\": 0,\n \"AttackCount\": 0,\n \"Role\": \"abc\",\n \"MemberId\": \"abc\",\n \"AppId\": \"abc\",\n \"JoinType\": \"abc\",\n \"CFWProtect\": \"abc\",\n \"WAFProtect\": \"abc\",\n \"CWPProtect\": \"abc\",\n \"Enable\": 0,\n \"CSIPProtect\": \"abc\",\n \"QuotaConsumer\": 0,\n \"CloudType\": 0,\n \"SyncFrequency\": 0,\n \"IsExpired\": true,\n \"PermissionList\": [\n \"abc\"\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
134
+ "input": "POST / HTTP/1.1\nHost: csip.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrganizationUserInfo\n<公共请求参数>\n\n{\n \"MemberId\": [\n \"abc\"\n ],\n \"Filter\": {\n \"Limit\": 0,\n \"Offset\": 0,\n \"Order\": \"abc\",\n \"By\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\"\n },\n \"NotSupportCloud\": true\n}",
135
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"Uin\": \"abc\",\n \"NickName\": \"abc\",\n \"NodeName\": \"abc\",\n \"AssetCount\": 0,\n \"RiskCount\": 0,\n \"AttackCount\": 0,\n \"Role\": \"abc\",\n \"MemberId\": \"abc\",\n \"AppId\": \"abc\",\n \"JoinType\": \"abc\",\n \"CFWProtect\": \"abc\",\n \"WAFProtect\": \"abc\",\n \"CWPProtect\": \"abc\",\n \"Enable\": 0,\n \"CSIPProtect\": \"abc\",\n \"QuotaConsumer\": 0,\n \"CloudType\": 0,\n \"SyncFrequency\": 0,\n \"IsExpired\": true,\n \"PermissionList\": [\n \"abc\"\n ],\n \"AuthType\": 0,\n \"TcMemberType\": 0,\n \"SubUserCount\": 0,\n \"JoinTypeInfo\": \"abc\"\n }\n ],\n \"JoinTypeLst\": [\n {\n \"Value\": \"abc\",\n \"Text\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
136
136
  "title": "查询集团账号用户列表"
137
137
  }
138
138
  ],
@@ -7351,7 +7351,7 @@
7351
7351
  },
7352
7352
  {
7353
7353
  "disabled": false,
7354
- "document": "描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br></li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br></li> WithoutStock:表示对应库存已经售罄\n注意:此字段可能返回 null,表示取不到有效值。",
7354
+ "document": "描述库存情况。取值范围:\n<li> EnoughStock:表示对应库存非常充足</li> \n<li>NormalStock:表示对应库存供应有保障</li>\n<li> UnderStock:表示对应库存即将售罄</li> \n<li>WithoutStock:表示对应库存已经售罄</li>\n注意:此字段可能返回 null,表示取不到有效值。",
7355
7355
  "example": "无",
7356
7356
  "member": "string",
7357
7357
  "name": "StatusCategory",