Sha256: 9819c4c197bc6599b33abd0b5383b38266679a802d5b0a2e89a7f94bd5dab6fb
Contents?: true
Size: 722 Bytes
Versions: 51
Compression:
Stored size: 722 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") param :setup_remote_execution_pull, :bool, desc: N_("Set 'host_registration_remote_execution_pull' parameter for the host. If it is set to true, pull provider client will be deployed on the host") end end end end end end end end
Version data entries
51 entries across 51 versions & 1 rubygems