Last Modified: Jun 04, 2025
Affected Product(s):
F5OS Velos
Known Affected Versions:
F5OS-C 1.5.0, F5OS-C 1.5.1
Fixed In:
F5OS-C 1.6.0, F5OS-A 1.3.0
Opened: Oct 10, 2021 Severity: 3-Major
The QKView list and status commands return output that can be difficult to read. Example 1 :: running the command: system diagnostics qkview list: frodo# system diagnostics qkview list result {"Qkviews":[{"Filename":"appliance-1.qkview","Date":"2022-06-15T22:59:57.704997979Z","Size":320434703},{"Filename":"cancelme.tar.canceled","Date":"2022-04-28T17:22:10.411870757Z","Size":3734340},{"Filename":"duplicate.qkview","Date":"2022-08-10T20:40:10.966027168Z","Size":490039715},{"Filename":"test.qkview","Date":"2022-06-15T23:21:23.068041954Z","Size":321199668},{"Filename":"test2.qkview","Date":"2022-07-13T19:01:32.712663042Z","Size":416706874},{"Filename":"teststatus.qkview","Date":"2022-08-23T23:27:19.283797639Z","Size":530892644}]} resultint 0 This output is easier to parse: FILENAME SIZE CREATED ON ------------------------------------------------------------------ teststatus.qkview 530892644 2022-08-23T23:27:19.283797639Z duplicate.qkview 490039715 2022-08-10T20:40:10.966027168Z test2.qkview 416706874 2022-07-13T19:01:32.712663042Z test.qkview 321199668 2022-06-15T23:21:23.068041954Z appliance-1.qkview 320434703 2022-06-15T22:59:57.704997979Z cancelme.tar.canceled 3734340 2022-04-28T17:22:10.411870757Z Example 2 :: running the command: system diagnostics qkview status: result {"Busy":false,"Percent":100,"Status":"complete","Message":"Completed collection.","Filename":"teststatus.qkview"} resultint 0 This output is easier to parse: system diagnostics qkview state status capture-in-progress false system diagnostics qkview state status percentage 100 system diagnostics qkview state status status-msg "Completed collection." system diagnostics qkview state status filename teststatus.qkview
Formatting of output makes troubleshooting more difficult.
- Running "system diagnostics qkview list" within the CLI - Running "system diagnostics qkview status" within the CLI
None
QKView output formatting is improved and easier to read, utilizing new commands. To see a list of QKView files, use the following command within the CLI: show system diagnostics qkview state files To see the current status of a captured QKView, use the following command within the CLI: show system diagnostics qkview state status