After editing the Viptela Plugin configuration and loading it successfully, we do not see any inventory populated.
There is a typo in the proxy section of the config.
Release : 3.7
Component : Virtual Network Assurance For CA Performance Management
All of the values for the proxy settings are strings and must be enclosed in “”
"VMANAGE_PROXY_IP": "0.0.0.0",
"VMANAGE_PROXY_PORT": 0,
"VMANAGE_PROXY_PROTOCOL": "https",
"VMANAGE_PROXY_USER_NAME": "",
"VMANAGE_PROXY_PASSWORD": "",
"USE_PROXY": "FALSE",
Notice this line does not have “”
"VMANAGE_PROXY_PORT": 0,
Add “” around the 0 or port value you use and reload the configuration.