Home

/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

from

string

Start date. Format YYYY-MM-DD

to

string

End date. Format YYYY-MM-DD

Response body

Name

Type

Description

timestamp

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"
}