Bug ID 1239077: TMSH and REST API throws unknown property error when it contains double quotes in the send string

Last Modified: May 29, 2024

Affected Product(s):
BIG-IP TMOS(all modules)

Known Affected Versions:
14.1.5, 14.1.5.1, 14.1.5.2, 14.1.5.3, 14.1.5.4, 14.1.5.6

Opened: Feb 13, 2023

Severity: 4-Minor

Symptoms

The value of field "send" is the send string of the new monitor, which contains another JSON object as its payload of HTTP POST. The double quote is processed successfully but it still causes an error on TMSH and REST API.

Impact

Unable to use double quotes in the send string.

Conditions

- Creating a LTM monitor with customized send string containing double quotes.

Workaround

Use hexadecimal value of double quote (\x22) to replace double quotes in the payload.

Fix Information

None

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips