pydo.monitoring.get_app_restart_count_metrics.yml()
Generated on 20 May 2025
from pydo
version
v0.11.0
Description
To retrieve restart count metrics for a given app, send a GET request to /v2/monitoring/metrics/apps/restart_count
.
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.