haproxy_backend_health
Monitor and retrieve the health status of a specified backend on OPNSense firewalls using the provided backend name for effective network management.
Instructions
Get health status of a specific backend
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backend | Yes | Backend name |
Input Schema (JSON Schema)
{
"properties": {
"backend": {
"description": "Backend name",
"type": "string"
}
},
"required": [
"backend"
],
"type": "object"
}