To retrieve memory percentage metrics for a given app, send a GET request to /v2/monitoring/metrics/apps/memory_percentage
.
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
app_id |
string | True | The app UUID. | |
app_component |
string | False | The app component name. | |
start |
string | True | UNIX timestamp to start metric window. | |
end |
string | True | UNIX timestamp to end metric window. |
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.