Module: Bixby::Inventory
- Defined in:
- lib/bixby-client/modules/inventory.rb
Class Method Summary collapse
-
.register_agent(opts) ⇒ JsonResponse
Register an agent with the manager.
Class Method Details
.register_agent(opts) ⇒ JsonResponse
Register an agent with the manager
16 17 18 19 |
# File 'lib/bixby-client/modules/inventory.rb', line 16 def self.register_agent(opts) req = JsonRequest.new("inventory:register_agent", opts) return Bixby::Client.new(nil, nil).exec_api(req) end |