From 8259bfd284f6e012a53064fdb2fe7d73b73530d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81rgio=20Ramos?= Date: Wed, 4 Oct 2017 18:25:57 +0100 Subject: [PATCH] feat(cloudapi-gql): add disableMachineFirewall schema mutation --- packages/cloudapi-gql/src/schema/schema.graphql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/cloudapi-gql/src/schema/schema.graphql b/packages/cloudapi-gql/src/schema/schema.graphql index 50248afb..34a81785 100644 --- a/packages/cloudapi-gql/src/schema/schema.graphql +++ b/packages/cloudapi-gql/src/schema/schema.graphql @@ -970,6 +970,11 @@ type Mutation { # Machine id id: ID! ): Machine + # Allows you to disable the firewall for an instance + disableMachineFirewall( + # Machine id + id: ID! + ): Machine # Allows you to take a snapshot of an instance. Once you have one or more snapshots, you can boot the instance from a previous snapshot. Snapshots are not usable with other instances; they are a point-in-time snapshot of the current instance. Snapshots can also only be taken of instances that are not of brand 'kvm'. createMachineSnapshot( # Machine id