21 lines
217 B
GraphQL
21 lines
217 B
GraphQL
query instances {
|
|
machines {
|
|
id
|
|
name
|
|
state
|
|
primary_ip
|
|
firewall_enabled
|
|
created
|
|
updated
|
|
brand
|
|
memory
|
|
disk
|
|
package {
|
|
name
|
|
}
|
|
snapshots {
|
|
name
|
|
}
|
|
}
|
|
}
|