API
|
admin/api/servers
|
URI
|
https://portal_url/admin/api/servers
where portal_url is the URL of the portal to login to. CTERA recommends using HTTPS and not HTTP.
|
method
|
POST
|
Request Content-Type
|
application/x-www-form-urlencoded or text/xml
|
Request body
|
<obj>
<att id="type">
<val>user-defined</val>
</att>
<att id="name">
<val>resetAllAVBG</val>
</att>
</obj>
|
Expected Response status
|
200 OK and a HTTP session cookie which is then used for the duration of the session.
If a response such as 403 Forbidden is returned, check the user name and password provided.
|