11-May-2023 07:26
11-May-2023 09:13
Hello,
While you referring as "plain text" you mean ... ?
I'm asking because of the tmsh gives it as config lines as stored in bigip.conf file which is not JSON, it is "plain text".
tmsh list ltm policy Stop_Nimda ltm policy StopNimda{ controls { forwarding } description "This policy blocks the Nimda worm." last-modified 2016-03-02:11:46:00 requires { http } rules { ClobberNimda { actions { 0 { forward reset } } conditions { 0 { http-uri query-string values { root.exe admin.dll cmd.exe } } } } } status published strategy first-match }
If you need to remove "{" and "}" characters in the output, use same command with appending at the end of
If you also need to get rid of those blank lines in the output, append below too
Hope this helps
11-May-2023 23:13
i meant i need this plaintext. Cause text by tmsh not good readable