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

18 lines
184 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
}
}
}