Memory

Returns a list of all memory

get/memory/

Response

Memory details list

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.