How to know your Abiquo version

Version: Any

Component: API

 

You can run the following API query, using your favorite tool:

curl -X GET -u username:password http://YOUR_IP/api/version

 

Bonus

If you want to see an ascii art of the codename of the release, you can add the header "Accept:text/ascii;"

curl -X GET -u username:password -H "Accept:text/ascii;" http://YOUR_IP/api/version

0 Comments

Please sign in to leave a comment.