Last Modified: May 29, 2024
Affected Product(s):
BIG-IP GTM
Known Affected Versions:
14.1.5.1, 14.1.5, 14.1.4.6
Opened: Jul 12, 2022 Severity: 1-Blocking
If you attempt a POST or PATCH iControl REST request against a wide IP, and you include an empty 'lastResortPool' property in the JSON body, the system rejects the request as invalid and returns the following validation error: { "code": 400, "message": "\"last-resort-pool\" requires a value", "errorStack": [], "apiError": 26214401 }
Inability to create or modify the wide IP object.
A POST or PATCH command against a wide IP object includes an empty lastResortPool property.
You can use either of the following, depending on what you want to do: -- To create a new wide IP object, remove the empty 'lastResortPool' property from the JSON body. -- To remove the last-resort-pool from an already existing wide IP, define the property as follows instead: "lastResortPool":"none"
None