INPUT_OBJECT
UpdateClusterState
Updates the state information for a given cluster
link GraphQL Schema definition
1 input UpdateClusterState { 3 2 : [ClusterNodeUpdate] 6 4 # The cluster ID 5 : ID! 8 7 : JSONData! 11 9 # Optionally, update current the cluster status. 10 : ClusterStatus 12 }
link Required by
This element is not required by anyone