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

14 lines
136 B
Plaintext
Raw Normal View History

query Instances {
machines {
id
name
brand
state
image
metadata
tags
firewallEnabled
docker
}
}