Host
Properties
integer
cpu
Optional
Not available
string
hostName
Optional
Not available
number
memory
Optional
Not available
number
totalStorage
Optional
Not available
JSON Example
{
"cpu": 0,
"hostName": "string",
"memory": 0,
"networks": [
{
"isManaged": false,
"network": "string"
}
],
"storages": [
{
"availableSize": 0,
"isManaged": false,
"storageName": "string",
"totalSize": 0
}
],
"totalStorage": 0
}