NSX-T Data Center REST API
SystemInfo (type)
{
"id": "SystemInfo",
"properties": {
"deployment_type": {
"description": "Virtual machine or bare metal machine",
"enum": [
"PHYSICAL_MACHINE",
"VIRTUAL_MACHINE"
],
"type": "string"
},
"hypervisor_os_type": {
"$ref": "HypervisorOsType
},
"pnics": {
"items": {
"$ref": "DeviceNameAndMacAddrOfPnic
},
"title": "List of pnics",
"type": "array"
},
"search_string": {
"title": "Bios UUID and MAC address of management interface",
"type": "string"
}
},
"title": "System info",
"type": "object"
}