@xen-orchestra/rest-api 0.10.0 → 0.11.0

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.
@@ -1257,181 +1257,151 @@
1257
1257
  ],
1258
1258
  "type": "object"
1259
1259
  },
1260
- "Record_string.number-Array_": {
1260
+ "StatValues": {
1261
+ "items": {
1262
+ "type": "number",
1263
+ "format": "double",
1264
+ "nullable": true
1265
+ },
1266
+ "type": "array"
1267
+ },
1268
+ "Record_string.StatValues_": {
1261
1269
  "properties": {},
1262
1270
  "additionalProperties": {
1263
- "items": {
1264
- "type": "number",
1265
- "format": "double"
1266
- },
1267
- "type": "array"
1271
+ "$ref": "#/components/schemas/StatValues"
1268
1272
  },
1269
1273
  "type": "object",
1270
1274
  "description": "Construct a type with a set of properties K of type T"
1271
1275
  },
1272
- "XapiStatsResponse__cpus_63_-Record_string.number-Array_--cpuUsage_63_-number-Array--runstateFullrun_63_-number-Array--runstateFullContention_63_-number-Array--runstatePartialRun_63_-number-Array--runstatePartialContention_63_-number-Array--runstateConcurrencyHazard_63_-number-Array--runstateBlocked_63_-number-Array--iops_63__58__r-Record_string.number-Array_--w-Record_string.number-Array__--memory_63_-number-Array--memoryFree_63_-number-Array--memoryTarget_63_-number-Array--vifs_63__58__rx-Record_string.number-Array_--tx-Record_string.number-Array__--vifErrors_63__58__rx-Record_string.number-Array_--tx-Record_string.number-Array__--xvds_63__58__w_63_-Record_string.number-Array_--r_63_-Record_string.number-Array_--total_63_-Record_string.number-Array__--vbdLatency_63__58__w-Record_string.number-Array_--r-Record_string.number-Array__--vbdIowait_63_-Record_string.number-Array_--vbdInflight_63_-Record_string.number-Array_--vbdAvgquSz_63_-Record_string.number-Array___": {
1276
+ "RecordStatValues": {
1277
+ "$ref": "#/components/schemas/Record_string.StatValues_"
1278
+ },
1279
+ "XapiVmStatsRaw": {
1273
1280
  "properties": {
1274
- "stats": {
1281
+ "vbdAvgquSz": {
1282
+ "$ref": "#/components/schemas/RecordStatValues"
1283
+ },
1284
+ "vbdInflight": {
1285
+ "$ref": "#/components/schemas/RecordStatValues"
1286
+ },
1287
+ "vbdIowait": {
1288
+ "$ref": "#/components/schemas/RecordStatValues"
1289
+ },
1290
+ "vbdLatency": {
1275
1291
  "properties": {
1276
- "vbdAvgquSz": {
1277
- "$ref": "#/components/schemas/Record_string.number-Array_"
1278
- },
1279
- "vbdInflight": {
1280
- "$ref": "#/components/schemas/Record_string.number-Array_"
1281
- },
1282
- "vbdIowait": {
1283
- "$ref": "#/components/schemas/Record_string.number-Array_"
1284
- },
1285
- "vbdLatency": {
1286
- "properties": {
1287
- "r": {
1288
- "$ref": "#/components/schemas/Record_string.number-Array_"
1289
- },
1290
- "w": {
1291
- "$ref": "#/components/schemas/Record_string.number-Array_"
1292
- }
1293
- },
1294
- "required": [
1295
- "r",
1296
- "w"
1297
- ],
1298
- "type": "object"
1299
- },
1300
- "xvds": {
1301
- "properties": {
1302
- "total": {
1303
- "$ref": "#/components/schemas/Record_string.number-Array_"
1304
- },
1305
- "r": {
1306
- "$ref": "#/components/schemas/Record_string.number-Array_"
1307
- },
1308
- "w": {
1309
- "$ref": "#/components/schemas/Record_string.number-Array_"
1310
- }
1311
- },
1312
- "type": "object"
1292
+ "r": {
1293
+ "$ref": "#/components/schemas/RecordStatValues"
1313
1294
  },
1314
- "vifErrors": {
1315
- "properties": {
1316
- "tx": {
1317
- "$ref": "#/components/schemas/Record_string.number-Array_"
1318
- },
1319
- "rx": {
1320
- "$ref": "#/components/schemas/Record_string.number-Array_"
1321
- }
1322
- },
1323
- "required": [
1324
- "tx",
1325
- "rx"
1326
- ],
1327
- "type": "object"
1328
- },
1329
- "vifs": {
1330
- "properties": {
1331
- "tx": {
1332
- "$ref": "#/components/schemas/Record_string.number-Array_"
1333
- },
1334
- "rx": {
1335
- "$ref": "#/components/schemas/Record_string.number-Array_"
1336
- }
1337
- },
1338
- "required": [
1339
- "tx",
1340
- "rx"
1341
- ],
1342
- "type": "object"
1343
- },
1344
- "memoryTarget": {
1345
- "items": {
1346
- "type": "number",
1347
- "format": "double"
1348
- },
1349
- "type": "array"
1350
- },
1351
- "memoryFree": {
1352
- "items": {
1353
- "type": "number",
1354
- "format": "double"
1355
- },
1356
- "type": "array"
1357
- },
1358
- "memory": {
1359
- "items": {
1360
- "type": "number",
1361
- "format": "double"
1362
- },
1363
- "type": "array"
1364
- },
1365
- "iops": {
1366
- "properties": {
1367
- "w": {
1368
- "$ref": "#/components/schemas/Record_string.number-Array_"
1369
- },
1370
- "r": {
1371
- "$ref": "#/components/schemas/Record_string.number-Array_"
1372
- }
1373
- },
1374
- "required": [
1375
- "w",
1376
- "r"
1377
- ],
1378
- "type": "object"
1379
- },
1380
- "runstateBlocked": {
1381
- "items": {
1382
- "type": "number",
1383
- "format": "double"
1384
- },
1385
- "type": "array"
1386
- },
1387
- "runstateConcurrencyHazard": {
1388
- "items": {
1389
- "type": "number",
1390
- "format": "double"
1391
- },
1392
- "type": "array"
1393
- },
1394
- "runstatePartialContention": {
1395
- "items": {
1396
- "type": "number",
1397
- "format": "double"
1398
- },
1399
- "type": "array"
1295
+ "w": {
1296
+ "$ref": "#/components/schemas/RecordStatValues"
1297
+ }
1298
+ },
1299
+ "required": [
1300
+ "r",
1301
+ "w"
1302
+ ],
1303
+ "type": "object"
1304
+ },
1305
+ "xvds": {
1306
+ "properties": {
1307
+ "total": {
1308
+ "$ref": "#/components/schemas/RecordStatValues"
1400
1309
  },
1401
- "runstatePartialRun": {
1402
- "items": {
1403
- "type": "number",
1404
- "format": "double"
1405
- },
1406
- "type": "array"
1310
+ "r": {
1311
+ "$ref": "#/components/schemas/RecordStatValues"
1407
1312
  },
1408
- "runstateFullContention": {
1409
- "items": {
1410
- "type": "number",
1411
- "format": "double"
1412
- },
1413
- "type": "array"
1313
+ "w": {
1314
+ "$ref": "#/components/schemas/RecordStatValues"
1315
+ }
1316
+ },
1317
+ "type": "object"
1318
+ },
1319
+ "vifErrors": {
1320
+ "properties": {
1321
+ "tx": {
1322
+ "$ref": "#/components/schemas/RecordStatValues"
1414
1323
  },
1415
- "runstateFullrun": {
1416
- "items": {
1417
- "type": "number",
1418
- "format": "double"
1419
- },
1420
- "type": "array"
1324
+ "rx": {
1325
+ "$ref": "#/components/schemas/RecordStatValues"
1326
+ }
1327
+ },
1328
+ "required": [
1329
+ "tx",
1330
+ "rx"
1331
+ ],
1332
+ "type": "object"
1333
+ },
1334
+ "vifs": {
1335
+ "properties": {
1336
+ "tx": {
1337
+ "$ref": "#/components/schemas/RecordStatValues"
1421
1338
  },
1422
- "cpuUsage": {
1423
- "items": {
1424
- "type": "number",
1425
- "format": "double"
1426
- },
1427
- "type": "array"
1339
+ "rx": {
1340
+ "$ref": "#/components/schemas/RecordStatValues"
1341
+ }
1342
+ },
1343
+ "required": [
1344
+ "tx",
1345
+ "rx"
1346
+ ],
1347
+ "type": "object"
1348
+ },
1349
+ "memoryTarget": {
1350
+ "$ref": "#/components/schemas/StatValues"
1351
+ },
1352
+ "memoryFree": {
1353
+ "$ref": "#/components/schemas/StatValues"
1354
+ },
1355
+ "memory": {
1356
+ "$ref": "#/components/schemas/StatValues"
1357
+ },
1358
+ "iops": {
1359
+ "properties": {
1360
+ "w": {
1361
+ "$ref": "#/components/schemas/RecordStatValues"
1428
1362
  },
1429
- "cpus": {
1430
- "$ref": "#/components/schemas/Record_string.number-Array_"
1363
+ "r": {
1364
+ "$ref": "#/components/schemas/RecordStatValues"
1431
1365
  }
1432
1366
  },
1367
+ "required": [
1368
+ "w",
1369
+ "r"
1370
+ ],
1433
1371
  "type": "object"
1434
1372
  },
1373
+ "runstateBlocked": {
1374
+ "$ref": "#/components/schemas/StatValues"
1375
+ },
1376
+ "runstateConcurrencyHazard": {
1377
+ "$ref": "#/components/schemas/StatValues"
1378
+ },
1379
+ "runstatePartialContention": {
1380
+ "$ref": "#/components/schemas/StatValues"
1381
+ },
1382
+ "runstatePartialRun": {
1383
+ "$ref": "#/components/schemas/StatValues"
1384
+ },
1385
+ "runstateFullContention": {
1386
+ "$ref": "#/components/schemas/StatValues"
1387
+ },
1388
+ "runstateFullrun": {
1389
+ "$ref": "#/components/schemas/StatValues"
1390
+ },
1391
+ "cpuUsage": {
1392
+ "$ref": "#/components/schemas/StatValues"
1393
+ },
1394
+ "cpus": {
1395
+ "$ref": "#/components/schemas/RecordStatValues"
1396
+ }
1397
+ },
1398
+ "type": "object"
1399
+ },
1400
+ "XapiStatsResponse_XapiVmStatsRaw_": {
1401
+ "properties": {
1402
+ "stats": {
1403
+ "$ref": "#/components/schemas/XapiVmStatsRaw"
1404
+ },
1435
1405
  "interval": {
1436
1406
  "type": "number",
1437
1407
  "format": "double"
@@ -1449,7 +1419,7 @@
1449
1419
  "type": "object"
1450
1420
  },
1451
1421
  "XapiVmStats": {
1452
- "$ref": "#/components/schemas/XapiStatsResponse__cpus_63_-Record_string.number-Array_--cpuUsage_63_-number-Array--runstateFullrun_63_-number-Array--runstateFullContention_63_-number-Array--runstatePartialRun_63_-number-Array--runstatePartialContention_63_-number-Array--runstateConcurrencyHazard_63_-number-Array--runstateBlocked_63_-number-Array--iops_63__58__r-Record_string.number-Array_--w-Record_string.number-Array__--memory_63_-number-Array--memoryFree_63_-number-Array--memoryTarget_63_-number-Array--vifs_63__58__rx-Record_string.number-Array_--tx-Record_string.number-Array__--vifErrors_63__58__rx-Record_string.number-Array_--tx-Record_string.number-Array__--xvds_63__58__w_63_-Record_string.number-Array_--r_63_-Record_string.number-Array_--total_63_-Record_string.number-Array__--vbdLatency_63__58__w-Record_string.number-Array_--r-Record_string.number-Array__--vbdIowait_63_-Record_string.number-Array_--vbdInflight_63_-Record_string.number-Array_--vbdAvgquSz_63_-Record_string.number-Array___"
1422
+ "$ref": "#/components/schemas/XapiStatsResponse_XapiVmStatsRaw_"
1453
1423
  },
1454
1424
  "XapiStatsGranularity": {
1455
1425
  "type": "string",
@@ -6024,6 +5994,136 @@
6024
5994
  ],
6025
5995
  "type": "object"
6026
5996
  },
5997
+ "XapiHostStatsRaw": {
5998
+ "properties": {
5999
+ "pifs": {
6000
+ "properties": {
6001
+ "tx": {
6002
+ "$ref": "#/components/schemas/RecordStatValues"
6003
+ },
6004
+ "rx": {
6005
+ "$ref": "#/components/schemas/RecordStatValues"
6006
+ }
6007
+ },
6008
+ "required": [
6009
+ "tx",
6010
+ "rx"
6011
+ ],
6012
+ "type": "object"
6013
+ },
6014
+ "memoryFree": {
6015
+ "$ref": "#/components/schemas/StatValues"
6016
+ },
6017
+ "memory": {
6018
+ "$ref": "#/components/schemas/StatValues"
6019
+ },
6020
+ "load": {
6021
+ "$ref": "#/components/schemas/StatValues"
6022
+ },
6023
+ "latency": {
6024
+ "properties": {
6025
+ "w": {
6026
+ "$ref": "#/components/schemas/RecordStatValues"
6027
+ },
6028
+ "r": {
6029
+ "$ref": "#/components/schemas/RecordStatValues"
6030
+ }
6031
+ },
6032
+ "required": [
6033
+ "w",
6034
+ "r"
6035
+ ],
6036
+ "type": "object"
6037
+ },
6038
+ "iowait": {
6039
+ "$ref": "#/components/schemas/RecordStatValues"
6040
+ },
6041
+ "iops": {
6042
+ "properties": {
6043
+ "w": {
6044
+ "$ref": "#/components/schemas/RecordStatValues"
6045
+ },
6046
+ "r": {
6047
+ "$ref": "#/components/schemas/RecordStatValues"
6048
+ }
6049
+ },
6050
+ "required": [
6051
+ "w",
6052
+ "r"
6053
+ ],
6054
+ "type": "object"
6055
+ },
6056
+ "ioThroughput": {
6057
+ "properties": {
6058
+ "w": {
6059
+ "$ref": "#/components/schemas/RecordStatValues"
6060
+ },
6061
+ "r": {
6062
+ "$ref": "#/components/schemas/RecordStatValues"
6063
+ }
6064
+ },
6065
+ "required": [
6066
+ "w",
6067
+ "r"
6068
+ ],
6069
+ "type": "object"
6070
+ },
6071
+ "cpus": {
6072
+ "$ref": "#/components/schemas/RecordStatValues"
6073
+ }
6074
+ },
6075
+ "type": "object"
6076
+ },
6077
+ "XapiStatsResponse_XapiHostStatsRaw_": {
6078
+ "properties": {
6079
+ "stats": {
6080
+ "$ref": "#/components/schemas/XapiHostStatsRaw"
6081
+ },
6082
+ "interval": {
6083
+ "type": "number",
6084
+ "format": "double"
6085
+ },
6086
+ "endTimestamp": {
6087
+ "type": "number",
6088
+ "format": "double"
6089
+ }
6090
+ },
6091
+ "required": [
6092
+ "stats",
6093
+ "interval",
6094
+ "endTimestamp"
6095
+ ],
6096
+ "type": "object"
6097
+ },
6098
+ "XapiHostStats": {
6099
+ "$ref": "#/components/schemas/XapiStatsResponse_XapiHostStatsRaw_"
6100
+ },
6101
+ "Record_XoHost-at-id.XapiHostStats-or-_error-Record_string.unknown___": {
6102
+ "properties": {},
6103
+ "additionalProperties": {
6104
+ "anyOf": [
6105
+ {
6106
+ "$ref": "#/components/schemas/XapiHostStats"
6107
+ },
6108
+ {
6109
+ "properties": {
6110
+ "error": {
6111
+ "$ref": "#/components/schemas/Record_string.unknown_"
6112
+ }
6113
+ },
6114
+ "required": [
6115
+ "error"
6116
+ ],
6117
+ "type": "object"
6118
+ }
6119
+ ]
6120
+ },
6121
+ "type": "object",
6122
+ "description": "Construct a type with a set of properties K of type T"
6123
+ },
6124
+ "XapiPoolStats": {
6125
+ "$ref": "#/components/schemas/Record_XoHost-at-id.XapiHostStats-or-_error-Record_string.unknown___"
6126
+ },
6027
6127
  "Branded_PIF_": {
6028
6128
  "allOf": [
6029
6129
  {
@@ -8025,145 +8125,32 @@
8025
8125
  "enabled",
8026
8126
  "hostname",
8027
8127
  "hvmCapable",
8028
- "id",
8029
- "iscsiIqn",
8030
- "license_expiry",
8031
- "license_params",
8032
- "license_server",
8033
- "logging",
8034
- "memory",
8035
- "multipathing",
8036
- "name_description",
8037
- "name_label",
8038
- "otherConfig",
8039
- "patches",
8040
- "power_state",
8041
- "powerOnMode",
8042
- "productBrand",
8043
- "rebootRequired",
8044
- "residentVms",
8045
- "startTime",
8046
- "supplementalPacks",
8047
- "tags",
8048
- "type",
8049
- "version",
8050
- "zstdSupported"
8051
- ],
8052
- "type": "object"
8053
- },
8054
- "XapiStatsResponse__cpus_63_-Record_string.number-Array_--ioThroughput_63__58__r-Record_string.number-Array_--w-Record_string.number-Array__--iops_63__58__r-Record_string.number-Array_--w-Record_string.number-Array__--iowait_63_-Record_string.number-Array_--latency_63__58__r-Record_string.number-Array_--w-Record_string.number-Array__--load_63_-number-Array--memory_63_-number-Array--memoryFree_63_-number-Array--pifs_63__58__rx-Record_string.number-Array_--tx-Record_string.number-Array____": {
8055
- "properties": {
8056
- "stats": {
8057
- "properties": {
8058
- "pifs": {
8059
- "properties": {
8060
- "tx": {
8061
- "$ref": "#/components/schemas/Record_string.number-Array_"
8062
- },
8063
- "rx": {
8064
- "$ref": "#/components/schemas/Record_string.number-Array_"
8065
- }
8066
- },
8067
- "required": [
8068
- "tx",
8069
- "rx"
8070
- ],
8071
- "type": "object"
8072
- },
8073
- "memoryFree": {
8074
- "items": {
8075
- "type": "number",
8076
- "format": "double"
8077
- },
8078
- "type": "array"
8079
- },
8080
- "memory": {
8081
- "items": {
8082
- "type": "number",
8083
- "format": "double"
8084
- },
8085
- "type": "array"
8086
- },
8087
- "load": {
8088
- "items": {
8089
- "type": "number",
8090
- "format": "double"
8091
- },
8092
- "type": "array"
8093
- },
8094
- "latency": {
8095
- "properties": {
8096
- "w": {
8097
- "$ref": "#/components/schemas/Record_string.number-Array_"
8098
- },
8099
- "r": {
8100
- "$ref": "#/components/schemas/Record_string.number-Array_"
8101
- }
8102
- },
8103
- "required": [
8104
- "w",
8105
- "r"
8106
- ],
8107
- "type": "object"
8108
- },
8109
- "iowait": {
8110
- "$ref": "#/components/schemas/Record_string.number-Array_"
8111
- },
8112
- "iops": {
8113
- "properties": {
8114
- "w": {
8115
- "$ref": "#/components/schemas/Record_string.number-Array_"
8116
- },
8117
- "r": {
8118
- "$ref": "#/components/schemas/Record_string.number-Array_"
8119
- }
8120
- },
8121
- "required": [
8122
- "w",
8123
- "r"
8124
- ],
8125
- "type": "object"
8126
- },
8127
- "ioThroughput": {
8128
- "properties": {
8129
- "w": {
8130
- "$ref": "#/components/schemas/Record_string.number-Array_"
8131
- },
8132
- "r": {
8133
- "$ref": "#/components/schemas/Record_string.number-Array_"
8134
- }
8135
- },
8136
- "required": [
8137
- "w",
8138
- "r"
8139
- ],
8140
- "type": "object"
8141
- },
8142
- "cpus": {
8143
- "$ref": "#/components/schemas/Record_string.number-Array_"
8144
- }
8145
- },
8146
- "type": "object"
8147
- },
8148
- "interval": {
8149
- "type": "number",
8150
- "format": "double"
8151
- },
8152
- "endTimestamp": {
8153
- "type": "number",
8154
- "format": "double"
8155
- }
8156
- },
8157
- "required": [
8158
- "stats",
8159
- "interval",
8160
- "endTimestamp"
8128
+ "id",
8129
+ "iscsiIqn",
8130
+ "license_expiry",
8131
+ "license_params",
8132
+ "license_server",
8133
+ "logging",
8134
+ "memory",
8135
+ "multipathing",
8136
+ "name_description",
8137
+ "name_label",
8138
+ "otherConfig",
8139
+ "patches",
8140
+ "power_state",
8141
+ "powerOnMode",
8142
+ "productBrand",
8143
+ "rebootRequired",
8144
+ "residentVms",
8145
+ "startTime",
8146
+ "supplementalPacks",
8147
+ "tags",
8148
+ "type",
8149
+ "version",
8150
+ "zstdSupported"
8161
8151
  ],
8162
8152
  "type": "object"
8163
8153
  },
8164
- "XapiHostStats": {
8165
- "$ref": "#/components/schemas/XapiStatsResponse__cpus_63_-Record_string.number-Array_--ioThroughput_63__58__r-Record_string.number-Array_--w-Record_string.number-Array__--iops_63__58__r-Record_string.number-Array_--w-Record_string.number-Array__--iowait_63_-Record_string.number-Array_--latency_63__58__r-Record_string.number-Array_--w-Record_string.number-Array__--load_63_-number-Array--memory_63_-number-Array--memoryFree_63_-number-Array--pifs_63__58__rx-Record_string.number-Array_--tx-Record_string.number-Array____"
8166
- },
8167
8154
  "Partial_Unbrand_XoGroup__": {
8168
8155
  "properties": {
8169
8156
  "id": {
@@ -8264,7 +8251,7 @@
8264
8251
  },
8265
8252
  "info": {
8266
8253
  "title": "@xen-orchestra/rest-api",
8267
- "version": "0.10.0",
8254
+ "version": "0.11.0",
8268
8255
  "description": "REST API to manage your XOA",
8269
8256
  "license": {
8270
8257
  "name": "AGPL-3.0-or-later"
@@ -13814,6 +13801,2035 @@
13814
13801
  }
13815
13802
  }
13816
13803
  },
13804
+ "/pools/{id}/stats": {
13805
+ "get": {
13806
+ "operationId": "GetStats",
13807
+ "responses": {
13808
+ "200": {
13809
+ "description": "Ok",
13810
+ "content": {
13811
+ "application/json": {
13812
+ "schema": {
13813
+ "$ref": "#/components/schemas/XapiPoolStats"
13814
+ },
13815
+ "examples": {
13816
+ "Example 1": {
13817
+ "value": {
13818
+ "6278d39b-f972-43b0-a1f8-d31dc2beb923": {
13819
+ "error": {
13820
+ "code": "HOST_OFFLINE",
13821
+ "params": [
13822
+ "OpaqueRef:9a9b0a02-e888-4eaf-9d8c-127cfd8e5d9e"
13823
+ ],
13824
+ "call": {
13825
+ "duration": 158,
13826
+ "method": "host.get_servertime",
13827
+ "params": [
13828
+ "* session id *",
13829
+ "OpaqueRef:9a9b0a02-e888-4eaf-9d8c-127cfd8e5d9e"
13830
+ ]
13831
+ }
13832
+ }
13833
+ },
13834
+ "0e21d25b-4487-4f63-b0d1-2d0f6bf5aa7f": {
13835
+ "endTimestamp": 1751031135,
13836
+ "interval": 5,
13837
+ "stats": {
13838
+ "memory": [
13839
+ 4286177280,
13840
+ 4286177280,
13841
+ 4286177280,
13842
+ 4286177280,
13843
+ 4286177280,
13844
+ 4286177280,
13845
+ 4286177280,
13846
+ 4286177280,
13847
+ 4286177280,
13848
+ 4286177280,
13849
+ 4286177280,
13850
+ 4286177280,
13851
+ 4286177280,
13852
+ 4286177280,
13853
+ 4286177280,
13854
+ 4286177280,
13855
+ 4286177280,
13856
+ 4286177280,
13857
+ 4286177280,
13858
+ 4286177280,
13859
+ 4286177280,
13860
+ 4286177280,
13861
+ 4286177280,
13862
+ 4286177280,
13863
+ 4286177280,
13864
+ 4286177280,
13865
+ 4286177280,
13866
+ 4286177280,
13867
+ 4286177280,
13868
+ 4286177280,
13869
+ 4286177280,
13870
+ 4286177280,
13871
+ 4286177280,
13872
+ 4286177280,
13873
+ 4286177280,
13874
+ 4286177280,
13875
+ 4286177280,
13876
+ 4286177280,
13877
+ 4286177280,
13878
+ 4286177280,
13879
+ 4286177280,
13880
+ 4286177280,
13881
+ 4286177280,
13882
+ 4286177280,
13883
+ 4286177280,
13884
+ 4286177280,
13885
+ 4286177280,
13886
+ 4286177280,
13887
+ 4286177280,
13888
+ 4286177280,
13889
+ 4286177280,
13890
+ 4286177280,
13891
+ 4286177280,
13892
+ 4286177280,
13893
+ 4286177280,
13894
+ 4286177280,
13895
+ 4286177280,
13896
+ 4286177280,
13897
+ 4286177280,
13898
+ 4286177280,
13899
+ 4286177280,
13900
+ 4286177280,
13901
+ 4286177280,
13902
+ 4286177280,
13903
+ 4286177280,
13904
+ 4286177280,
13905
+ 4286177280,
13906
+ 4286177280,
13907
+ 4286177280,
13908
+ 4286177280,
13909
+ 4286177280,
13910
+ 4286177280,
13911
+ 4286177280,
13912
+ 4286177280,
13913
+ 4286177280,
13914
+ 4286177280,
13915
+ 4286177280,
13916
+ 4286177280,
13917
+ 4286177280,
13918
+ 4286177280,
13919
+ 4286177280,
13920
+ 4286177280,
13921
+ 4286177280,
13922
+ 4286177280,
13923
+ 4286177280,
13924
+ 4286177280,
13925
+ 4286177280,
13926
+ 4286177280,
13927
+ 4286177280,
13928
+ 4286177280,
13929
+ 4286177280,
13930
+ 4286177280,
13931
+ 4286177280,
13932
+ 4286177280,
13933
+ 4286177280,
13934
+ 4286177280,
13935
+ 4286177280,
13936
+ 4286177280,
13937
+ 4286177280,
13938
+ 4286177280,
13939
+ 4286177280,
13940
+ 4286177280,
13941
+ 4286177280,
13942
+ 4286177280,
13943
+ 4286177280,
13944
+ 4286177280,
13945
+ 4286177280,
13946
+ 4286177280,
13947
+ 4286177280,
13948
+ 4286177280,
13949
+ 4286177280,
13950
+ 4286177280,
13951
+ 4286177280,
13952
+ 4286177280,
13953
+ 4286177280,
13954
+ 4286177280,
13955
+ 4286177280,
13956
+ 4286177280
13957
+ ],
13958
+ "memoryFree": [
13959
+ 2670882816,
13960
+ 2670882816,
13961
+ 2670882816,
13962
+ 2670882816,
13963
+ 2670882816,
13964
+ 2670882816,
13965
+ 2670882816,
13966
+ 2670882816,
13967
+ 2670882816,
13968
+ 2670882816,
13969
+ 2670882816,
13970
+ 2670882816,
13971
+ 2670882816,
13972
+ 2670882816,
13973
+ 2670882816,
13974
+ 2670882816,
13975
+ 2670882816,
13976
+ 2670882816,
13977
+ 2670882816,
13978
+ 2670882816,
13979
+ 2670882816,
13980
+ 2670882816,
13981
+ 2670882816,
13982
+ 2670882816,
13983
+ 2670882816,
13984
+ 2670882816,
13985
+ 2670882816,
13986
+ 2670882816,
13987
+ 2670882816,
13988
+ 2670882816,
13989
+ 2670882816,
13990
+ 2670882816,
13991
+ 2670882816,
13992
+ 2670882816,
13993
+ 2670882816,
13994
+ 2670882816,
13995
+ 2670882816,
13996
+ 2670882816,
13997
+ 2670882816,
13998
+ 2670882816,
13999
+ 2670882816,
14000
+ 2670882816,
14001
+ 2670882816,
14002
+ 2670882816,
14003
+ 2670882816,
14004
+ 2670882816,
14005
+ 2670882816,
14006
+ 2670882816,
14007
+ 2670882816,
14008
+ 2670882816,
14009
+ 2670882816,
14010
+ 2670882816,
14011
+ 2670882816,
14012
+ 2670882816,
14013
+ 2670882816,
14014
+ 2670882816,
14015
+ 2670882816,
14016
+ 2670882816,
14017
+ 2670882816,
14018
+ 2670882816,
14019
+ 2670882816,
14020
+ 2670882816,
14021
+ 2670882816,
14022
+ 2670882816,
14023
+ 2670882816,
14024
+ 2670882816,
14025
+ 2670882816,
14026
+ 2670882816,
14027
+ 2670882816,
14028
+ 2670882816,
14029
+ 2670882816,
14030
+ 2670882816,
14031
+ 2670882816,
14032
+ 2670882816,
14033
+ 2670882816,
14034
+ 2670882816,
14035
+ 2670882816,
14036
+ 2670882816,
14037
+ 2670882816,
14038
+ 2670882816,
14039
+ 2670882816,
14040
+ 2670882816,
14041
+ 2670882816,
14042
+ 2670882816,
14043
+ 2670882816,
14044
+ 2670882816,
14045
+ 2670882816,
14046
+ 2670882816,
14047
+ 2670882816,
14048
+ 2670882816,
14049
+ 2670882816,
14050
+ 2670882816,
14051
+ 2670882816,
14052
+ 2670882816,
14053
+ 2670882816,
14054
+ 2670882816,
14055
+ 2670882816,
14056
+ 2670882816,
14057
+ 2670882816,
14058
+ 2670882816,
14059
+ 2670882816,
14060
+ 2670882816,
14061
+ 2670882816,
14062
+ 2670882816,
14063
+ 2670882816,
14064
+ 2670882816,
14065
+ 2670882816,
14066
+ 2670882816,
14067
+ 2670882816,
14068
+ 2670882816,
14069
+ 2670882816,
14070
+ 2670882816,
14071
+ 2670882816,
14072
+ 2670882816,
14073
+ 2670882816,
14074
+ 2670882816,
14075
+ 2670882816,
14076
+ 2670882816
14077
+ ],
14078
+ "cpus": {
14079
+ "0": [
14080
+ 10.07,
14081
+ 9.56,
14082
+ 8.88,
14083
+ 9.6,
14084
+ 10.31,
14085
+ 8.88,
14086
+ 9.36,
14087
+ 9.84,
14088
+ 10.459999999999999,
14089
+ 10.299999999999999,
14090
+ 11.48,
14091
+ 9.719999999999999,
14092
+ 8.35,
14093
+ 8.63,
14094
+ 9.44,
14095
+ 10.059999999999999,
14096
+ 10.34,
14097
+ 8.81,
14098
+ 8.5,
14099
+ 8.89,
14100
+ 10,
14101
+ 11.12,
14102
+ 12.120000000000001,
14103
+ 9.92,
14104
+ 9.21,
14105
+ 9.58,
14106
+ 9.719999999999999,
14107
+ 9.85,
14108
+ 10.979999999999999,
14109
+ 9.950000000000001,
14110
+ 10.54,
14111
+ 10.84,
14112
+ 10.290000000000001,
14113
+ 11.74,
14114
+ 12.18,
14115
+ 10.22,
14116
+ 8.559999999999999,
14117
+ 9.25,
14118
+ 9.53,
14119
+ 11.64,
14120
+ 15.24,
14121
+ 9.82,
14122
+ 9.78,
14123
+ 9.19,
14124
+ 9.71,
14125
+ 10.040000000000001,
14126
+ 11.129999999999999,
14127
+ 9.06,
14128
+ 9.28,
14129
+ 9.53,
14130
+ 9.629999999999999,
14131
+ 9.77,
14132
+ 10.96,
14133
+ 10.32,
14134
+ 9.3,
14135
+ 9.65,
14136
+ 14.41,
14137
+ 26.479999999999997,
14138
+ 30.159999999999997,
14139
+ 20.29,
14140
+ 17.09,
14141
+ 15.43,
14142
+ 14.37,
14143
+ 11.23,
14144
+ 10.27,
14145
+ 9.4,
14146
+ 8.649999999999999,
14147
+ 13.020000000000001,
14148
+ 18.86,
14149
+ 9.27,
14150
+ 11.27,
14151
+ 10.81,
14152
+ 11.23,
14153
+ 12.85,
14154
+ 11.19,
14155
+ 9.370000000000001,
14156
+ 10.59,
14157
+ 10.39,
14158
+ 10.82,
14159
+ 10.79,
14160
+ 14.04,
14161
+ 10.83,
14162
+ 11.83,
14163
+ 9.5,
14164
+ 9.77,
14165
+ 9.48,
14166
+ 9.59,
14167
+ 13.36,
14168
+ 20.49,
14169
+ 8.57,
14170
+ 11.03,
14171
+ 17.01,
14172
+ 18.05,
14173
+ 10.549999999999999,
14174
+ 13.100000000000001,
14175
+ 10.18,
14176
+ 10.38,
14177
+ 9.27,
14178
+ 10.93,
14179
+ 11.05,
14180
+ 11.59,
14181
+ 12.11,
14182
+ 15.459999999999999,
14183
+ 10.290000000000001,
14184
+ 11.469999999999999,
14185
+ 20.5,
14186
+ 12.36,
14187
+ 10.31,
14188
+ 9.27,
14189
+ 8.97,
14190
+ 10.51,
14191
+ 9.959999999999999,
14192
+ 11.4,
14193
+ 10.65,
14194
+ 8.82,
14195
+ 8.67,
14196
+ 9.93,
14197
+ 16.12
14198
+ ],
14199
+ "1": [
14200
+ 9.04,
14201
+ 8.57,
14202
+ 8.52,
14203
+ 9.44,
14204
+ 10.15,
14205
+ 9.790000000000001,
14206
+ 9.53,
14207
+ 9.120000000000001,
14208
+ 8.75,
14209
+ 9.47,
14210
+ 9.8,
14211
+ 8.82,
14212
+ 9.959999999999999,
14213
+ 10.03,
14214
+ 9.01,
14215
+ 9.36,
14216
+ 10.23,
14217
+ 10.36,
14218
+ 10.68,
14219
+ 9.62,
14220
+ 9.25,
14221
+ 9.26,
14222
+ 9.29,
14223
+ 9.34,
14224
+ 9.120000000000001,
14225
+ 9.139999999999999,
14226
+ 9.520000000000001,
14227
+ 9.47,
14228
+ 9.78,
14229
+ 8.09,
14230
+ 7.7299999999999995,
14231
+ 7.430000000000001,
14232
+ 8.35,
14233
+ 8.73,
14234
+ 9.85,
14235
+ 9.6,
14236
+ 9.82,
14237
+ 9.04,
14238
+ 8.93,
14239
+ 11.12,
14240
+ 14.17,
14241
+ 7.86,
14242
+ 8.59,
14243
+ 9.35,
14244
+ 8.34,
14245
+ 9.47,
14246
+ 10.620000000000001,
14247
+ 9.75,
14248
+ 9.629999999999999,
14249
+ 9.34,
14250
+ 9.94,
14251
+ 9.73,
14252
+ 9.86,
14253
+ 8.57,
14254
+ 9.04,
14255
+ 9.22,
14256
+ 12.24,
14257
+ 21.93,
14258
+ 21.59,
14259
+ 13.19,
14260
+ 18.529999999999998,
14261
+ 12,
14262
+ 11.200000000000001,
14263
+ 10.94,
14264
+ 10.26,
14265
+ 9.87,
14266
+ 9.879999999999999,
14267
+ 9.83,
14268
+ 15.18,
14269
+ 9.520000000000001,
14270
+ 11.129999999999999,
14271
+ 11.84,
14272
+ 11.05,
14273
+ 9.66,
14274
+ 8.18,
14275
+ 7.91,
14276
+ 10.33,
14277
+ 9.120000000000001,
14278
+ 9.3,
14279
+ 9.92,
14280
+ 15.290000000000001,
14281
+ 9.049999999999999,
14282
+ 9.17,
14283
+ 9.180000000000001,
14284
+ 8.37,
14285
+ 9.11,
14286
+ 9.54,
14287
+ 11,
14288
+ 18.32,
14289
+ 9.049999999999999,
14290
+ 11.51,
14291
+ 15.939999999999998,
14292
+ 11.08,
14293
+ 9.41,
14294
+ 10.780000000000001,
14295
+ 9.51,
14296
+ 8.37,
14297
+ 9.180000000000001,
14298
+ 9.39,
14299
+ 8.03,
14300
+ 9.85,
14301
+ 10.36,
14302
+ 13.98,
14303
+ 9.39,
14304
+ 9.950000000000001,
14305
+ 10.84,
14306
+ 10.280000000000001,
14307
+ 8.12,
14308
+ 9.69,
14309
+ 8.780000000000001,
14310
+ 9.69,
14311
+ 9.48,
14312
+ 9.34,
14313
+ 7.79,
14314
+ 9.47,
14315
+ 9.29,
14316
+ 10.7,
14317
+ 17.66
14318
+ ]
14319
+ },
14320
+ "load": [
14321
+ 0.1463,
14322
+ 0.1364,
14323
+ 0.1264,
14324
+ 0.1164,
14325
+ 0.135,
14326
+ 0.1729,
14327
+ 0.1565,
14328
+ 0.1465,
14329
+ 0.1365,
14330
+ 0.1265,
14331
+ 0.1165,
14332
+ 0.1065,
14333
+ 0.0966,
14334
+ 0.0866,
14335
+ 0.08,
14336
+ 0.0766,
14337
+ 0.0666,
14338
+ 0.06,
14339
+ 0.0567,
14340
+ 0.05,
14341
+ 0.0467,
14342
+ 0.04,
14343
+ 0.04,
14344
+ 0.0368,
14345
+ 0.03,
14346
+ 0.03,
14347
+ 0.03,
14348
+ 0.0268,
14349
+ 0.02,
14350
+ 0.02,
14351
+ 0.02,
14352
+ 0.02,
14353
+ 0.0169,
14354
+ 0.01,
14355
+ 0.01,
14356
+ 0.01,
14357
+ 0.01,
14358
+ 0.01,
14359
+ 0.01,
14360
+ 0.01,
14361
+ 0.01,
14362
+ 0.0332,
14363
+ 0.1101,
14364
+ 0.1571,
14365
+ 0.1443,
14366
+ 0.1272,
14367
+ 0.1172,
14368
+ 0.1072,
14369
+ 0.1,
14370
+ 0.0972,
14371
+ 0.131,
14372
+ 0.2346,
14373
+ 0.2146,
14374
+ 0.1973,
14375
+ 0.1846,
14376
+ 0.1886,
14377
+ 0.2347,
14378
+ 0.2358,
14379
+ 0.2748,
14380
+ 0.2548,
14381
+ 0.2555,
14382
+ 0.2923,
14383
+ 0.2649,
14384
+ 0.245,
14385
+ 0.225,
14386
+ 0.2274,
14387
+ 0.2726,
14388
+ 0.2451,
14389
+ 0.2446,
14390
+ 0.2851,
14391
+ 0.2652,
14392
+ 0.2452,
14393
+ 0.2253,
14394
+ 0.2053,
14395
+ 0.1877,
14396
+ 0.1754,
14397
+ 0.1554,
14398
+ 0.156,
14399
+ 0.2055,
14400
+ 0.1855,
14401
+ 0.1678,
14402
+ 0.1578,
14403
+ 0.1478,
14404
+ 0.1356,
14405
+ 0.1178,
14406
+ 0.1079,
14407
+ 0.1,
14408
+ 0.0979,
14409
+ 0.0879,
14410
+ 0.0779,
14411
+ 0.07,
14412
+ 0.0843,
14413
+ 0.138,
14414
+ 0.128,
14415
+ 0.118,
14416
+ 0.108,
14417
+ 0.0981,
14418
+ 0.0881,
14419
+ 0.08,
14420
+ 0.0781,
14421
+ 0.07,
14422
+ 0.0682,
14423
+ 0.06,
14424
+ 0.0582,
14425
+ 0.05,
14426
+ 0.0482,
14427
+ 0.04,
14428
+ 0.04,
14429
+ 0.0383,
14430
+ 0.03,
14431
+ 0.03,
14432
+ 0.0283,
14433
+ 0.02,
14434
+ 0.033,
14435
+ 0.0984,
14436
+ 0.0884,
14437
+ 0.08,
14438
+ 0.1033
14439
+ ],
14440
+ "pifs": {
14441
+ "rx": {
14442
+ "0": [
14443
+ 177.1505,
14444
+ 146.0538,
14445
+ 65.197,
14446
+ 161.1729,
14447
+ 140.153,
14448
+ 133.3197,
14449
+ 95.6565,
14450
+ 254.4575,
14451
+ 622.2478,
14452
+ 613.8387,
14453
+ 154.9934,
14454
+ 124.0258,
14455
+ 187.5361,
14456
+ 198.7337,
14457
+ 166.6895,
14458
+ 197.9211,
14459
+ 159.0272,
14460
+ 138.8176,
14461
+ 177.7427,
14462
+ 138.8519,
14463
+ 138.6663,
14464
+ 149.9577,
14465
+ 156.1524,
14466
+ 165.8935,
14467
+ 173.4432,
14468
+ 160.3388,
14469
+ 233.173,
14470
+ 260.8957,
14471
+ 139.7597,
14472
+ 169.8137,
14473
+ 113.6127,
14474
+ 421.4655,
14475
+ 817.7339,
14476
+ 266.2525,
14477
+ 520.4689,
14478
+ 150.6032,
14479
+ 190.2794,
14480
+ 193.0448,
14481
+ 160.5704,
14482
+ 182.0646,
14483
+ 110.6279,
14484
+ 62.0256,
14485
+ 237.651,
14486
+ 297.4287,
14487
+ 248.6124,
14488
+ 124.6001,
14489
+ 135.1613,
14490
+ 127.4922,
14491
+ 137.3023,
14492
+ 186.3178,
14493
+ 215.8744,
14494
+ 176.2602,
14495
+ 166.0728,
14496
+ 177.0399,
14497
+ 122.5788,
14498
+ 225.3141,
14499
+ 622.6523,
14500
+ 548.8357,
14501
+ 122.3089,
14502
+ 195.4243,
14503
+ 276.8979,
14504
+ 193.8274,
14505
+ 190.4752,
14506
+ 156.2348,
14507
+ 199.6902,
14508
+ 156.4138,
14509
+ 136.0526,
14510
+ 149.4206,
14511
+ 142.098,
14512
+ 165.8939,
14513
+ 112.3953,
14514
+ 125.9506,
14515
+ 178.4714,
14516
+ 262.318,
14517
+ 207.2666,
14518
+ 200.2995,
14519
+ 174.3736,
14520
+ 205.5677,
14521
+ 18.7483,
14522
+ 97.1194,
14523
+ 370.3324,
14524
+ 917.407,
14525
+ 128.3314,
14526
+ 175.9807,
14527
+ 112.3198,
14528
+ 111.9657,
14529
+ 145.1591,
14530
+ 140.079,
14531
+ 218.2649,
14532
+ 214.8196,
14533
+ 192.7014,
14534
+ 175.0843,
14535
+ 119.3893,
14536
+ 121.1903,
14537
+ 144.0656,
14538
+ 188.201,
14539
+ 120.877,
14540
+ 157.461,
14541
+ 133.2787,
14542
+ 168.9598,
14543
+ 166.4183,
14544
+ 193.7425,
14545
+ 218.7006,
14546
+ 312.7589,
14547
+ 965.4944,
14548
+ 155.9674,
14549
+ 342.8991,
14550
+ 296.6323,
14551
+ 591.9749,
14552
+ 166.365,
14553
+ 112.7707,
14554
+ 167.502,
14555
+ 160.8092,
14556
+ 223.3223,
14557
+ 211.1992,
14558
+ 177.7079,
14559
+ 20.2051,
14560
+ 127.1545
14561
+ ],
14562
+ "1": [
14563
+ 189.4876,
14564
+ 116.8431,
14565
+ 63.3135,
14566
+ 181.0414,
14567
+ 553.2811,
14568
+ 838.5921,
14569
+ 192.277,
14570
+ 199.4739,
14571
+ 177.2014,
14572
+ 184.4713,
14573
+ 513.2862,
14574
+ 757.6664,
14575
+ 177.6102,
14576
+ 180.5172,
14577
+ 191.3914,
14578
+ 263.0015,
14579
+ 591.4913,
14580
+ 791.7061,
14581
+ 298.3245,
14582
+ 419.0697,
14583
+ 231.2719,
14584
+ 223.6201,
14585
+ 489.2033,
14586
+ 780.8646,
14587
+ 183.6428,
14588
+ 204.0968,
14589
+ 230.1329,
14590
+ 239.0858,
14591
+ 655.997,
14592
+ 980.0488,
14593
+ 180.0527,
14594
+ 192.8379,
14595
+ 282.7487,
14596
+ 656.5881,
14597
+ 784.7719,
14598
+ 183.571,
14599
+ 186.4121,
14600
+ 190.1587,
14601
+ 208.6954,
14602
+ 611.2658,
14603
+ 1019.4175,
14604
+ 55.8925,
14605
+ 187.4972,
14606
+ 179.731,
14607
+ 192.0186,
14608
+ 188.1511,
14609
+ 479.8468,
14610
+ 952.6181,
14611
+ 216.3036,
14612
+ 233.8062,
14613
+ 240.7673,
14614
+ 272.0145,
14615
+ 512.7843,
14616
+ 687.7659,
14617
+ 224.8852,
14618
+ 217.9776,
14619
+ 206.3708,
14620
+ 8436.2803,
14621
+ 26685.4648,
14622
+ 12811.7305,
14623
+ 10669.3057,
14624
+ 6786.4961,
14625
+ 7084.0381,
14626
+ 4580.3521,
14627
+ 545.4028,
14628
+ 864.8164,
14629
+ 202.1622,
14630
+ 505.0804,
14631
+ 1147.189,
14632
+ 452.3743,
14633
+ 1086.2987,
14634
+ 894.4191,
14635
+ 1005.7607,
14636
+ 2717.6548,
14637
+ 245.2338,
14638
+ 451.8658,
14639
+ 987.2057,
14640
+ 163.0364,
14641
+ 1074.0902,
14642
+ 3796.7485,
14643
+ 784.3134,
14644
+ 1258.4941,
14645
+ 430.8885,
14646
+ 887.2435,
14647
+ 218.9164,
14648
+ 206.8704,
14649
+ 191.4602,
14650
+ 330.3448,
14651
+ 809.7494,
14652
+ 883.0421,
14653
+ 194.0328,
14654
+ 208.9014,
14655
+ 484.3492,
14656
+ 1186.8184,
14657
+ 440.232,
14658
+ 987.4225,
14659
+ 220.3967,
14660
+ 218.6031,
14661
+ 212.9356,
14662
+ 246.0948,
14663
+ 520.4993,
14664
+ 1043.0072,
14665
+ 194.5119,
14666
+ 198.7182,
14667
+ 419.5035,
14668
+ 1362.4612,
14669
+ 680.6985,
14670
+ 555.4032,
14671
+ 201.996,
14672
+ 206.6911,
14673
+ 220.3556,
14674
+ 352.4922,
14675
+ 1076.2238,
14676
+ 200.6009,
14677
+ 189.8869,
14678
+ 146.8022,
14679
+ 27.4213,
14680
+ 365.4701
14681
+ ]
14682
+ },
14683
+ "tx": {
14684
+ "0": [
14685
+ 0,
14686
+ 0,
14687
+ 0,
14688
+ 0,
14689
+ 0,
14690
+ 0,
14691
+ 0,
14692
+ 0,
14693
+ 0,
14694
+ 0,
14695
+ 0,
14696
+ 0,
14697
+ 0,
14698
+ 0,
14699
+ 0,
14700
+ 0,
14701
+ 0,
14702
+ 0,
14703
+ 0,
14704
+ 0,
14705
+ 0,
14706
+ 0,
14707
+ 0,
14708
+ 0,
14709
+ 0,
14710
+ 0,
14711
+ 0,
14712
+ 0,
14713
+ 0,
14714
+ 0,
14715
+ 0,
14716
+ 0,
14717
+ 0,
14718
+ 0,
14719
+ 0,
14720
+ 0,
14721
+ 0,
14722
+ 0,
14723
+ 0,
14724
+ 0,
14725
+ 0,
14726
+ 0,
14727
+ 0,
14728
+ 0,
14729
+ 0,
14730
+ 0,
14731
+ 0,
14732
+ 0,
14733
+ 0,
14734
+ 0,
14735
+ 0,
14736
+ 0,
14737
+ 0,
14738
+ 0,
14739
+ 0,
14740
+ 0,
14741
+ 0,
14742
+ 0,
14743
+ 0,
14744
+ 0,
14745
+ 0,
14746
+ 0,
14747
+ 0,
14748
+ 0,
14749
+ 0,
14750
+ 0,
14751
+ 0,
14752
+ 0,
14753
+ 0,
14754
+ 0,
14755
+ 0,
14756
+ 0,
14757
+ 0,
14758
+ 0,
14759
+ 0,
14760
+ 0,
14761
+ 0,
14762
+ 0,
14763
+ 0,
14764
+ 0,
14765
+ 0,
14766
+ 0,
14767
+ 0,
14768
+ 0,
14769
+ 0,
14770
+ 0,
14771
+ 0,
14772
+ 0,
14773
+ 0,
14774
+ 0,
14775
+ 0,
14776
+ 0,
14777
+ 0,
14778
+ 0,
14779
+ 0,
14780
+ 0,
14781
+ 0,
14782
+ 0,
14783
+ 0,
14784
+ 0,
14785
+ 0,
14786
+ 0,
14787
+ 0,
14788
+ 0,
14789
+ 0,
14790
+ 0,
14791
+ 0,
14792
+ 0,
14793
+ 0,
14794
+ 0,
14795
+ 0,
14796
+ 0,
14797
+ 0,
14798
+ 0,
14799
+ 0,
14800
+ 0,
14801
+ 0,
14802
+ 0
14803
+ ],
14804
+ "1": [
14805
+ 0,
14806
+ 0,
14807
+ 0,
14808
+ 0,
14809
+ 558.8698,
14810
+ 1005.7303,
14811
+ 6.3661,
14812
+ 11.6339,
14813
+ 0,
14814
+ 0,
14815
+ 541.6819,
14816
+ 1022.9182,
14817
+ 0,
14818
+ 0,
14819
+ 0,
14820
+ 0,
14821
+ 643.691,
14822
+ 1278.509,
14823
+ 0,
14824
+ 0,
14825
+ 0,
14826
+ 0,
14827
+ 516.5421,
14828
+ 1075.058,
14829
+ 0,
14830
+ 0,
14831
+ 0,
14832
+ 0,
14833
+ 766.8823,
14834
+ 1675.5177,
14835
+ 0,
14836
+ 0,
14837
+ 0,
14838
+ 474.9793,
14839
+ 1089.6207,
14840
+ 0,
14841
+ 0,
14842
+ 0,
14843
+ 0,
14844
+ 473.7006,
14845
+ 1144.8994,
14846
+ 0,
14847
+ 0,
14848
+ 0,
14849
+ 0,
14850
+ 0,
14851
+ 619.1703,
14852
+ 1591.2296,
14853
+ 0,
14854
+ 0,
14855
+ 0,
14856
+ 0,
14857
+ 454.2817,
14858
+ 1231.9594,
14859
+ 13.159,
14860
+ 0,
14861
+ 0,
14862
+ 54619.0508,
14863
+ 191640.25,
14864
+ 150561.125,
14865
+ 138005.5469,
14866
+ 74966.125,
14867
+ 85759.9531,
14868
+ 56211.7656,
14869
+ 390.0007,
14870
+ 1174.5992,
14871
+ 0,
14872
+ 400.7921,
14873
+ 1237.8263,
14874
+ 376.2454,
14875
+ 1520.9313,
14876
+ 1188.0049,
14877
+ 3194.2131,
14878
+ 10315.5859,
14879
+ 20.2006,
14880
+ 355.7656,
14881
+ 1181.8344,
14882
+ 0,
14883
+ 4256.373,
14884
+ 14544.3926,
14885
+ 454.6388,
14886
+ 1551.9141,
14887
+ 347.2362,
14888
+ 1200.6456,
14889
+ 0,
14890
+ 0,
14891
+ 0,
14892
+ 0,
14893
+ 326.7213,
14894
+ 1237.8787,
14895
+ 3.6863,
14896
+ 14.3137,
14897
+ 335.0124,
14898
+ 1330.0206,
14899
+ 376.2695,
14900
+ 1487.8975,
14901
+ 0,
14902
+ 0,
14903
+ 0,
14904
+ 0,
14905
+ 368.2305,
14906
+ 1615.5696,
14907
+ 0,
14908
+ 0,
14909
+ 347.7944,
14910
+ 1874.757,
14911
+ 1260.453,
14912
+ 21.7956,
14913
+ 0,
14914
+ 0,
14915
+ 0,
14916
+ 258.9554,
14917
+ 1305.6447,
14918
+ 0,
14919
+ 0,
14920
+ 0,
14921
+ 0,
14922
+ 266.3527
14923
+ ]
14924
+ }
14925
+ },
14926
+ "ioThroughput": {
14927
+ "r": {
14928
+ "a152347d": [
14929
+ 0,
14930
+ 0,
14931
+ 0,
14932
+ 0,
14933
+ 0,
14934
+ 0,
14935
+ 0,
14936
+ 0,
14937
+ 0,
14938
+ 0,
14939
+ 0,
14940
+ 0,
14941
+ 0,
14942
+ 0,
14943
+ 0,
14944
+ 0,
14945
+ 0,
14946
+ 0,
14947
+ 0,
14948
+ 0,
14949
+ 0,
14950
+ 0,
14951
+ 0,
14952
+ 0,
14953
+ 0,
14954
+ 0,
14955
+ 0,
14956
+ 0,
14957
+ 0,
14958
+ 0,
14959
+ 0,
14960
+ 0,
14961
+ 0,
14962
+ 0,
14963
+ 0,
14964
+ 0,
14965
+ 0,
14966
+ 0,
14967
+ 0,
14968
+ 0,
14969
+ 0,
14970
+ 0,
14971
+ 0,
14972
+ 0,
14973
+ 0,
14974
+ 0,
14975
+ 0,
14976
+ 0,
14977
+ 0,
14978
+ 0,
14979
+ 0,
14980
+ 0,
14981
+ 0,
14982
+ 0,
14983
+ 0,
14984
+ 0,
14985
+ 0,
14986
+ 0,
14987
+ 0,
14988
+ 0,
14989
+ 0,
14990
+ 0,
14991
+ 0,
14992
+ 0,
14993
+ 0,
14994
+ 0,
14995
+ 0,
14996
+ 0,
14997
+ 0,
14998
+ 0,
14999
+ 0,
15000
+ 0,
15001
+ 0,
15002
+ 0,
15003
+ 0,
15004
+ 0,
15005
+ 0,
15006
+ 0,
15007
+ 0,
15008
+ 0,
15009
+ 0,
15010
+ 0,
15011
+ 0,
15012
+ 0,
15013
+ 0,
15014
+ 0,
15015
+ 0,
15016
+ 0,
15017
+ 0,
15018
+ 0,
15019
+ 0,
15020
+ 0,
15021
+ 0,
15022
+ 0,
15023
+ 0,
15024
+ 0,
15025
+ 0,
15026
+ 0,
15027
+ 0,
15028
+ 0,
15029
+ 0,
15030
+ 0,
15031
+ 0,
15032
+ 0,
15033
+ 0,
15034
+ 0,
15035
+ 0,
15036
+ 0,
15037
+ 0,
15038
+ 0,
15039
+ 0,
15040
+ 0,
15041
+ 0,
15042
+ 0,
15043
+ 0,
15044
+ 0,
15045
+ 0,
15046
+ 0
15047
+ ]
15048
+ },
15049
+ "w": {
15050
+ "a152347d": [
15051
+ 0,
15052
+ 0,
15053
+ 0,
15054
+ 0,
15055
+ 0,
15056
+ 0,
15057
+ 0,
15058
+ 0,
15059
+ 0,
15060
+ 0,
15061
+ 0,
15062
+ 0,
15063
+ 0,
15064
+ 0,
15065
+ 0,
15066
+ 0,
15067
+ 0,
15068
+ 0,
15069
+ 0,
15070
+ 0,
15071
+ 0,
15072
+ 0,
15073
+ 0,
15074
+ 0,
15075
+ 0,
15076
+ 0,
15077
+ 0,
15078
+ 0,
15079
+ 0,
15080
+ 0,
15081
+ 0,
15082
+ 0,
15083
+ 0,
15084
+ 0,
15085
+ 0,
15086
+ 0,
15087
+ 0,
15088
+ 0,
15089
+ 0,
15090
+ 0,
15091
+ 0,
15092
+ 0,
15093
+ 0,
15094
+ 0,
15095
+ 0,
15096
+ 0,
15097
+ 0,
15098
+ 0,
15099
+ 0,
15100
+ 0,
15101
+ 0,
15102
+ 0,
15103
+ 0,
15104
+ 0,
15105
+ 0,
15106
+ 0,
15107
+ 0,
15108
+ 0,
15109
+ 0,
15110
+ 0,
15111
+ 0,
15112
+ 0,
15113
+ 0,
15114
+ 0,
15115
+ 0,
15116
+ 0,
15117
+ 0,
15118
+ 0,
15119
+ 0,
15120
+ 0,
15121
+ 0,
15122
+ 0,
15123
+ 0,
15124
+ 0,
15125
+ 0,
15126
+ 0,
15127
+ 0,
15128
+ 0,
15129
+ 0,
15130
+ 0,
15131
+ 0,
15132
+ 0,
15133
+ 0,
15134
+ 0,
15135
+ 0,
15136
+ 0,
15137
+ 0,
15138
+ 0,
15139
+ 0,
15140
+ 0,
15141
+ 0,
15142
+ 0,
15143
+ 0,
15144
+ 0,
15145
+ 0,
15146
+ 0,
15147
+ 0,
15148
+ 0,
15149
+ 0,
15150
+ 0,
15151
+ 0,
15152
+ 0,
15153
+ 0,
15154
+ 0,
15155
+ 0,
15156
+ 0,
15157
+ 0,
15158
+ 0,
15159
+ 0,
15160
+ 0,
15161
+ 0,
15162
+ 0,
15163
+ 0,
15164
+ 0,
15165
+ 0,
15166
+ 0,
15167
+ 0,
15168
+ 0
15169
+ ]
15170
+ }
15171
+ },
15172
+ "iops": {
15173
+ "r": {
15174
+ "a152347d": [
15175
+ 0,
15176
+ 0,
15177
+ 0,
15178
+ 0,
15179
+ 0,
15180
+ 0,
15181
+ 0,
15182
+ 0,
15183
+ 0,
15184
+ 0,
15185
+ 0,
15186
+ 0,
15187
+ 0,
15188
+ 0,
15189
+ 0,
15190
+ 0,
15191
+ 0,
15192
+ 0,
15193
+ 0,
15194
+ 0,
15195
+ 0,
15196
+ 0,
15197
+ 0,
15198
+ 0,
15199
+ 0,
15200
+ 0,
15201
+ 0,
15202
+ 0,
15203
+ 0,
15204
+ 0,
15205
+ 0,
15206
+ 0,
15207
+ 0,
15208
+ 0,
15209
+ 0,
15210
+ 0,
15211
+ 0,
15212
+ 0,
15213
+ 0,
15214
+ 0,
15215
+ 0,
15216
+ 0,
15217
+ 0,
15218
+ 0,
15219
+ 0,
15220
+ 0,
15221
+ 0,
15222
+ 0,
15223
+ 0,
15224
+ 0,
15225
+ 0,
15226
+ 0,
15227
+ 0,
15228
+ 0,
15229
+ 0,
15230
+ 0,
15231
+ 0,
15232
+ 0,
15233
+ 0,
15234
+ 0,
15235
+ 0,
15236
+ 0,
15237
+ 0,
15238
+ 0,
15239
+ 0,
15240
+ 0,
15241
+ 0,
15242
+ 0,
15243
+ 0,
15244
+ 0,
15245
+ 0,
15246
+ 0,
15247
+ 0,
15248
+ 0,
15249
+ 0,
15250
+ 0,
15251
+ 0,
15252
+ 0,
15253
+ 0,
15254
+ 0,
15255
+ 0,
15256
+ 0,
15257
+ 0,
15258
+ 0,
15259
+ 0,
15260
+ 0,
15261
+ 0,
15262
+ 0,
15263
+ 0,
15264
+ 0,
15265
+ 0,
15266
+ 0,
15267
+ 0,
15268
+ 0,
15269
+ 0,
15270
+ 0,
15271
+ 0,
15272
+ 0,
15273
+ 0,
15274
+ 0,
15275
+ 0,
15276
+ 0,
15277
+ 0,
15278
+ 0,
15279
+ 0,
15280
+ 0,
15281
+ 0,
15282
+ 0,
15283
+ 0,
15284
+ 0,
15285
+ 0,
15286
+ 0,
15287
+ 0,
15288
+ 0,
15289
+ 0,
15290
+ 0,
15291
+ 0,
15292
+ 0
15293
+ ]
15294
+ },
15295
+ "w": {
15296
+ "a152347d": [
15297
+ 0,
15298
+ 0,
15299
+ 0,
15300
+ 0,
15301
+ 0,
15302
+ 0,
15303
+ 0,
15304
+ 0,
15305
+ 0,
15306
+ 0,
15307
+ 0,
15308
+ 0,
15309
+ 0,
15310
+ 0,
15311
+ 0,
15312
+ 0,
15313
+ 0,
15314
+ 0,
15315
+ 0,
15316
+ 0,
15317
+ 0,
15318
+ 0,
15319
+ 0,
15320
+ 0,
15321
+ 0,
15322
+ 0,
15323
+ 0,
15324
+ 0,
15325
+ 0,
15326
+ 0,
15327
+ 0,
15328
+ 0,
15329
+ 0,
15330
+ 0,
15331
+ 0,
15332
+ 0,
15333
+ 0,
15334
+ 0,
15335
+ 0,
15336
+ 0,
15337
+ 0,
15338
+ 0,
15339
+ 0,
15340
+ 0,
15341
+ 0,
15342
+ 0,
15343
+ 0,
15344
+ 0,
15345
+ 0,
15346
+ 0,
15347
+ 0,
15348
+ 0,
15349
+ 0,
15350
+ 0,
15351
+ 0,
15352
+ 0,
15353
+ 0,
15354
+ 0,
15355
+ 0,
15356
+ 0,
15357
+ 0,
15358
+ 0,
15359
+ 0,
15360
+ 0,
15361
+ 0,
15362
+ 0,
15363
+ 0,
15364
+ 0,
15365
+ 0,
15366
+ 0,
15367
+ 0,
15368
+ 0,
15369
+ 0,
15370
+ 0,
15371
+ 0,
15372
+ 0,
15373
+ 0,
15374
+ 0,
15375
+ 0,
15376
+ 0,
15377
+ 0,
15378
+ 0,
15379
+ 0,
15380
+ 0,
15381
+ 0,
15382
+ 0,
15383
+ 0,
15384
+ 0,
15385
+ 0,
15386
+ 0,
15387
+ 0,
15388
+ 0,
15389
+ 0,
15390
+ 0,
15391
+ 0,
15392
+ 0,
15393
+ 0,
15394
+ 0,
15395
+ 0,
15396
+ 0,
15397
+ 0,
15398
+ 0,
15399
+ 0,
15400
+ 0,
15401
+ 0,
15402
+ 0,
15403
+ 0,
15404
+ 0,
15405
+ 0,
15406
+ 0,
15407
+ 0,
15408
+ 0,
15409
+ 0,
15410
+ 0,
15411
+ 0,
15412
+ 0,
15413
+ 0,
15414
+ 0
15415
+ ]
15416
+ }
15417
+ },
15418
+ "iowait": {
15419
+ "a152347d": [
15420
+ 0,
15421
+ 0,
15422
+ 0,
15423
+ 0,
15424
+ 0,
15425
+ 0,
15426
+ 0,
15427
+ 0,
15428
+ 0,
15429
+ 0,
15430
+ 0,
15431
+ 0,
15432
+ 0,
15433
+ 0,
15434
+ 0,
15435
+ 0,
15436
+ 0,
15437
+ 0,
15438
+ 0,
15439
+ 0,
15440
+ 0,
15441
+ 0,
15442
+ 0,
15443
+ 0,
15444
+ 0,
15445
+ 0,
15446
+ 0,
15447
+ 0,
15448
+ 0,
15449
+ 0,
15450
+ 0,
15451
+ 0,
15452
+ 0,
15453
+ 0,
15454
+ 0,
15455
+ 0,
15456
+ 0,
15457
+ 0,
15458
+ 0,
15459
+ 0,
15460
+ 0,
15461
+ 0,
15462
+ 0,
15463
+ 0,
15464
+ 0,
15465
+ 0,
15466
+ 0,
15467
+ 0,
15468
+ 0,
15469
+ 0,
15470
+ 0,
15471
+ 0,
15472
+ 0,
15473
+ 0,
15474
+ 0,
15475
+ 0,
15476
+ 0,
15477
+ 0,
15478
+ 0,
15479
+ 0,
15480
+ 0,
15481
+ 0,
15482
+ 0,
15483
+ 0,
15484
+ 0,
15485
+ 0,
15486
+ 0,
15487
+ 0,
15488
+ 0,
15489
+ 0,
15490
+ 0,
15491
+ 0,
15492
+ 0,
15493
+ 0,
15494
+ 0,
15495
+ 0,
15496
+ 0,
15497
+ 0,
15498
+ 0,
15499
+ 0,
15500
+ 0,
15501
+ 0,
15502
+ 0,
15503
+ 0,
15504
+ 0,
15505
+ 0,
15506
+ 0,
15507
+ 0,
15508
+ 0,
15509
+ 0,
15510
+ 0,
15511
+ 0,
15512
+ 0,
15513
+ 0,
15514
+ 0,
15515
+ 0,
15516
+ 0,
15517
+ 0,
15518
+ 0,
15519
+ 0,
15520
+ 0,
15521
+ 0,
15522
+ 0,
15523
+ 0,
15524
+ 0,
15525
+ 0,
15526
+ 0,
15527
+ 0,
15528
+ 0,
15529
+ 0,
15530
+ 0,
15531
+ 0,
15532
+ 0,
15533
+ 0,
15534
+ 0,
15535
+ 0,
15536
+ 0,
15537
+ 0
15538
+ ]
15539
+ },
15540
+ "latency": {
15541
+ "r": {
15542
+ "a152347d": [
15543
+ 0,
15544
+ 0,
15545
+ 0,
15546
+ 0,
15547
+ 0,
15548
+ 0,
15549
+ 0,
15550
+ 0,
15551
+ 0,
15552
+ 0,
15553
+ 0,
15554
+ 0,
15555
+ 0,
15556
+ 0,
15557
+ 0,
15558
+ 0,
15559
+ 0,
15560
+ 0,
15561
+ 0,
15562
+ 0,
15563
+ 0,
15564
+ 0,
15565
+ 0,
15566
+ 0,
15567
+ 0,
15568
+ 0,
15569
+ 0,
15570
+ 0,
15571
+ 0,
15572
+ 0,
15573
+ 0,
15574
+ 0,
15575
+ 0,
15576
+ 0,
15577
+ 0,
15578
+ 0,
15579
+ 0,
15580
+ 0,
15581
+ 0,
15582
+ 0,
15583
+ 0,
15584
+ 0,
15585
+ 0,
15586
+ 0,
15587
+ 0,
15588
+ 0,
15589
+ 0,
15590
+ 0,
15591
+ 0,
15592
+ 0,
15593
+ 0,
15594
+ 0,
15595
+ 0,
15596
+ 0,
15597
+ 0,
15598
+ 0,
15599
+ 0,
15600
+ 0,
15601
+ 0,
15602
+ 0,
15603
+ 0,
15604
+ 0,
15605
+ 0,
15606
+ 0,
15607
+ 0,
15608
+ 0,
15609
+ 0,
15610
+ 0,
15611
+ 0,
15612
+ 0,
15613
+ 0,
15614
+ 0,
15615
+ 0,
15616
+ 0,
15617
+ 0,
15618
+ 0,
15619
+ 0,
15620
+ 0,
15621
+ 0,
15622
+ 0,
15623
+ 0,
15624
+ 0,
15625
+ 0,
15626
+ 0,
15627
+ 0,
15628
+ 0,
15629
+ 0,
15630
+ 0,
15631
+ 0,
15632
+ 0,
15633
+ 0,
15634
+ 0,
15635
+ 0,
15636
+ 0,
15637
+ 0,
15638
+ 0,
15639
+ 0,
15640
+ 0,
15641
+ 0,
15642
+ 0,
15643
+ 0,
15644
+ 0,
15645
+ 0,
15646
+ 0,
15647
+ 0,
15648
+ 0,
15649
+ 0,
15650
+ 0,
15651
+ 0,
15652
+ 0,
15653
+ 0,
15654
+ 0,
15655
+ 0,
15656
+ 0,
15657
+ 0,
15658
+ 0,
15659
+ 0,
15660
+ 0
15661
+ ]
15662
+ },
15663
+ "w": {
15664
+ "a152347d": [
15665
+ 0,
15666
+ 0,
15667
+ 0,
15668
+ 0,
15669
+ 0,
15670
+ 0,
15671
+ 0,
15672
+ 0,
15673
+ 0,
15674
+ 0,
15675
+ 0,
15676
+ 0,
15677
+ 0,
15678
+ 0,
15679
+ 0,
15680
+ 0,
15681
+ 0,
15682
+ 0,
15683
+ 0,
15684
+ 0,
15685
+ 0,
15686
+ 0,
15687
+ 0,
15688
+ 0,
15689
+ 0,
15690
+ 0,
15691
+ 0,
15692
+ 0,
15693
+ 0,
15694
+ 0,
15695
+ 0,
15696
+ 0,
15697
+ 0,
15698
+ 0,
15699
+ 0,
15700
+ 0,
15701
+ 0,
15702
+ 0,
15703
+ 0,
15704
+ 0,
15705
+ 0,
15706
+ 0,
15707
+ 0,
15708
+ 0,
15709
+ 0,
15710
+ 0,
15711
+ 0,
15712
+ 0,
15713
+ 0,
15714
+ 0,
15715
+ 0,
15716
+ 0,
15717
+ 0,
15718
+ 0,
15719
+ 0,
15720
+ 0,
15721
+ 0,
15722
+ 0,
15723
+ 0,
15724
+ 0,
15725
+ 0,
15726
+ 0,
15727
+ 0,
15728
+ 0,
15729
+ 0,
15730
+ 0,
15731
+ 0,
15732
+ 0,
15733
+ 0,
15734
+ 0,
15735
+ 0,
15736
+ 0,
15737
+ 0,
15738
+ 0,
15739
+ 0,
15740
+ 0,
15741
+ 0,
15742
+ 0,
15743
+ 0,
15744
+ 0,
15745
+ 0,
15746
+ 0,
15747
+ 0,
15748
+ 0,
15749
+ 0,
15750
+ 0,
15751
+ 0,
15752
+ 0,
15753
+ 0,
15754
+ 0,
15755
+ 0,
15756
+ 0,
15757
+ 0,
15758
+ 0,
15759
+ 0,
15760
+ 0,
15761
+ 0,
15762
+ 0,
15763
+ 0,
15764
+ 0,
15765
+ 0,
15766
+ 0,
15767
+ 0,
15768
+ 0,
15769
+ 0,
15770
+ 0,
15771
+ 0,
15772
+ 0,
15773
+ 0,
15774
+ 0,
15775
+ 0,
15776
+ 0,
15777
+ 0,
15778
+ 0,
15779
+ 0,
15780
+ 0,
15781
+ 0,
15782
+ 0
15783
+ ]
15784
+ }
15785
+ }
15786
+ }
15787
+ }
15788
+ }
15789
+ }
15790
+ }
15791
+ }
15792
+ }
15793
+ },
15794
+ "401": {
15795
+ "description": "Authentication required"
15796
+ },
15797
+ "404": {
15798
+ "description": "Resource not found"
15799
+ },
15800
+ "422": {
15801
+ "description": "Invalid granularity"
15802
+ }
15803
+ },
15804
+ "tags": [
15805
+ "pools"
15806
+ ],
15807
+ "security": [
15808
+ {
15809
+ "*": []
15810
+ }
15811
+ ],
15812
+ "parameters": [
15813
+ {
15814
+ "in": "path",
15815
+ "name": "id",
15816
+ "required": true,
15817
+ "schema": {
15818
+ "type": "string"
15819
+ },
15820
+ "example": "355ee47d-ff4c-4924-3db2-fd86ae629677"
15821
+ },
15822
+ {
15823
+ "in": "query",
15824
+ "name": "granularity",
15825
+ "required": false,
15826
+ "schema": {
15827
+ "$ref": "#/components/schemas/XapiStatsGranularity"
15828
+ }
15829
+ }
15830
+ ]
15831
+ }
15832
+ },
13817
15833
  "/pifs": {
13818
15834
  "get": {
13819
15835
  "operationId": "GetPifs",
@@ -21378,6 +23394,45 @@
21378
23394
  ]
21379
23395
  }
21380
23396
  },
23397
+ "/hosts/{id}/audit.txt": {
23398
+ "get": {
23399
+ "operationId": "GetAuditLog",
23400
+ "responses": {
23401
+ "200": {
23402
+ "description": "Download started"
23403
+ },
23404
+ "401": {
23405
+ "description": "Authentication required"
23406
+ },
23407
+ "404": {
23408
+ "description": "Resource not found"
23409
+ },
23410
+ "500": {
23411
+ "description": "Internal server error, XenServer/XCP-ng error"
23412
+ }
23413
+ },
23414
+ "description": "Host must be running\n\nDownload the audit log of a host.",
23415
+ "tags": [
23416
+ "hosts"
23417
+ ],
23418
+ "security": [
23419
+ {
23420
+ "*": []
23421
+ }
23422
+ ],
23423
+ "parameters": [
23424
+ {
23425
+ "in": "path",
23426
+ "name": "id",
23427
+ "required": true,
23428
+ "schema": {
23429
+ "type": "string"
23430
+ },
23431
+ "example": "b61a5c92-700e-4966-a13b-00633f03eea8"
23432
+ }
23433
+ ]
23434
+ }
23435
+ },
21381
23436
  "/groups": {
21382
23437
  "get": {
21383
23438
  "operationId": "GetGroups",