The console command initiates a {NEBULA} Workspaces Terminal session and provides the connection information.

JSON Input Data Format
{
    "cloudid": string,
    "id": string,
    "ip": string,
    "asuser": string
}
cloudid * Specifies the cloud ID where the instance is located.
id * Specifies the ID of the instance.
ip * Specifies the IP address of the instance.
asuser * Specifies the email address or user name of the {NEXUS} identity that will connect to the Workspaces session.
* Indicates a mandatory field.

Code Snippets
Here are several code snippets provided for your direct use. Simply select your preferred tool/language by clicking on it.


Successful Response
{
    "result": "OK",
    "username": "8972f2ec-fd1e-454d-9c19-84343b3ec3d3",
    "password": "627e7994-8faf-4356-a63b-fb9d5e3800e9",
    "ip": "192.168.234.164",
    "address": "https://younode.com",
    "console": "tab",
    "name": "dev-kl01",
    "url": "https://younode.com?username=8972f2ec-fd1e-454d-9c19-84343b3ec3d3&password=627e7994-8faf-4356-a63b-fb9d5e3800e9"
}

Failed Response
{
    "result": "ERR",
    "message": "Error message ..."
}