Get System console
Retrieves information about the system console (service console).
In an IBM TS4500 tape library, this is a TS4500 integrated management console (IMC). In an IBM Diamondback tape library, this is an IBM Tape System/Service Console (TSSC). If no system console is connected to the library, an empty list is returned.
Request syntax
In an IBM TS4500 tape library, this is a TS4500 integrated management console (IMC). In an IBM Diamondback tape library, this is an IBM Tape System/Service Console (TSSC). If no system console is connected to the library, an empty list is returned.
Example
> GET /v1/systemConsole
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 1903
[
{
"type": "7063",
"model": "CR2",
"sn": "78977ED",
"biosLevel": "5.12",
"codeLevel": "9.6.6-091824",
"packageRelease": "gint0.0",
"hostname": "thundertssc.tuc.stglabs.ibm.com",
"address": "9.11.219.146",
"gateway": "9.11.219.1",
"primaryDns": "9.11.227.25",
"secondaryDns": "9.0.0.1",
"driveCapacity": 1920,
"driveUsedCapacity": 500,
"driveSn": "26F1BBA7",
"installedRam": 32
}
]
Attributes
type(string)-
The type of the system console.
model(string)-
The model of the system console.
sn(string)-
The serial number of the system console.
bioslevel(string)-
The BIOS level of the server running the system console.
codelevel(string)-
The code level of the system console running on the server.
packageRelease(string)-
The package release level of the system console running on the server.
hostname(string)-
The hostname of the system console.
address(string)-
IPv4 address of the network interface. If not set,
nullis shown. gateway(string)-
IPv4 gateway address of the network interface port. If not set,
nullis shown. primaryDns(string)-
IPv4 primary DNS address of this network interface. If the IP is assigned statically, this value may still be used for other network addresses which use host names. If not set,
nullis shown. secondaryDns(string)-
IPv4 secondary DNS address of this network interface. If the IP is assigned statically, this value may still be used for other network addresses which use host names. If not set,
nullis shown. driveCapacity(number)-
The raw capacity of the hard drive or SSD drive used by the system console in Gigabytes (GB).
driveUsedPercentage(string)-
The percent used capacity of the hard drive or SSD drive used by the system console.
driveSn(string)-
The serial number of the hard drive or SSD drive used by the system console.
installedRam(number)-
The amount of RAM installed in the server running the system console in Gigabytes (GB).