Method: Flex.cluster_state

Defined in:
lib/flex/api_stubs.rb

.cluster_state(*vars) ⇒ Object

########## Flex.cluster_state ##########

--------------
Flex::Template
---
cluster_state:
- GET
- /_cluster/state

Usage:
Flex.cluster_state


1140
1141
1142
1143
# File 'lib/flex/api_stubs.rb', line 1140

def Flex.cluster_state(*vars)
  ## this is a stub, used for reference
  super
end