Version

To check the version of your cloud installation, use the following request:

GET /version.xml
GET /version.json

XML Request Example

curl -i -X GET -H 'Accept: application/xml' -H 'Content-type: application/xml' -u user:userpass --url http://onapp.test/version.xml 

JSON Request Example

curl -i -X GET -H 'Accept: application/json' -H 'Content-type: application/json' -u user:userpass --url http://onapp.test/version.json 

XML Output Example

<onapp>
<version>2.2 </version>
</onapp>

Where:

version - the version of your cloud installation