Retrieve App Health
Retrieve information like health status, cpu and memory utilization of app components.
Path parameters
The app ID
Response
A JSON with key app_health
Example response
{
"app_health": {
"components": [
{
"name": "sample_app",
"cpu_usage_percent": 30,
"memory_usage_percent": 25,
"replicas_desired": 1,
"replicas_ready": 1,
"state": "HEALTHY"
}
],
"functions_components": [
{
"name": "sample_function",
"functions_component_health_metrics": [
{
"metric_label": "activations_count",
"metric_value": 100,
"time_window": "1h"
}
]
}
]
}
}Changes
Changed in 4 of the 8 revisions of this API.14
- ○
api tag
DigitalOcean-public.v2-new_Appsaddedapi-tag-added
- ○
api tag
Appsremovedapi-tag-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 70 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 436 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 70 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○