lbcli get server

AI Tools

Gets server information.

lbcli get server [flags]

Examples:

# Get information of server by UUID: lbcli -J $JWT get server --uuid=32e7b7ab-4e6d-4b6c-8c4e-92710bcd9301 # Get information of server by UUID in json format: lbcli -J $JWT get server --uuid=32e7b7ab-4e6d-4b6c-8c4e-92710bcd9301 --output-format=json

Flag

Short

Type

Default

Description

--uuid


string


Server UUID (required).

--help


bool


Help for server.

This command returns the following fields for the server. The human-readable output only shows some of these fields.

Field

Type

Description

Server UUID

String

Server UUID.

Node UUIDs

List of strings

Node UUIDs within the server.

Server State

String

Server state.

Risk of Service Loss State

String

Indicates if disabling a server will cause a service loss for a particular volume.

Upgrade Status

String

Status of the upgrade process.

Name

String

Server name.

Control Endpoints

List of strings

List of server control endpoints.

LightOS Version

String

Lightbits version.


On This Page
lbcli get server