Symptoms:
#get user <user> password-expiration
For more details, run the following API:
GET /api/v1/node/users
...
{
"username": "root",
"status": "ACTIVE",
"password_change_frequency": 0, -->> 0 here indicates the password is set to never expire
"userid": 0,
"last_password_change": 97,
"full_name": "root"
},
{
"username": "admin",
"status": "ACTIVE",
"password_change_frequency": 0, -->> 0 here indicates the password is set to never expire
"userid": 10000,
"last_password_change": 97,
"full_name": ""
},
{
"username": "audit",
"status": "PASSWORD_EXPIRED", -->> here we can see the password for audit has expired
"password_change_frequency": 90,
"userid": 10002,
"last_password_change": 97,
"full_name": ""
}
...
GET /api/v1/hpm/alarms
This issue is resolved in NSX-T Data Center 2.5.0.
Please note even though no new alerts will be raised, alerts triggered prior to upgrade to NSX-T Data Center 2.5.0 will persist.
NSX-T Data Center 2.5.1 automatically removes legacy alerts as part of the upgrade process.
Workaround:
If an upgrade is not possible; please contact Broadcom Support by opening a Support Request and a workaround can be applied to clear the alerts