You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we are using Set request and in set value is setting in json_val, gnmic is adding double quotes in the update/replace value:
gnmic -a <ip:port> -u <username> -p <password> --skip-verify set --update-path /a/b/m --update-value test --print-request --format prototext Set Request: update: { path: { elem: { name: "a" } elem: { name: "b" } elem: { name: "m" } } val: { **_json_val: "\"test\""_** } }
This is creating the issue as requested update data is wrong.
The text was updated successfully, but these errors were encountered:
When we are using Set request and in set value is setting in json_val, gnmic is adding double quotes in the update/replace value:
gnmic -a <ip:port> -u <username> -p <password> --skip-verify set --update-path /a/b/m --update-value test --print-request --format prototext Set Request: update: { path: { elem: { name: "a" } elem: { name: "b" } elem: { name: "m" } } val: { **_json_val: "\"test\""_** } }
This is creating the issue as requested update data is wrong.
The text was updated successfully, but these errors were encountered: