I am using SI command line interface on Solaris platform.
I want to connect to integrity server and display end result to user.
I am using following command.
si connect --hostname=<srvName> --port=<port> --user=<user> --password=<pwd> --xmlapi
If I use, --xmlapi is giving output in xml format which help me to get correct status. sometimes I am facing some issues in command like authentication failure .
I want to know if --xmlapi flag is deprecated? Should I keep using it? Where I can see deprecated API of Integrity?
Note:
Removing --xmlapi dose not resolve my problem.