moreficent-status

Gets the status of running and permitted environments

Arguments

ArgumentTypeOptionalInterpretation

--server

String

Yes

URL of Moreficent server. Overrides the configured value if provided.

--access-key

String

Yes

Your access key. Overrides configured value if provided.

--secret-key

String

Yes

Your secret key. Overrides configured value if provided.

--pretty

flag

Yes

Pretty prints output. Default is JSON.

Successful Output

When called without the --pretty flag, the result is a JSON array in which each entry is an object with the following fields:

FieldTypeIntepretation

uid

String

UID of the configured Environment

name

String

Name of the configured Environment

is_x86

bool

Whether the Environment runs on an x86 machine

gui

String

The configured graphical application of the environment

toolchain

String

Supported toolchain(s) in the environment

permitted

bool

Whether the Environment can be launched

started

bool

Whether the Environment has been started

running

bool

Whether the Environment is running

auto_session_id

uint32

Auto Session ID (asid) of the Environment. The field is absent if the Environment is not running.

The result is pretty printed when called with the --pretty flag.

Last updated