TWSD-1644 - Web Service Interruption After New CASwell AVX Installation – Web Network/Interface Not Responding
Review Request #1366 — Created Feb. 5, 2026 and submitted
| Information | |
|---|---|
| shuinvy | |
| AVX2 | |
| rel_avx_2_7_5_caswell_5070 | |
| TWSD-1644 | |
| Reviewers | |
| austin, stevenku, weikai | |
Fix issue in Network Interface page
The Jira ticket is:
https://arraynetworks.atlassian.net/browse/TWSD-1644I addressed 3 parts in this ticket:
1. Fix issue inquery_system_infoAPI:
The CLIshow debug sslcardis not working,
so it cause the result ofcard_type_listis empty, so it will raise key exception for the original codecard_type_list[each_id+'-ssl'+item["ssl_id"]].
Thus, I set the value of the fieldcard_typeto empty string instead.
You can see attachment for reference of the CLI result.
2. Revert the code of VA instance API
Because the code of VA instance API is based on reading/writing a config/cache file,
it will slow down the API and may cause data inconsistance.
3. Fix system stop by the API:/api/avx/network/interface/TrafficInterface/_get_list_data?key=["model","physical_name","domain","interface_name","mac","mtu","available","interface_status"]
The root cause is there is nomodeldata in some interfaces,
and the regex not fit and keep looping to find the pattern,
so the system is crashed.
I re-code the API,
and let themodeljust empty return.
