HostNode

HostNode
HostNode

Host node

AllOf
This class requires all of the following:
JSON Example
{
    "description": "string",
    "discovered_ip_addresses": [
        "string"
    ],
    "display_name": "string",
    "external_id": "string",
    "fqdn": "string",
    "id": "string",
    "ip_addresses": [
        "string"
    ],
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "compute_collection_id": "string",
    "discovered_node_id": "string",
    "dpu": [
        {
            "dpu_id": "string",
            "firmware_version": "string",
            "is_primary": false,
            "model": "string",
            "os_version": "string",
            "state": "string",
            "vendor": "string"
        }
    ],
    "host_credential": {
        "password": "string",
        "thumbprint": "string",
        "username": "string"
    },
    "maintenance_mode_state": "string",
    "managed_by_server": "string",
    "os_type": "string",
    "os_version": "string",
    "windows_install_location": "string"
}