pydo.monitoring.get_app_restart_count_metrics.yml()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.monitoring.get_app_restart_count_metrics.yml(
app_id="2db3c021-15ad-4088-bfe8-99dc972b9cf6",
app_component=None,
start="1620683817",
end="1620705417",
)Description
To retrieve restart count metrics for a given app, send a GET request to /v2/monitoring/metrics/apps/restart_count.
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/restart_count in the API reference for additional detail on responses, headers, parameters, and more.