REST API

Top  Previous  Next

This section covers the Rest API functions.

The URL to the Rest base looks like:

http://<host>:8666/rest/appservermgr/...

or

https://<host>:8663/rest/appservermgr/...

 

Each request should be accompanied with at least the following parameters:

ftp_user

ftp_pass

 

If using a non-browser client, you should first login to the base, like so:

https://<host>:8663/rest?ftp_user=admin&ftp_pass=coolgeek

 

Once successfully logged in, retrieve the "JSESSIONID" Cookie.

This cookie must be sent back to the server for each subsequent request.

 

Response are formatted in JSON.