Class: KatelloApi::Resources::SystemsBulkAction
- Defined in:
- lib/katello_api/resources/systems_bulk_action.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Instance Method Summary collapse
-
#applicable_errata(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#bulk_add_system_groups(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#bulk_remove_system_groups(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#destroy_systems(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#environment_content_view(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#install_content(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#remove_content(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
-
#update_content(params = {}, headers = {}) ⇒ Array
First item: parsed data; second item: raw body.
Methods inherited from Base
#http_call, #initialize, method_doc, #perform_call, #validate_params!, validation_hash
Constructor Details
This class inherits a constructor from KatelloApi::Base
Class Method Details
.doc ⇒ Object
4 5 6 |
# File 'lib/katello_api/resources/systems_bulk_action.rb', line 4 def self.doc @doc ||= KatelloApi.doc['resources']["systems_bulk_actions"] end |
Instance Method Details
#applicable_errata(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
51 52 53 |
# File 'lib/katello_api/resources/systems_bulk_action.rb', line 51 def applicable_errata(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#bulk_add_system_groups(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
20 21 22 |
# File 'lib/katello_api/resources/systems_bulk_action.rb', line 20 def bulk_add_system_groups(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#bulk_remove_system_groups(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
36 37 38 |
# File 'lib/katello_api/resources/systems_bulk_action.rb', line 36 def bulk_remove_system_groups(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#destroy_systems(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
117 118 119 |
# File 'lib/katello_api/resources/systems_bulk_action.rb', line 117 def destroy_systems(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#environment_content_view(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
134 135 136 |
# File 'lib/katello_api/resources/systems_bulk_action.rb', line 134 def environment_content_view(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#install_content(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
68 69 70 |
# File 'lib/katello_api/resources/systems_bulk_action.rb', line 68 def install_content(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#remove_content(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
102 103 104 |
# File 'lib/katello_api/resources/systems_bulk_action.rb', line 102 def remove_content(params = {}, headers = {}) perform_call(__method__, params, headers) end |
#update_content(params = {}, headers = {}) ⇒ Array
Returns First item: parsed data; second item: raw body.
85 86 87 |
# File 'lib/katello_api/resources/systems_bulk_action.rb', line 85 def update_content(params = {}, headers = {}) perform_call(__method__, params, headers) end |