NSX NAPP Infra is Degraded in the NSX UI
VMware NSX-T Data Center
VMware NSX
Workaround:
Login to the nsx-manager as root and run the below command. Enter password when prompted.curl https://localhost/napp/api/v1/platform/monitor/feature/health -k -u admin
Review the output and it will indicate which Pods are down and it may require redeploy using the command belownapp-k delete pod <name of the pod>
Run this command below to review log messages for a particular Pod to investigate cause of failurenapp-k describe pods <name of the pod>