“Appliance|Access SSH” property shows true even though the vCenter is showing SSH disabled.Configuration|vSAN Enabled” property shows the wrong value under Host System in vCenter.VMware Aria Operations 8.18.4
Appliance|Maximum Number of Failed Login Attempts
Appliance|Unlock time
Appliance|Time interval between failures
Appliance|Is Root Account Enabled
Appliance|Root Account Expiration Date
Appliance|Console Cli Enabled
Appliance|Has Recovery Backup Jobs
Appliance|Has Networking Firewall Inbound Rules
Appliance|Has Logging Forwarding Configs
Appliance|Time Sync Mode
Appliance| Access SSH
A fix will be applied for the SSH Enable property in future releases.
Workaround for "Configuration|SSH Enabled" property:
`https://FPDNorIP/suite-api/doc/swagger-ui.html#`/api/resources/{id}/properties`. The required API URL is: `https://FPDNorIP/suite-api/doc/swagger-ui.html#/Resource/addPropertiesUsingPOST.`{
"property-content" : [ {
"statKey" : "configuration|vsanEnabled",
"timestamps" : [ 1759493808000 ],
"values" : [ "Disabled" ]
}]
}
The steps above will need to be performed every time there is a change in the SSH Enable property until the fix is released.