Project

General

Profile

« Previous | Next » 

Revision 51685ba8

Added by Timo Goebel over 8 years ago

fixes #12624 - add plugin interface to add provision methods

View differences:

app/controllers/api/v2/hosts_controller.rb
param :host_parameters_attributes, Array
param :build, :bool
param :enabled, :bool
param :provision_method, String
param :provision_method, String, :desc => N_("The method used to provision the host. Possible provision_methods may be %{provision_methods}") # values are defined in apipie initializer
param :managed, :bool, :desc => N_("True/False flag whether a host is managed or unmanaged. Note: this value also determines whether several parameters are required or not")
param :progress_report_id, String, :desc => N_("UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks")
param :comment, String, :desc => N_("Additional information about this host")

Also available in: Unified diff