dunebox-status
Gets the status of running and permitted AVDs
Arguments
Argument | Type | Optional | Interpretation |
---|---|---|---|
|
| Yes | URL of Dunebox server. Overrides the configured value if provided. |
|
| Yes | Your access key. Overrides configured value if provided. |
|
| Yes | Your secret key. Overrides configured value if provided. |
|
| 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:
Field | Type | Intepretation |
---|---|---|
|
| UID of the configured AVD |
|
| Name of the configured AVD |
|
| API level of the configured AVD |
|
| Device of configured AVD |
| S | AVD Base image tag (e.g. |
|
| Application Binary Interface of the AVD (e.g. |
|
| Whether the AVD can be launched |
|
| Whether the AVD has been started |
|
| Whether the AVD is running |
|
| Auto Session ID ( |
The result is pretty printed when called with the --pretty
flag.
Last updated