/clusters/resources/memory/allocated
Gets a time series of memory allocations across all clusters.
Request
GET http://unravel-host
:3000/api/v1/clusters/resources/memory/allocated?from={timestamp}&to={timestamp}
Path parameters
None.
Query parameters
Required parameters are highlighted
.
Name | Type | Description |
---|---|---|
| string | Start date. Format |
| string | End date. Format |
Response body
Examples
Request:
curl -X GET "http://http://myserver.com:3000/api/v1/clusters/resources/memory/allocated?from=2019-03-28&to=2019-06-28" -H "accept: application/json" -H "Authorization: JWT token
"
Response body:
{ "1561539600000": "4416", "1561543200000": "2304" }