RELEASED: Public: February 5, 2025
Feature enhancements
- High Availability (HA) aggregation APIs return
HTTP 400 bad request
for non-supported cases (BEE-53115) -
High Availability (HA) only supports aggregations APIs (namely
/job/xxx/api/json
,/computer/api/json
andqueue/api/json
) with only the/api/json
variant and mandatory?tree
parameter, as discussed in the HA considerations documentation. However, the APIs would have returned non-aggregated output if the?tree
was missing or non json variants such as/api/xml
or/api/python
were invoked. Now, these unintended requests returnHTTP 400 bad request
with appropriate messages.