Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP ASM
Known Affected Versions:
11.5.3, 11.5.3 HF1, 11.5.3 HF2
Fixed In:
11.5.4
Opened: Aug 18, 2015 Severity: 2-Critical
Collections returned from the REST API can be sorted by a field from the $orderby ODATA parameter. The default sort order is ascending, but it is meant to allow a "DESC" modified to sort in descending order. The "DESC" modifier has no effect on the sort order.
The collection is always returned in ascending sort order even if it descending order was requested.
ASM REST API is used to retrieve a collection with the elements sorted by a field's value in descending order.
None.
The DESC operator is now honored for the $orderby ODATA parameter on ASM REST API requests.