Memory
Create a host memory definition
post/memory/{hostName}/
Path parameters
hostNamestring required
Host name
Request body
Example request
{
"id": 12,
"size_gb": 2000,
"handle": "MMD",
"host_id": 10
}Response
Memory details list
Example response
{
"id": 12,
"size_gb": 2000,
"handle": "MMD",
"host_id": 10
}