You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the OpenAPI specification provided on this page, the status and check_status fields in the response from the GET /services/haproxy/stats/native endpoint are expected to have the following values:
However, in actuality, the Data Plane API returns values such as UP 1/2, DOWN 1/5, or * L4TOUT, etc., which are valid according to HAProxy, but are not covered by the OpenAPI specification. I'm not entirely sure about other cases, but this could be one of many mismatches between the specification and the API behavior.