TWSD-1531 - snmp V3user not able to update from UI
Review Request #1332 — Created Jan. 23, 2026 and submitted — Latest diff uploaded
| Information | |
|---|---|
| shuinvy | |
| APV10 | |
| rel_apv_10_7 | |
| TWSD-1531 | |
| Reviewers | |
| lucille, mingji, peteryeh | |
Let SNMP v3 User table can be updated
The Jira ticket is:
https://arraynetworks.atlassian.net/browse/TWSD-1531The list is not clickable originally,
so I removed the codelist_config_options={'click_enable':False}
then I set fields to be editable.
I also add_updatefor updating API.The CLI is both for adding and updating.
Thus,
I add main operation function be calledconfigure_user,
then changed_insertand_updatefunction to call it.You can see attachment for WebUI reference.
