tccli 3.0.845.1__py2.py3-none-any.whl → 3.0.847.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 (59) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/billing/v20180709/api.json +18 -62
  3. tccli/services/billing/v20180709/examples.json +8 -8
  4. tccli/services/cat/v20180409/api.json +0 -28
  5. tccli/services/cat/v20180409/examples.json +7 -7
  6. tccli/services/ccc/v20200210/api.json +16 -7
  7. tccli/services/ccc/v20200210/examples.json +2 -2
  8. tccli/services/cdb/v20170320/api.json +71 -50
  9. tccli/services/cdb/v20170320/examples.json +4 -4
  10. tccli/services/cdn/v20180606/api.json +1 -11
  11. tccli/services/cdn/v20180606/examples.json +1 -1
  12. tccli/services/ckafka/v20190819/api.json +8 -5
  13. tccli/services/ckafka/v20190819/examples.json +3 -3
  14. tccli/services/cls/v20201016/api.json +44 -33
  15. tccli/services/cls/v20201016/examples.json +3 -3
  16. tccli/services/cvm/v20170312/api.json +2 -4
  17. tccli/services/dbbrain/v20210527/api.json +36 -30
  18. tccli/services/dcdb/dcdb_client.py +53 -0
  19. tccli/services/dcdb/v20180411/api.json +812 -157
  20. tccli/services/dcdb/v20180411/examples.json +8 -0
  21. tccli/services/dlc/v20210125/api.json +9 -0
  22. tccli/services/emr/v20190103/api.json +9 -29
  23. tccli/services/ess/ess_client.py +273 -8
  24. tccli/services/ess/v20201111/api.json +639 -89
  25. tccli/services/ess/v20201111/examples.json +58 -6
  26. tccli/services/essbasic/essbasic_client.py +159 -0
  27. tccli/services/essbasic/v20210526/api.json +287 -3
  28. tccli/services/essbasic/v20210526/examples.json +24 -0
  29. tccli/services/iotexplorer/v20190423/api.json +25 -33
  30. tccli/services/iotexplorer/v20190423/examples.json +9 -9
  31. tccli/services/mariadb/mariadb_client.py +53 -0
  32. tccli/services/mariadb/v20170312/api.json +520 -0
  33. tccli/services/mariadb/v20170312/examples.json +8 -0
  34. tccli/services/monitor/v20180724/api.json +10 -11
  35. tccli/services/monitor/v20180724/examples.json +5 -5
  36. tccli/services/mps/v20190612/api.json +2 -7
  37. tccli/services/ocr/v20181119/api.json +73 -89
  38. tccli/services/ocr/v20181119/examples.json +23 -23
  39. tccli/services/redis/redis_client.py +53 -0
  40. tccli/services/redis/v20180412/api.json +214 -0
  41. tccli/services/redis/v20180412/examples.json +8 -0
  42. tccli/services/tcss/v20201101/api.json +40 -7
  43. tccli/services/tcss/v20201101/examples.json +3 -3
  44. tccli/services/tdid/v20210519/api.json +68 -68
  45. tccli/services/tiw/tiw_client.py +1403 -78
  46. tccli/services/tiw/v20190919/api.json +2439 -461
  47. tccli/services/tiw/v20190919/examples.json +200 -0
  48. tccli/services/trtc/v20190722/api.json +41 -29
  49. tccli/services/trtc/v20190722/examples.json +10 -10
  50. tccli/services/vpc/v20170312/api.json +15 -27
  51. tccli/services/vpc/v20170312/examples.json +6 -6
  52. tccli/services/waf/v20180125/api.json +50 -6
  53. tccli/services/waf/v20180125/examples.json +2 -2
  54. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/METADATA +2 -2
  55. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/RECORD +59 -59
  56. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/LICENSE +0 -0
  57. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/top_level.txt +0 -0
@@ -267,7 +267,7 @@
267
267
  "status": "online"
268
268
  },
269
269
  "CreateFlowLog": {
270
- "document": "本接口(CreateFlowLog)用于创建流日志",
270
+ "document": "本接口(CreateFlowLog)用于创建网络流日志。",
271
271
  "input": "CreateFlowLogRequest",
272
272
  "name": "创建流日志",
273
273
  "output": "CreateFlowLogResponse",
@@ -5680,8 +5680,7 @@
5680
5680
  "document": "CreateFlowLog请求参数结构体",
5681
5681
  "members": [
5682
5682
  {
5683
- "default": "",
5684
- "document": "流日志实例名字",
5683
+ "document": "流日志实例名字。",
5685
5684
  "example": "test-flowlog",
5686
5685
  "member": "string",
5687
5686
  "name": "FlowLogName",
@@ -5689,8 +5688,7 @@
5689
5688
  "type": "string"
5690
5689
  },
5691
5690
  {
5692
- "default": "",
5693
- "document": "流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE|CCN|NAT|DCG",
5691
+ "document": "流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE|CCN|NAT|DCG。",
5694
5692
  "example": "NETWORKINTERFACE",
5695
5693
  "member": "string",
5696
5694
  "name": "ResourceType",
@@ -5698,8 +5696,7 @@
5698
5696
  "type": "string"
5699
5697
  },
5700
5698
  {
5701
- "default": "",
5702
- "document": "资源唯一ID",
5699
+ "document": "资源唯一ID。",
5703
5700
  "example": "eni-12345678",
5704
5701
  "member": "string",
5705
5702
  "name": "ResourceId",
@@ -5707,8 +5704,7 @@
5707
5704
  "type": "string"
5708
5705
  },
5709
5706
  {
5710
- "default": "",
5711
- "document": "流日志采集类型,ACCEPT|REJECT|ALL",
5707
+ "document": "流日志采集类型,ACCEPT|REJECT|ALL。",
5712
5708
  "example": "ACCEPT",
5713
5709
  "member": "string",
5714
5710
  "name": "TrafficType",
@@ -5716,7 +5712,6 @@
5716
5712
  "type": "string"
5717
5713
  },
5718
5714
  {
5719
- "default": "",
5720
5715
  "document": "私用网络ID或者统一ID,建议使用统一ID,当ResourceType为CCN时不填,其他类型必填。",
5721
5716
  "example": "vpc-12345678",
5722
5717
  "member": "string",
@@ -5725,8 +5720,7 @@
5725
5720
  "type": "string"
5726
5721
  },
5727
5722
  {
5728
- "default": "",
5729
- "document": "流日志实例描述",
5723
+ "document": "流日志实例描述。",
5730
5724
  "example": "test",
5731
5725
  "member": "string",
5732
5726
  "name": "FlowLogDescription",
@@ -5734,8 +5728,7 @@
5734
5728
  "type": "string"
5735
5729
  },
5736
5730
  {
5737
- "default": "",
5738
- "document": "流日志存储ID",
5731
+ "document": "流日志存储ID。",
5739
5732
  "example": "99991111-2222-4444-9999-222266663333",
5740
5733
  "member": "string",
5741
5734
  "name": "CloudLogId",
@@ -5743,8 +5736,7 @@
5743
5736
  "type": "string"
5744
5737
  },
5745
5738
  {
5746
- "default": "",
5747
- "document": "指定绑定的标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]",
5739
+ "document": "指定绑定的标签列表,例如:[{\"Key\": \"city\", \"Value\": \"shanghai\"}]。",
5748
5740
  "example": "无",
5749
5741
  "member": "Tag",
5750
5742
  "name": "Tags",
@@ -5752,8 +5744,7 @@
5752
5744
  "type": "list"
5753
5745
  },
5754
5746
  {
5755
- "default": "",
5756
- "document": "消费端类型:cls、ckafka",
5747
+ "document": "消费端类型:cls、ckafka。默认值cls。",
5757
5748
  "example": "cls",
5758
5749
  "member": "string",
5759
5750
  "name": "StorageType",
@@ -5761,7 +5752,6 @@
5761
5752
  "type": "string"
5762
5753
  },
5763
5754
  {
5764
- "default": "",
5765
5755
  "document": "流日志消费端信息,当消费端类型为ckafka时,必填。",
5766
5756
  "example": "无",
5767
5757
  "member": "FlowLogStorage",
@@ -5770,7 +5760,6 @@
5770
5760
  "type": "object"
5771
5761
  },
5772
5762
  {
5773
- "default": "",
5774
5763
  "document": "流日志存储ID对应的地域,不传递默认为本地域。",
5775
5764
  "example": "ap-guangzhou",
5776
5765
  "member": "string",
@@ -5785,11 +5774,10 @@
5785
5774
  "document": "CreateFlowLog返回参数结构体",
5786
5775
  "members": [
5787
5776
  {
5788
- "document": "创建的流日志信息",
5777
+ "document": "创建的流日志信息。",
5789
5778
  "example": "无",
5790
5779
  "member": "FlowLog",
5791
5780
  "name": "FlowLog",
5792
- "required": true,
5793
5781
  "type": "list",
5794
5782
  "value_allowed_null": false
5795
5783
  },
@@ -6316,7 +6304,7 @@
6316
6304
  "document": "CreateNetworkAcl请求参数结构体",
6317
6305
  "members": [
6318
6306
  {
6319
- "document": "VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。",
6307
+ "document": "VPC实例ID。可通过<a href=\"https://cloud.tencent.com/document/product/215/15778\">DescribeVpcs</a>接口返回值中的VpcId获取。",
6320
6308
  "example": "vpc-12345678",
6321
6309
  "member": "string",
6322
6310
  "name": "VpcId",
@@ -6332,7 +6320,7 @@
6332
6320
  "type": "string"
6333
6321
  },
6334
6322
  {
6335
- "document": "网络ACL类型,三元组(TRIPLE)或五元组(QUINTUPLE)。",
6323
+ "document": "网络ACL类型,三元组(TRIPLE)或五元组(QUINTUPLE)。默认值三元组(TRIPLE)。",
6336
6324
  "example": "TRIPLE,QUINTUPLE",
6337
6325
  "member": "string",
6338
6326
  "name": "NetworkAclType",
@@ -11171,7 +11159,7 @@
11171
11159
  "type": "int"
11172
11160
  },
11173
11161
  {
11174
- "document": "排序字段。支持 `InPkg` `OutPkg` `InTraffic` `OutTraffic`。",
11162
+ "document": "排序字段。支持 `InPkg` `OutPkg` `InTraffic` `OutTraffic`。默认值`OutTraffic`。",
11175
11163
  "example": "InPkg",
11176
11164
  "member": "string",
11177
11165
  "name": "OrderField",
@@ -11179,7 +11167,7 @@
11179
11167
  "type": "string"
11180
11168
  },
11181
11169
  {
11182
- "document": "排序方法。顺序:`ASC`,倒序:`DESC`。",
11170
+ "document": "排序方法。顺序:`ASC`,倒序:`DESC`。默认值`DESC`。",
11183
11171
  "example": "ASC",
11184
11172
  "member": "string",
11185
11173
  "name": "OrderDirection",
@@ -15817,7 +15805,7 @@
15817
15805
  "type": "list"
15818
15806
  },
15819
15807
  {
15820
- "document": "是否接受终端节点连接请求。",
15808
+ "document": "是否接受终端节点连接请求。\n<li> true:自动接受。</li> <li> false:不自动接受。</li>",
15821
15809
  "example": "True",
15822
15810
  "member": "bool",
15823
15811
  "name": "AcceptFlag",
@@ -228,7 +228,7 @@
228
228
  {
229
229
  "document": "CIDR与VPC现存信息存在冲突。",
230
230
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckAssistantCidr\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-12345678\",\n \"NewCidrBlocks\": [\n \"172.16.0.0/24\"\n ]\n}",
231
- "output": "{\n \"Response\": {\n \"ConflictSourceSet\": [\n {\n \"ConflictSourceId\": \"vpc-xxx\",\n \"SourceItem\": \"xxx\",\n \"ConflictItemSet\": [\n {\n \"ConfilctId\": \"xxx\",\n \"DestinationItem\": \"xxx\"\n }\n ]\n }\n ],\n \"RequestId\": \"xxx\"\n }\n}",
231
+ "output": "{\n \"Response\": {\n \"ConflictSourceSet\": [\n {\n \"ConflictSourceId\": \"vpcd-122d5678\",\n \"SourceItem\": \"172.16.0.0/16\",\n \"ConflictItemSet\": [\n {\n \"ConfilctId\": \"vpc-12345678\",\n \"DestinationItem\": \"172.16.0.0/24\"\n }\n ]\n }\n ],\n \"RequestId\": \"e906fed4-29ew-44ba-a240-f5bde9fd84c7\"\n }\n}",
232
232
  "title": "检查辅助CIDR冲突"
233
233
  }
234
234
  ],
@@ -384,10 +384,10 @@
384
384
  ],
385
385
  "CreateFlowLog": [
386
386
  {
387
- "document": "",
387
+ "document": "创建网络流日志",
388
388
  "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowLog\n<公共请求参数>\n\n{\n \"FlowLogName\": \"test\",\n \"CloudLogId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\",\n \"VpcId\": \"vpc-xxxxxx\",\n \"FlowLogDescription\": \"test-flowlog\",\n \"ResourceType\": \"NETWORKINTERFACE\",\n \"ResourceId\": \"eni-xxxxxxxx\",\n \"TrafficType\": \"ACCEPT\"\n}",
389
389
  "output": "{\n \"Response\": {\n \"FlowLog\": [\n {\n \"VpcId\": \"vpc-pq9vxykj\",\n \"FlowLogId\": \"fl-f42uhpkj\",\n \"FlowLogName\": \"test\",\n \"ResourceType\": \"NETWORKINTERFACE\",\n \"ResourceId\": \"eni-78ysaex1\",\n \"TrafficType\": \"ACCEPT\",\n \"CloudLogId\": \"dfb8f1a2-8522-47c1-8571-67905167ab3f\",\n \"CloudLogState\": \"\",\n \"CloudLogRegion\": \"\",\n \"FlowLogDescription\": \"\",\n \"Enable\": true,\n \"StorageType\": \"cls\",\n \"TagSet\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shanghai\"\n }\n ],\n \"FlowLogStorage\": {\n \"StorageTopic\": \"\",\n \"StorageId\": \"\"\n },\n \"CreatedTime\": \"0000-00-00 00:00:00\"\n }\n ],\n \"RequestId\": \"404428db-f850-40c2-803\"\n }\n}",
390
- "title": "创建流日志"
390
+ "title": "创建网络流日志"
391
391
  }
392
392
  ],
393
393
  "CreateHaVip": [
@@ -549,8 +549,8 @@
549
549
  "CreateSubnet": [
550
550
  {
551
551
  "document": "创建子网",
552
- "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSubnet\n<公共请求参数>\n\n{\n \"SubnetName\": \"TestSubnet\",\n \"VpcId\": \"vpc-m3ul053f\",\n \"CidrBlock\": \"10.8.0.0/16\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
553
- "output": "{\n \"Response\": {\n \"Subnet\": {\n \"NetworkAclId\": \"xx\",\n \"RouteTableId\": \"xx\",\n \"VpcId\": \"xx\",\n \"EnableBroadcast\": true,\n \"Zone\": \"xx\",\n \"IsCdcSubnet\": 0,\n \"Ipv6CidrBlock\": \"xx\",\n \"CdcId\": \"xx\",\n \"AvailableIpAddressCount\": 1,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"xx\",\n \"TotalIpAddressCount\": 1,\n \"TagSet\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"CreatedTime\": \"xx\",\n \"SubnetId\": \"xx\",\n \"CidrBlock\": \"xx\",\n \"IsDefault\": false\n },\n \"RequestId\": \"xx\"\n }\n}",
552
+ "input": "POST / HTTP/1.1\nHost: vpc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSubnet\n<公共请求参数>\n\n{\n \"SubnetName\": \"TestSubnet\",\n \"VpcId\": \"vpc-m3ul053f\",\n \"CidrBlock\": \"10.8.0.0/24\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Tags\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ]\n}",
553
+ "output": "{\n \"Response\": {\n \"Subnet\": {\n \"VpcId\": \"vpc-m3ul053f\",\n \"EnableBroadcast\": true,\n \"Zone\": \"1001\",\n \"IsCdcSubnet\": 0,\n \"AvailableIpAddressCount\": 1021,\n \"IsRemoteVpcSnat\": true,\n \"SubnetName\": \"subnet1\",\n \"TotalIpAddressCount\": 1024,\n \"TagSet\": [\n {\n \"Value\": \"shanghai\",\n \"Key\": \"city\"\n }\n ],\n \"CreatedTime\": \"2023-03-21 18:00:00\",\n \"SubnetId\": \"subnet-1d32nvu2\",\n \"CidrBlock\": \"10.8.0.0/24\",\n \"IsDefault\": false,\n \"CdcId\": \"\",\n \"Ipv6CidrBlock\": \"\",\n \"RouteTableId\": \"\",\n \"NetworkAclId\": \"\"\n },\n \"RequestId\": \"9450a158-0487-4baa-bd3f-a07f343b6c4e\"\n }\n}",
554
554
  "title": "创建子网"
555
555
  }
556
556
  ],
@@ -1245,7 +1245,7 @@
1245
1245
  "DescribeGatewayFlowMonitorDetail": [
1246
1246
  {
1247
1247
  "document": "查询一个NAT网关流量监控明细",
1248
- "input": "https://vpc.tencentcloudapi.com/?Action=DescribeGatewayFlowMonitorDetail\n&TimePoint=2019-02-28 18:15:20\n&NatId=nat-lz6rjk7n\n&Limit=5\n&OrderField=OutTraffic\n&OrderDirection=DESC\n&<公共请求参数>",
1248
+ "input": "https://vpc.tencentcloudapi.com/?Action=DescribeGatewayFlowMonitorDetail\n&TimePoint=2019-02-28 18:15:20\n&NatId=nat-lz6rjk7n\n&OrderField=OutTraffic\n&OrderDirection=DESC\n&<公共请求参数>",
1249
1249
  "output": "{\n \"Response\": {\n \"GatewayFlowMonitorDetailSet\": [\n {\n \"PrivateIpAddress\": \"172.20.65.74\",\n \"InPkg\": 182,\n \"OutPkg\": 263,\n \"InTraffic\": 17316,\n \"OutTraffic\": 35269\n },\n {\n \"PrivateIpAddress\": \"172.20.65.63\",\n \"InPkg\": 0,\n \"OutPkg\": 20,\n \"InTraffic\": 0,\n \"OutTraffic\": 1960\n },\n {\n \"PrivateIpAddress\": \"172.20.65.70\",\n \"InPkg\": 0,\n \"OutPkg\": 20,\n \"InTraffic\": 0,\n \"OutTraffic\": 1960\n },\n {\n \"PrivateIpAddress\": \"172.20.65.172\",\n \"InPkg\": 0,\n \"OutPkg\": 20,\n \"InTraffic\": 0,\n \"OutTraffic\": 1960\n },\n {\n \"PrivateIpAddress\": \"172.20.65.249\",\n \"InPkg\": 0,\n \"OutPkg\": 20,\n \"InTraffic\": 0,\n \"OutTraffic\": 1960\n }\n ],\n \"TotalCount\": 261,\n \"RequestId\": \"0fc9884d-7aa1-4d95-95d3-7945108d2b10\"\n }\n}",
1250
1250
  "title": "查询一个NAT网关流量监控明细"
1251
1251
  }
@@ -1943,7 +1943,56 @@
1943
1943
  },
1944
1944
  "DescribeAttackOverviewRequest": {
1945
1945
  "document": "DescribeAttackOverview请求参数结构体",
1946
- "members": [],
1946
+ "members": [
1947
+ {
1948
+ "document": "查询开始时间",
1949
+ "example": "2019-12-30 00:00:00",
1950
+ "member": "datetime",
1951
+ "name": "FromTime",
1952
+ "required": true,
1953
+ "type": "string"
1954
+ },
1955
+ {
1956
+ "document": "查询结束时间",
1957
+ "example": "2019-12-30 23:59:59",
1958
+ "member": "datetime",
1959
+ "name": "ToTime",
1960
+ "required": true,
1961
+ "type": "string"
1962
+ },
1963
+ {
1964
+ "document": "客户的Appid",
1965
+ "example": "1",
1966
+ "member": "uint64",
1967
+ "name": "Appid",
1968
+ "required": false,
1969
+ "type": "int"
1970
+ },
1971
+ {
1972
+ "document": "被查询的域名",
1973
+ "example": "abc.qcloudwaf.com",
1974
+ "member": "string",
1975
+ "name": "Domain",
1976
+ "required": false,
1977
+ "type": "string"
1978
+ },
1979
+ {
1980
+ "document": "只有两个值有效,sparta-waf,clb-waf,不传则不过滤",
1981
+ "example": "sparta-waf",
1982
+ "member": "string",
1983
+ "name": "Edition",
1984
+ "required": false,
1985
+ "type": "string"
1986
+ },
1987
+ {
1988
+ "document": "WAF实例ID,不传则不过滤",
1989
+ "example": "waf_000q3t12p",
1990
+ "member": "string",
1991
+ "name": "InstanceID",
1992
+ "required": false,
1993
+ "type": "string"
1994
+ }
1995
+ ],
1947
1996
  "type": "object"
1948
1997
  },
1949
1998
  "DescribeAttackOverviewResponse": {
@@ -1954,7 +2003,6 @@
1954
2003
  "example": "99",
1955
2004
  "member": "uint64",
1956
2005
  "name": "AccessCount",
1957
- "required": true,
1958
2006
  "type": "int",
1959
2007
  "value_allowed_null": false
1960
2008
  },
@@ -1963,7 +2011,6 @@
1963
2011
  "example": "99",
1964
2012
  "member": "uint64",
1965
2013
  "name": "AttackCount",
1966
- "required": true,
1967
2014
  "type": "int",
1968
2015
  "value_allowed_null": false
1969
2016
  },
@@ -1972,7 +2019,6 @@
1972
2019
  "example": "99",
1973
2020
  "member": "uint64",
1974
2021
  "name": "ACLCount",
1975
- "required": true,
1976
2022
  "type": "int",
1977
2023
  "value_allowed_null": false
1978
2024
  },
@@ -1981,7 +2027,6 @@
1981
2027
  "example": "99",
1982
2028
  "member": "uint64",
1983
2029
  "name": "CCCount",
1984
- "required": true,
1985
2030
  "type": "int",
1986
2031
  "value_allowed_null": false
1987
2032
  },
@@ -1990,7 +2035,6 @@
1990
2035
  "example": "99",
1991
2036
  "member": "uint64",
1992
2037
  "name": "BotCount",
1993
- "required": true,
1994
2038
  "type": "int",
1995
2039
  "value_allowed_null": false
1996
2040
  },
@@ -125,8 +125,8 @@
125
125
  "DescribeAttackOverview": [
126
126
  {
127
127
  "document": "获取指定时间段内请求总数,这个接口不需要客户购买日志服务",
128
- "input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAttackOverview\n<公共请求参数>\n\n{}",
129
- "output": "{\n \"Response\": {\n \"AccessCount\": 8550963579,\n \"AttackCount\": 63579,\n \"ACLCount\": 963579,\n \"CCCount\": 50963579,\n \"BotCount\": 963579,\n \"RequestId\": \"9b02bf9e-c89c-42c3-9ae1-685f968fa02d\"\n }\n}",
128
+ "input": "POST / HTTP/1.1\nHost: waf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAttackOverview\n<公共请求参数>\n\n{\n \"FromTime\": \"2023-02-06 00:00:00\",\n \"ToTime\": \"2023-02-06 23:59:59\"\n}",
129
+ "output": "{\n \"Response\": {\n \"AccessCount\": 158,\n \"AttackCount\": 98,\n \"ACLCount\": 0,\n \"CCCount\": 0,\n \"BotCount\": 0,\n \"RequestId\": \"8a3b7134-77f9-4ee5-b30e-73809ccad10f\"\n }\n}",
130
130
  "title": "获取指定时间段内请求总数"
131
131
  }
132
132
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.845.1
3
+ Version: 3.0.847.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-cli.git
6
6
  Author: Tencent Cloud
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.3
21
21
  Classifier: Programming Language :: Python :: 3.4
22
22
  Classifier: Programming Language :: Python :: 3.5
23
23
  Classifier: Programming Language :: Python :: 3.6
24
- Requires-Dist: tencentcloud-sdk-python (>=3.0.845)
24
+ Requires-Dist: tencentcloud-sdk-python (>=3.0.847)
25
25
  Requires-Dist: jmespath (==0.10.0)
26
26
  Requires-Dist: six (==1.16.0)
27
27