Sha256: d9ea21d89ce71e602eb3a9c21a3243ba94136adf8bbef0d59a5b4b28ccbb1cdc

Contents?: true

Size: 509 Bytes

Versions: 27

Compression:

Stored size: 509 Bytes

Contents

module ForemanRemoteExecution
  module Concerns
    module Api
      module V2
        module RegistrationCommandsControllerExtensions
          module ApipieExtensions
            extend Apipie::DSL::Concern

            update_api(:create) do
              param :registration_command, Hash do
                param :remote_execution_interface, String, desc: N_("Identifier of the Host interface for Remote execution")
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
foreman_remote_execution-5.0.8 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-7.1.1 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-7.1.0 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-7.0.0 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-5.0.7 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-5.0.6 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-6.2.0 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-5.0.5 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-6.1.0 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-5.0.4 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-5.0.3 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-6.0.0 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-5.0.2 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-5.1.0 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-5.0.1 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-5.0.0 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-4.8.0 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-4.5.6 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-4.5.5 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb
foreman_remote_execution-4.5.4 app/controllers/foreman_remote_execution/concerns/api/v2/registration_commands_controller_extensions.rb