Memory

Returns a specific memory for a specific memory id

get/memory/{memory_id}/

Response

Memory details

idinteger
size_gbinteger required
handlestring required
host_idinteger required

Example response

{
  "id": 12,
  "size_gb": 2000,
  "handle": "MMD",
  "host_id": 10
}

Changes

No recorded changes to this endpoint across all 9 revisions of this API.