254
In This Chapter
Session Management ....................................................................................... 254
Login Progress ................................................................................................... 255
Session Close / Logout ...................................................................................... 255
Access Functionality ......................................................................................... 256
Handling of Access Client Sessions ................................................................... 262
Maintenance ..................................................................................................... 264
Session Management
Session Creation and Login
In order to use the API, users need to authenticate and create a session. The
first step is always a POST to /session/login with the user credentials.
Parameters
•
username: The login name of the user. Required.
•
password: The user's password. Required.
•
user_type: The type of the user. Optional. May be one of
"local" (users existing in the User Station only)
"ldap" (LDAP authenticated users) or
"ccsg" (CC-SG users).
If not specified, local user is assumed.
Response
•
result: The result of the authentication process. One of:
success: The authentication was successful and the user is logged in.
The session can be used immediately for further operations.
failed: The authentication failed. Either the given credentials are
incorrect, or the user type is incorrect (for example, ccsg is specified,
but CC-SG mode is not enabled).
Appendix D API
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: ......