/apps/resources/memory/allocated
Gets a time series for allocated memory by app type.
Request
GET http://unravel-host
:3000/api/v1/apps/resources/memory/allocated
Path parameters
None.
Query parameters
Required parameters are highlighted
.
Name | Type | Description |
---|---|---|
| string | Start date. Format |
| string | End date. Format |
Response body
Name | Type | Description |
---|---|---|
| string |
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/apps/resources/memory/allocated?from=2019-03-01&to=2019-03-06" -H "accept: application/json" -H "Authorization: JWT token
"
Response body:
{ "1551787200000":"2" }