Getting OTP for a guest console

Format

MethodGET
URL

/guests/$GUEST_NAME/console

Request contentsEmpty
Successful answerTaskResult Object
Non-successful answerErrorMessage Object
Unexpected errorHTTP 500

BasicGuestInfo Object

Schema

statusString"OK"
messageStringThe one time password usable to open a spice console to the guest

JSON example

{
     "status": "OK",

     "message": "f4f8f47d-2b6a-4288-9e23-9932a68dfaf9"

}