Skip to main content

Access Console

GET/api/v1/nodes/vnc/{node_id}

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

Query parameters

  • project_idQuerystringoptional

    Identifier of the project to scope the request to. Optional; if omitted, the account's default project is used.

    • optional
    • if omitted, the request is applied to the default project
    example{{project_id}}
  • apikeyQuerystringoptional

    API key used to authenticate requests to the Access Console

    • required
    • must be a non-empty string
    example{{api_key}}
  • locationQuerystringoptional

    Specifies the location for the request

    • non-empty string
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code of the response

example200
  • integer between 100 and 599
  • required
dataobject
errorsobject
messagestring

Status message returned by the Access Console.

exampleSuccess
  • Must be a non-empty string
  • Maximum length of 255 characters