tccli 3.0.1132.1__py2.py3-none-any.whl → 3.0.1134.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 (83) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +1 -0
  3. tccli/services/apm/v20210622/examples.json +1 -1
  4. tccli/services/asr/v20190614/api.json +2 -2
  5. tccli/services/billing/v20180709/api.json +10 -0
  6. tccli/services/cam/v20190116/api.json +41 -12
  7. tccli/services/cdwch/v20200915/api.json +9 -9
  8. tccli/services/cdwch/v20200915/examples.json +1 -1
  9. tccli/services/cdwdoris/v20211228/api.json +18 -0
  10. tccli/services/cfw/v20190904/api.json +4 -4
  11. tccli/services/ckafka/v20190819/api.json +130 -74
  12. tccli/services/ckafka/v20190819/examples.json +17 -17
  13. tccli/services/cls/v20201016/api.json +1 -1
  14. tccli/services/cls/v20201016/examples.json +1 -1
  15. tccli/services/cmq/v20190304/api.json +53 -49
  16. tccli/services/cmq/v20190304/examples.json +2 -2
  17. tccli/services/cms/v20190321/api.json +2 -0
  18. tccli/services/cms/v20190321/examples.json +1 -1
  19. tccli/services/csip/v20221121/api.json +137 -42
  20. tccli/services/csip/v20221121/examples.json +4 -4
  21. tccli/services/cynosdb/cynosdb_client.py +57 -4
  22. tccli/services/cynosdb/v20190107/api.json +451 -0
  23. tccli/services/cynosdb/v20190107/examples.json +8 -0
  24. tccli/services/dlc/dlc_client.py +106 -0
  25. tccli/services/dlc/v20210125/api.json +181 -0
  26. tccli/services/dlc/v20210125/examples.json +16 -0
  27. tccli/services/dsgc/v20190723/api.json +65 -58
  28. tccli/services/dsgc/v20190723/examples.json +5 -5
  29. tccli/services/dts/dts_client.py +0 -53
  30. tccli/services/dts/v20180330/api.json +0 -98
  31. tccli/services/dts/v20180330/examples.json +0 -8
  32. tccli/services/eb/v20210416/examples.json +1 -1
  33. tccli/services/emr/v20190103/api.json +5 -5
  34. tccli/services/ess/ess_client.py +411 -305
  35. tccli/services/ess/v20201111/api.json +144 -0
  36. tccli/services/ess/v20201111/examples.json +16 -0
  37. tccli/services/essbasic/essbasic_client.py +110 -4
  38. tccli/services/essbasic/v20210526/api.json +139 -4
  39. tccli/services/essbasic/v20210526/examples.json +16 -0
  40. tccli/services/gaap/v20180529/api.json +1 -1
  41. tccli/services/gaap/v20180529/examples.json +0 -6
  42. tccli/services/iecp/v20210914/api.json +40 -40
  43. tccli/services/ims/v20201229/api.json +2 -2
  44. tccli/services/lke/lke_client.py +171 -12
  45. tccli/services/lke/v20231130/api.json +524 -0
  46. tccli/services/lke/v20231130/examples.json +24 -0
  47. tccli/services/mongodb/mongodb_client.py +57 -4
  48. tccli/services/mongodb/v20190725/api.json +96 -0
  49. tccli/services/mongodb/v20190725/examples.json +8 -0
  50. tccli/services/monitor/v20180724/api.json +47 -19
  51. tccli/services/monitor/v20180724/examples.json +4 -4
  52. tccli/services/mps/v20190612/api.json +57 -7
  53. tccli/services/mps/v20190612/examples.json +1 -1
  54. tccli/services/ocr/v20181119/api.json +373 -3
  55. tccli/services/organization/organization_client.py +118 -12
  56. tccli/services/organization/v20210331/api.json +68 -0
  57. tccli/services/organization/v20210331/examples.json +16 -0
  58. tccli/services/pts/v20210728/api.json +1 -1
  59. tccli/services/pts/v20210728/examples.json +1 -1
  60. tccli/services/rum/v20210622/api.json +2 -0
  61. tccli/services/rum/v20210622/examples.json +1 -1
  62. tccli/services/sms/v20210111/api.json +26 -26
  63. tccli/services/tcr/v20190924/api.json +13 -10
  64. tccli/services/tcr/v20190924/examples.json +2 -2
  65. tccli/services/tdmq/tdmq_client.py +443 -19
  66. tccli/services/tdmq/v20200217/api.json +570 -0
  67. tccli/services/tdmq/v20200217/examples.json +64 -0
  68. tccli/services/tke/tke_client.py +53 -0
  69. tccli/services/tke/v20180525/api.json +227 -41
  70. tccli/services/tke/v20180525/examples.json +26 -0
  71. tccli/services/trro/v20220325/api.json +6 -6
  72. tccli/services/trtc/v20190722/api.json +1 -1
  73. tccli/services/tse/v20201207/api.json +13 -2
  74. tccli/services/tsf/v20180326/api.json +47 -35
  75. tccli/services/tsf/v20180326/examples.json +4 -4
  76. tccli/services/waf/v20180125/api.json +65 -9
  77. tccli/services/waf/v20180125/examples.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +30 -19
  79. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
  80. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +83 -83
  81. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
  82. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
  83. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/license_files/LICENSE +0 -0
@@ -15891,8 +15891,8 @@
15891
15891
  "value_allowed_null": true
15892
15892
  },
15893
15893
  {
15894
- "disabled": false,
15895
- "document": "健康检查屏蔽权重为0的节点\n注意:此字段可能返回 null,表示取不到有效值。",
15894
+ "disabled": true,
15895
+ "document": "健康检查监控上报的数据屏蔽权重为0的节点\n注意:此字段可能返回 null,表示取不到有效值。",
15896
15896
  "example": "true",
15897
15897
  "member": "bool",
15898
15898
  "name": "IgnoreZeroWeightNodes",
@@ -15900,6 +15900,17 @@
15900
15900
  "required": false,
15901
15901
  "type": "bool",
15902
15902
  "value_allowed_null": true
15903
+ },
15904
+ {
15905
+ "disabled": false,
15906
+ "document": "健康检查支持权重为0节点\n注意:此字段可能返回 null,表示取不到有效值。",
15907
+ "example": "false",
15908
+ "member": "bool",
15909
+ "name": "ZeroWeightHeathCheck",
15910
+ "output_required": false,
15911
+ "required": false,
15912
+ "type": "bool",
15913
+ "value_allowed_null": true
15903
15914
  }
15904
15915
  ],
15905
15916
  "usage": "both"
@@ -498,11 +498,11 @@
498
498
  "status": "online"
499
499
  },
500
500
  "DescribeApplicationBusinessLogConfig": {
501
- "document": "查询应用关联日志配置项信息",
501
+ "document": "接口未使用,废弃录用\n\n查询应用关联日志配置项信息",
502
502
  "input": "DescribeApplicationBusinessLogConfigRequest",
503
503
  "name": "查询应用关联日志配置项信息",
504
504
  "output": "DescribeApplicationBusinessLogConfigResponse",
505
- "status": "online"
505
+ "status": "deprecated"
506
506
  },
507
507
  "DescribeApplications": {
508
508
  "document": "获取应用列表",
@@ -14810,7 +14810,7 @@
14810
14810
  "example": "null",
14811
14811
  "member": "TsfPageMsInstance",
14812
14812
  "name": "Result",
14813
- "required": true,
14813
+ "output_required": true,
14814
14814
  "type": "object",
14815
14815
  "value_allowed_null": true
14816
14816
  },
@@ -15272,7 +15272,7 @@
15272
15272
  "example": "无",
15273
15273
  "member": "PkgList",
15274
15274
  "name": "Result",
15275
- "required": true,
15275
+ "output_required": true,
15276
15276
  "type": "object",
15277
15277
  "value_allowed_null": false
15278
15278
  },
@@ -15871,7 +15871,7 @@
15871
15871
  {
15872
15872
  "disabled": false,
15873
15873
  "document": "查询关键字(按照仓库名称搜索)",
15874
- "example": "",
15874
+ "example": "demo",
15875
15875
  "member": "string",
15876
15876
  "name": "SearchWord",
15877
15877
  "required": false,
@@ -15880,7 +15880,7 @@
15880
15880
  {
15881
15881
  "disabled": false,
15882
15882
  "document": "查询起始偏移",
15883
- "example": "",
15883
+ "example": "0",
15884
15884
  "member": "uint64",
15885
15885
  "name": "Offset",
15886
15886
  "required": false,
@@ -15889,7 +15889,7 @@
15889
15889
  {
15890
15890
  "disabled": false,
15891
15891
  "document": "返回数量限制",
15892
- "example": "",
15892
+ "example": "10",
15893
15893
  "member": "uint64",
15894
15894
  "name": "Limit",
15895
15895
  "required": false,
@@ -15898,7 +15898,7 @@
15898
15898
  {
15899
15899
  "disabled": false,
15900
15900
  "document": "仓库类型(默认仓库:default,私有仓库:private)",
15901
- "example": "",
15901
+ "example": "default",
15902
15902
  "member": "string",
15903
15903
  "name": "RepositoryType",
15904
15904
  "required": false,
@@ -15913,9 +15913,10 @@
15913
15913
  {
15914
15914
  "disabled": false,
15915
15915
  "document": "符合查询仓库信息列表",
15916
- "example": "",
15916
+ "example": " ",
15917
15917
  "member": "RepositoryList",
15918
15918
  "name": "Result",
15919
+ "output_required": true,
15919
15920
  "type": "object",
15920
15921
  "value_allowed_null": false
15921
15922
  },
@@ -15952,6 +15953,7 @@
15952
15953
  "example": "",
15953
15954
  "member": "RepositoryInfo",
15954
15955
  "name": "Result",
15956
+ "output_required": true,
15955
15957
  "type": "object",
15956
15958
  "value_allowed_null": true
15957
15959
  },
@@ -16867,7 +16869,7 @@
16867
16869
  "example": "无",
16868
16870
  "member": "GroupUnitApiUseStatistics",
16869
16871
  "name": "Result",
16870
- "required": true,
16872
+ "output_required": true,
16871
16873
  "type": "object",
16872
16874
  "value_allowed_null": false
16873
16875
  },
@@ -22963,7 +22965,7 @@
22963
22965
  "example": "无",
22964
22966
  "member": "string",
22965
22967
  "name": "InstanceId",
22966
- "required": true,
22968
+ "output_required": true,
22967
22969
  "type": "string",
22968
22970
  "value_allowed_null": true
22969
22971
  },
@@ -22973,7 +22975,7 @@
22973
22975
  "example": "无",
22974
22976
  "member": "string",
22975
22977
  "name": "InstanceName",
22976
- "required": true,
22978
+ "output_required": true,
22977
22979
  "type": "string",
22978
22980
  "value_allowed_null": true
22979
22981
  },
@@ -22983,7 +22985,7 @@
22983
22985
  "example": "无",
22984
22986
  "member": "string",
22985
22987
  "name": "Port",
22986
- "required": true,
22988
+ "output_required": true,
22987
22989
  "type": "string",
22988
22990
  "value_allowed_null": true
22989
22991
  },
@@ -22993,7 +22995,7 @@
22993
22995
  "example": "无",
22994
22996
  "member": "string",
22995
22997
  "name": "LanIp",
22996
- "required": true,
22998
+ "output_required": true,
22997
22999
  "type": "string",
22998
23000
  "value_allowed_null": true
22999
23001
  },
@@ -23003,7 +23005,7 @@
23003
23005
  "example": "无",
23004
23006
  "member": "string",
23005
23007
  "name": "WanIp",
23006
- "required": true,
23008
+ "output_required": true,
23007
23009
  "type": "string",
23008
23010
  "value_allowed_null": true
23009
23011
  },
@@ -23013,7 +23015,7 @@
23013
23015
  "example": "无",
23014
23016
  "member": "string",
23015
23017
  "name": "InstanceAvailableStatus",
23016
- "required": true,
23018
+ "output_required": true,
23017
23019
  "type": "string",
23018
23020
  "value_allowed_null": true
23019
23021
  },
@@ -23023,7 +23025,7 @@
23023
23025
  "example": "无",
23024
23026
  "member": "string",
23025
23027
  "name": "ServiceInstanceStatus",
23026
- "required": true,
23028
+ "output_required": true,
23027
23029
  "type": "string",
23028
23030
  "value_allowed_null": true
23029
23031
  },
@@ -23033,7 +23035,7 @@
23033
23035
  "example": "无",
23034
23036
  "member": "string",
23035
23037
  "name": "ApplicationId",
23036
- "required": true,
23038
+ "output_required": true,
23037
23039
  "type": "string",
23038
23040
  "value_allowed_null": true
23039
23041
  },
@@ -23043,7 +23045,7 @@
23043
23045
  "example": "无",
23044
23046
  "member": "string",
23045
23047
  "name": "ApplicationName",
23046
- "required": true,
23048
+ "output_required": true,
23047
23049
  "type": "string",
23048
23050
  "value_allowed_null": true
23049
23051
  },
@@ -23053,7 +23055,7 @@
23053
23055
  "example": "无",
23054
23056
  "member": "string",
23055
23057
  "name": "ClusterId",
23056
- "required": true,
23058
+ "output_required": true,
23057
23059
  "type": "string",
23058
23060
  "value_allowed_null": true
23059
23061
  },
@@ -23063,7 +23065,7 @@
23063
23065
  "example": "无",
23064
23066
  "member": "string",
23065
23067
  "name": "ClusterName",
23066
- "required": true,
23068
+ "output_required": true,
23067
23069
  "type": "string",
23068
23070
  "value_allowed_null": true
23069
23071
  },
@@ -23073,7 +23075,7 @@
23073
23075
  "example": "无",
23074
23076
  "member": "string",
23075
23077
  "name": "NamespaceId",
23076
- "required": true,
23078
+ "output_required": true,
23077
23079
  "type": "string",
23078
23080
  "value_allowed_null": true
23079
23081
  },
@@ -23083,7 +23085,7 @@
23083
23085
  "example": "无",
23084
23086
  "member": "string",
23085
23087
  "name": "NamespaceName",
23086
- "required": true,
23088
+ "output_required": true,
23087
23089
  "type": "string",
23088
23090
  "value_allowed_null": true
23089
23091
  },
@@ -23093,7 +23095,7 @@
23093
23095
  "example": "无",
23094
23096
  "member": "string",
23095
23097
  "name": "GroupId",
23096
- "required": true,
23098
+ "output_required": true,
23097
23099
  "type": "string",
23098
23100
  "value_allowed_null": true
23099
23101
  },
@@ -23103,7 +23105,7 @@
23103
23105
  "example": "无",
23104
23106
  "member": "string",
23105
23107
  "name": "GroupName",
23106
- "required": true,
23108
+ "output_required": true,
23107
23109
  "type": "string",
23108
23110
  "value_allowed_null": true
23109
23111
  },
@@ -23113,7 +23115,7 @@
23113
23115
  "example": "无",
23114
23116
  "member": "string",
23115
23117
  "name": "InstanceStatus",
23116
- "required": true,
23118
+ "output_required": true,
23117
23119
  "type": "string",
23118
23120
  "value_allowed_null": true
23119
23121
  },
@@ -23123,7 +23125,7 @@
23123
23125
  "example": "无",
23124
23126
  "member": "string",
23125
23127
  "name": "HealthCheckUrl",
23126
- "required": true,
23128
+ "output_required": true,
23127
23129
  "type": "string",
23128
23130
  "value_allowed_null": true
23129
23131
  },
@@ -23133,7 +23135,7 @@
23133
23135
  "example": "无",
23134
23136
  "member": "string",
23135
23137
  "name": "ClusterType",
23136
- "required": true,
23138
+ "output_required": true,
23137
23139
  "type": "string",
23138
23140
  "value_allowed_null": true
23139
23141
  },
@@ -23143,7 +23145,7 @@
23143
23145
  "example": "无",
23144
23146
  "member": "string",
23145
23147
  "name": "ApplicationPackageVersion",
23146
- "required": true,
23148
+ "output_required": true,
23147
23149
  "type": "string",
23148
23150
  "value_allowed_null": true
23149
23151
  },
@@ -23153,7 +23155,7 @@
23153
23155
  "example": "无",
23154
23156
  "member": "string",
23155
23157
  "name": "ApplicationType",
23156
- "required": true,
23158
+ "output_required": true,
23157
23159
  "type": "string",
23158
23160
  "value_allowed_null": true
23159
23161
  },
@@ -23163,7 +23165,7 @@
23163
23165
  "example": "无",
23164
23166
  "member": "string",
23165
23167
  "name": "ServiceStatus",
23166
- "required": true,
23168
+ "output_required": true,
23167
23169
  "type": "string",
23168
23170
  "value_allowed_null": true
23169
23171
  },
@@ -23173,7 +23175,7 @@
23173
23175
  "example": "无",
23174
23176
  "member": "int64",
23175
23177
  "name": "RegistrationTime",
23176
- "required": true,
23178
+ "output_required": true,
23177
23179
  "type": "int",
23178
23180
  "value_allowed_null": true
23179
23181
  },
@@ -23183,7 +23185,7 @@
23183
23185
  "example": "无",
23184
23186
  "member": "int64",
23185
23187
  "name": "LastHeartbeatTime",
23186
- "required": true,
23188
+ "output_required": true,
23187
23189
  "type": "int",
23188
23190
  "value_allowed_null": true
23189
23191
  },
@@ -23193,7 +23195,7 @@
23193
23195
  "example": "无",
23194
23196
  "member": "string",
23195
23197
  "name": "RegistrationId",
23196
- "required": true,
23198
+ "output_required": true,
23197
23199
  "type": "string",
23198
23200
  "value_allowed_null": true
23199
23201
  },
@@ -23203,7 +23205,17 @@
23203
23205
  "example": "无",
23204
23206
  "member": "string",
23205
23207
  "name": "HiddenStatus",
23206
- "required": true,
23208
+ "output_required": true,
23209
+ "type": "string",
23210
+ "value_allowed_null": true
23211
+ },
23212
+ {
23213
+ "disabled": false,
23214
+ "document": "json格式的 meta 信息\n注意:此字段可能返回 null,表示取不到有效值。",
23215
+ "example": "无",
23216
+ "member": "string",
23217
+ "name": "MetaJson",
23218
+ "output_required": false,
23207
23219
  "type": "string",
23208
23220
  "value_allowed_null": true
23209
23221
  }
@@ -998,7 +998,7 @@
998
998
  {
999
999
  "document": "",
1000
1000
  "input": "POST / HTTP/1.1\nHost: tsf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMicroservice\n<公共请求参数>\n\n{\n \"MicroserviceId\": \"ms-xxxxxxx\",\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
1001
- "output": "{\n \"Response\": {\n \"RequestId\": \"4d967308-2667-4fa3-ae84-d3fb19960c37\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"InstanceId\": \"ins-xxxxxxx\",\n \"InstanceName\": \"test3\",\n \"Port\": \"18083\",\n \"LanIp\": \"172.30.0.10\",\n \"WanIp\": \"94.191.90.25\",\n \"ApplicationId\": \"application-xxxxxxx\",\n \"ApplicationName\": \"test\",\n \"GroupId\": \"group-xxxxxxx\",\n \"GroupName\": \"coumser-test\",\n \"NamespaceId\": null,\n \"NamespaceName\": null,\n \"ClusterId\": null,\n \"ClusterName\": null,\n \"ClusterType\": \"V\",\n \"InstanceStatus\": null,\n \"InstanceAvailableStatus\": null,\n \"ServiceInstanceStatus\": \"Running\",\n \"HealthCheckUrl\": null,\n \"ApplicationPackageVersion\": \"1.14.1_Finchley\",\n \"ApplicationType\": \"V\"\n }\n ]\n }\n }\n}",
1001
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"InstanceId\": \"abc\",\n \"InstanceName\": \"abc\",\n \"Port\": \"abc\",\n \"LanIp\": \"abc\",\n \"WanIp\": \"abc\",\n \"InstanceAvailableStatus\": \"abc\",\n \"ServiceInstanceStatus\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"ClusterId\": \"abc\",\n \"ClusterName\": \"abc\",\n \"NamespaceId\": \"abc\",\n \"NamespaceName\": \"abc\",\n \"GroupId\": \"abc\",\n \"GroupName\": \"abc\",\n \"InstanceStatus\": \"abc\",\n \"HealthCheckUrl\": \"abc\",\n \"ClusterType\": \"abc\",\n \"ApplicationPackageVersion\": \"abc\",\n \"ApplicationType\": \"abc\",\n \"ServiceStatus\": \"abc\",\n \"RegistrationTime\": 0,\n \"LastHeartbeatTime\": 0,\n \"RegistrationId\": \"abc\",\n \"HiddenStatus\": \"abc\",\n \"MetaJson\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
1002
1002
  "title": "查询微服务实例详情"
1003
1003
  }
1004
1004
  ],
@@ -1046,7 +1046,7 @@
1046
1046
  {
1047
1047
  "document": "获取应用application-jy9w6lka下的程序包信息",
1048
1048
  "input": "https://tsf.tencentcloudapi.com/?Action=DescribePkgs\n&ApplicationId=application-xxxxxxxx\n&Offset=0\n&Limit=20\n&<公共请求参数>",
1049
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Content\": [\n {\n \"PkgId\": \"xx\",\n \"PkgType\": \"xx\",\n \"UploadTime\": \"xx\",\n \"PkgName\": \"xx\",\n \"PkgDesc\": \"xx\",\n \"PkgBindInfo\": [\n {\n \"ApplicationId\": \"xx\",\n \"GroupId\": \"xx\"\n }\n ],\n \"PkgVersion\": \"xx\",\n \"PkgPubStatus\": 1,\n \"Md5\": \"xx\"\n },\n {\n \"PkgId\": \"xx\",\n \"PkgType\": \"xx\",\n \"UploadTime\": \"xx\",\n \"PkgName\": \"xx\",\n \"PkgDesc\": \"xx\",\n \"PkgBindInfo\": [\n {\n \"ApplicationId\": \"xx\",\n \"GroupId\": \"xx\"\n }\n ],\n \"PkgVersion\": \"xx\",\n \"PkgPubStatus\": 1,\n \"Md5\": \"xx\"\n }\n ],\n \"TotalCount\": 2,\n \"RepositoryType\": \"xx\",\n \"RepositoryName\": \"xx\",\n \"RepositoryId\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
1049
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"PkgId\": \"abc\",\n \"PkgName\": \"abc\",\n \"PkgType\": \"abc\",\n \"PkgVersion\": \"abc\",\n \"PkgDesc\": \"abc\",\n \"UploadTime\": \"abc\",\n \"Md5\": \"abc\",\n \"PkgPubStatus\": 0,\n \"PkgBindInfo\": [\n {\n \"ApplicationId\": \"abc\",\n \"GroupId\": \"abc\"\n }\n ]\n }\n ],\n \"RepositoryId\": \"abc\",\n \"RepositoryType\": \"abc\",\n \"RepositoryName\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
1050
1050
  "title": "获取应用下程序包列表"
1051
1051
  }
1052
1052
  ],
@@ -1125,8 +1125,8 @@
1125
1125
  "DescribeRepositories": [
1126
1126
  {
1127
1127
  "document": "",
1128
- "input": "https://tsf.tencentcloudapi.com/?Action=DescribeRepositories\r\n&Offset=0\r\n&Limit=20\r\n&<公共请求参数>",
1129
- "output": "{\n \"Response\": {\n \"RequestId\": \"58998bc6-b283-4242-94e9-4d1b75e47a01\",\n \"Result\": {}\n }\n}",
1128
+ "input": "https://tsf.tencentcloudapi.com/?Action=DescribeRepositories\n&Offset=0\n&Limit=20\n&SearchWord=demo\n&RepositoryType=default\n&<公共请求参数>",
1129
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Content\": [\n {\n \"RepositoryId\": \"abc\",\n \"RepositoryName\": \"abc\",\n \"RepositoryType\": \"abc\",\n \"RepositoryDesc\": \"abc\",\n \"IsUsed\": true,\n \"CreateTime\": \"abc\",\n \"BucketName\": \"abc\",\n \"BucketRegion\": \"abc\",\n \"Directory\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
1130
1130
  "title": "获取所有仓库列表"
1131
1131
  }
1132
1132
  ],
@@ -995,6 +995,42 @@
995
995
  "serviceShortName": "waf"
996
996
  },
997
997
  "objects": {
998
+ "AccessFieldValueRatioInfo": {
999
+ "document": "DescribeAccessFastAnalysis接口的出参",
1000
+ "members": [
1001
+ {
1002
+ "disabled": false,
1003
+ "document": "日志条数",
1004
+ "example": "100",
1005
+ "member": "int64",
1006
+ "name": "Count",
1007
+ "output_required": true,
1008
+ "type": "int",
1009
+ "value_allowed_null": false
1010
+ },
1011
+ {
1012
+ "disabled": false,
1013
+ "document": "对应的Value值的百分比",
1014
+ "example": "0.2711782671596206",
1015
+ "member": "float",
1016
+ "name": "Ratio",
1017
+ "output_required": true,
1018
+ "type": "float",
1019
+ "value_allowed_null": false
1020
+ },
1021
+ {
1022
+ "disabled": false,
1023
+ "document": "字段对应的值",
1024
+ "example": "\"\"",
1025
+ "member": "string",
1026
+ "name": "Value",
1027
+ "output_required": true,
1028
+ "type": "string",
1029
+ "value_allowed_null": false
1030
+ }
1031
+ ],
1032
+ "usage": "out"
1033
+ },
998
1034
  "AccessFullTextInfo": {
999
1035
  "document": "DescribeAccessIndex",
1000
1036
  "members": [
@@ -5244,15 +5280,6 @@
5244
5280
  "DescribeAccessFastAnalysisRequest": {
5245
5281
  "document": "DescribeAccessFastAnalysis请求参数结构体",
5246
5282
  "members": [
5247
- {
5248
- "disabled": false,
5249
- "document": "客户要查询的日志主题ID,每个客户都有对应的一个主题",
5250
- "example": "\"1ae37c76-df99-4e2b-998c-20f39eba6226\"",
5251
- "member": "string",
5252
- "name": "TopicId",
5253
- "required": true,
5254
- "type": "string"
5255
- },
5256
5283
  {
5257
5284
  "disabled": false,
5258
5285
  "document": "要查询的日志的起始时间,Unix时间戳,单位ms",
@@ -5289,6 +5316,15 @@
5289
5316
  "required": true,
5290
5317
  "type": "string"
5291
5318
  },
5319
+ {
5320
+ "disabled": true,
5321
+ "document": "客户要查询的日志主题ID,每个客户都有对应的一个主题",
5322
+ "example": "\"1ae37c76-df99-4e2b-998c-20f39eba6226\"",
5323
+ "member": "string",
5324
+ "name": "TopicId",
5325
+ "required": false,
5326
+ "type": "string"
5327
+ },
5292
5328
  {
5293
5329
  "disabled": false,
5294
5330
  "document": "排序字段,升序asc,降序desc,默认降序desc ",
@@ -5313,6 +5349,26 @@
5313
5349
  "DescribeAccessFastAnalysisResponse": {
5314
5350
  "document": "DescribeAccessFastAnalysis返回参数结构体",
5315
5351
  "members": [
5352
+ {
5353
+ "disabled": false,
5354
+ "document": "注意:此字段可能返回 null,表示取不到有效值\n注意:此字段可能返回 null,表示取不到有效值。",
5355
+ "example": "[]",
5356
+ "member": "AccessFieldValueRatioInfo",
5357
+ "name": "FieldValueRatioInfos",
5358
+ "output_required": true,
5359
+ "type": "list",
5360
+ "value_allowed_null": true
5361
+ },
5362
+ {
5363
+ "disabled": false,
5364
+ "document": "日志条数",
5365
+ "example": "1000",
5366
+ "member": "int64",
5367
+ "name": "TotalCount",
5368
+ "output_required": true,
5369
+ "type": "int",
5370
+ "value_allowed_null": false
5371
+ },
5316
5372
  {
5317
5373
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5318
5374
  "member": "string",
@@ -236,7 +236,7 @@
236
236
  {
237
237
  "document": "",
238
238
  "input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccessFastAnalysis\n<公共请求参数>\n\n{\n \"TopicId\": \"1ae37c76-df99-4e2b-998c-20f39eba6226\",\n \"From\": 1625395948532,\n \"To\": 1626000748532,\n \"Query\": \"*\",\n \"FieldName\": \"host\"\n}",
239
- "output": "{\n \"Response\": {\n \"RequestId\": \"9b02bf9e-c89c-42c3-9ae1-685f968fa02d\"\n }\n}",
239
+ "output": "{\n \"Response\": {\n \"FieldValueRatioInfos\": [\n {\n \"Count\": 4451,\n \"Ratio\": 0.7154798263944704,\n \"Value\": \"bluehha.qcloudwaf.com\"\n },\n {\n \"Count\": 1687,\n \"Ratio\": 0.2711782671596206,\n \"Value\": \"qhy.17173.com\"\n },\n {\n \"Count\": 48,\n \"Ratio\": 0.007715801318116058,\n \"Value\": \"qqq323.qcloudwaf.com\"\n },\n {\n \"Count\": 20,\n \"Ratio\": 0.003214917215881691,\n \"Value\": \"0709.qcloudwaf.com\"\n },\n {\n \"Count\": 7,\n \"Ratio\": 0.001125221025558592,\n \"Value\": \"attack_log.qcloudwaf.com\"\n },\n {\n \"Count\": 7,\n \"Ratio\": 0.001125221025558592,\n \"Value\": \"bangskt.qcloudwaf.com\"\n },\n {\n \"Count\": 1,\n \"Ratio\": 0.00016074586079408456,\n \"Value\": \"zjm-mt.qcloudwaf.com\"\n }\n ],\n \"TotalCount\": 7,\n \"RequestId\": \"9b02bf9e-c89c-42c3-9ae1-685f968fa02d\"\n }\n}",
240
240
  "title": "访问日志快速分析"
241
241
  }
242
242
  ],
@@ -1163,7 +1163,7 @@
1163
1163
  "status": "online"
1164
1164
  },
1165
1165
  "DiagnosePro": {
1166
- "document": "实例诊断",
1166
+ "document": "实例诊断,用于诊断 INITIAL、DEPENDENCE、ALLOCATED、LAUNCHED、EVENT_LISTENING、BEFORE_ASPECT、EXPIRED、FAILED状态的实例",
1167
1167
  "input": "DiagnoseProRequest",
1168
1168
  "name": "实例诊断信息-新",
1169
1169
  "output": "DiagnoseProResponse",
@@ -19101,6 +19101,24 @@
19101
19101
  "DiagnoseProRequest": {
19102
19102
  "document": "DiagnosePro请求参数结构体",
19103
19103
  "members": [
19104
+ {
19105
+ "disabled": false,
19106
+ "document": "查询条件(当前接口TaskId和CurRunDate需要填充在该字段方可诊断)",
19107
+ "example": "{\"Instance\":{\"TaskId\":\"20231221111821390\",\"CurRunDate\":\"2024-04-1105:00:00\"}}",
19108
+ "member": "InstanceApiOpsRequest",
19109
+ "name": "SearchCondition",
19110
+ "required": true,
19111
+ "type": "object"
19112
+ },
19113
+ {
19114
+ "disabled": false,
19115
+ "document": "项目id",
19116
+ "example": "\"155477816885681\"",
19117
+ "member": "string",
19118
+ "name": "ProjectId",
19119
+ "required": true,
19120
+ "type": "string"
19121
+ },
19104
19122
  {
19105
19123
  "disabled": false,
19106
19124
  "document": "实例列表",
@@ -19155,15 +19173,6 @@
19155
19173
  "required": false,
19156
19174
  "type": "string"
19157
19175
  },
19158
- {
19159
- "disabled": false,
19160
- "document": "查询条件(当前接口TaskId和CurRunDate需要填充在该字段方可诊断)",
19161
- "example": "{\"Instance\":{\"TaskId\":\"20231221111821390\",\"CurRunDate\":\"2024-04-1105:00:00\"}}",
19162
- "member": "InstanceApiOpsRequest",
19163
- "name": "SearchCondition",
19164
- "required": false,
19165
- "type": "object"
19166
- },
19167
19176
  {
19168
19177
  "disabled": false,
19169
19178
  "document": "访问类型",
@@ -19191,15 +19200,6 @@
19191
19200
  "required": false,
19192
19201
  "type": "string"
19193
19202
  },
19194
- {
19195
- "disabled": false,
19196
- "document": "项目id",
19197
- "example": "\"155477816885681\"",
19198
- "member": "string",
19199
- "name": "ProjectId",
19200
- "required": false,
19201
- "type": "string"
19202
- },
19203
19203
  {
19204
19204
  "disabled": false,
19205
19205
  "document": "项目标志",
@@ -38297,6 +38297,17 @@
38297
38297
  "required": false,
38298
38298
  "type": "string",
38299
38299
  "value_allowed_null": true
38300
+ },
38301
+ {
38302
+ "disabled": false,
38303
+ "document": "钉钉群Hook地址,多个hook地址使用,隔开\n注意:此字段可能返回 null,表示取不到有效值。",
38304
+ "example": "https://www.dingtalk.com/",
38305
+ "member": "string",
38306
+ "name": "DingDingWebHooks",
38307
+ "output_required": false,
38308
+ "required": false,
38309
+ "type": "string",
38310
+ "value_allowed_null": true
38300
38311
  }
38301
38312
  ],
38302
38313
  "usage": "both"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1132.1
3
+ Version: 3.0.1134.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1132
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1134
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介