Gets the status of running and permitted AVDs
--server
String
Yes
URL of Dunebox server. Overrides the configured value if provided.
--access-key
Your access key. Overrides configured value if provided.
--secret-key
Your secret key. Overrides configured value if provided.
--pretty
flag
Pretty prints output. Default is JSON.
When called without the --pretty flag, the result is a JSON array in which each entry is an object with the following fields:
uid
UID of the configured AVD
name
Name of the configured AVD
api
uint8
API level of the configured AVD
device
Device of configured AVD
tag
tring
AVD Base image tag (e.g. google_apis)
google_apis
abi
Application Binary Interface of the AVD (e.g. x86_64)
x86_64
permitted
bool
Whether the AVD can be launched
started
Whether the AVD has been started
running
Whether the AVD is running
auto_session_id
uint32
Auto Session ID (asid) of the AVD. The field is absent if the AVD is not running.
asid
The result is pretty printed when called with the --pretty flag.
Last updated 3 years ago
Was this helpful?