Loading...
Loading...
Unquoted value: PATCH ...?options=records add { key91 { data tom,123 } } returns: "123" unknown property Quoted value: PATCH ...?options=records add { key91 { data "tom,123" } } stores: tom 123 instead of: tom,123
Unable to add or update data-group records containing commas using the options=records add API path. Quoted values may be stored incorrectly, leading to data corruption."
BIG-IP system with iControl REST enabled: - Internal string data-group. - Record added or updated using ?options=records add { ... }. - The data value contains a comma (,) character."
Use the standard JSON PATCH interface to update the records array: curl -k -u XXXXXX:XXXXX \ -H "Content-Type: application/json" \ -X PATCH \ -d '{"records":[{"name":"test1key","data":"test1value"},{"name":"key91","data":"tom,123"}]}' \ https://localhost/mgmt/tm/ltm/data-group/internal/~Common~TEST-DGL-123 This method correctly preserves comma characters and has been verified as a functional workaround.
None
F5 Integration
Learn more about where this data comes from
BugZero Plan
Streamline upgrades with automated vendor bug scrubs
BugZero Prevent
Wish you caught this bug sooner? Get proactive today.