Method: ControlplaneApi#workload_list
- Defined in:
- lib/core/controlplane_api.rb
#workload_list(org:, gvc:) ⇒ Object
75 76 77 |
# File 'lib/core/controlplane_api.rb', line 75 def workload_list(org:, gvc:) api_json("/org/#{org}/gvc/#{gvc}/workload", method: :get) end |