tccli 3.0.1064.1__py2.py3-none-any.whl → 3.0.1067.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/examples/ccc/v20200210/AbortPredictiveDialingCampaign.md +21 -0
  3. tccli/examples/ccc/v20200210/CreatePredictiveDialingCampaign.md +33 -0
  4. tccli/examples/ccc/v20200210/DeletePredictiveDialingCampaign.md +21 -0
  5. tccli/examples/ccc/v20200210/DescribePredictiveDialingCampaign.md +32 -0
  6. tccli/examples/ccc/v20200210/DescribePredictiveDialingCampaigns.md +55 -0
  7. tccli/examples/ccc/v20200210/DescribePredictiveDialingSessions.md +29 -0
  8. tccli/examples/ccc/v20200210/PausePredictiveDialingCampaign.md +21 -0
  9. tccli/examples/ccc/v20200210/ResumePredictiveDialingCampaign.md +21 -0
  10. tccli/examples/ccc/v20200210/UpdatePredictiveDialingCampaign.md +33 -0
  11. tccli/examples/cfw/v20190904/CreateBlockIgnoreRuleNew.md +25 -0
  12. tccli/examples/cfw/v20190904/DeleteBlockIgnoreRuleNew.md +23 -0
  13. tccli/examples/cfw/v20190904/ModifyBlockIgnoreRuleNew.md +24 -0
  14. tccli/examples/cls/v20201016/DescribeConfigMachineGroups.md +1 -0
  15. tccli/examples/cls/v20201016/DescribeMachineGroups.md +1 -0
  16. tccli/examples/csip/v20221121/DescribeTopAttackInfo.md +26 -0
  17. tccli/examples/ecm/v20190719/ModifyPrivateIpAddressesAttribute.md +1 -1
  18. tccli/examples/mna/v20210119/AddDevice.md +1 -1
  19. tccli/examples/mna/v20210119/GetMultiFlowStatistic.md +7 -1
  20. tccli/examples/mna/v20210119/GetNetMonitor.md +7 -49
  21. tccli/examples/mna/v20210119/GetStatisticData.md +5 -3
  22. tccli/examples/omics/v20221128/CreateVolume.md +25 -0
  23. tccli/examples/omics/v20221128/DeleteVolume.md +20 -0
  24. tccli/examples/omics/v20221128/DeleteVolumeData.md +21 -0
  25. tccli/examples/omics/v20221128/DescribeVolumes.md +37 -0
  26. tccli/examples/omics/v20221128/ModifyVolume.md +21 -0
  27. tccli/examples/postgres/v20170312/ModifyDBInstanceSpec.md +1 -0
  28. tccli/examples/tse/v20201207/CreateGovernanceInstances.md +32 -0
  29. tccli/examples/tse/v20201207/DeleteGovernanceInstances.md +35 -0
  30. tccli/examples/tse/v20201207/DescribeGovernanceInstances.md +56 -0
  31. tccli/examples/tse/v20201207/ModifyGovernanceInstances.md +35 -0
  32. tccli/examples/vod/v20180717/CreateDomainVerifyRecord.md +3 -1
  33. tccli/examples/vod/v20180717/DescribeDefaultDistributionConfig.md +22 -0
  34. tccli/examples/vod/v20180717/ModifyDefaultDistributionConfig.md +21 -0
  35. tccli/examples/waf/v20180125/CreateDeals.md +42 -0
  36. tccli/examples/wedata/v20210820/BatchStartIntegrationTasks.md +10 -7
  37. tccli/examples/wedata/v20210820/BatchStopIntegrationTasks.md +37 -6
  38. tccli/services/ccc/ccc_client.py +493 -16
  39. tccli/services/ccc/v20200210/api.json +927 -42
  40. tccli/services/ccc/v20200210/examples.json +72 -0
  41. tccli/services/cdb/v20170320/api.json +1 -1
  42. tccli/services/cfw/cfw_client.py +171 -12
  43. tccli/services/cfw/v20190904/api.json +258 -2
  44. tccli/services/cfw/v20190904/examples.json +24 -0
  45. tccli/services/ckafka/v20190819/api.json +17 -17
  46. tccli/services/cls/v20201016/api.json +45 -17
  47. tccli/services/cls/v20201016/examples.json +2 -2
  48. tccli/services/csip/csip_client.py +57 -4
  49. tccli/services/csip/v20221121/api.json +70 -0
  50. tccli/services/csip/v20221121/examples.json +8 -0
  51. tccli/services/cynosdb/v20190107/api.json +3 -3
  52. tccli/services/ecm/v20190719/api.json +3 -3
  53. tccli/services/ecm/v20190719/examples.json +1 -1
  54. tccli/services/ess/v20201111/api.json +3 -3
  55. tccli/services/essbasic/v20210526/api.json +5 -5
  56. tccli/services/iotvideo/v20211125/api.json +1 -1
  57. tccli/services/lighthouse/v20200324/api.json +1 -1
  58. tccli/services/mna/v20210119/api.json +144 -9
  59. tccli/services/mna/v20210119/examples.json +6 -6
  60. tccli/services/monitor/v20180724/api.json +20 -0
  61. tccli/services/omics/omics_client.py +277 -12
  62. tccli/services/omics/v20221128/api.json +425 -0
  63. tccli/services/omics/v20221128/examples.json +40 -0
  64. tccli/services/postgres/v20170312/api.json +27 -0
  65. tccli/services/postgres/v20170312/examples.json +1 -1
  66. tccli/services/trp/v20210515/api.json +18 -0
  67. tccli/services/trtc/v20190722/api.json +10 -1
  68. tccli/services/tse/tse_client.py +220 -8
  69. tccli/services/tse/v20201207/api.json +779 -42
  70. tccli/services/tse/v20201207/examples.json +32 -0
  71. tccli/services/vod/v20180717/api.json +146 -1
  72. tccli/services/vod/v20180717/examples.json +17 -1
  73. tccli/services/vod/vod_client.py +106 -0
  74. tccli/services/waf/v20180125/api.json +256 -1
  75. tccli/services/waf/v20180125/examples.json +8 -0
  76. tccli/services/waf/waf_client.py +57 -4
  77. tccli/services/wedata/v20210820/api.json +140 -15
  78. tccli/services/wedata/v20210820/examples.json +10 -4
  79. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/METADATA +2 -2
  80. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/RECORD +83 -58
  81. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/WHEEL +0 -0
  82. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/entry_points.txt +0 -0
  83. {tccli-3.0.1064.1.dist-info → tccli-3.0.1067.1.dist-info}/license_files/LICENSE +0 -0
@@ -178,6 +178,7 @@
178
178
  "example": "xxx",
179
179
  "member": "string",
180
180
  "name": "Vendor",
181
+ "output_required": true,
181
182
  "required": true,
182
183
  "type": "string",
183
184
  "value_allowed_null": true
@@ -188,6 +189,7 @@
188
189
  "example": "xxx",
189
190
  "member": "string",
190
191
  "name": "SN",
192
+ "output_required": true,
191
193
  "required": true,
192
194
  "type": "string",
193
195
  "value_allowed_null": false
@@ -198,6 +200,7 @@
198
200
  "example": "xxx",
199
201
  "member": "string",
200
202
  "name": "DeviceName",
203
+ "output_required": true,
201
204
  "required": true,
202
205
  "type": "string",
203
206
  "value_allowed_null": true
@@ -208,6 +211,7 @@
208
211
  "example": "xxx",
209
212
  "member": "string",
210
213
  "name": "Description",
214
+ "output_required": true,
211
215
  "required": false,
212
216
  "type": "string",
213
217
  "value_allowed_null": true
@@ -218,9 +222,21 @@
218
222
  "example": "无",
219
223
  "member": "string",
220
224
  "name": "DataKey",
225
+ "output_required": true,
221
226
  "required": false,
222
227
  "type": "string",
223
228
  "value_allowed_null": false
229
+ },
230
+ {
231
+ "disabled": false,
232
+ "document": "接入环境。0:公有云网关;1:自有网关;2:公有云网关和自有网关。不填默认公有云网关。 具体含义: 公有云网关:即该设备只能接入公有云网关(就近接入) 自有网关:即该设备只能接入已经注册上线的自有网关(就近接入或固定ip接入) 公有云网关和自有网关:即该设备同时可以接入公有云网关和已经注册上线的自有网关(就近接入或固定ip接入)",
233
+ "example": "0",
234
+ "member": "int64",
235
+ "name": "AccessScope",
236
+ "output_required": true,
237
+ "required": false,
238
+ "type": "int",
239
+ "value_allowed_null": false
224
240
  }
225
241
  ],
226
242
  "usage": "both"
@@ -300,6 +316,15 @@
300
316
  "name": "Encrypted",
301
317
  "required": false,
302
318
  "type": "bool"
319
+ },
320
+ {
321
+ "disabled": false,
322
+ "document": "接入环境。0:公有云网关;1:自有网关;2:公有云网关和自有网关。不填默认公有云网关。\n具体含义:\n公有云网关:即该设备只能接入公有云网关(就近接入)\n自有网关:即该设备只能接入已经注册上线的自有网关(就近接入或固定ip接入)\n公有云网关和自有网关:即该设备同时可以接入公有云网关和已经注册上线的自有网关(就近接入或固定ip接入)",
323
+ "example": "0",
324
+ "member": "int64",
325
+ "name": "AccessScope",
326
+ "required": false,
327
+ "type": "int"
303
328
  }
304
329
  ],
305
330
  "type": "object"
@@ -313,7 +338,7 @@
313
338
  "example": "dasdfrfwer32e4r",
314
339
  "member": "string",
315
340
  "name": "DataKey",
316
- "required": true,
341
+ "output_required": true,
317
342
  "type": "string",
318
343
  "value_allowed_null": false
319
344
  },
@@ -323,7 +348,7 @@
323
348
  "example": "xxx",
324
349
  "member": "string",
325
350
  "name": "DeviceId",
326
- "required": true,
351
+ "output_required": true,
327
352
  "type": "string",
328
353
  "value_allowed_null": false
329
354
  },
@@ -333,7 +358,7 @@
333
358
  "example": "\"xxxxx\"",
334
359
  "member": "string",
335
360
  "name": "Signature",
336
- "required": true,
361
+ "output_required": true,
337
362
  "type": "string",
338
363
  "value_allowed_null": true
339
364
  },
@@ -775,7 +800,7 @@
775
800
  "example": "\"mna-xxx\"",
776
801
  "member": "string",
777
802
  "name": "DeviceId",
778
- "required": true,
803
+ "output_required": true,
779
804
  "type": "string",
780
805
  "value_allowed_null": false
781
806
  },
@@ -785,7 +810,7 @@
785
810
  "example": "\"xxx\"",
786
811
  "member": "string",
787
812
  "name": "DeviceName",
788
- "required": true,
813
+ "output_required": true,
789
814
  "type": "string",
790
815
  "value_allowed_null": false
791
816
  },
@@ -795,7 +820,7 @@
795
820
  "example": "169043203113091072",
796
821
  "member": "string",
797
822
  "name": "CreateTime",
798
- "required": true,
823
+ "output_required": true,
799
824
  "type": "string",
800
825
  "value_allowed_null": false
801
826
  },
@@ -805,7 +830,7 @@
805
830
  "example": "169043203113091072",
806
831
  "member": "string",
807
832
  "name": "LastTime",
808
- "required": true,
833
+ "output_required": true,
809
834
  "type": "string",
810
835
  "value_allowed_null": false
811
836
  },
@@ -815,9 +840,19 @@
815
840
  "example": "\"xxx\"",
816
841
  "member": "string",
817
842
  "name": "Remark",
818
- "required": true,
843
+ "output_required": true,
819
844
  "type": "string",
820
845
  "value_allowed_null": false
846
+ },
847
+ {
848
+ "disabled": false,
849
+ "document": "接入环境。0:公有云网关;1:自有网关;2:公有云网关和自有网关。默认公有云网关。 具体含义: 公有云网关:即该设备只能接入公有云网关(就近接入) 自有网关:即该设备只能接入已经注册上线的自有网关(就近接入或固定ip接入) 公有云网关和自有网关:即该设备同时可以接入公有云网关和已经注册上线的自有网关(就近接入或固定ip接入)",
850
+ "example": "0",
851
+ "member": "int64",
852
+ "name": "AccessScope",
853
+ "output_required": true,
854
+ "type": "int",
855
+ "value_allowed_null": false
821
856
  }
822
857
  ],
823
858
  "usage": "out"
@@ -1261,6 +1296,16 @@
1261
1296
  "type": "int",
1262
1297
  "value_allowed_null": false
1263
1298
  },
1299
+ {
1300
+ "disabled": false,
1301
+ "document": "购买时间,Unix时间戳格式,单位:秒\n注意:此字段可能返回 null,表示取不到有效值。",
1302
+ "example": "1697181612",
1303
+ "member": "int64",
1304
+ "name": "CreateTime",
1305
+ "output_required": false,
1306
+ "type": "int",
1307
+ "value_allowed_null": true
1308
+ },
1264
1309
  {
1265
1310
  "disabled": false,
1266
1311
  "document": "生效时间,Unix时间戳格式,单位:秒",
@@ -1320,6 +1365,16 @@
1320
1365
  "output_required": true,
1321
1366
  "type": "bool",
1322
1367
  "value_allowed_null": false
1368
+ },
1369
+ {
1370
+ "disabled": false,
1371
+ "document": "资源包变更状态,0:未发生变配;1:变配中;2:已变配或已续费",
1372
+ "example": "0",
1373
+ "member": "int64",
1374
+ "name": "ModifyStatus",
1375
+ "output_required": true,
1376
+ "type": "int",
1377
+ "value_allowed_null": false
1323
1378
  }
1324
1379
  ],
1325
1380
  "usage": "out"
@@ -1608,6 +1663,24 @@
1608
1663
  "name": "TimeGranularity",
1609
1664
  "required": true,
1610
1665
  "type": "int"
1666
+ },
1667
+ {
1668
+ "disabled": false,
1669
+ "document": "接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填默认中国大陆",
1670
+ "example": "MC",
1671
+ "member": "string",
1672
+ "name": "AccessRegion",
1673
+ "required": false,
1674
+ "type": "string"
1675
+ },
1676
+ {
1677
+ "disabled": false,
1678
+ "document": "网关类型。0:公有云网关;1:自有网关。不传默认为0。",
1679
+ "example": "0",
1680
+ "member": "int64",
1681
+ "name": "GatewayType",
1682
+ "required": false,
1683
+ "type": "int"
1611
1684
  }
1612
1685
  ],
1613
1686
  "type": "object"
@@ -1621,6 +1694,7 @@
1621
1694
  "example": "无",
1622
1695
  "member": "NetDetails",
1623
1696
  "name": "NetDetails",
1697
+ "output_required": true,
1624
1698
  "type": "list",
1625
1699
  "value_allowed_null": false
1626
1700
  },
@@ -1630,6 +1704,7 @@
1630
1704
  "example": "216516",
1631
1705
  "member": "float",
1632
1706
  "name": "MaxValue",
1707
+ "output_required": true,
1633
1708
  "type": "float",
1634
1709
  "value_allowed_null": false
1635
1710
  },
@@ -1639,6 +1714,7 @@
1639
1714
  "example": "25151",
1640
1715
  "member": "float",
1641
1716
  "name": "AvgValue",
1717
+ "output_required": true,
1642
1718
  "type": "float",
1643
1719
  "value_allowed_null": false
1644
1720
  },
@@ -1648,6 +1724,7 @@
1648
1724
  "example": "35465464",
1649
1725
  "member": "float",
1650
1726
  "name": "TotalValue",
1727
+ "output_required": true,
1651
1728
  "type": "float",
1652
1729
  "value_allowed_null": false
1653
1730
  },
@@ -1782,6 +1859,24 @@
1782
1859
  "name": "TimeGranularity",
1783
1860
  "required": true,
1784
1861
  "type": "int"
1862
+ },
1863
+ {
1864
+ "disabled": false,
1865
+ "document": "接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填默认中国大陆",
1866
+ "example": "MC",
1867
+ "member": "string",
1868
+ "name": "AccessRegion",
1869
+ "required": false,
1870
+ "type": "string"
1871
+ },
1872
+ {
1873
+ "disabled": false,
1874
+ "document": "网关类型。0:公有云网关;1:自有网关。不传默认为0。",
1875
+ "example": "0",
1876
+ "member": "int64",
1877
+ "name": "GatewayType",
1878
+ "required": false,
1879
+ "type": "int"
1785
1880
  }
1786
1881
  ],
1787
1882
  "type": "object"
@@ -1795,6 +1890,7 @@
1795
1890
  "example": "无",
1796
1891
  "member": "FlowDetails",
1797
1892
  "name": "FlowDetails",
1893
+ "output_required": true,
1798
1894
  "type": "list",
1799
1895
  "value_allowed_null": false
1800
1896
  },
@@ -1845,6 +1941,15 @@
1845
1941
  "name": "Metrics",
1846
1942
  "required": true,
1847
1943
  "type": "string"
1944
+ },
1945
+ {
1946
+ "disabled": false,
1947
+ "document": "网关类型。0:公有云网关;1:自有网关。不传默认为0。",
1948
+ "example": "0",
1949
+ "member": "int64",
1950
+ "name": "GatewayType",
1951
+ "required": false,
1952
+ "type": "int"
1848
1953
  }
1849
1954
  ],
1850
1955
  "type": "object"
@@ -1858,9 +1963,20 @@
1858
1963
  "example": "无",
1859
1964
  "member": "MonitorData",
1860
1965
  "name": "MonitorData",
1966
+ "output_required": true,
1861
1967
  "type": "list",
1862
1968
  "value_allowed_null": true
1863
1969
  },
1970
+ {
1971
+ "disabled": false,
1972
+ "document": "接入区域。取值范围:['MC','AP','EU','AM']\nMC=中国大陆\nAP=亚太\nEU=欧洲\nAM=美洲",
1973
+ "example": "MC",
1974
+ "member": "string",
1975
+ "name": "AccessRegion",
1976
+ "output_required": true,
1977
+ "type": "string",
1978
+ "value_allowed_null": false
1979
+ },
1864
1980
  {
1865
1981
  "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
1866
1982
  "member": "string",
@@ -1902,7 +2018,7 @@
1902
2018
  "members": [
1903
2019
  {
1904
2020
  "disabled": false,
1905
- "document": "设备ID",
2021
+ "document": "设备ID。若不指定设备,可传\"-1\"",
1906
2022
  "example": "\"mna-xxx\"",
1907
2023
  "member": "string",
1908
2024
  "name": "DeviceId",
@@ -1935,6 +2051,24 @@
1935
2051
  "name": "TimeGranularity",
1936
2052
  "required": true,
1937
2053
  "type": "int"
2054
+ },
2055
+ {
2056
+ "disabled": false,
2057
+ "document": "接入区域。取值范围:['MC','AP','EU','AM'] MC=中国大陆 AP=亚太 EU=欧洲 AM=美洲。不填默认中国大陆",
2058
+ "example": "MC",
2059
+ "member": "string",
2060
+ "name": "AccessRegion",
2061
+ "required": false,
2062
+ "type": "string"
2063
+ },
2064
+ {
2065
+ "disabled": false,
2066
+ "document": "网关类型。0:公有云网关;1:自有网关。不传默认为0。",
2067
+ "example": "0",
2068
+ "member": "int64",
2069
+ "name": "GatewayType",
2070
+ "required": false,
2071
+ "type": "int"
1938
2072
  }
1939
2073
  ],
1940
2074
  "type": "object"
@@ -1948,6 +2082,7 @@
1948
2082
  "example": "\"http://xxxx\"",
1949
2083
  "member": "string",
1950
2084
  "name": "FilePath",
2085
+ "output_required": true,
1951
2086
  "type": "string",
1952
2087
  "value_allowed_null": false
1953
2088
  },
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "document": "",
14
14
  "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddDevice\n<公共请求参数>\n\n{\n \"DeviceName\": \"xxx\",\n \"Remark\": \"xxx\",\n \"DataKey\": \"xxx\",\n \"Encrypted\": \"false\"\n}",
15
- "output": "{\n \"Response\": {\n \"RequestId\": \"xxx\",\n \"DeviceId\": \"xx\",\n \"DataKey\": \"xxx\",\n \"Signature\": \"xxxx\"\n }\n}",
15
+ "output": "{\n \"Response\": {\n \"RequestId\": \"xxx\",\n \"DeviceId\": \"mna-test1\",\n \"DataKey\": \"xxx\",\n \"Signature\": \"xxxx\"\n }\n}",
16
16
  "title": "新建设备"
17
17
  }
18
18
  ],
@@ -121,7 +121,7 @@
121
121
  "GetMultiFlowStatistic": [
122
122
  {
123
123
  "document": "批量获取指定设备列表流量使用信息",
124
- "input": "{\n \"DeviceIds\": [\n \"mna-obzuio2pij\",\n \"mna-ps9x7eako2\"\n ],\n \"BeginTime\": 1675255591,\n \"EndTime\": 1675860391,\n \"Type\": 1,\n \"TimeGranularity\": 1\n}",
124
+ "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetMultiFlowStatistic\n<公共请求参数>\n\n{\n \"DeviceIds\": [\n \"mna-obzuio2pij\",\n \"mna-ps9x7eako2\"\n ],\n \"BeginTime\": 1675255591,\n \"EndTime\": 1675860391,\n \"Type\": 1,\n \"TimeGranularity\": 1\n}",
125
125
  "output": "{\n \"Response\": {\n \"FlowDetails\": [\n {\n \"AvgValue\": 26524619322,\n \"DeviceId\": \"mna-obzuio2pij\",\n \"MaxValue\": 44183705788,\n \"NetDetails\": [\n {\n \"Current\": 421334,\n \"Time\": \"1675756800\"\n },\n {\n \"Current\": 32279199625,\n \"Time\": \"1675760400\"\n },\n {\n \"Current\": 44183705788,\n \"Time\": \"1675771200\"\n },\n {\n \"Current\": 29635150541,\n \"Time\": \"1675774800\"\n }\n ],\n \"TotalValue\": 106098477288\n },\n {\n \"AvgValue\": 31803650050.5,\n \"DeviceId\": \"mna-ps9x7eako2\",\n \"MaxValue\": 50892172491,\n \"NetDetails\": [\n {\n \"Current\": 22711,\n \"Time\": \"1675756800\"\n },\n {\n \"Current\": 46732569185,\n \"Time\": \"1675760400\"\n },\n {\n \"Current\": 29589835815,\n \"Time\": \"1675771200\"\n },\n {\n \"Current\": 50892172491,\n \"Time\": \"1675774800\"\n }\n ],\n \"TotalValue\": 127214600202\n }\n ],\n \"RequestId\": \"ffad4f52-505f-4563-9431-b2ca1b5a887e\"\n }\n}",
126
126
  "title": "批量设备流量使用信息"
127
127
  }
@@ -129,8 +129,8 @@
129
129
  "GetNetMonitor": [
130
130
  {
131
131
  "document": "获取流量监控信息",
132
- "input": "{\n \"Metrics\": \"TxRate\", \n \"EndTime\": 1662624800, \n \"DeviceId\": \"mna-xxx\", \n \"BeginTime\": 1662622200\n}",
133
- "output": "{\n \"Response\": {\n \"MonitorData\": [\n {\n \"Time\": \"1673601780\",\n \"BusinessMetrics\": 492350276.319998,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 27582845.919998\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 395158790.239997\n }\n ]\n },\n {\n \"Time\": \"1673601840\",\n \"BusinessMetrics\": 412655416,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 27228367.066665\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 397505721.866666\n }\n ]\n },\n {\n \"Time\": \"1673601900\",\n \"BusinessMetrics\": 411823866.666665,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 28047154.266665\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 396059005.333333\n }\n ]\n },\n {\n \"Time\": \"1673601960\",\n \"BusinessMetrics\": 412108687.733331,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 29244132.933331\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 395156858.266664\n }\n ]\n },\n {\n \"Time\": \"1673602020\",\n \"BusinessMetrics\": 412778279.866666,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 26898350.666666\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 398191465.733331\n }\n ]\n },\n {\n \"Time\": \"1673602080\",\n \"BusinessMetrics\": 412630582.533333,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 28580784.266665\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 396357362.933332\n }\n ]\n },\n {\n \"Time\": \"1673602140\",\n \"BusinessMetrics\": 412431913.466665,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 27329174.8\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 397404181.866666\n }\n ]\n },\n {\n \"Time\": \"1673602200\",\n \"BusinessMetrics\": 410982346.266665,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 29038580.399999\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 394201611.866666\n }\n ]\n },\n {\n \"Time\": \"1673602260\",\n \"BusinessMetrics\": 409923330.933332,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 28212205.599999\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 393937825.066666\n }\n ]\n },\n {\n \"Time\": \"1673602320\",\n \"BusinessMetrics\": 353662726.399999,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 25376171.542857\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 338834939.199999\n }\n ]\n },\n {\n \"Time\": \"1673602380\",\n \"BusinessMetrics\": -1,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": -1\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": -1\n }\n ]\n },\n {\n \"Time\": \"1673602440\",\n \"BusinessMetrics\": -1,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": -1\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": -1\n }\n ]\n },\n {\n \"Time\": \"1673602500\",\n \"BusinessMetrics\": -1,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": -1\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": -1\n }\n ]\n }\n ],\n \"RequestId\": \"xxx\"\n }\n}",
132
+ "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetNetMonitor\n<公共请求参数>\n\n{\n \"Metrics\": \"TxRate\",\n \"EndTime\": 1662624800,\n \"DeviceId\": \"mna-xxx\",\n \"BeginTime\": 1662622200\n}",
133
+ "output": "{\n \"Response\": {\n \"MonitorData\": [\n {\n \"Time\": \"1673601780\",\n \"BusinessMetrics\": 492350276.319998,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 27582845.919998\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 395158790.239997\n }\n ]\n },\n {\n \"Time\": \"1673601840\",\n \"BusinessMetrics\": 412655416,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 27228367.066665\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 397505721.866666\n }\n ]\n },\n {\n \"Time\": \"1673601900\",\n \"BusinessMetrics\": 411823866.666665,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 28047154.266665\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 396059005.333333\n }\n ]\n },\n {\n \"Time\": \"1673601960\",\n \"BusinessMetrics\": 412108687.733331,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 29244132.933331\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 395156858.266664\n }\n ]\n },\n {\n \"Time\": \"1673602020\",\n \"BusinessMetrics\": 412778279.866666,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 26898350.666666\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 398191465.733331\n }\n ]\n },\n {\n \"Time\": \"1673602080\",\n \"BusinessMetrics\": 412630582.533333,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 28580784.266665\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 396357362.933332\n }\n ]\n },\n {\n \"Time\": \"1673602140\",\n \"BusinessMetrics\": 412431913.466665,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 27329174.8\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 397404181.866666\n }\n ]\n },\n {\n \"Time\": \"1673602200\",\n \"BusinessMetrics\": 410982346.266665,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 29038580.399999\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 394201611.866666\n }\n ]\n },\n {\n \"Time\": \"1673602260\",\n \"BusinessMetrics\": 409923330.933332,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 28212205.599999\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 393937825.066666\n }\n ]\n },\n {\n \"Time\": \"1673602320\",\n \"BusinessMetrics\": 353662726.399999,\n \"SlotNetInfo\": [\n {\n \"NetInfoName\": \"eth0\",\n \"PublicIP\": \"9.223.110.232\",\n \"Current\": 25376171.542857\n },\n {\n \"NetInfoName\": \"eth1\",\n \"PublicIP\": \"9.223.96.218\",\n \"Current\": 338834939.199999\n }\n ]\n }\n ],\n \"AccessRegion\": \"MC\",\n \"RequestId\": \"xxx\"\n }\n}",
134
134
  "title": "获取流量监控信息"
135
135
  }
136
136
  ],
@@ -145,8 +145,8 @@
145
145
  "GetStatisticData": [
146
146
  {
147
147
  "document": "获取流量统计数据",
148
- "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetStatisticData\n<公共请求参数>\n\n{\n \"EndTime\": 1659514692,\n \"DeviceId\": \"xx\",\n \"TimeGranularity\": 1,\n \"BeginTime\": 1659513692\n}",
149
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"FilePath\": \"http://geekyang-cos-1257943044.cos-internal.ap-guangzhou.tencentcos.cn/test/175527768616861696.xlsx\"\n }\n}",
148
+ "input": "POST / HTTP/1.1\nHost: mna.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetStatisticData\n<公共请求参数>\n\n{\n \"EndTime\": 1659514692,\n \"DeviceId\": \"mna-test1\",\n \"TimeGranularity\": 1,\n \"BeginTime\": 1659513692,\n \"AccessRegion\": \"MC\",\n \"GatewayType\": 0\n}",
149
+ "output": "{\n \"Response\": {\n \"RequestId\": \"test-req\",\n \"FilePath\": \"http://geekyang-cos-1257943044.cos-internal.ap-guangzhou.tencentcos.cn/test/175527768616861696.xlsx\"\n }\n}",
150
150
  "title": "获取指定id的设备流量用量统计文件"
151
151
  }
152
152
  ],
@@ -16386,6 +16386,26 @@
16386
16386
  "output_required": true,
16387
16387
  "type": "bool",
16388
16388
  "value_allowed_null": true
16389
+ },
16390
+ {
16391
+ "disabled": false,
16392
+ "document": "采集agent期望pod数\n注意:此字段可能返回 null,表示取不到有效值。",
16393
+ "example": "1",
16394
+ "member": "int64",
16395
+ "name": "DesiredAgentNum",
16396
+ "output_required": false,
16397
+ "type": "int",
16398
+ "value_allowed_null": true
16399
+ },
16400
+ {
16401
+ "disabled": false,
16402
+ "document": "采集agent已正常启动pod数\n注意:此字段可能返回 null,表示取不到有效值。",
16403
+ "example": "1",
16404
+ "member": "int64",
16405
+ "name": "ReadyAgentNum",
16406
+ "output_required": false,
16407
+ "type": "int",
16408
+ "value_allowed_null": true
16389
16409
  }
16390
16410
  ],
16391
16411
  "usage": "out"