tccli 3.0.1103.1__py2.py3-none-any.whl → 3.0.1104.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 (72) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/aiart/v20221229/ImageToImage.md +1 -1
  3. tccli/examples/csip/v20221121/DescribeDbAssets.md +7 -0
  4. tccli/examples/csip/v20221121/DescribeOrganizationUserInfo.md +12 -1
  5. tccli/examples/cwp/v20180228/DescribePublicProxyInstallCommand.md +4 -4
  6. tccli/examples/cynosdb/v20190107/CreateCLSDelivery.md +18 -0
  7. tccli/examples/cynosdb/v20190107/DeleteCLSDelivery.md +18 -0
  8. tccli/examples/cynosdb/v20190107/DescribeInstanceCLSLogDelivery.md +18 -0
  9. tccli/examples/cynosdb/v20190107/StartCLSDelivery.md +18 -0
  10. tccli/examples/cynosdb/v20190107/StopCLSDelivery.md +18 -0
  11. tccli/examples/ess/v20201111/CreateUserVerifyUrl.md +29 -0
  12. tccli/examples/ess/v20201111/DescribeUserVerifyStatus.md +23 -0
  13. tccli/examples/hai/v20230812/DescribeInstances.md +3 -2
  14. tccli/examples/hunyuan/v20230901/QueryHunyuanImageJob.md +33 -0
  15. tccli/examples/hunyuan/v20230901/SubmitHunyuanImageJob.md +21 -0
  16. tccli/examples/live/v20180801/DescribeLivePadProcessorList.md +25 -0
  17. tccli/examples/live/v20180801/StopLivePadProcessor.md +23 -0
  18. tccli/examples/mrs/v20200910/DrugInstructionObject.md +98 -0
  19. tccli/examples/ssl/v20191205/DescribeDownloadCertificateUrl.md +23 -0
  20. tccli/examples/tke/v20220501/CreateNodePool.md +33 -0
  21. tccli/examples/tke/v20220501/DeleteNodePool.md +21 -0
  22. tccli/examples/tke/v20220501/DescribeNodePools.md +9 -3
  23. tccli/examples/tke/v20220501/ModifyNodePool.md +32 -0
  24. tccli/services/aiart/v20221229/api.json +3 -3
  25. tccli/services/aiart/v20221229/examples.json +1 -1
  26. tccli/services/apm/v20210622/api.json +1 -1
  27. tccli/services/batch/v20170312/api.json +1 -1
  28. tccli/services/billing/v20180709/api.json +2 -2
  29. tccli/services/cdb/v20170320/api.json +2 -2
  30. tccli/services/clb/v20180317/api.json +1 -1
  31. tccli/services/cls/v20201016/api.json +1 -1
  32. tccli/services/csip/v20221121/api.json +80 -2
  33. tccli/services/csip/v20221121/examples.json +4 -4
  34. tccli/services/cvm/v20170312/api.json +1 -1
  35. tccli/services/cwp/v20180228/api.json +17 -5
  36. tccli/services/cwp/v20180228/examples.json +2 -2
  37. tccli/services/cynosdb/cynosdb_client.py +269 -4
  38. tccli/services/cynosdb/v20190107/api.json +131 -0
  39. tccli/services/cynosdb/v20190107/examples.json +40 -0
  40. tccli/services/ess/ess_client.py +110 -4
  41. tccli/services/ess/v20201111/api.json +185 -5
  42. tccli/services/ess/v20201111/examples.json +16 -0
  43. tccli/services/essbasic/v20210526/api.json +4 -4
  44. tccli/services/faceid/v20180301/api.json +1 -1
  45. tccli/services/hai/v20230812/api.json +2 -2
  46. tccli/services/hai/v20230812/examples.json +1 -1
  47. tccli/services/hunyuan/hunyuan_client.py +110 -4
  48. tccli/services/hunyuan/v20230901/api.json +188 -4
  49. tccli/services/hunyuan/v20230901/examples.json +16 -0
  50. tccli/services/lighthouse/v20200324/api.json +15 -5
  51. tccli/services/live/live_client.py +114 -8
  52. tccli/services/live/v20180801/api.json +124 -0
  53. tccli/services/live/v20180801/examples.json +16 -0
  54. tccli/services/lke/v20231130/api.json +108 -2
  55. tccli/services/mrs/v20200910/api.json +1 -1
  56. tccli/services/mrs/v20200910/examples.json +1 -1
  57. tccli/services/ssl/ssl_client.py +57 -4
  58. tccli/services/ssl/v20191205/api.json +63 -0
  59. tccli/services/ssl/v20191205/examples.json +8 -0
  60. tccli/services/ssm/v20190923/api.json +1 -1
  61. tccli/services/tdmq/v20200217/api.json +10 -10
  62. tccli/services/teo/v20220901/api.json +34 -0
  63. tccli/services/tke/tke_client.py +171 -12
  64. tccli/services/tke/v20220501/api.json +1403 -86
  65. tccli/services/tke/v20220501/examples.json +25 -1
  66. tccli/services/trtc/v20190722/api.json +5 -8
  67. tccli/services/vpc/v20170312/api.json +1 -0
  68. {tccli-3.0.1103.1.dist-info → tccli-3.0.1104.1.dist-info}/METADATA +2 -2
  69. {tccli-3.0.1103.1.dist-info → tccli-3.0.1104.1.dist-info}/RECORD +72 -57
  70. {tccli-3.0.1103.1.dist-info → tccli-3.0.1104.1.dist-info}/WHEEL +0 -0
  71. {tccli-3.0.1103.1.dist-info → tccli-3.0.1104.1.dist-info}/entry_points.txt +0 -0
  72. {tccli-3.0.1103.1.dist-info → tccli-3.0.1104.1.dist-info}/license_files/LICENSE +0 -0
@@ -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
  ],
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -30203,7 +30203,7 @@
30203
30203
  "members": [
30204
30204
  {
30205
30205
  "disabled": false,
30206
- "document": "nginx主机ip列表,逗号分隔",
30206
+ "document": "nginx主机IP列表,逗号分隔",
30207
30207
  "example": "112.16.84.1,112.16.84.12",
30208
30208
  "member": "string",
30209
30209
  "name": "Ip",
@@ -30222,7 +30222,7 @@
30222
30222
  "example": "xx",
30223
30223
  "member": "string",
30224
30224
  "name": "NginxCommand",
30225
- "required": true,
30225
+ "output_required": true,
30226
30226
  "type": "string",
30227
30227
  "value_allowed_null": false
30228
30228
  },
@@ -30232,7 +30232,7 @@
30232
30232
  "example": "xxx",
30233
30233
  "member": "string",
30234
30234
  "name": "KeepAliveCommand",
30235
- "required": true,
30235
+ "output_required": true,
30236
30236
  "type": "string",
30237
30237
  "value_allowed_null": true
30238
30238
  },
@@ -39090,7 +39090,7 @@
39090
39090
  "members": [
39091
39091
  {
39092
39092
  "disabled": false,
39093
- "document": "<li>PolicyId - int64 - 是否必填:否 - 策略Id</li>\n<li>RuleId - int64 - 是否必填:否 - 规则Id</li>\n<li>HostId - string - 是否必填:否 - 主机Id</li>\n<li>HostName - string - 是否必填:否 - 主机名</li>\n<li>HostIp - string - 是否必填:否 - 主机IP</li>\n<li>ItemId - String - 是否必填:否 - 检测项Id</li>\n<li>ItemName - String - 是否必填:否 - 项名称</li>\n<li>DetectStatus - int - 是否必填:否 - 检测状态[0:未通过|3:通过|5:检测中]</li>\n<li>Level - int - 是否必填:否 - 风险等级</li>\n<li>StartTime - string - 是否必填:否 - 开时时间</li>\n<li>EndTime - string - 是否必填:否 - 结束时间</li>",
39093
+ "document": "<li>PolicyId - int64 - 是否必填:否 - 策略Id</li>\n<li>RuleId - int64 - 是否必填:否 - 规则Id</li>\n<li>HostId - string - 是否必填:否 - 主机Id</li>\n<li>HostName - string - 是否必填:否 - 主机名</li>\n<li>HostIp - string - 是否必填:否 - 主机IP</li>\n<li>ItemId - String - 是否必填:否 - 检测项Id</li>\n<li>ItemName - String - 是否必填:否 - 项名称</li>\n<li>DetectStatus - int - 是否必填:否 - 检测状态[0:未通过|3:通过|5:检测中]</li>\n<li>Level - int - 是否必填:否 - 风险等级</li>\n<li>StartTime - string - 是否必填:否 - 开始时间</li>\n<li>EndTime - string - 是否必填:否 - 结束时间</li>",
39094
39094
  "example": "无",
39095
39095
  "member": "Filter",
39096
39096
  "name": "Filters",
@@ -39487,7 +39487,7 @@
39487
39487
  "members": [
39488
39488
  {
39489
39489
  "disabled": false,
39490
- "document": "过滤条件。\n<li>RuleCategory- string- 规则类别 0=系统规则,1=用户规则</li>\n<li>Name- String - 规则名称/li>",
39490
+ "document": "过滤条件。\n<li>RuleCategory- string- 规则类别 0=系统规则,1=用户规则</li>\n<li>Name- String - 规则名称</li>",
39491
39491
  "example": "[]",
39492
39492
  "member": "Filters",
39493
39493
  "name": "Filters",
@@ -39506,6 +39506,7 @@
39506
39506
  "example": "123456",
39507
39507
  "member": "string",
39508
39508
  "name": "TaskId",
39509
+ "output_required": true,
39509
39510
  "type": "string",
39510
39511
  "value_allowed_null": false
39511
39512
  },
@@ -43147,6 +43148,17 @@
43147
43148
  "required": false,
43148
43149
  "type": "list",
43149
43150
  "value_allowed_null": true
43151
+ },
43152
+ {
43153
+ "disabled": false,
43154
+ "document": "检测项所属分类\n注意:此字段可能返回 null,表示取不到有效值。",
43155
+ "example": "无",
43156
+ "member": "int64",
43157
+ "name": "CategoryId",
43158
+ "output_required": false,
43159
+ "required": false,
43160
+ "type": "int",
43161
+ "value_allowed_null": true
43150
43162
  }
43151
43163
  ],
43152
43164
  "usage": "both"
@@ -2143,8 +2143,8 @@
2143
2143
  "DescribePublicProxyInstallCommand": [
2144
2144
  {
2145
2145
  "document": "",
2146
- "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicProxyInstallCommand\n<公共请求参数>\n\n{\n \"Ip\": \"xx\"\n}",
2147
- "output": "{\n \"Response\": {\n \"KeepAliveCommand\": \"xx\",\n \"NginxCommand\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
2146
+ "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicProxyInstallCommand\n<公共请求参数>\n\n{\n \"Ip\": \"0.0.0.0\"\n}",
2147
+ "output": "{\n \"Response\": {\n \"KeepAliveCommand\": \"abc\",\n \"NginxCommand\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
2148
2148
  "title": "DescribePublicProxyInstallCommand"
2149
2149
  }
2150
2150
  ],