joyent-portal/packages/my-joy-beta/src/graphql/list-instances.gql

21 lines
217 B
Plaintext
Raw Normal View History

2017-10-04 20:27:55 +03:00
query instances {
machines {
id
name
state
primary_ip
2017-10-04 20:27:55 +03:00
firewall_enabled
created
updated
brand
memory
disk
package {
name
}
2017-10-11 19:59:59 +03:00
snapshots {
name
}
}
}