Console

Overview

This data type is included in the result of execution of the next API request.

DATA TYPE

Contents

Contents
PARAMETER DESCRIPTION DATATYPE
type Type of the remote console. Valid values are IPMI or IMM. String
url URL to access the remote console. String
user_id User ID for sign in to the remote console. String
password Password for sign in to the remote console. String

Example

{
  "console": {
    "type": "IPMI",
    "url": "http://127.0.0.1:8080/ipmi/client.xhml?id=<token>",
    "user_id": "270dd02f-2abf-48bd-813a-f8a4470da7f7",
    "password": "fake_password"
  }
}