Method: ApiClient#get_account_clusters
- Defined in:
- lib/uffizzi/clients/api/api_client.rb
#get_account_clusters(server, account_id) ⇒ Object
339 340 341 342 343 344 |
# File 'lib/uffizzi/clients/api/api_client.rb', line 339 def get_account_clusters(server, account_id) uri = account_clusters_uri(server, account_id) response = http_client.make_get_request(uri) build_response(response) end |