Hosts
Returns a host memory by host name
get/hosts/{hostName}/memory/
Path parameters
hostNamestring required
Host name
Response
Memory
Example response
[
{
"id": 12,
"size_gb": 2000,
"handle": "MMD",
"host_id": 10
}
]Host name
Memory
[
{
"id": 12,
"size_gb": 2000,
"handle": "MMD",
"host_id": 10
}
]