Method: A2::Client::ConfigMgmt#show_node_run
- Defined in:
- lib/a2/client/config_mgmt.rb
#show_node_run(node_id, run_id, query_string = '') ⇒ Object
28 29 30 |
# File 'lib/a2/client/config_mgmt.rb', line 28 def show_node_run(node_id, run_id, query_string = '') get "/api/v0/cfgmgmt/nodes/#{node_id}/runs/#{run_id}#{query_string}" end |