Method: ATSD::Client#entity_groups_list
- Defined in:
- lib/atsd/client.rb
#entity_groups_list(parameters = {}) ⇒ Array
Entity groups list.
331 332 333 334 |
# File 'lib/atsd/client.rb', line 331 def entity_groups_list(parameters = {}) response = @connection.get 'entity-groups', parameters response.body end |