HostMetrics

HostMetrics
HostMetrics
JSON Example
{
    "cpuHostMetrics": {
        "consumed": "number",
        "consumedPercent": "number",
        "headroomPercent": "number",
        "free": "number",
        "freePercent": "number",
        "provisioned": "number",
        "provisionedPercent": "number",
        "hostSize": "number",
        "totalRequiredCPU": "number"
    },
    "memoryHostMetrics": {
        "consumed": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "consumedPercent": "number",
        "free": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "freePercent": "number",
        "provisioned": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "provisionedPercent": "number",
        "hostSize": "number",
        "totalRequiredMemory": {
            "value": 200,
            "units": "GB",
            "description": "string"
        }
    },
    "storageHostMetrics": {
        "checksumOverhead": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "dedupOverhead": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "diskFormatOverhead": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "rawStorage": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "slackSpace": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "swapSpace": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "physicalReservation": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "logicalReservation": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "freeStorageWithVsan": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "freeStorageWithVsanPercent": "number",
        "freeVsanOverheads": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "consumedStorage": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "consumedStoragePercent": "number",
        "consumedSystemStorage": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "consumedSystemStoragePercent": "number",
        "freeStorage": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "freeStoragePercent": "number",
        "provisionedStorage": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "provisionedStoragePercent": "number",
        "rawCache": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "usableStorage": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "rawStorageNoOverheads": {
            "value": 200,
            "units": "GB",
            "description": "string"
        },
        "hostSize": "number",
        "totalRequiredStorage": {
            "value": 200,
            "units": "GB",
            "description": "string"
        }
    },
    "ioHostMetrics": {
        "hostSize": "number"
    }
}
cpuHostMetrics
Optional

cpuHostMetrics

memoryHostMetrics
Optional

memoryHostMetrics

storageHostMetrics
Optional

storageHostMetrics

ioHostMetrics
Optional

ioHostMetrics