Class: Api::V2::RhCloud::AdvisorEngineConfigController

Inherits:
BaseController
  • Object
show all
Includes:
Api::Version2
Defined in:
app/controllers/api/v2/rh_cloud/advisor_engine_config_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
11
12
# File 'app/controllers/api/v2/rh_cloud/advisor_engine_config_controller.rb', line 8

def show
  render json: {
    use_iop_mode: ForemanRhCloud.with_iop_smart_proxy?,
  }, status: :ok
end