tccli 3.0.1347.1__py2.py3-none-any.whl → 3.0.1349.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -76
  3. tccli/services/ai3d/__init__.py +4 -0
  4. tccli/services/{smpn/smpn_client.py → ai3d/ai3d_client.py} +17 -17
  5. tccli/services/ai3d/v20250513/api.json +239 -0
  6. tccli/services/ai3d/v20250513/examples.json +21 -0
  7. tccli/services/aiart/v20221229/api.json +3 -3
  8. tccli/services/autoscaling/v20180419/api.json +11 -0
  9. tccli/services/batch/v20170312/api.json +44 -0
  10. tccli/services/cdb/v20170320/api.json +8 -8
  11. tccli/services/cdb/v20170320/examples.json +1 -1
  12. tccli/services/cdn/v20180606/api.json +5 -5
  13. tccli/services/cdwdoris/v20211228/api.json +145 -7
  14. tccli/services/cfg/v20210820/api.json +20 -0
  15. tccli/services/cfs/v20190719/api.json +10 -10
  16. tccli/services/cfw/cfw_client.py +53 -0
  17. tccli/services/cfw/v20190904/api.json +272 -0
  18. tccli/services/cfw/v20190904/examples.json +8 -0
  19. tccli/services/csip/csip_client.py +833 -144
  20. tccli/services/csip/v20221121/api.json +3304 -1436
  21. tccli/services/csip/v20221121/examples.json +104 -0
  22. tccli/services/cvm/v20170312/api.json +64 -1
  23. tccli/services/cwp/v20180228/api.json +9 -0
  24. tccli/services/cwp/v20180228/examples.json +6 -0
  25. tccli/services/emr/v20190103/api.json +217 -2
  26. tccli/services/es/v20250101/api.json +22 -0
  27. tccli/services/ess/v20201111/api.json +10 -1
  28. tccli/services/essbasic/v20210526/api.json +3 -3
  29. tccli/services/gs/v20191118/api.json +38 -0
  30. tccli/services/igtm/igtm_client.py +159 -0
  31. tccli/services/igtm/v20231024/api.json +577 -0
  32. tccli/services/igtm/v20231024/examples.json +24 -0
  33. tccli/services/iotexplorer/v20190423/api.json +3 -3
  34. tccli/services/lcic/lcic_client.py +53 -0
  35. tccli/services/lcic/v20220817/api.json +53 -0
  36. tccli/services/lcic/v20220817/examples.json +8 -0
  37. tccli/services/live/v20180801/api.json +203 -1
  38. tccli/services/live/v20180801/examples.json +1 -1
  39. tccli/services/lke/v20231130/api.json +248 -2
  40. tccli/services/lke/v20231130/examples.json +1 -1
  41. tccli/services/lkeap/v20240522/api.json +1 -1
  42. tccli/services/mrs/v20200910/api.json +10 -0
  43. tccli/services/nlp/nlp_client.py +4 -322
  44. tccli/services/nlp/v20190408/api.json +0 -459
  45. tccli/services/nlp/v20190408/examples.json +0 -48
  46. tccli/services/ocr/v20181119/api.json +97 -11
  47. tccli/services/omics/v20221128/api.json +38 -0
  48. tccli/services/redis/v20180412/api.json +6 -6
  49. tccli/services/redis/v20180412/examples.json +1 -1
  50. tccli/services/ses/v20201002/api.json +100 -5
  51. tccli/services/tcb/v20180608/api.json +1 -1
  52. tccli/services/tcb/v20180608/examples.json +1 -1
  53. tccli/services/tdmq/v20200217/api.json +19 -0
  54. tccli/services/teo/teo_client.py +281 -16
  55. tccli/services/teo/v20220901/api.json +611 -6
  56. tccli/services/teo/v20220901/examples.json +48 -2
  57. tccli/services/tione/v20211111/api.json +16 -0
  58. tccli/services/tke/tke_client.py +57 -4
  59. tccli/services/tke/v20180525/api.json +24 -24
  60. tccli/services/tke/v20220501/api.json +52 -0
  61. tccli/services/tke/v20220501/examples.json +8 -0
  62. tccli/services/tmt/v20180321/api.json +4 -4
  63. tccli/services/tsf/v20180326/api.json +4 -4
  64. tccli/services/vclm/v20240523/api.json +3 -3
  65. tccli/services/vod/v20180717/api.json +5 -5
  66. tccli/services/vod/v20180717/examples.json +9 -9
  67. tccli/services/vpc/v20170312/api.json +1 -1
  68. tccli/services/vrs/v20200824/api.json +1 -1
  69. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/METADATA +2 -2
  70. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/RECORD +73 -171
  71. tccli/services/cis/__init__.py +0 -4
  72. tccli/services/cis/cis_client.py +0 -525
  73. tccli/services/cis/v20180408/api.json +0 -737
  74. tccli/services/cis/v20180408/examples.json +0 -93
  75. tccli/services/dataintegration/__init__.py +0 -4
  76. tccli/services/dataintegration/dataintegration_client.py +0 -207
  77. tccli/services/dataintegration/v20220613/api.json +0 -87
  78. tccli/services/dataintegration/v20220613/examples.json +0 -13
  79. tccli/services/dtf/__init__.py +0 -4
  80. tccli/services/dtf/dtf_client.py +0 -207
  81. tccli/services/dtf/v20200506/api.json +0 -274
  82. tccli/services/dtf/v20200506/examples.json +0 -13
  83. tccli/services/gpm/__init__.py +0 -4
  84. tccli/services/gpm/gpm_client.py +0 -1108
  85. tccli/services/gpm/v20200820/api.json +0 -1959
  86. tccli/services/gpm/v20200820/examples.json +0 -149
  87. tccli/services/gse/__init__.py +0 -4
  88. tccli/services/gse/gse_client.py +0 -4076
  89. tccli/services/gse/v20191112/api.json +0 -7095
  90. tccli/services/gse/v20191112/examples.json +0 -615
  91. tccli/services/iecp/__init__.py +0 -4
  92. tccli/services/iecp/iecp_client.py +0 -4500
  93. tccli/services/iecp/v20210914/api.json +0 -9770
  94. tccli/services/iecp/v20210914/examples.json +0 -691
  95. tccli/services/iir/__init__.py +0 -4
  96. tccli/services/iir/iir_client.py +0 -207
  97. tccli/services/iir/v20200417/api.json +0 -204
  98. tccli/services/iir/v20200417/examples.json +0 -13
  99. tccli/services/iottid/__init__.py +0 -4
  100. tccli/services/iottid/iottid_client.py +0 -631
  101. tccli/services/iottid/v20190411/api.json +0 -553
  102. tccli/services/iottid/v20190411/examples.json +0 -95
  103. tccli/services/mgobe/__init__.py +0 -4
  104. tccli/services/mgobe/mgobe_client.py +0 -530
  105. tccli/services/mgobe/v20190929/api.json +0 -52
  106. tccli/services/mgobe/v20190929/examples.json +0 -13
  107. tccli/services/mgobe/v20201014/api.json +0 -671
  108. tccli/services/mgobe/v20201014/examples.json +0 -61
  109. tccli/services/mvj/__init__.py +0 -4
  110. tccli/services/mvj/mvj_client.py +0 -207
  111. tccli/services/mvj/v20190926/api.json +0 -123
  112. tccli/services/mvj/v20190926/examples.json +0 -19
  113. tccli/services/pds/__init__.py +0 -4
  114. tccli/services/pds/pds_client.py +0 -260
  115. tccli/services/pds/v20210701/api.json +0 -193
  116. tccli/services/pds/v20210701/examples.json +0 -21
  117. tccli/services/smpn/__init__.py +0 -4
  118. tccli/services/smpn/v20190822/api.json +0 -191
  119. tccli/services/smpn/v20190822/examples.json +0 -21
  120. tccli/services/solar/__init__.py +0 -4
  121. tccli/services/solar/solar_client.py +0 -1055
  122. tccli/services/solar/v20181011/api.json +0 -1760
  123. tccli/services/solar/v20181011/examples.json +0 -125
  124. tccli/services/tan/__init__.py +0 -4
  125. tccli/services/tan/tan_client.py +0 -207
  126. tccli/services/tan/v20220420/api.json +0 -65
  127. tccli/services/tan/v20220420/examples.json +0 -19
  128. tccli/services/tav/__init__.py +0 -4
  129. tccli/services/tav/tav_client.py +0 -366
  130. tccli/services/tav/v20190118/api.json +0 -262
  131. tccli/services/tav/v20190118/examples.json +0 -37
  132. tccli/services/tbm/__init__.py +0 -4
  133. tccli/services/tbm/tbm_client.py +0 -631
  134. tccli/services/tbm/v20180129/api.json +0 -1037
  135. tccli/services/tbm/v20180129/examples.json +0 -77
  136. tccli/services/tcex/__init__.py +0 -4
  137. tccli/services/tcex/tcex_client.py +0 -260
  138. tccli/services/tcex/v20200727/api.json +0 -158
  139. tccli/services/tcex/v20200727/examples.json +0 -21
  140. tccli/services/tci/__init__.py +0 -4
  141. tccli/services/tci/tci_client.py +0 -2327
  142. tccli/services/tci/v20190318/api.json +0 -4958
  143. tccli/services/tci/v20190318/examples.json +0 -333
  144. tccli/services/tic/__init__.py +0 -4
  145. tccli/services/tic/tic_client.py +0 -843
  146. tccli/services/tic/v20201117/api.json +0 -1067
  147. tccli/services/tic/v20201117/examples.json +0 -121
  148. tccli/services/ticm/__init__.py +0 -4
  149. tccli/services/ticm/ticm_client.py +0 -313
  150. tccli/services/ticm/v20181127/api.json +0 -1391
  151. tccli/services/ticm/v20181127/examples.json +0 -53
  152. tccli/services/tics/__init__.py +0 -4
  153. tccli/services/tics/tics_client.py +0 -366
  154. tccli/services/tics/v20181115/api.json +0 -694
  155. tccli/services/tics/v20181115/examples.json +0 -37
  156. tccli/services/tiems/__init__.py +0 -4
  157. tccli/services/tiems/tiems_client.py +0 -1479
  158. tccli/services/tiems/v20190416/api.json +0 -3144
  159. tccli/services/tiems/v20190416/examples.json +0 -217
  160. tccli/services/trdp/__init__.py +0 -4
  161. tccli/services/trdp/trdp_client.py +0 -207
  162. tccli/services/trdp/v20220726/api.json +0 -843
  163. tccli/services/trdp/v20220726/examples.json +0 -13
  164. tccli/services/ump/__init__.py +0 -4
  165. tccli/services/ump/ump_client.py +0 -1055
  166. tccli/services/ump/v20200918/api.json +0 -2168
  167. tccli/services/ump/v20200918/examples.json +0 -141
  168. tccli/services/youmall/__init__.py +0 -4
  169. tccli/services/youmall/v20180228/api.json +0 -3572
  170. tccli/services/youmall/v20180228/examples.json +0 -313
  171. tccli/services/youmall/youmall_client.py +0 -1797
  172. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/WHEEL +0 -0
  173. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/entry_points.txt +0 -0
  174. {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/license_files/LICENSE +0 -0
@@ -343,6 +343,13 @@
343
343
  "output": "DescribeIdsWhiteRuleResponse",
344
344
  "status": "deprecated"
345
345
  },
346
+ "DescribeLogStorageStatistic": {
347
+ "document": "租户日志存储统计",
348
+ "input": "DescribeLogStorageStatisticRequest",
349
+ "name": "租户日志存储统计",
350
+ "output": "DescribeLogStorageStatisticResponse",
351
+ "status": "online"
352
+ },
346
353
  "DescribeLogs": {
347
354
  "document": "日志审计日志查询",
348
355
  "input": "DescribeLogsRequest",
@@ -6527,6 +6534,163 @@
6527
6534
  ],
6528
6535
  "type": "object"
6529
6536
  },
6537
+ "DescribeLogStorageStatisticRequest": {
6538
+ "document": "DescribeLogStorageStatistic请求参数结构体",
6539
+ "members": [],
6540
+ "type": "object"
6541
+ },
6542
+ "DescribeLogStorageStatisticResponse": {
6543
+ "document": "DescribeLogStorageStatistic返回参数结构体",
6544
+ "members": [
6545
+ {
6546
+ "disabled": false,
6547
+ "document": "返回状态码 0 成功 非0不成功",
6548
+ "example": "0",
6549
+ "member": "int64",
6550
+ "name": "ReturnCode",
6551
+ "output_required": true,
6552
+ "type": "int",
6553
+ "value_allowed_null": false
6554
+ },
6555
+ {
6556
+ "disabled": false,
6557
+ "document": "返回信息 success 成功 其他 不成功",
6558
+ "example": "success",
6559
+ "member": "string",
6560
+ "name": "ReturnMsg",
6561
+ "output_required": true,
6562
+ "type": "string",
6563
+ "value_allowed_null": false
6564
+ },
6565
+ {
6566
+ "disabled": false,
6567
+ "document": "已使用存储量,单位B",
6568
+ "example": "1024",
6569
+ "member": "int64",
6570
+ "name": "UsedSize",
6571
+ "output_required": true,
6572
+ "type": "int",
6573
+ "value_allowed_null": false
6574
+ },
6575
+ {
6576
+ "disabled": false,
6577
+ "document": "配额存储总量,单位B",
6578
+ "example": "1024",
6579
+ "member": "int64",
6580
+ "name": "TotalSize",
6581
+ "output_required": true,
6582
+ "type": "int",
6583
+ "value_allowed_null": false
6584
+ },
6585
+ {
6586
+ "disabled": false,
6587
+ "document": "存储天数",
6588
+ "example": "180",
6589
+ "member": "int64",
6590
+ "name": "StorageDay",
6591
+ "output_required": true,
6592
+ "type": "int",
6593
+ "value_allowed_null": false
6594
+ },
6595
+ {
6596
+ "disabled": false,
6597
+ "document": "访问控制日志存储量,单位B",
6598
+ "example": "1024",
6599
+ "member": "int64",
6600
+ "name": "AclSize",
6601
+ "output_required": true,
6602
+ "type": "int",
6603
+ "value_allowed_null": false
6604
+ },
6605
+ {
6606
+ "disabled": false,
6607
+ "document": "入侵防御日志存储量,单位B",
6608
+ "example": "1024",
6609
+ "member": "int64",
6610
+ "name": "IdsSize",
6611
+ "output_required": true,
6612
+ "type": "int",
6613
+ "value_allowed_null": false
6614
+ },
6615
+ {
6616
+ "disabled": false,
6617
+ "document": "流量日志存储量,单位B",
6618
+ "example": "1024",
6619
+ "member": "int64",
6620
+ "name": "NetFlowSize",
6621
+ "output_required": true,
6622
+ "type": "int",
6623
+ "value_allowed_null": false
6624
+ },
6625
+ {
6626
+ "disabled": false,
6627
+ "document": "操作日志存储量,单位B",
6628
+ "example": "1024",
6629
+ "member": "int64",
6630
+ "name": "OperateSize",
6631
+ "output_required": true,
6632
+ "type": "int",
6633
+ "value_allowed_null": false
6634
+ },
6635
+ {
6636
+ "disabled": false,
6637
+ "document": "剩余存储量,单位B",
6638
+ "example": "1024",
6639
+ "member": "int64",
6640
+ "name": "LeftSize",
6641
+ "output_required": true,
6642
+ "type": "int",
6643
+ "value_allowed_null": false
6644
+ },
6645
+ {
6646
+ "disabled": false,
6647
+ "document": "计费模式,0后付费,1预付费",
6648
+ "example": "1",
6649
+ "member": "int64",
6650
+ "name": "PayMode",
6651
+ "output_required": true,
6652
+ "type": "int",
6653
+ "value_allowed_null": false
6654
+ },
6655
+ {
6656
+ "disabled": false,
6657
+ "document": "每日增加日志存储量柱状图",
6658
+ "example": "[{\"NetFlowSize\":232850065,\"OperateSize\":59072400,\"IdsSize\":584894,\"AclSize\":22095186,\"Time\":\"2024-10-25 00:00:00\"},{\"NetFlowSize\":226512606,\"OperateSize\":1822500,\"IdsSize\":308073,\"AclSize\":56409259,\"Time\":\"2024-10-26 00:00:00\"},{\"NetFlowSize\":312016348,\"OperateSize\":1591200,\"IdsSize\":1136827,\"AclSize\":89038893,\"Time\":\"2024-10-27 00:00:00\"},{\"NetFlowSize\":263122695,\"OperateSize\":1791000,\"IdsSize\":1633817,\"AclSize\":112221690,\"Time\":\"2024-10-28 00:00:00\"},{\"NetFlowSize\":314737760,\"OperateSize\":4045500,\"IdsSize\":11400888,\"AclSize\":58205747,\"Time\":\"2024-10-29 00:00:00\"},{\"NetFlowSize\":1000469317,\"OperateSize\":3949200,\"IdsSize\":69040,\"AclSize\":51893,\"Time\":\"2024-10-30 00:00:00\"},{\"NetFlowSize\":17837072505,\"OperateSize\":1984500,\"IdsSize\":5723094,\"AclSize\":4378551511,\"Time\":\"2024-10-31 00:00:00\"}]",
6659
+ "member": "StorageHistogram",
6660
+ "name": "TimeHistogram",
6661
+ "output_required": true,
6662
+ "type": "list",
6663
+ "value_allowed_null": false
6664
+ },
6665
+ {
6666
+ "disabled": false,
6667
+ "document": "柱形图格式数据",
6668
+ "example": "{\"StorageType\":[\"访问控制日志\",\"入侵防御日志\",\"流量日志\",\"操作日志\"],\"Dates\":[\"10-25\",\"10-26\",\"10-27\",\"10-28\",\"10-29\",\"10-30\",\"10-31\"],\"Data\":[{\"List\":[22095186,56409259,89038893,112221690,58205747,51893,4378551511]},{\"List\":[584894,308073,1136827,1633817,11400888,69040,5723094]},{\"List\":[232850065,226512606,312016348,263122695,314737760,1000469317,17837072505]},{\"List\":[59072400,1822500,1591200,1791000,4045500,3949200,1984500]}]}",
6669
+ "member": "StorageHistogramShow",
6670
+ "name": "TimeHistogramShow",
6671
+ "output_required": false,
6672
+ "type": "object",
6673
+ "value_allowed_null": false
6674
+ },
6675
+ {
6676
+ "disabled": false,
6677
+ "document": "后付费模式存储状态,0正常,1欠费停止写入",
6678
+ "example": "1",
6679
+ "member": "int64",
6680
+ "name": "ArrearsStopWriting",
6681
+ "output_required": false,
6682
+ "type": "int",
6683
+ "value_allowed_null": false
6684
+ },
6685
+ {
6686
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6687
+ "member": "string",
6688
+ "name": "RequestId",
6689
+ "type": "string"
6690
+ }
6691
+ ],
6692
+ "type": "object"
6693
+ },
6530
6694
  "DescribeLogsRequest": {
6531
6695
  "document": "DescribeLogs请求参数结构体",
6532
6696
  "members": [
@@ -9575,6 +9739,22 @@
9575
9739
  ],
9576
9740
  "usage": "out"
9577
9741
  },
9742
+ "IntArray": {
9743
+ "document": "用于构造二维数组",
9744
+ "members": [
9745
+ {
9746
+ "disabled": false,
9747
+ "document": "数组\n注意:此字段可能返回 null,表示取不到有效值。",
9748
+ "example": "[1000,10001]",
9749
+ "member": "int64",
9750
+ "name": "List",
9751
+ "output_required": false,
9752
+ "type": "list",
9753
+ "value_allowed_null": true
9754
+ }
9755
+ ],
9756
+ "usage": "out"
9757
+ },
9578
9758
  "IntrusionDefenseRule": {
9579
9759
  "document": "入侵防御封禁列表、放通列表添加规则入参",
9580
9760
  "members": [
@@ -14180,6 +14360,98 @@
14180
14360
  ],
14181
14361
  "type": "object"
14182
14362
  },
14363
+ "StorageHistogram": {
14364
+ "document": "日志存储统计柱形图",
14365
+ "members": [
14366
+ {
14367
+ "disabled": false,
14368
+ "document": "访问控制日志存储量,单位B\n注意:此字段可能返回 null,表示取不到有效值。",
14369
+ "example": "1024",
14370
+ "member": "int64",
14371
+ "name": "AclSize",
14372
+ "output_required": true,
14373
+ "type": "int",
14374
+ "value_allowed_null": true
14375
+ },
14376
+ {
14377
+ "disabled": false,
14378
+ "document": "入侵防御日志存储量,单位B\n注意:此字段可能返回 null,表示取不到有效值。",
14379
+ "example": "1024",
14380
+ "member": "int64",
14381
+ "name": "IdsSize",
14382
+ "output_required": true,
14383
+ "type": "int",
14384
+ "value_allowed_null": true
14385
+ },
14386
+ {
14387
+ "disabled": false,
14388
+ "document": "流量日志存储量,单位B\n注意:此字段可能返回 null,表示取不到有效值。",
14389
+ "example": "1024",
14390
+ "member": "int64",
14391
+ "name": "NetFlowSize",
14392
+ "output_required": true,
14393
+ "type": "int",
14394
+ "value_allowed_null": true
14395
+ },
14396
+ {
14397
+ "disabled": false,
14398
+ "document": "操作日志存储量,单位B\n注意:此字段可能返回 null,表示取不到有效值。",
14399
+ "example": "1024",
14400
+ "member": "int64",
14401
+ "name": "OperateSize",
14402
+ "output_required": true,
14403
+ "type": "int",
14404
+ "value_allowed_null": true
14405
+ },
14406
+ {
14407
+ "disabled": false,
14408
+ "document": "统计时间\n注意:此字段可能返回 null,表示取不到有效值。",
14409
+ "example": "2023-06-30",
14410
+ "member": "string",
14411
+ "name": "Time",
14412
+ "output_required": true,
14413
+ "type": "string",
14414
+ "value_allowed_null": true
14415
+ }
14416
+ ],
14417
+ "usage": "out"
14418
+ },
14419
+ "StorageHistogramShow": {
14420
+ "document": "前端图表使用日志存储统计柱形图数据",
14421
+ "members": [
14422
+ {
14423
+ "disabled": false,
14424
+ "document": "存储类型\n注意:此字段可能返回 null,表示取不到有效值。",
14425
+ "example": "[\"访问控制日志\"]",
14426
+ "member": "string",
14427
+ "name": "StorageType",
14428
+ "output_required": false,
14429
+ "type": "list",
14430
+ "value_allowed_null": true
14431
+ },
14432
+ {
14433
+ "disabled": false,
14434
+ "document": "日期\n注意:此字段可能返回 null,表示取不到有效值。",
14435
+ "example": "[\"2024-10-24\"]",
14436
+ "member": "string",
14437
+ "name": "Dates",
14438
+ "output_required": false,
14439
+ "type": "list",
14440
+ "value_allowed_null": true
14441
+ },
14442
+ {
14443
+ "disabled": false,
14444
+ "document": "数据\n注意:此字段可能返回 null,表示取不到有效值。",
14445
+ "example": "[1024000]",
14446
+ "member": "IntArray",
14447
+ "name": "Data",
14448
+ "output_required": false,
14449
+ "type": "list",
14450
+ "value_allowed_null": true
14451
+ }
14452
+ ],
14453
+ "usage": "out"
14454
+ },
14183
14455
  "SwitchListsData": {
14184
14456
  "document": "防火墙开关列表对象",
14185
14457
  "members": [
@@ -428,6 +428,14 @@
428
428
  "title": "入侵防御规则白名单查询示例"
429
429
  }
430
430
  ],
431
+ "DescribeLogStorageStatistic": [
432
+ {
433
+ "document": "租户日志存储统计",
434
+ "input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogStorageStatistic\n<公共请求参数>\n\n{}",
435
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ec88a398-f7cf-4cbb-9e23-6b49236dd0f6\",\n \"AclSize\": 5521145584,\n \"ArrearsStopWriting\": 0,\n \"IdsSize\": 13442776032,\n \"LeftSize\": 925046202861,\n \"NetFlowSize\": 125879823723,\n \"OperateSize\": 3851875800,\n \"PayMode\": 1,\n \"ReturnCode\": 0,\n \"ReturnMsg\": \"success\",\n \"StorageDay\": 60,\n \"TimeHistogram\": [\n {\n \"NetFlowSize\": 232850065,\n \"OperateSize\": 59072400,\n \"IdsSize\": 584894,\n \"AclSize\": 22095186,\n \"Time\": \"2024-10-25 00:00:00\"\n },\n {\n \"NetFlowSize\": 226512606,\n \"OperateSize\": 1822500,\n \"IdsSize\": 308073,\n \"AclSize\": 56409259,\n \"Time\": \"2024-10-26 00:00:00\"\n },\n {\n \"NetFlowSize\": 312016348,\n \"OperateSize\": 1591200,\n \"IdsSize\": 1136827,\n \"AclSize\": 89038893,\n \"Time\": \"2024-10-27 00:00:00\"\n },\n {\n \"NetFlowSize\": 263122695,\n \"OperateSize\": 1791000,\n \"IdsSize\": 1633817,\n \"AclSize\": 112221690,\n \"Time\": \"2024-10-28 00:00:00\"\n },\n {\n \"NetFlowSize\": 314737760,\n \"OperateSize\": 4045500,\n \"IdsSize\": 11400888,\n \"AclSize\": 58205747,\n \"Time\": \"2024-10-29 00:00:00\"\n },\n {\n \"NetFlowSize\": 1000469317,\n \"OperateSize\": 3949200,\n \"IdsSize\": 69040,\n \"AclSize\": 51893,\n \"Time\": \"2024-10-30 00:00:00\"\n },\n {\n \"NetFlowSize\": 17837072505,\n \"OperateSize\": 1984500,\n \"IdsSize\": 5723094,\n \"AclSize\": 4378551511,\n \"Time\": \"2024-10-31 00:00:00\"\n }\n ],\n \"TimeHistogramShow\": {\n \"StorageType\": [\n \"访问控制日志\",\n \"入侵防御日志\",\n \"流量日志\",\n \"操作日志\"\n ],\n \"Dates\": [\n \"10-25\",\n \"10-26\",\n \"10-27\",\n \"10-28\",\n \"10-29\",\n \"10-30\",\n \"10-31\"\n ],\n \"Data\": [\n {\n \"List\": [\n 22095186,\n 56409259,\n 89038893,\n 112221690,\n 58205747,\n 51893,\n 4378551511\n ]\n },\n {\n \"List\": [\n 584894,\n 308073,\n 1136827,\n 1633817,\n 11400888,\n 69040,\n 5723094\n ]\n },\n {\n \"List\": [\n 232850065,\n 226512606,\n 312016348,\n 263122695,\n 314737760,\n 1000469317,\n 17837072505\n ]\n },\n {\n \"List\": [\n 59072400,\n 1822500,\n 1591200,\n 1791000,\n 4045500,\n 3949200,\n 1984500\n ]\n }\n ]\n },\n \"TotalSize\": 1073741824000,\n \"UsedSize\": 148695621139\n }\n}",
436
+ "title": "租户日志存储统计"
437
+ }
438
+ ],
431
439
  "DescribeLogs": [
432
440
  {
433
441
  "document": "日志审计日志查询",