tccli 3.0.947.1__py2.py3-none-any.whl → 3.0.949.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 (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeService.md +1 -0
  3. tccli/examples/bma/v20221115/CreateBPWhiteList.md +5 -1
  4. tccli/examples/bma/v20221115/DescribeBPWhiteLists.md +14 -1
  5. tccli/examples/cdwch/v20200915/DeleteBackUpData.md +21 -0
  6. tccli/examples/cdwch/v20200915/DescribeBackUpJob.md +32 -0
  7. tccli/examples/cdwch/v20200915/DescribeBackUpJobDetail.md +30 -0
  8. tccli/examples/cdwch/v20200915/DescribeCkSqlApis.md +2 -32
  9. tccli/examples/cdwch/v20200915/RecoverBackUpJob.md +21 -0
  10. tccli/examples/cfw/v20190904/DescribeNatAcRule.md +31 -22
  11. tccli/examples/csip/v20221121/DescribeListenerList.md +35 -3
  12. tccli/examples/cvm/v20170312/ModifyImageSharePermission.md +2 -2
  13. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideDistributed.md +35 -0
  14. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskSideList.md +27 -0
  15. tccli/examples/dsgc/v20190723/DescribeDSPAAssessmentRiskTemplateVulnerableList.md +2 -1
  16. tccli/examples/dsgc/v20190723/DescribeDSPAESDiscoveryTaskResultDetail.md +8 -2
  17. tccli/examples/faceid/v20180301/GetEidResult.md +55 -24
  18. tccli/examples/lcic/v20220817/DescribeGroupList.md +79 -9
  19. tccli/examples/vpc/v20170312/CreateNetworkAclEntries.md +30 -0
  20. tccli/examples/vpc/v20170312/DeleteNetworkAclEntries.md +22 -0
  21. tccli/examples/vpc/v20170312/ModifyNetworkAclEntries.md +0 -5
  22. tccli/examples/waf/v20180125/AddAntiFakeUrl.md +46 -0
  23. tccli/examples/waf/v20180125/AddAntiInfoLeakRules.md +26 -0
  24. tccli/examples/waf/v20180125/DeleteAntiFakeUrl.md +21 -0
  25. tccli/examples/waf/v20180125/DeleteAntiInfoLeakRule.md +21 -0
  26. tccli/examples/waf/v20180125/DeleteCCRule.md +23 -0
  27. tccli/examples/waf/v20180125/DescribeAntiFakeRules.md +28 -0
  28. tccli/examples/waf/v20180125/DescribeAntiFakeUrl.md +57 -0
  29. tccli/examples/waf/v20180125/DescribeAntiInfoLeakRules.md +40 -0
  30. tccli/examples/waf/v20180125/DescribeAntiInfoLeakageRules.md +38 -0
  31. tccli/examples/waf/v20180125/DescribeBatchIpAccessControl.md +42 -0
  32. tccli/examples/waf/v20180125/DescribeCCRule.md +71 -0
  33. tccli/examples/waf/v20180125/DescribeCCRuleList.md +36 -0
  34. tccli/examples/waf/v20180125/DescribeSession.md +51 -0
  35. tccli/examples/waf/v20180125/ModifyAntiFakeUrl.md +24 -0
  36. tccli/examples/waf/v20180125/ModifyAntiFakeUrlStatus.md +22 -0
  37. tccli/examples/waf/v20180125/ModifyAntiInfoLeakRuleStatus.md +22 -0
  38. tccli/examples/waf/v20180125/ModifyAntiInfoLeakRules.md +26 -0
  39. tccli/examples/waf/v20180125/ModifyCustomWhiteRuleStatus.md +26 -0
  40. tccli/examples/waf/v20180125/UpsertCCRule.md +95 -0
  41. tccli/examples/waf/v20180125/UpsertSession.md +25 -0
  42. tccli/services/apigateway/v20180808/api.json +22 -2
  43. tccli/services/apigateway/v20180808/examples.json +1 -1
  44. tccli/services/asr/v20190614/api.json +3 -3
  45. tccli/services/bma/v20221115/api.json +27 -6
  46. tccli/services/bma/v20221115/examples.json +2 -2
  47. tccli/services/cdwch/cdwch_client.py +278 -66
  48. tccli/services/cdwch/v20200915/api.json +314 -1
  49. tccli/services/cdwch/v20200915/examples.json +33 -1
  50. tccli/services/cfw/v20190904/api.json +3 -0
  51. tccli/services/cfw/v20190904/examples.json +2 -2
  52. tccli/services/ckafka/v20190819/api.json +83 -15
  53. tccli/services/csip/v20221121/api.json +24 -12
  54. tccli/services/csip/v20221121/examples.json +1 -1
  55. tccli/services/cvm/v20170312/api.json +4 -4
  56. tccli/services/cvm/v20170312/examples.json +1 -1
  57. tccli/services/cwp/v20180228/api.json +20 -2
  58. tccli/services/cynosdb/v20190107/api.json +3 -3
  59. tccli/services/dbbrain/v20210527/api.json +53 -33
  60. tccli/services/dsgc/dsgc_client.py +106 -0
  61. tccli/services/dsgc/v20190723/api.json +414 -46
  62. tccli/services/dsgc/v20190723/examples.json +18 -2
  63. tccli/services/ess/v20201111/api.json +1 -1
  64. tccli/services/faceid/v20180301/api.json +26 -7
  65. tccli/services/faceid/v20180301/examples.json +1 -1
  66. tccli/services/lcic/v20220817/api.json +2 -0
  67. tccli/services/lcic/v20220817/examples.json +10 -4
  68. tccli/services/lighthouse/v20200324/api.json +1 -1
  69. tccli/services/oceanus/v20190422/api.json +122 -36
  70. tccli/services/trtc/v20190722/api.json +3 -3
  71. tccli/services/tsf/v20180326/api.json +26 -8
  72. tccli/services/vod/v20180717/api.json +57 -11
  73. tccli/services/vpc/v20170312/api.json +155 -18
  74. tccli/services/vpc/v20170312/examples.json +19 -3
  75. tccli/services/vpc/vpc_client.py +195 -89
  76. tccli/services/waf/v20180125/api.json +2671 -582
  77. tccli/services/waf/v20180125/examples.json +202 -0
  78. tccli/services/waf/waf_client.py +1365 -305
  79. tccli/services/wedata/v20210820/api.json +40 -30
  80. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/METADATA +2 -2
  81. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/RECORD +84 -56
  82. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/WHEEL +0 -0
  83. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/entry_points.txt +0 -0
  84. {tccli-3.0.947.1.dist-info → tccli-3.0.949.1.dist-info}/license_files/LICENSE +0 -0
@@ -21,6 +21,27 @@
21
21
  "output": "CreateInstanceNewResponse",
22
22
  "status": "online"
23
23
  },
24
+ "DeleteBackUpData": {
25
+ "document": "删除备份数据",
26
+ "input": "DeleteBackUpDataRequest",
27
+ "name": "删除备份数据",
28
+ "output": "DeleteBackUpDataResponse",
29
+ "status": "online"
30
+ },
31
+ "DescribeBackUpJob": {
32
+ "document": "查询备份任务列表",
33
+ "input": "DescribeBackUpJobRequest",
34
+ "name": "查询备份任务列表",
35
+ "output": "DescribeBackUpJobResponse",
36
+ "status": "online"
37
+ },
38
+ "DescribeBackUpJobDetail": {
39
+ "document": "查询备份任务详情",
40
+ "input": "DescribeBackUpJobDetailRequest",
41
+ "name": "查询备份任务详情",
42
+ "output": "DescribeBackUpJobDetailResponse",
43
+ "status": "online"
44
+ },
24
45
  "DescribeBackUpSchedule": {
25
46
  "document": "查询备份策略信息",
26
47
  "input": "DescribeBackUpScheduleRequest",
@@ -126,6 +147,13 @@
126
147
  "output": "OpenBackUpResponse",
127
148
  "status": "online"
128
149
  },
150
+ "RecoverBackUpJob": {
151
+ "document": "备份恢复",
152
+ "input": "RecoverBackUpJobRequest",
153
+ "name": "备份恢复",
154
+ "output": "RecoverBackUpJobResponse",
155
+ "status": "online"
156
+ },
129
157
  "ResizeDisk": {
130
158
  "document": "扩容磁盘,包含扩容数据节点,zk节点",
131
159
  "input": "ResizeDiskRequest",
@@ -247,6 +275,82 @@
247
275
  ],
248
276
  "usage": "both"
249
277
  },
278
+ "BackUpJobDisplay": {
279
+ "document": "备份任务详情",
280
+ "members": [
281
+ {
282
+ "disabled": false,
283
+ "document": "备份任务id",
284
+ "example": "任务id",
285
+ "member": "int64",
286
+ "name": "JobId",
287
+ "required": true,
288
+ "type": "int",
289
+ "value_allowed_null": false
290
+ },
291
+ {
292
+ "disabled": false,
293
+ "document": "备份任务名",
294
+ "example": "\"XXX\"",
295
+ "member": "string",
296
+ "name": "Snapshot",
297
+ "required": true,
298
+ "type": "string",
299
+ "value_allowed_null": false
300
+ },
301
+ {
302
+ "disabled": false,
303
+ "document": "任务类型(元数据),(数据)",
304
+ "example": "\"XXX\"",
305
+ "member": "string",
306
+ "name": "BackUpType",
307
+ "required": true,
308
+ "type": "string",
309
+ "value_allowed_null": false
310
+ },
311
+ {
312
+ "disabled": false,
313
+ "document": "备份数据量",
314
+ "example": "123",
315
+ "member": "int64",
316
+ "name": "BackUpSize",
317
+ "required": true,
318
+ "type": "int",
319
+ "value_allowed_null": false
320
+ },
321
+ {
322
+ "disabled": false,
323
+ "document": "任务创建时间",
324
+ "example": "\"2021-09-18 00:12:23\"",
325
+ "member": "string",
326
+ "name": "BackUpTime",
327
+ "required": true,
328
+ "type": "string",
329
+ "value_allowed_null": false
330
+ },
331
+ {
332
+ "disabled": false,
333
+ "document": "任务过期时间",
334
+ "example": "\"2021-09-18 00:12:23\"",
335
+ "member": "string",
336
+ "name": "ExpireTime",
337
+ "required": true,
338
+ "type": "string",
339
+ "value_allowed_null": false
340
+ },
341
+ {
342
+ "disabled": false,
343
+ "document": "任务状态",
344
+ "example": "\"jing\"",
345
+ "member": "string",
346
+ "name": "JobStatus",
347
+ "required": true,
348
+ "type": "string",
349
+ "value_allowed_null": false
350
+ }
351
+ ],
352
+ "usage": "out"
353
+ },
250
354
  "BackupTableContent": {
251
355
  "document": "备份表信息",
252
356
  "members": [
@@ -817,6 +921,170 @@
817
921
  ],
818
922
  "type": "object"
819
923
  },
924
+ "DeleteBackUpDataRequest": {
925
+ "document": "DeleteBackUpData请求参数结构体",
926
+ "members": [
927
+ {
928
+ "disabled": false,
929
+ "document": "集群id",
930
+ "example": "\"cdwch-xxx\"",
931
+ "member": "string",
932
+ "name": "InstanceId",
933
+ "required": true,
934
+ "type": "string"
935
+ },
936
+ {
937
+ "disabled": false,
938
+ "document": "任务id",
939
+ "example": "123",
940
+ "member": "int64",
941
+ "name": "BackUpJobId",
942
+ "required": false,
943
+ "type": "int"
944
+ },
945
+ {
946
+ "disabled": false,
947
+ "document": "是否删除所有数据",
948
+ "example": "true",
949
+ "member": "bool",
950
+ "name": "IsDeleteAll",
951
+ "required": false,
952
+ "type": "bool"
953
+ }
954
+ ],
955
+ "type": "object"
956
+ },
957
+ "DeleteBackUpDataResponse": {
958
+ "document": "DeleteBackUpData返回参数结构体",
959
+ "members": [
960
+ {
961
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
962
+ "member": "string",
963
+ "name": "RequestId",
964
+ "type": "string"
965
+ }
966
+ ],
967
+ "type": "object"
968
+ },
969
+ "DescribeBackUpJobDetailRequest": {
970
+ "document": "DescribeBackUpJobDetail请求参数结构体",
971
+ "members": [
972
+ {
973
+ "disabled": false,
974
+ "document": "集群id",
975
+ "example": "\"cdwch-xxx\"",
976
+ "member": "string",
977
+ "name": "InstanceId",
978
+ "required": true,
979
+ "type": "string"
980
+ },
981
+ {
982
+ "disabled": false,
983
+ "document": "任务id",
984
+ "example": "12",
985
+ "member": "int64",
986
+ "name": "BackUpJobId",
987
+ "required": true,
988
+ "type": "int"
989
+ }
990
+ ],
991
+ "type": "object"
992
+ },
993
+ "DescribeBackUpJobDetailResponse": {
994
+ "document": "DescribeBackUpJobDetail返回参数结构体",
995
+ "members": [
996
+ {
997
+ "disabled": false,
998
+ "document": "备份表详情\n注意:此字段可能返回 null,表示取不到有效值。",
999
+ "example": "无",
1000
+ "member": "BackupTableContent",
1001
+ "name": "TableContents",
1002
+ "required": true,
1003
+ "type": "list",
1004
+ "value_allowed_null": true
1005
+ },
1006
+ {
1007
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
1008
+ "member": "string",
1009
+ "name": "RequestId",
1010
+ "type": "string"
1011
+ }
1012
+ ],
1013
+ "type": "object"
1014
+ },
1015
+ "DescribeBackUpJobRequest": {
1016
+ "document": "DescribeBackUpJob请求参数结构体",
1017
+ "members": [
1018
+ {
1019
+ "disabled": false,
1020
+ "document": "集群id",
1021
+ "example": "\"cdwch-xxx\"",
1022
+ "member": "string",
1023
+ "name": "InstanceId",
1024
+ "required": true,
1025
+ "type": "string"
1026
+ },
1027
+ {
1028
+ "disabled": false,
1029
+ "document": "分页大小",
1030
+ "example": "12",
1031
+ "member": "int64",
1032
+ "name": "PageSize",
1033
+ "required": false,
1034
+ "type": "int"
1035
+ },
1036
+ {
1037
+ "disabled": false,
1038
+ "document": "页号",
1039
+ "example": "10",
1040
+ "member": "int64",
1041
+ "name": "PageNum",
1042
+ "required": false,
1043
+ "type": "int"
1044
+ },
1045
+ {
1046
+ "disabled": false,
1047
+ "document": "开始时间",
1048
+ "example": "\"2021-02-12\"",
1049
+ "member": "string",
1050
+ "name": "BeginTime",
1051
+ "required": false,
1052
+ "type": "string"
1053
+ },
1054
+ {
1055
+ "disabled": false,
1056
+ "document": "结束时间",
1057
+ "example": "\"2021-02-12\"",
1058
+ "member": "string",
1059
+ "name": "EndTime",
1060
+ "required": false,
1061
+ "type": "string"
1062
+ }
1063
+ ],
1064
+ "type": "object"
1065
+ },
1066
+ "DescribeBackUpJobResponse": {
1067
+ "document": "DescribeBackUpJob返回参数结构体",
1068
+ "members": [
1069
+ {
1070
+ "disabled": false,
1071
+ "document": "任务列表\n注意:此字段可能返回 null,表示取不到有效值。",
1072
+ "example": "无",
1073
+ "member": "BackUpJobDisplay",
1074
+ "name": "BackUpJobs",
1075
+ "required": true,
1076
+ "type": "list",
1077
+ "value_allowed_null": true
1078
+ },
1079
+ {
1080
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
1081
+ "member": "string",
1082
+ "name": "RequestId",
1083
+ "type": "string"
1084
+ }
1085
+ ],
1086
+ "type": "object"
1087
+ },
820
1088
  "DescribeBackUpScheduleRequest": {
821
1089
  "document": "DescribeBackUpSchedule请求参数结构体",
822
1090
  "members": [
@@ -942,6 +1210,15 @@
942
1210
  "name": "UserName",
943
1211
  "required": false,
944
1212
  "type": "string"
1213
+ },
1214
+ {
1215
+ "disabled": false,
1216
+ "document": "账户的类型",
1217
+ "example": "XML",
1218
+ "member": "string",
1219
+ "name": "UserType",
1220
+ "required": false,
1221
+ "type": "string"
945
1222
  }
946
1223
  ],
947
1224
  "type": "object"
@@ -955,7 +1232,7 @@
955
1232
  "example": "-",
956
1233
  "member": "string",
957
1234
  "name": "ReturnData",
958
- "required": true,
1235
+ "output_required": true,
959
1236
  "type": "string",
960
1237
  "value_allowed_null": true
961
1238
  },
@@ -2692,6 +2969,42 @@
2692
2969
  ],
2693
2970
  "type": "object"
2694
2971
  },
2972
+ "RecoverBackUpJobRequest": {
2973
+ "document": "RecoverBackUpJob请求参数结构体",
2974
+ "members": [
2975
+ {
2976
+ "disabled": false,
2977
+ "document": "集群id",
2978
+ "example": "\"cdwch-xxx\"",
2979
+ "member": "string",
2980
+ "name": "InstanceId",
2981
+ "required": true,
2982
+ "type": "string"
2983
+ },
2984
+ {
2985
+ "disabled": false,
2986
+ "document": "任务id",
2987
+ "example": "123",
2988
+ "member": "int64",
2989
+ "name": "BackUpJobId",
2990
+ "required": true,
2991
+ "type": "int"
2992
+ }
2993
+ ],
2994
+ "type": "object"
2995
+ },
2996
+ "RecoverBackUpJobResponse": {
2997
+ "document": "RecoverBackUpJob返回参数结构体",
2998
+ "members": [
2999
+ {
3000
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
3001
+ "member": "string",
3002
+ "name": "RequestId",
3003
+ "type": "string"
3004
+ }
3005
+ ],
3006
+ "type": "object"
3007
+ },
2695
3008
  "ResizeDiskRequest": {
2696
3009
  "document": "ResizeDisk请求参数结构体",
2697
3010
  "members": [
@@ -24,6 +24,30 @@
24
24
  "title": "test"
25
25
  }
26
26
  ],
27
+ "DeleteBackUpData": [
28
+ {
29
+ "document": "",
30
+ "input": "POST / HTTP/1.1\nHost: cdwch.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBackUpData\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"BackUpJobId\": 0\n}",
31
+ "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
32
+ "title": "示例"
33
+ }
34
+ ],
35
+ "DescribeBackUpJob": [
36
+ {
37
+ "document": "",
38
+ "input": "POST / HTTP/1.1\nHost: cdwch.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackUpJob\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"PageNum\": 0,\n \"PageSize\": 0\n}",
39
+ "output": "{\n \"Response\": {\n \"BackUpJobs\": [\n {\n \"ExpireTime\": \"xx\",\n \"BackUpTime\": \"xx\",\n \"BackUpSize\": 0,\n \"BackUpType\": \"xx\",\n \"Snapshot\": \"xx\",\n \"JobId\": 0\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
40
+ "title": "示例"
41
+ }
42
+ ],
43
+ "DescribeBackUpJobDetail": [
44
+ {
45
+ "document": "",
46
+ "input": "POST / HTTP/1.1\nHost: cdwch.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackUpJobDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"BackUpJobId\": 0\n}",
47
+ "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"TableContents\": [\n {\n \"Table\": \"xx\",\n \"Ips\": \"xx\",\n \"VCluster\": \"xx\",\n \"TotalBytes\": 0,\n \"Database\": \"xx\"\n }\n ]\n }\n}",
48
+ "title": "示例"
49
+ }
50
+ ],
27
51
  "DescribeBackUpSchedule": [
28
52
  {
29
53
  "document": "查询备份策略信息",
@@ -36,7 +60,7 @@
36
60
  {
37
61
  "document": "",
38
62
  "input": "POST / HTTP/1.1\nHost: cdwch.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCkSqlApis\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdwdoris-czj3e8qw\",\n \"Cluster\": \"default\",\n \"UserName\": \"admin\",\n \"ApiType\": \"GetSystemUsers\"\n}",
39
- "output": "{\r\n \"Response\": {\r\n \"ReturnData\": \r\n [{\"InstanceId\":\"cdwch-1vud9x9x\",\"UserName\":\"cdwch\",\"Describe\":\"\",\"Type\":\"RBAC\",\"Cluster\":\"default_cluster\"},{\"InstanceId\":\"cdwch-1vud9x9x\",\"UserName\":\"willltgu\",\"Describe\":\"\",\"Type\":\"RBAC\",\"Cluster\":\"\"},{\"InstanceId\":\"cdwch-1vud9x9x\",\"UserName\":\"willltguo\",\"Describe\":\"\",\"Type\":\"RBAC\",\"Cluster\":\"\"},{\"InstanceId\":\"cdwch-1vud9x9x\",\"UserName\":\"default\",\"Describe\":\"xml 用户,只能查询不能做任何修改\",\"Type\":\"XML\",\"Cluster\":\"\"}],\r\n\r\n \r\n \"RequestId\": \"xx\", \r\n \"ErrMsg\": \"xx\"\r\n }\r\n}",
63
+ "output": "{\n \"Response\": {\n \"ReturnData\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
40
64
  "title": "查询ck集群信息"
41
65
  }
42
66
  ],
@@ -144,6 +168,14 @@
144
168
  "title": "示例"
145
169
  }
146
170
  ],
171
+ "RecoverBackUpJob": [
172
+ {
173
+ "document": "",
174
+ "input": "POST / HTTP/1.1\nHost: cdwch.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecoverBackUpJob\n<公共请求参数>\n\n{\n \"InstanceId\": \"xx\",\n \"BackUpJobId\": 0\n}",
175
+ "output": "{\n \"Response\": {\n \"RequestId\": \"xx\"\n }\n}",
176
+ "title": "示例"
177
+ }
178
+ ],
147
179
  "ResizeDisk": [
148
180
  {
149
181
  "document": "扩容磁盘",
@@ -3912,6 +3912,7 @@
3912
3912
  "example": "1",
3913
3913
  "member": "uint64",
3914
3914
  "name": "Total",
3915
+ "output_required": true,
3915
3916
  "type": "int",
3916
3917
  "value_allowed_null": false
3917
3918
  },
@@ -3921,6 +3922,7 @@
3921
3922
  "example": "无",
3922
3923
  "member": "DescAcItem",
3923
3924
  "name": "Data",
3925
+ "output_required": true,
3924
3926
  "type": "list",
3925
3927
  "value_allowed_null": true
3926
3928
  },
@@ -3930,6 +3932,7 @@
3930
3932
  "example": "无",
3931
3933
  "member": "uint64",
3932
3934
  "name": "AllTotal",
3935
+ "output_required": true,
3933
3936
  "type": "int",
3934
3937
  "value_allowed_null": false
3935
3938
  },
@@ -247,8 +247,8 @@
247
247
  "DescribeNatAcRule": [
248
248
  {
249
249
  "document": "查询NAT访问控制列表",
250
- "input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNatAcRule\n<公共请求参数>\n\n{\n \"Index\": \"xx\",\n \"Filters\": [\n {\n \"Name\": \"xx\",\n \"Values\": [\n \"xx\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"Limit\": 1,\n \"Offset\": 1,\n \"StartTime\": \"xx\",\n \"EndTime\": \"xx\",\n \"Order\": \"xx\",\n \"By\": \"xx\"\n}",
251
- "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"SourceContent\": \"xx\",\n \"TargetContent\": \"xx\",\n \"Protocol\": \"xx\",\n \"Port\": \"xx\",\n \"RuleAction\": \"xx\",\n \"Description\": \"xx\",\n \"Count\": 1,\n \"OrderIndex\": 1,\n \"SourceType\": \"xx\",\n \"TargetType\": \"xx\",\n \"Uuid\": 1,\n \"Invalid\": 1,\n \"IsRegion\": 1,\n \"CountryCode\": 1,\n \"CityCode\": 1,\n \"CountryName\": \"xx\",\n \"CityName\": \"xx\",\n \"CloudCode\": \"xx\",\n \"IsCloud\": 1,\n \"Enable\": \"xx\",\n \"Direction\": 1,\n \"InstanceName\": \"xx\",\n \"InternalUuid\": 0,\n \"Status\": 1\n }\n ],\n \"AllTotal\": 1,\n \"RequestId\": \"xx\"\n }\n}",
250
+ "input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeNatAcRule\n<公共请求参数>\n\n{\n \"Index\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"OperatorType\": 0\n }\n ],\n \"Limit\": 1,\n \"Offset\": 1,\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\",\n \"Order\": \"abc\",\n \"By\": \"abc\"\n}",
251
+ "output": "{\n \"Response\": {\n \"Total\": 1,\n \"Data\": [\n {\n \"SourceContent\": \"abc\",\n \"TargetContent\": \"abc\",\n \"Protocol\": \"abc\",\n \"Port\": \"abc\",\n \"RuleAction\": \"abc\",\n \"Description\": \"abc\",\n \"Count\": 1,\n \"OrderIndex\": 1,\n \"SourceType\": \"abc\",\n \"TargetType\": \"abc\",\n \"Uuid\": 1,\n \"Invalid\": 1,\n \"IsRegion\": 1,\n \"CountryCode\": 1,\n \"CityCode\": 1,\n \"CountryName\": \"abc\",\n \"CityName\": \"abc\",\n \"CloudCode\": \"abc\",\n \"IsCloud\": 1,\n \"Enable\": \"abc\",\n \"Direction\": 1,\n \"InstanceName\": \"abc\",\n \"InternalUuid\": 0,\n \"Status\": 1,\n \"BetaList\": [\n {\n \"TaskId\": 0,\n \"TaskName\": \"abc\",\n \"LastTime\": \"abc\"\n }\n ],\n \"Scope\": \"abc\",\n \"InternetBorderUuid\": \"abc\"\n }\n ],\n \"AllTotal\": 1,\n \"RequestId\": \"abc\"\n }\n}",
252
252
  "title": "查询NAT访问控制列表"
253
253
  }
254
254
  ],
@@ -1431,6 +1431,45 @@
1431
1431
  ],
1432
1432
  "usage": "out"
1433
1433
  },
1434
+ "BrokerTopicFlowData": {
1435
+ "document": "broker维度topic 流量排行指标",
1436
+ "members": [
1437
+ {
1438
+ "disabled": false,
1439
+ "document": "Topic 名称\n注意:此字段可能返回 null,表示取不到有效值。",
1440
+ "example": "reac-tpc",
1441
+ "member": "string",
1442
+ "name": "TopicName",
1443
+ "output_required": true,
1444
+ "required": false,
1445
+ "type": "string",
1446
+ "value_allowed_null": true
1447
+ },
1448
+ {
1449
+ "disabled": false,
1450
+ "document": "Topic Id\n注意:此字段可能返回 null,表示取不到有效值。",
1451
+ "example": "topic-3j9x911",
1452
+ "member": "string",
1453
+ "name": "TopicId",
1454
+ "output_required": true,
1455
+ "required": false,
1456
+ "type": "string",
1457
+ "value_allowed_null": true
1458
+ },
1459
+ {
1460
+ "disabled": false,
1461
+ "document": "Topic 流量(MB)\n注意:此字段可能返回 null,表示取不到有效值。",
1462
+ "example": "1.20",
1463
+ "member": "string",
1464
+ "name": "TopicTraffic",
1465
+ "output_required": true,
1466
+ "required": false,
1467
+ "type": "string",
1468
+ "value_allowed_null": true
1469
+ }
1470
+ ],
1471
+ "usage": "both"
1472
+ },
1434
1473
  "CancelAuthorizationTokenRequest": {
1435
1474
  "document": "CancelAuthorizationToken请求参数结构体",
1436
1475
  "members": [
@@ -3792,6 +3831,15 @@
3792
3831
  "name": "InstanceNum",
3793
3832
  "required": false,
3794
3833
  "type": "int"
3834
+ },
3835
+ {
3836
+ "disabled": false,
3837
+ "document": "是否自动选择代金券:1-是;0否。默认为0",
3838
+ "example": "0",
3839
+ "member": "int64",
3840
+ "name": "AutoVoucher",
3841
+ "required": false,
3842
+ "type": "int"
3795
3843
  }
3796
3844
  ],
3797
3845
  "type": "object"
@@ -16059,7 +16107,7 @@
16059
16107
  "example": "无",
16060
16108
  "member": "TopicFlowRanking",
16061
16109
  "name": "TopicFlow",
16062
- "required": true,
16110
+ "output_required": true,
16063
16111
  "type": "list",
16064
16112
  "value_allowed_null": false
16065
16113
  },
@@ -16069,7 +16117,7 @@
16069
16117
  "example": "无",
16070
16118
  "member": "ConsumerGroupSpeed",
16071
16119
  "name": "ConsumeSpeed",
16072
- "required": true,
16120
+ "output_required": true,
16073
16121
  "type": "list",
16074
16122
  "value_allowed_null": false
16075
16123
  },
@@ -16079,7 +16127,7 @@
16079
16127
  "example": "五",
16080
16128
  "member": "TopicMessageHeapRanking",
16081
16129
  "name": "TopicMessageHeap",
16082
- "required": true,
16130
+ "output_required": true,
16083
16131
  "type": "list",
16084
16132
  "value_allowed_null": true
16085
16133
  },
@@ -16089,7 +16137,7 @@
16089
16137
  "example": "无",
16090
16138
  "member": "string",
16091
16139
  "name": "BrokerIp",
16092
- "required": false,
16140
+ "output_required": true,
16093
16141
  "type": "list",
16094
16142
  "value_allowed_null": true
16095
16143
  },
@@ -16099,9 +16147,19 @@
16099
16147
  "example": "无",
16100
16148
  "member": "BrokerTopicData",
16101
16149
  "name": "BrokerTopicData",
16102
- "required": false,
16150
+ "output_required": true,
16103
16151
  "type": "list",
16104
16152
  "value_allowed_null": true
16153
+ },
16154
+ {
16155
+ "disabled": false,
16156
+ "document": "单个Broker 节点Topic 流量的大小(单位MB)",
16157
+ "example": "无",
16158
+ "member": "BrokerTopicFlowData",
16159
+ "name": "BrokerTopicFlowData",
16160
+ "output_required": false,
16161
+ "type": "list",
16162
+ "value_allowed_null": false
16105
16163
  }
16106
16164
  ],
16107
16165
  "usage": "out"
@@ -16982,7 +17040,7 @@
16982
17040
  "example": "100001",
16983
17041
  "member": "string",
16984
17042
  "name": "ZoneId",
16985
- "required": true,
17043
+ "output_required": true,
16986
17044
  "type": "string",
16987
17045
  "value_allowed_null": false
16988
17046
  },
@@ -16992,7 +17050,7 @@
16992
17050
  "example": "1",
16993
17051
  "member": "int64",
16994
17052
  "name": "IsInternalApp",
16995
- "required": true,
17053
+ "output_required": true,
16996
17054
  "type": "int",
16997
17055
  "value_allowed_null": false
16998
17056
  },
@@ -17002,7 +17060,7 @@
17002
17060
  "example": "1231312",
17003
17061
  "member": "int64",
17004
17062
  "name": "AppId",
17005
- "required": true,
17063
+ "output_required": true,
17006
17064
  "type": "int",
17007
17065
  "value_allowed_null": false
17008
17066
  },
@@ -17012,7 +17070,7 @@
17012
17070
  "example": "1",
17013
17071
  "member": "bool",
17014
17072
  "name": "Flag",
17015
- "required": true,
17073
+ "output_required": true,
17016
17074
  "type": "bool",
17017
17075
  "value_allowed_null": false
17018
17076
  },
@@ -17022,7 +17080,7 @@
17022
17080
  "example": "一区",
17023
17081
  "member": "string",
17024
17082
  "name": "ZoneName",
17025
- "required": true,
17083
+ "output_required": true,
17026
17084
  "type": "string",
17027
17085
  "value_allowed_null": false
17028
17086
  },
@@ -17032,17 +17090,17 @@
17032
17090
  "example": "1",
17033
17091
  "member": "int64",
17034
17092
  "name": "ZoneStatus",
17035
- "required": true,
17093
+ "output_required": true,
17036
17094
  "type": "int",
17037
17095
  "value_allowed_null": false
17038
17096
  },
17039
17097
  {
17040
- "disabled": false,
17098
+ "disabled": true,
17041
17099
  "document": "额外标识",
17042
17100
  "example": "1",
17043
17101
  "member": "string",
17044
17102
  "name": "Exflag",
17045
- "required": true,
17103
+ "output_required": true,
17046
17104
  "type": "string",
17047
17105
  "value_allowed_null": false
17048
17106
  },
@@ -17052,7 +17110,7 @@
17052
17110
  "example": "1",
17053
17111
  "member": "string",
17054
17112
  "name": "SoldOut",
17055
- "required": true,
17113
+ "output_required": true,
17056
17114
  "type": "string",
17057
17115
  "value_allowed_null": false
17058
17116
  },
@@ -17062,9 +17120,19 @@
17062
17120
  "example": "[]",
17063
17121
  "member": "SaleInfo",
17064
17122
  "name": "SalesInfo",
17065
- "required": true,
17123
+ "output_required": true,
17066
17124
  "type": "list",
17067
17125
  "value_allowed_null": true
17126
+ },
17127
+ {
17128
+ "disabled": false,
17129
+ "document": "额外标识",
17130
+ "example": "1",
17131
+ "member": "string",
17132
+ "name": "ExtraFlag",
17133
+ "output_required": true,
17134
+ "type": "string",
17135
+ "value_allowed_null": false
17068
17136
  }
17069
17137
  ],
17070
17138
  "usage": "out"