TWSD-1223 - Enhancement Request: Display Detailed Network Info on AVX MGMT Interface ||AS-25884||
Review Request #1399 — Created Feb. 23, 2026 and submitted — Latest diff uploaded
| Information | |
|---|---|
| shuinvy | |
| AVX2 | |
| rel_avx_2_7_6 | |
| TWSD-1223 | |
| Reviewers | |
| austin, lucille, stevenku | |
Add status information for mgmt (System Interface) both CLI and WebUI
The Jira ticket is:
https://arraynetworks.atlassian.net/browse/TWSD-1223In CLI,
I added function to get status information of mgmt,
you can check the result in the attachment "CLI changes".In API,
I modified the output of API by parsing status information in regex,
you can check the result in the attachment "API changes".
Originally, it will always output empty string for "interface_status" field.In WebUI,
I added column of "Interface Status" and show the related data.
You can check the result in the attachment "WebUI changes".
