Appendix D: API
264
Window Management
The User Station API allows some special Window Management functions to
arrange or close Access Client windows. To perform such an operation, POST to
the /access/window_management URL. This call has one parameter: the
operation to perform. This may be one of the following:
•
tile: Arrange the windows in tiles.
•
untile: Un-do the latest "tile" operation.
•
minimize: Minimize all windows
•
unminimize: Restore the windows
•
close: Close all client windows
Example
curl -c cookies.txt -b cookies.txt -H "Content-Type: application/json" -d
'{ "operation": "close" }'
https://192.168.3.175:8443/api/v1/access/window_management
{"result":true}
Maintenance
The User Station supports some basic maintenance functions via the API. It
currently has functions for identity, firmware information and update and
settings backup/restore.
Note: The firmware update and backup/restore functionality requires System
Administration privileges.
Identity Information
In order to get some basic identity information, use a GET request to
the /maintenance/identity URL. You will get the product code, the vendor, the
device's serial number and the MAC addresses.
Example
curl -c cookies.txt -b cookies.txt -H "Content-Type: application/json"
https://192.168.3.175:8443/api/v1/maintenance/identity
{"product":"DKX4-UST","vendor":"Raritan
Inc.","serial":"12345","mac":["80:EE:73:E2:31:45","80:EE:73:E2:31:46"]}
Summary of Contents for Raritan Dominion User Station
Page 10: ......
Page 63: ...Appendix A Managing Targets and Access Methods 53 VNC Access Settings...
Page 64: ...Appendix A Managing Targets and Access Methods 54 SSH Access Settings...
Page 65: ...Appendix A Managing Targets and Access Methods 55 WEB Access Settings...
Page 159: ...Appendix A Administration Features 149 5 Enter the bind credentials in the Bind section...
Page 204: ...Appendix A Administration Features 194 9 Click Save...
Page 211: ...Appendix A Maintenance Features 201 6 Click OK in the confirmation dialog...
Page 269: ...Appendix D API 259...
Page 280: ......