This section describes how to execute POA Public API methods using the curl utility.
Note: The curl utility for Windows-based hosts can be obtained from the http://curl.haxx.se web site. For Linux-based hosts the curl utility is available in the OS distribution.
# curl -k -d@FILE PROTOCOL://LOGIN:PASSWORD@IP_ADDRESS:PORT
Where:
Examples:
# curl -k -d@/root/pem.addAccount.xml https://login:password@1.1.1.1:8440
# curl -k -d@/root/pem.addAccount.xml https://1.1.1.1:8440
# curl -k -d@/root/pem.addAccount.xml http://1.1.1.1:8440