/
Getting basic information from every Guest

Getting basic information from every Guest

Format

MethodGET
URL

/guests

Request contentsEmpty
Successful answerBasicGuestInfo Object Array
Non-successful answerErrorMessage Object
Unexpected errorHTTP 500

BasicGuestInfo Object

Schema

guest_idStringGuest's unique identifier
guest_typeStringGuest type. One of "normal", "template" or "clone"
pool_idStringPool's unique identifier, to where this Guest has been assigned.
desired_stateString

Guest's desired state. Either "running", "running_once", "stopped", "paused" or "suspended"

current_stateStringGuest's current state. Either "unknown", "running", "stopped", "paused", "suspended" or "migrating"
current_hostStringHost's unique identifier, where this Guest is currently running. Only is guaranteed to hace a value for flexVDI_Manager.

JSON example

{
    "desired_state": "running",
    "current_state": "running",
    "current_host": "",
    "guest_type": "clone",
    "guest_id": "opensuse421_public-volatile-e30ca1bb",
    "pool_id": "demo_public"
}

Related content

Getting basic information from every Guest
Getting basic information from every Guest
More like this
Getting basic information from every Guest
Getting basic information from every Guest
More like this
Getting full information from a certain Guest
Getting full information from a certain Guest
More like this
Getting full information from a certain Guest
Getting full information from a certain Guest
More like this
Getting full information from a certain Guest
Getting full information from a certain Guest
More like this
Getting basic information from every Host
Getting basic information from every Host
More like this