pydo.monitoring.get_app_cpupercentage_metrics()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.monitoring.get_app_cpupercentage_metrics(
app_id="2db3c021-15ad-4088-bfe8-99dc972b9cf6",
app_component=None,
start="1620683817",
end="1620705417",
)Description
To retrieve cpu percentage metrics for a given app, send a GET request to /v2/monitoring/metrics/apps/cpu_percentage.
Parameters
app_idstring requiredThe app UUID.
app_componentstring optionalThe app component name.
startstring requiredUNIX timestamp to start metric window.
endstring requiredUNIX timestamp to end metric window.
Response Example
More Information
See /v2/monitoring/metrics/apps/cpu_percentage in the API reference for additional detail on responses, headers, parameters, and more.