usersession/sessiondetails
API Name |
usersession/sessiondetails |
Description |
Gets the session details for passed instance. |
REST Methods |
|
Precondition |
Server Manager Console must be running. |
Input Params |
TOKEN: The TOKEN Header returned as a response to the /authenticate Server Manager REST API Call. TOKEN: The TOKEN Cookie returned as a response to the /authenticate Server Manager REST API Call. AUTHORIZATION: The Base64 encoded Basic username:password combination necessary for Authentication. instanceName: The Managed Instance Name. agentHostName: The Agent Host Name for instance. jdeHome: The Agent jde Home for instance. |
Sample Request |
|
Return |
HTTP status 200 is returned. |
Sample Response |
|
Exception |
302: Found the Managed Instance with the passed in Instance Name. 404: Unable to find the Managed Instance with the passed in Instance Name. 403: Forbidden Status Code is returned if the Authentication information passed with the Request is not valid. |