Hi Team
I am trying to execute some NCLI command to interact with my Cluster. I have download the nCLI artifacts from my Prism Central web UI. Followed the steps to install it on Windows machine as mentioned here https://portal.nutanix.com/page/documents/details?targetId=Command-Ref-AOS-v6_6:man-ncli-session-local-initiate-t.html
But when I am trying to connect, I am getting the below error.
PS C:\Users\maharanaak> ncli -s 10.108.60.35 -u admin -p -j
User Name: admin
Enter Password:
com.google.gson.stream.MalformedJsonException: Expected EOF at line 1 column 5
Cannot invoke "java.util.Map.get(Object)" because "messageBody" is null
I have tried with both CVM IP and Prism Central IP and in both cases got the same error.
Attaching the screenshots of installation related to java version, ncli version and the command execution here for reference.
Please help here.