Method: ForemanApi::Resources::OperatingSystem#bootfiles

Defined in:
lib/foreman_api/resources/operating_system.rb

#bootfiles(params = {}, headers = {}) ⇒ Array

Returns First item: parsed data; second item: raw body.

Parameters:

  • params (Hash) (defaults to: {})

    a hash of params to be passed to the service

  • headers (Hash) (defaults to: {})

    additional http headers

Options Hash (params):

  • id (String)
  • architecture (String)
  • medium (String)

Returns:

  • (Array)

    First item: parsed data; second item: raw body



78
79
80
# File 'lib/foreman_api/resources/operating_system.rb', line 78

def bootfiles(params = {}, headers = {})
  perform_call(__method__, params, headers)
end