INPUT_OBJECT
UpdateCluster
link GraphQL Schema definition
1 input UpdateCluster { 3 2 : ID! 5 4 : String 7 6 : [String] 9 8 : JSONData 11 10 : Int 13 12 : String 15 14 : Int 17 16 : Int 19 18 : Boolean 23 20 # Permissions granted to other organizations. Only the cluster owner 21 # can view or edit this field. 22 : [CreateClusterCollaborator!] 26 24 # Tags for cluster 25 : [String] 28 27 : ClusterStatus 31 29 # Update the cluster config 30 : JSONData 34 32 # Media storage path. Optional -- use only for edge. 33 : String 38 35 # Designate a management node ID. Used only for edge/portable clusters. 36 # Must be the ID of an existing node in the cluster. 37 : ID 42 39 # Optionally, specify a time at which the edge cluster should 40 # be restarted daily. Applies only to edge clusters. 41 : Time 45 43 # Update subscriptions on the cluster. 44 : [UpdateClusterSubscription] 48 46 # Optionally, specify an api-token for cluster 47 : String 51 49 # Update base URL controller 50 : String 54 52 # ID of the core that the cluster is pulling jobs from 53 : String 57 55 # The ID of the organization, specify default cluster for an organization 56 : ID 60 58 # Specify default cluster per environment 59 : Boolean 63 61 # List of business units, specify default cluster for each unit in the list 62 : [String!] 64 }
link Required by
This element is not required by anyone