pydo.monitoring.get_app_memory_percentage_metrics()
Generated on 12 Dec 2025
from pydo version
v0.22.0
Description
To retrieve memory percentage metrics for a given app, send a GET request to /v2/monitoring/metrics/apps/memory_percentage.
Parameters
| 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. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.