katello_api 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +15 -0
- data/.gitignore +3 -0
- data/Gemfile +1 -1
- data/README.rdoc +22 -13
- data/Rakefile +0 -1
- data/doc/KatelloApi/Base.html +102 -116
- data/doc/KatelloApi/Generator/Base.html +65 -80
- data/doc/KatelloApi/Generator.html +5 -5
- data/doc/KatelloApi/Resources/About.html +360 -0
- data/doc/KatelloApi/Resources/ActivationKey.html +190 -304
- data/doc/KatelloApi/Resources/Architecture.html +89 -129
- data/doc/KatelloApi/Resources/Changeset.html +156 -399
- data/doc/KatelloApi/Resources/ChangesetsContent.html +97 -2215
- data/doc/KatelloApi/Resources/ComputeResource.html +131 -189
- data/doc/KatelloApi/Resources/ConfigTemplate.html +143 -208
- data/doc/KatelloApi/Resources/ContentUpload.html +1046 -0
- data/doc/KatelloApi/Resources/ContentView.html +229 -117
- data/doc/KatelloApi/Resources/ContentViewDefinition.html +1190 -323
- data/doc/KatelloApi/Resources/Crl.html +21 -28
- data/doc/KatelloApi/Resources/CustomInfo.html +1110 -0
- data/doc/KatelloApi/Resources/Distribution.html +40 -56
- data/doc/KatelloApi/Resources/Distributor.html +406 -469
- data/doc/KatelloApi/Resources/Domain.html +107 -155
- data/doc/KatelloApi/Resources/Environment.html +211 -539
- data/doc/KatelloApi/Resources/Erratum.html +56 -90
- data/doc/KatelloApi/Resources/Filter.html +1533 -0
- data/doc/KatelloApi/Resources/FilterRule.html +591 -0
- data/doc/KatelloApi/Resources/GpgKey.html +230 -196
- data/doc/KatelloApi/Resources/HardwareModel.html +101 -147
- data/doc/KatelloApi/Resources/Organization.html +647 -158
- data/doc/KatelloApi/Resources/OrganizationDefaultInfo.html +803 -0
- data/doc/KatelloApi/Resources/Package.html +57 -81
- data/doc/KatelloApi/Resources/Permission.html +109 -197
- data/doc/KatelloApi/Resources/Ping.html +37 -179
- data/doc/KatelloApi/Resources/Product.html +289 -462
- data/doc/KatelloApi/Resources/Provider.html +397 -424
- data/doc/KatelloApi/Resources/PuppetModule.html +704 -0
- data/doc/KatelloApi/Resources/Repository.html +302 -958
- data/doc/KatelloApi/Resources/RepositorySet.html +64 -104
- data/doc/KatelloApi/Resources/Role.html +131 -250
- data/doc/KatelloApi/Resources/RoleLdapGroup.html +74 -95
- data/doc/KatelloApi/Resources/SmartProxy.html +97 -143
- data/doc/KatelloApi/Resources/Statu.html +21 -28
- data/doc/KatelloApi/Resources/Status.html +360 -0
- data/doc/KatelloApi/Resources/Subnet.html +89 -129
- data/doc/KatelloApi/Resources/Subscription.html +486 -162
- data/doc/KatelloApi/Resources/Sync.html +85 -155
- data/doc/KatelloApi/Resources/SyncPlan.html +127 -220
- data/doc/KatelloApi/Resources/System.html +913 -925
- data/doc/KatelloApi/Resources/SystemErratum.html +557 -0
- data/doc/KatelloApi/Resources/SystemGroup.html +634 -408
- data/doc/KatelloApi/Resources/SystemGroupErratum.html +47 -66
- data/doc/KatelloApi/Resources/SystemGroupPackage.html +77 -108
- data/doc/KatelloApi/Resources/SystemPackage.html +734 -108
- data/doc/KatelloApi/Resources/SystemsBulkAction.html +1706 -0
- data/doc/KatelloApi/Resources/Task.html +38 -53
- data/doc/KatelloApi/Resources/Template.html +159 -233
- data/doc/KatelloApi/Resources/TemplatesContent.html +214 -312
- data/doc/KatelloApi/Resources/Uebercert.html +25 -34
- data/doc/KatelloApi/Resources/User.html +204 -433
- data/doc/KatelloApi/Resources.html +7 -7
- data/doc/KatelloApi.html +21 -26
- data/doc/_index.html +87 -9
- data/doc/class_list.html +3 -2
- data/doc/css/style.css +1 -1
- data/doc/file.README.html +60 -54
- data/doc/file_list.html +2 -1
- data/doc/frames.html +5 -7
- data/doc/index.html +60 -54
- data/doc/js/app.js +7 -2
- data/doc/js/full_list.js +7 -2
- data/doc/method_list.html +854 -1225
- data/doc/top-level-namespace.html +5 -5
- data/katello_api.gemspec +7 -5
- data/lib/katello_api/base.rb +9 -8
- data/lib/katello_api/documentation.json +1 -1
- data/lib/katello_api/resources/about.rb +18 -0
- data/lib/katello_api/resources/activation_key.rb +11 -13
- data/lib/katello_api/resources/changeset.rb +4 -15
- data/lib/katello_api/resources/changesets_content.rb +6 -130
- data/lib/katello_api/resources/content_upload.rb +61 -0
- data/lib/katello_api/resources/content_view.rb +10 -1
- data/lib/katello_api/resources/content_view_definition.rb +65 -3
- data/lib/katello_api/resources/custom_info.rb +70 -0
- data/lib/katello_api/resources/distributor.rb +33 -18
- data/lib/katello_api/resources/environment.rb +20 -41
- data/lib/katello_api/resources/erratum.rb +3 -4
- data/lib/katello_api/resources/filter.rb +93 -0
- data/lib/katello_api/resources/filter_rule.rb +36 -0
- data/lib/katello_api/resources/gpg_key.rb +18 -14
- data/lib/katello_api/resources/organization.rb +43 -8
- data/lib/katello_api/resources/organization_default_info.rb +48 -0
- data/lib/katello_api/resources/permission.rb +10 -7
- data/lib/katello_api/resources/ping.rb +1 -9
- data/lib/katello_api/resources/product.rb +26 -30
- data/lib/katello_api/resources/provider.rb +21 -20
- data/lib/katello_api/resources/puppet_module.rb +39 -0
- data/lib/katello_api/resources/repository.rb +28 -62
- data/lib/katello_api/resources/repository_set.rb +1 -2
- data/lib/katello_api/resources/role.rb +0 -5
- data/lib/katello_api/resources/role_ldap_group.rb +3 -1
- data/lib/katello_api/resources/status.rb +18 -0
- data/lib/katello_api/resources/subscription.rb +33 -7
- data/lib/katello_api/resources/sync.rb +9 -12
- data/lib/katello_api/resources/sync_plan.rb +2 -5
- data/lib/katello_api/resources/system.rb +95 -73
- data/lib/katello_api/resources/system_erratum.rb +30 -0
- data/lib/katello_api/resources/system_group.rb +40 -27
- data/lib/katello_api/resources/system_group_erratum.rb +1 -1
- data/lib/katello_api/resources/system_group_package.rb +6 -6
- data/lib/katello_api/resources/system_package.rb +46 -5
- data/lib/katello_api/resources/systems_bulk_action.rb +140 -0
- data/lib/katello_api/resources/user.rb +14 -18
- data/lib/katello_api/version.rb +1 -1
- metadata +26 -14
data/doc/method_list.html
CHANGED
@@ -15,6 +15,7 @@
|
|
15
15
|
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
16
|
|
17
17
|
|
18
|
+
<title>Method List</title>
|
18
19
|
<base id="base_target" target="_parent" />
|
19
20
|
</head>
|
20
21
|
<body>
|
@@ -48,2497 +49,2125 @@
|
|
48
49
|
|
49
50
|
<li class="r1 ">
|
50
51
|
<span class='object_link'><a href="KatelloApi/Resources/System.html#activate-instance_method" title="KatelloApi::Resources::System#activate (method)">#activate</a></span>
|
51
|
-
|
52
|
-
<small>KatelloApi::Resources::System</small>
|
53
|
-
|
52
|
+
<small>KatelloApi::Resources::System</small>
|
54
53
|
</li>
|
55
54
|
|
56
55
|
|
57
56
|
<li class="r2 ">
|
58
57
|
<span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#add_content_view-instance_method" title="KatelloApi::Resources::ChangesetsContent#add_content_view (method)">#add_content_view</a></span>
|
59
|
-
|
60
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
61
|
-
|
58
|
+
<small>KatelloApi::Resources::ChangesetsContent</small>
|
62
59
|
</li>
|
63
60
|
|
64
61
|
|
65
62
|
<li class="r1 ">
|
66
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
67
|
-
|
68
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
69
|
-
|
63
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_distribution-instance_method" title="KatelloApi::Resources::TemplatesContent#add_distribution (method)">#add_distribution</a></span>
|
64
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
70
65
|
</li>
|
71
66
|
|
72
67
|
|
73
68
|
<li class="r2 ">
|
74
|
-
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#
|
75
|
-
|
76
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
77
|
-
|
69
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_package-instance_method" title="KatelloApi::Resources::TemplatesContent#add_package (method)">#add_package</a></span>
|
70
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
78
71
|
</li>
|
79
72
|
|
80
73
|
|
81
74
|
<li class="r1 ">
|
82
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
83
|
-
|
84
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
85
|
-
|
75
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_package_group-instance_method" title="KatelloApi::Resources::TemplatesContent#add_package_group (method)">#add_package_group</a></span>
|
76
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
86
77
|
</li>
|
87
78
|
|
88
79
|
|
89
80
|
<li class="r2 ">
|
90
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
91
|
-
|
92
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
93
|
-
|
81
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_package_group_category-instance_method" title="KatelloApi::Resources::TemplatesContent#add_package_group_category (method)">#add_package_group_category</a></span>
|
82
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
94
83
|
</li>
|
95
84
|
|
96
85
|
|
97
86
|
<li class="r1 ">
|
98
|
-
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#
|
99
|
-
|
100
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
101
|
-
|
87
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_parameter-instance_method" title="KatelloApi::Resources::TemplatesContent#add_parameter (method)">#add_parameter</a></span>
|
88
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
102
89
|
</li>
|
103
90
|
|
104
91
|
|
105
92
|
<li class="r2 ">
|
106
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
107
|
-
|
108
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
109
|
-
|
93
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#add_pool-instance_method" title="KatelloApi::Resources::ActivationKey#add_pool (method)">#add_pool</a></span>
|
94
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
110
95
|
</li>
|
111
96
|
|
112
97
|
|
113
98
|
<li class="r1 ">
|
114
|
-
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#
|
115
|
-
|
116
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
117
|
-
|
99
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#add_repo-instance_method" title="KatelloApi::Resources::TemplatesContent#add_repo (method)">#add_repo</a></span>
|
100
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
118
101
|
</li>
|
119
102
|
|
120
103
|
|
121
104
|
<li class="r2 ">
|
122
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
123
|
-
|
124
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
125
|
-
|
105
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#add_role-instance_method" title="KatelloApi::Resources::User#add_role (method)">#add_role</a></span>
|
106
|
+
<small>KatelloApi::Resources::User</small>
|
126
107
|
</li>
|
127
108
|
|
128
109
|
|
129
110
|
<li class="r1 ">
|
130
|
-
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#
|
131
|
-
|
132
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
133
|
-
|
111
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#add_system_groups-instance_method" title="KatelloApi::Resources::ActivationKey#add_system_groups (method)">#add_system_groups</a></span>
|
112
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
134
113
|
</li>
|
135
114
|
|
136
115
|
|
137
116
|
<li class="r2 ">
|
138
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
139
|
-
|
140
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
141
|
-
|
117
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#add_system_groups-instance_method" title="KatelloApi::Resources::System#add_system_groups (method)">#add_system_groups</a></span>
|
118
|
+
<small>KatelloApi::Resources::System</small>
|
142
119
|
</li>
|
143
120
|
|
144
121
|
|
145
122
|
<li class="r1 ">
|
146
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
147
|
-
|
148
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
149
|
-
|
123
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#add_systems-instance_method" title="KatelloApi::Resources::SystemGroup#add_systems (method)">#add_systems</a></span>
|
124
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
150
125
|
</li>
|
151
126
|
|
152
127
|
|
153
128
|
<li class="r2 ">
|
154
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
155
|
-
|
156
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
157
|
-
|
129
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#applicable_errata-instance_method" title="KatelloApi::Resources::SystemsBulkAction#applicable_errata (method)">#applicable_errata</a></span>
|
130
|
+
<small>KatelloApi::Resources::SystemsBulkAction</small>
|
158
131
|
</li>
|
159
132
|
|
160
133
|
|
161
134
|
<li class="r1 ">
|
162
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
163
|
-
|
164
|
-
<small>KatelloApi::Resources::User</small>
|
165
|
-
|
135
|
+
<span class='object_link'><a href="KatelloApi/Resources/Changeset.html#apply-instance_method" title="KatelloApi::Resources::Changeset#apply (method)">#apply</a></span>
|
136
|
+
<small>KatelloApi::Resources::Changeset</small>
|
166
137
|
</li>
|
167
138
|
|
168
139
|
|
169
140
|
<li class="r2 ">
|
170
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
171
|
-
|
172
|
-
<small>KatelloApi::Resources::System</small>
|
173
|
-
|
141
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html#apply-instance_method" title="KatelloApi::Resources::SystemErratum#apply (method)">#apply</a></span>
|
142
|
+
<small>KatelloApi::Resources::SystemErratum</small>
|
174
143
|
</li>
|
175
144
|
|
176
145
|
|
177
146
|
<li class="r1 ">
|
178
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
179
|
-
|
180
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
181
|
-
|
147
|
+
<span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#apply_to_all-instance_method" title="KatelloApi::Resources::OrganizationDefaultInfo#apply_to_all (method)">#apply_to_all</a></span>
|
148
|
+
<small>KatelloApi::Resources::OrganizationDefaultInfo</small>
|
182
149
|
</li>
|
183
150
|
|
184
151
|
|
185
152
|
<li class="r2 ">
|
186
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
187
|
-
|
188
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
189
|
-
|
153
|
+
<span class='object_link'><a href="KatelloApi/Resources/Organization.html#autoattach_subscriptions-instance_method" title="KatelloApi::Resources::Organization#autoattach_subscriptions (method)">#autoattach_subscriptions</a></span>
|
154
|
+
<small>KatelloApi::Resources::Organization</small>
|
190
155
|
</li>
|
191
156
|
|
192
157
|
|
193
158
|
<li class="r1 ">
|
194
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
195
|
-
|
196
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
197
|
-
|
159
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html#available-instance_method" title="KatelloApi::Resources::Subscription#available (method)">#available</a></span>
|
160
|
+
<small>KatelloApi::Resources::Subscription</small>
|
198
161
|
</li>
|
199
162
|
|
200
163
|
|
201
164
|
<li class="r2 ">
|
202
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
203
|
-
|
204
|
-
<small>KatelloApi::Resources::Role</small>
|
205
|
-
|
165
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#available_system_groups-instance_method" title="KatelloApi::Resources::System#available_system_groups (method)">#available_system_groups</a></span>
|
166
|
+
<small>KatelloApi::Resources::System</small>
|
206
167
|
</li>
|
207
168
|
|
208
169
|
|
209
170
|
<li class="r1 ">
|
210
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
211
|
-
|
212
|
-
<small>KatelloApi::Resources::ConfigTemplate</small>
|
213
|
-
|
171
|
+
<span class='object_link'><a href="KatelloApi/Resources/Role.html#available_verbs-instance_method" title="KatelloApi::Resources::Role#available_verbs (method)">#available_verbs</a></span>
|
172
|
+
<small>KatelloApi::Resources::Role</small>
|
214
173
|
</li>
|
215
174
|
|
216
175
|
|
217
176
|
<li class="r2 ">
|
218
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
219
|
-
|
220
|
-
<small>KatelloApi::Resources::Sync</small>
|
221
|
-
|
177
|
+
<span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#build_pxe_default-instance_method" title="KatelloApi::Resources::ConfigTemplate#build_pxe_default (method)">#build_pxe_default</a></span>
|
178
|
+
<small>KatelloApi::Resources::ConfigTemplate</small>
|
222
179
|
</li>
|
223
180
|
|
224
181
|
|
225
182
|
<li class="r1 ">
|
226
|
-
<span class='object_link'><a href="KatelloApi/
|
227
|
-
|
228
|
-
<small>KatelloApi::Base</small>
|
229
|
-
|
183
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#bulk_add_system_groups-instance_method" title="KatelloApi::Resources::SystemsBulkAction#bulk_add_system_groups (method)">#bulk_add_system_groups</a></span>
|
184
|
+
<small>KatelloApi::Resources::SystemsBulkAction</small>
|
230
185
|
</li>
|
231
186
|
|
232
187
|
|
233
188
|
<li class="r2 ">
|
234
|
-
<span class='object_link'><a href="KatelloApi.html#
|
235
|
-
|
236
|
-
<small>KatelloApi</small>
|
237
|
-
|
189
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#bulk_remove_system_groups-instance_method" title="KatelloApi::Resources::SystemsBulkAction#bulk_remove_system_groups (method)">#bulk_remove_system_groups</a></span>
|
190
|
+
<small>KatelloApi::Resources::SystemsBulkAction</small>
|
238
191
|
</li>
|
239
192
|
|
240
193
|
|
241
194
|
<li class="r1 ">
|
242
|
-
<span class='object_link'><a href="KatelloApi/
|
243
|
-
|
244
|
-
<small>KatelloApi::Base</small>
|
245
|
-
|
195
|
+
<span class='object_link'><a href="KatelloApi/Resources/Sync.html#cancel-instance_method" title="KatelloApi::Resources::Sync#cancel (method)">#cancel</a></span>
|
196
|
+
<small>KatelloApi::Resources::Sync</small>
|
246
197
|
</li>
|
247
198
|
|
248
199
|
|
249
200
|
<li class="r2 ">
|
250
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
251
|
-
|
252
|
-
<small>KatelloApi::Resources::GpgKey</small>
|
253
|
-
|
201
|
+
<span class='object_link'><a href="KatelloApi/Resources/Organization.html#cancel_repo_discover-instance_method" title="KatelloApi::Resources::Organization#cancel_repo_discover (method)">#cancel_repo_discover</a></span>
|
202
|
+
<small>KatelloApi::Resources::Organization</small>
|
254
203
|
</li>
|
255
204
|
|
256
205
|
|
257
206
|
<li class="r1 ">
|
258
|
-
<span class='object_link'><a href="KatelloApi/
|
259
|
-
|
260
|
-
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
261
|
-
|
207
|
+
<span class='object_link'><a href="KatelloApi/Base.html#client-instance_method" title="KatelloApi::Base#client (method)">#client</a></span>
|
208
|
+
<small>KatelloApi::Base</small>
|
262
209
|
</li>
|
263
210
|
|
264
211
|
|
265
212
|
<li class="r2 ">
|
266
|
-
<span class='object_link'><a href="KatelloApi
|
267
|
-
|
268
|
-
<small>KatelloApi::Resources::Environment</small>
|
269
|
-
|
213
|
+
<span class='object_link'><a href="KatelloApi.html#client_config-class_method" title="KatelloApi.client_config (method)">client_config</a></span>
|
214
|
+
<small>KatelloApi</small>
|
270
215
|
</li>
|
271
216
|
|
272
217
|
|
273
218
|
<li class="r1 ">
|
274
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
275
|
-
|
276
|
-
<small>KatelloApi::Resources::Permission</small>
|
277
|
-
|
219
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#clone-instance_method" title="KatelloApi::Resources::ContentViewDefinition#clone (method)">#clone</a></span>
|
220
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
278
221
|
</li>
|
279
222
|
|
280
223
|
|
281
224
|
<li class="r2 ">
|
282
|
-
<span class='object_link'><a href="KatelloApi/
|
283
|
-
|
284
|
-
<small>KatelloApi::Resources::Template</small>
|
285
|
-
|
225
|
+
<span class='object_link'><a href="KatelloApi/Base.html#config-instance_method" title="KatelloApi::Base#config (method)">#config</a></span>
|
226
|
+
<small>KatelloApi::Base</small>
|
286
227
|
</li>
|
287
228
|
|
288
229
|
|
289
230
|
<li class="r1 ">
|
290
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
291
|
-
|
292
|
-
<small>KatelloApi::Resources::Architecture</small>
|
293
|
-
|
231
|
+
<span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#content-instance_method" title="KatelloApi::Resources::GpgKey#content (method)">#content</a></span>
|
232
|
+
<small>KatelloApi::Resources::GpgKey</small>
|
294
233
|
</li>
|
295
234
|
|
296
235
|
|
297
236
|
<li class="r2 ">
|
298
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
299
|
-
|
300
|
-
<small>KatelloApi::Resources::SystemGroupErratum</small>
|
301
|
-
|
237
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#content_views-instance_method" title="KatelloApi::Resources::ContentViewDefinition#content_views (method)">#content_views</a></span>
|
238
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
302
239
|
</li>
|
303
240
|
|
304
241
|
|
305
242
|
<li class="r1 ">
|
306
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
307
|
-
|
308
|
-
<small>KatelloApi::Resources::Organization</small>
|
309
|
-
|
243
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#copy-instance_method" title="KatelloApi::Resources::SystemGroup#copy (method)">#copy</a></span>
|
244
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
310
245
|
</li>
|
311
246
|
|
312
247
|
|
313
248
|
<li class="r2 ">
|
314
249
|
<span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#create-instance_method" title="KatelloApi::Resources::SyncPlan#create (method)">#create</a></span>
|
315
|
-
|
316
|
-
<small>KatelloApi::Resources::SyncPlan</small>
|
317
|
-
|
250
|
+
<small>KatelloApi::Resources::SyncPlan</small>
|
318
251
|
</li>
|
319
252
|
|
320
253
|
|
321
254
|
<li class="r1 ">
|
322
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
323
|
-
|
324
|
-
<small>KatelloApi::Resources::SystemGroupPackage</small>
|
325
|
-
|
255
|
+
<span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#create-instance_method" title="KatelloApi::Resources::ConfigTemplate#create (method)">#create</a></span>
|
256
|
+
<small>KatelloApi::Resources::ConfigTemplate</small>
|
326
257
|
</li>
|
327
258
|
|
328
259
|
|
329
260
|
<li class="r2 ">
|
330
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
331
|
-
|
332
|
-
<small>KatelloApi::Resources::Sync</small>
|
333
|
-
|
261
|
+
<span class='object_link'><a href="KatelloApi/Resources/Permission.html#create-instance_method" title="KatelloApi::Resources::Permission#create (method)">#create</a></span>
|
262
|
+
<small>KatelloApi::Resources::Permission</small>
|
334
263
|
</li>
|
335
264
|
|
336
265
|
|
337
266
|
<li class="r1 ">
|
338
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
339
|
-
|
340
|
-
<small>KatelloApi::Resources::Changeset</small>
|
341
|
-
|
267
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#create-instance_method" title="KatelloApi::Resources::User#create (method)">#create</a></span>
|
268
|
+
<small>KatelloApi::Resources::User</small>
|
342
269
|
</li>
|
343
270
|
|
344
271
|
|
345
272
|
<li class="r2 ">
|
346
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
347
|
-
|
348
|
-
<small>KatelloApi::Resources::HardwareModel</small>
|
349
|
-
|
273
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html#create-instance_method" title="KatelloApi::Resources::Product#create (method)">#create</a></span>
|
274
|
+
<small>KatelloApi::Resources::Product</small>
|
350
275
|
</li>
|
351
276
|
|
352
277
|
|
353
278
|
<li class="r1 ">
|
354
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
355
|
-
|
356
|
-
<small>KatelloApi::Resources::Subscription</small>
|
357
|
-
|
279
|
+
<span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#create-instance_method" title="KatelloApi::Resources::GpgKey#create (method)">#create</a></span>
|
280
|
+
<small>KatelloApi::Resources::GpgKey</small>
|
358
281
|
</li>
|
359
282
|
|
360
283
|
|
361
284
|
<li class="r2 ">
|
362
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
363
|
-
|
364
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
365
|
-
|
285
|
+
<span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#create-instance_method" title="KatelloApi::Resources::SmartProxy#create (method)">#create</a></span>
|
286
|
+
<small>KatelloApi::Resources::SmartProxy</small>
|
366
287
|
</li>
|
367
288
|
|
368
289
|
|
369
290
|
<li class="r1 ">
|
370
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
371
|
-
|
372
|
-
<small>KatelloApi::Resources::Role</small>
|
373
|
-
|
291
|
+
<span class='object_link'><a href="KatelloApi/Resources/Environment.html#create-instance_method" title="KatelloApi::Resources::Environment#create (method)">#create</a></span>
|
292
|
+
<small>KatelloApi::Resources::Environment</small>
|
374
293
|
</li>
|
375
294
|
|
376
295
|
|
377
296
|
<li class="r2 ">
|
378
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
379
|
-
|
380
|
-
<small>KatelloApi::Resources::Domain</small>
|
381
|
-
|
297
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#create-instance_method" title="KatelloApi::Resources::ContentViewDefinition#create (method)">#create</a></span>
|
298
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
382
299
|
</li>
|
383
300
|
|
384
301
|
|
385
302
|
<li class="r1 ">
|
386
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
387
|
-
|
388
|
-
<small>KatelloApi::Resources::System</small>
|
389
|
-
|
303
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subnet.html#create-instance_method" title="KatelloApi::Resources::Subnet#create (method)">#create</a></span>
|
304
|
+
<small>KatelloApi::Resources::Subnet</small>
|
390
305
|
</li>
|
391
306
|
|
392
307
|
|
393
308
|
<li class="r2 ">
|
394
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
395
|
-
|
396
|
-
<small>KatelloApi::Resources::GpgKey</small>
|
397
|
-
|
309
|
+
<span class='object_link'><a href="KatelloApi/Resources/Architecture.html#create-instance_method" title="KatelloApi::Resources::Architecture#create (method)">#create</a></span>
|
310
|
+
<small>KatelloApi::Resources::Architecture</small>
|
398
311
|
</li>
|
399
312
|
|
400
313
|
|
401
314
|
<li class="r1 ">
|
402
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
403
|
-
|
404
|
-
<small>KatelloApi::Resources::Provider</small>
|
405
|
-
|
315
|
+
<span class='object_link'><a href="KatelloApi/Resources/Sync.html#create-instance_method" title="KatelloApi::Resources::Sync#create (method)">#create</a></span>
|
316
|
+
<small>KatelloApi::Resources::Sync</small>
|
406
317
|
</li>
|
407
318
|
|
408
319
|
|
409
320
|
<li class="r2 ">
|
410
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
411
|
-
|
412
|
-
<small>KatelloApi::Resources::ComputeResource</small>
|
413
|
-
|
321
|
+
<span class='object_link'><a href="KatelloApi/Resources/Role.html#create-instance_method" title="KatelloApi::Resources::Role#create (method)">#create</a></span>
|
322
|
+
<small>KatelloApi::Resources::Role</small>
|
414
323
|
</li>
|
415
324
|
|
416
325
|
|
417
326
|
<li class="r1 ">
|
418
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
419
|
-
|
420
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
421
|
-
|
327
|
+
<span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#create-instance_method" title="KatelloApi::Resources::HardwareModel#create (method)">#create</a></span>
|
328
|
+
<small>KatelloApi::Resources::HardwareModel</small>
|
422
329
|
</li>
|
423
330
|
|
424
331
|
|
425
332
|
<li class="r2 ">
|
426
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
427
|
-
|
428
|
-
<small>KatelloApi::Resources::Repository</small>
|
429
|
-
|
333
|
+
<span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#create-instance_method" title="KatelloApi::Resources::OrganizationDefaultInfo#create (method)">#create</a></span>
|
334
|
+
<small>KatelloApi::Resources::OrganizationDefaultInfo</small>
|
430
335
|
</li>
|
431
336
|
|
432
337
|
|
433
338
|
<li class="r1 ">
|
434
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
435
|
-
|
436
|
-
<small>KatelloApi::Resources::RoleLdapGroup</small>
|
437
|
-
|
339
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#create-instance_method" title="KatelloApi::Resources::SystemGroup#create (method)">#create</a></span>
|
340
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
438
341
|
</li>
|
439
342
|
|
440
343
|
|
441
344
|
<li class="r2 ">
|
442
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
443
|
-
|
444
|
-
<small>KatelloApi::Resources::User</small>
|
445
|
-
|
345
|
+
<span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#create-instance_method" title="KatelloApi::Resources::ComputeResource#create (method)">#create</a></span>
|
346
|
+
<small>KatelloApi::Resources::ComputeResource</small>
|
446
347
|
</li>
|
447
348
|
|
448
349
|
|
449
350
|
<li class="r1 ">
|
450
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
451
|
-
|
452
|
-
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
453
|
-
|
351
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html#create-instance_method" title="KatelloApi::Resources::Subscription#create (method)">#create</a></span>
|
352
|
+
<small>KatelloApi::Resources::Subscription</small>
|
454
353
|
</li>
|
455
354
|
|
456
355
|
|
457
356
|
<li class="r2 ">
|
458
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
459
|
-
|
460
|
-
<small>KatelloApi::Resources::Subnet</small>
|
461
|
-
|
357
|
+
<span class='object_link'><a href="KatelloApi/Resources/FilterRule.html#create-instance_method" title="KatelloApi::Resources::FilterRule#create (method)">#create</a></span>
|
358
|
+
<small>KatelloApi::Resources::FilterRule</small>
|
462
359
|
</li>
|
463
360
|
|
464
361
|
|
465
362
|
<li class="r1 ">
|
466
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
467
|
-
|
468
|
-
<small>KatelloApi::Resources::SmartProxy</small>
|
469
|
-
|
363
|
+
<span class='object_link'><a href="KatelloApi/Resources/Changeset.html#create-instance_method" title="KatelloApi::Resources::Changeset#create (method)">#create</a></span>
|
364
|
+
<small>KatelloApi::Resources::Changeset</small>
|
470
365
|
</li>
|
471
366
|
|
472
367
|
|
473
368
|
<li class="r2 ">
|
474
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
475
|
-
|
476
|
-
<small>KatelloApi::Resources::Distributor</small>
|
477
|
-
|
369
|
+
<span class='object_link'><a href="KatelloApi/Resources/Template.html#create-instance_method" title="KatelloApi::Resources::Template#create (method)">#create</a></span>
|
370
|
+
<small>KatelloApi::Resources::Template</small>
|
478
371
|
</li>
|
479
372
|
|
480
373
|
|
481
374
|
<li class="r1 ">
|
482
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
483
|
-
|
484
|
-
<small>KatelloApi::Resources::ConfigTemplate</small>
|
485
|
-
|
375
|
+
<span class='object_link'><a href="KatelloApi/Resources/Repository.html#create-instance_method" title="KatelloApi::Resources::Repository#create (method)">#create</a></span>
|
376
|
+
<small>KatelloApi::Resources::Repository</small>
|
486
377
|
</li>
|
487
378
|
|
488
379
|
|
489
380
|
<li class="r2 ">
|
490
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
491
|
-
|
492
|
-
<small>KatelloApi::Resources::SystemPackage</small>
|
493
|
-
|
381
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#create-instance_method" title="KatelloApi::Resources::SystemGroupErratum#create (method)">#create</a></span>
|
382
|
+
<small>KatelloApi::Resources::SystemGroupErratum</small>
|
494
383
|
</li>
|
495
384
|
|
496
385
|
|
497
386
|
<li class="r1 ">
|
498
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
499
|
-
|
500
|
-
<small>KatelloApi::Resources::Provider</small>
|
501
|
-
|
387
|
+
<span class='object_link'><a href="KatelloApi/Resources/Domain.html#create-instance_method" title="KatelloApi::Resources::Domain#create (method)">#create</a></span>
|
388
|
+
<small>KatelloApi::Resources::Domain</small>
|
502
389
|
</li>
|
503
390
|
|
504
391
|
|
505
392
|
<li class="r2 ">
|
506
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
507
|
-
|
508
|
-
<small>KatelloApi::Resources::Changeset</small>
|
509
|
-
|
393
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#create-instance_method" title="KatelloApi::Resources::Provider#create (method)">#create</a></span>
|
394
|
+
<small>KatelloApi::Resources::Provider</small>
|
510
395
|
</li>
|
511
396
|
|
512
397
|
|
513
398
|
<li class="r1 ">
|
514
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
515
|
-
|
516
|
-
<small>KatelloApi::Resources::Permission</small>
|
517
|
-
|
399
|
+
<span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#create-instance_method" title="KatelloApi::Resources::CustomInfo#create (method)">#create</a></span>
|
400
|
+
<small>KatelloApi::Resources::CustomInfo</small>
|
518
401
|
</li>
|
519
402
|
|
520
403
|
|
521
404
|
<li class="r2 ">
|
522
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
523
|
-
|
524
|
-
<small>KatelloApi::Resources::Distributor</small>
|
525
|
-
|
405
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#create-instance_method" title="KatelloApi::Resources::ContentUpload#create (method)">#create</a></span>
|
406
|
+
<small>KatelloApi::Resources::ContentUpload</small>
|
526
407
|
</li>
|
527
408
|
|
528
409
|
|
529
410
|
<li class="r1 ">
|
530
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
531
|
-
|
532
|
-
<small>KatelloApi::Resources::SystemPackage</small>
|
533
|
-
|
411
|
+
<span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#create-instance_method" title="KatelloApi::Resources::RoleLdapGroup#create (method)">#create</a></span>
|
412
|
+
<small>KatelloApi::Resources::RoleLdapGroup</small>
|
534
413
|
</li>
|
535
414
|
|
536
415
|
|
537
416
|
<li class="r2 ">
|
538
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
539
|
-
|
540
|
-
<small>KatelloApi::Resources::ConfigTemplate</small>
|
541
|
-
|
417
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html#create-instance_method" title="KatelloApi::Resources::Filter#create (method)">#create</a></span>
|
418
|
+
<small>KatelloApi::Resources::Filter</small>
|
542
419
|
</li>
|
543
420
|
|
544
421
|
|
545
422
|
<li class="r1 ">
|
546
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
547
|
-
|
548
|
-
<small>KatelloApi::Resources::GpgKey</small>
|
549
|
-
|
423
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#create-instance_method" title="KatelloApi::Resources::SystemPackage#create (method)">#create</a></span>
|
424
|
+
<small>KatelloApi::Resources::SystemPackage</small>
|
550
425
|
</li>
|
551
426
|
|
552
427
|
|
553
428
|
<li class="r2 ">
|
554
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
555
|
-
|
556
|
-
<small>KatelloApi::Resources::RoleLdapGroup</small>
|
557
|
-
|
429
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#create-instance_method" title="KatelloApi::Resources::System#create (method)">#create</a></span>
|
430
|
+
<small>KatelloApi::Resources::System</small>
|
558
431
|
</li>
|
559
432
|
|
560
433
|
|
561
434
|
<li class="r1 ">
|
562
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
563
|
-
|
564
|
-
<small>KatelloApi::Resources::Subnet</small>
|
565
|
-
|
435
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#create-instance_method" title="KatelloApi::Resources::ActivationKey#create (method)">#create</a></span>
|
436
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
566
437
|
</li>
|
567
438
|
|
568
439
|
|
569
440
|
<li class="r2 ">
|
570
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
571
|
-
|
572
|
-
<small>KatelloApi::Resources::Environment</small>
|
573
|
-
|
441
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#create-instance_method" title="KatelloApi::Resources::SystemGroupPackage#create (method)">#create</a></span>
|
442
|
+
<small>KatelloApi::Resources::SystemGroupPackage</small>
|
574
443
|
</li>
|
575
444
|
|
576
445
|
|
577
446
|
<li class="r1 ">
|
578
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
579
|
-
|
580
|
-
<small>KatelloApi::Resources::Role</small>
|
581
|
-
|
447
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#create-instance_method" title="KatelloApi::Resources::Distributor#create (method)">#create</a></span>
|
448
|
+
<small>KatelloApi::Resources::Distributor</small>
|
582
449
|
</li>
|
583
450
|
|
584
451
|
|
585
452
|
<li class="r2 ">
|
586
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
587
|
-
|
588
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
589
|
-
|
453
|
+
<span class='object_link'><a href="KatelloApi/Resources/Organization.html#create-instance_method" title="KatelloApi::Resources::Organization#create (method)">#create</a></span>
|
454
|
+
<small>KatelloApi::Resources::Organization</small>
|
590
455
|
</li>
|
591
456
|
|
592
457
|
|
593
458
|
<li class="r1 ">
|
594
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
595
|
-
|
596
|
-
<small>KatelloApi::Resources::ComputeResource</small>
|
597
|
-
|
459
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#delete_manifest-instance_method" title="KatelloApi::Resources::Provider#delete_manifest (method)">#delete_manifest</a></span>
|
460
|
+
<small>KatelloApi::Resources::Provider</small>
|
598
461
|
</li>
|
599
462
|
|
600
463
|
|
601
464
|
<li class="r2 ">
|
602
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
603
|
-
|
604
|
-
<small>KatelloApi::Resources::SyncPlan</small>
|
605
|
-
|
465
|
+
<span class='object_link'><a href="KatelloApi/Resources/FilterRule.html#destroy-instance_method" title="KatelloApi::Resources::FilterRule#destroy (method)">#destroy</a></span>
|
466
|
+
<small>KatelloApi::Resources::FilterRule</small>
|
606
467
|
</li>
|
607
468
|
|
608
469
|
|
609
470
|
<li class="r1 ">
|
610
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
611
|
-
|
612
|
-
<small>KatelloApi::Resources::Domain</small>
|
613
|
-
|
471
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html#destroy-instance_method" title="KatelloApi::Resources::Filter#destroy (method)">#destroy</a></span>
|
472
|
+
<small>KatelloApi::Resources::Filter</small>
|
614
473
|
</li>
|
615
474
|
|
616
475
|
|
617
476
|
<li class="r2 ">
|
618
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
619
|
-
|
620
|
-
<small>KatelloApi::Resources::SystemGroupPackage</small>
|
621
|
-
|
477
|
+
<span class='object_link'><a href="KatelloApi/Resources/Environment.html#destroy-instance_method" title="KatelloApi::Resources::Environment#destroy (method)">#destroy</a></span>
|
478
|
+
<small>KatelloApi::Resources::Environment</small>
|
622
479
|
</li>
|
623
480
|
|
624
481
|
|
625
482
|
<li class="r1 ">
|
626
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
627
|
-
|
628
|
-
<small>KatelloApi::Resources::HardwareModel</small>
|
629
|
-
|
483
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#destroy-instance_method" title="KatelloApi::Resources::SystemGroupPackage#destroy (method)">#destroy</a></span>
|
484
|
+
<small>KatelloApi::Resources::SystemGroupPackage</small>
|
630
485
|
</li>
|
631
486
|
|
632
487
|
|
633
488
|
<li class="r2 ">
|
489
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#destroy-instance_method" title="KatelloApi::Resources::Distributor#destroy (method)">#destroy</a></span>
|
490
|
+
<small>KatelloApi::Resources::Distributor</small>
|
491
|
+
</li>
|
492
|
+
|
493
|
+
|
494
|
+
<li class="r1 ">
|
634
495
|
<span class='object_link'><a href="KatelloApi/Resources/System.html#destroy-instance_method" title="KatelloApi::Resources::System#destroy (method)">#destroy</a></span>
|
635
|
-
|
636
|
-
|
637
|
-
|
496
|
+
<small>KatelloApi::Resources::System</small>
|
497
|
+
</li>
|
498
|
+
|
499
|
+
|
500
|
+
<li class="r2 ">
|
501
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#destroy-instance_method" title="KatelloApi::Resources::ContentUpload#destroy (method)">#destroy</a></span>
|
502
|
+
<small>KatelloApi::Resources::ContentUpload</small>
|
638
503
|
</li>
|
639
504
|
|
640
505
|
|
641
506
|
<li class="r1 ">
|
642
507
|
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#destroy-instance_method" title="KatelloApi::Resources::Provider#destroy (method)">#destroy</a></span>
|
643
|
-
|
644
|
-
<small>KatelloApi::Resources::Provider</small>
|
645
|
-
|
508
|
+
<small>KatelloApi::Resources::Provider</small>
|
646
509
|
</li>
|
647
510
|
|
648
511
|
|
649
512
|
<li class="r2 ">
|
650
513
|
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html#destroy-instance_method" title="KatelloApi::Resources::Subscription#destroy (method)">#destroy</a></span>
|
651
|
-
|
652
|
-
<small>KatelloApi::Resources::Subscription</small>
|
653
|
-
|
514
|
+
<small>KatelloApi::Resources::Subscription</small>
|
654
515
|
</li>
|
655
516
|
|
656
517
|
|
657
518
|
<li class="r1 ">
|
658
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
659
|
-
|
660
|
-
<small>KatelloApi::Resources::Repository</small>
|
661
|
-
|
519
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#destroy-instance_method" title="KatelloApi::Resources::SystemPackage#destroy (method)">#destroy</a></span>
|
520
|
+
<small>KatelloApi::Resources::SystemPackage</small>
|
662
521
|
</li>
|
663
522
|
|
664
523
|
|
665
524
|
<li class="r2 ">
|
666
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
667
|
-
|
668
|
-
|
669
|
-
|
525
|
+
<span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#destroy-instance_method" title="KatelloApi::Resources::CustomInfo#destroy (method)">#destroy</a></span>
|
526
|
+
<small>KatelloApi::Resources::CustomInfo</small>
|
527
|
+
</li>
|
528
|
+
|
529
|
+
|
530
|
+
<li class="r1 ">
|
531
|
+
<span class='object_link'><a href="KatelloApi/Resources/Domain.html#destroy-instance_method" title="KatelloApi::Resources::Domain#destroy (method)">#destroy</a></span>
|
532
|
+
<small>KatelloApi::Resources::Domain</small>
|
533
|
+
</li>
|
534
|
+
|
535
|
+
|
536
|
+
<li class="r2 ">
|
537
|
+
<span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#destroy-instance_method" title="KatelloApi::Resources::RoleLdapGroup#destroy (method)">#destroy</a></span>
|
538
|
+
<small>KatelloApi::Resources::RoleLdapGroup</small>
|
670
539
|
</li>
|
671
540
|
|
672
541
|
|
673
542
|
<li class="r1 ">
|
674
543
|
<span class='object_link'><a href="KatelloApi/Resources/Organization.html#destroy-instance_method" title="KatelloApi::Resources::Organization#destroy (method)">#destroy</a></span>
|
675
|
-
|
676
|
-
<small>KatelloApi::Resources::Organization</small>
|
677
|
-
|
544
|
+
<small>KatelloApi::Resources::Organization</small>
|
678
545
|
</li>
|
679
546
|
|
680
547
|
|
681
548
|
<li class="r2 ">
|
682
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
683
|
-
|
684
|
-
<small>KatelloApi::Resources::Product</small>
|
685
|
-
|
549
|
+
<span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#destroy-instance_method" title="KatelloApi::Resources::ComputeResource#destroy (method)">#destroy</a></span>
|
550
|
+
<small>KatelloApi::Resources::ComputeResource</small>
|
686
551
|
</li>
|
687
552
|
|
688
553
|
|
689
554
|
<li class="r1 ">
|
690
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
691
|
-
|
692
|
-
<small>KatelloApi::Resources::Architecture</small>
|
693
|
-
|
555
|
+
<span class='object_link'><a href="KatelloApi/Resources/Template.html#destroy-instance_method" title="KatelloApi::Resources::Template#destroy (method)">#destroy</a></span>
|
556
|
+
<small>KatelloApi::Resources::Template</small>
|
694
557
|
</li>
|
695
558
|
|
696
559
|
|
697
560
|
<li class="r2 ">
|
698
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
699
|
-
|
700
|
-
<small>KatelloApi::Resources::Changeset</small>
|
701
|
-
|
561
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentView.html#destroy-instance_method" title="KatelloApi::Resources::ContentView#destroy (method)">#destroy</a></span>
|
562
|
+
<small>KatelloApi::Resources::ContentView</small>
|
702
563
|
</li>
|
703
564
|
|
704
565
|
|
705
566
|
<li class="r1 ">
|
706
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
707
|
-
|
708
|
-
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
709
|
-
|
567
|
+
<span class='object_link'><a href="KatelloApi/Resources/Changeset.html#destroy-instance_method" title="KatelloApi::Resources::Changeset#destroy (method)">#destroy</a></span>
|
568
|
+
<small>KatelloApi::Resources::Changeset</small>
|
710
569
|
</li>
|
711
570
|
|
712
571
|
|
713
572
|
<li class="r2 ">
|
714
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
715
|
-
|
716
|
-
<small>KatelloApi::Resources::User</small>
|
717
|
-
|
573
|
+
<span class='object_link'><a href="KatelloApi/Resources/Architecture.html#destroy-instance_method" title="KatelloApi::Resources::Architecture#destroy (method)">#destroy</a></span>
|
574
|
+
<small>KatelloApi::Resources::Architecture</small>
|
718
575
|
</li>
|
719
576
|
|
720
577
|
|
721
578
|
<li class="r1 ">
|
722
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
723
|
-
|
724
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
725
|
-
|
579
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#destroy-instance_method" title="KatelloApi::Resources::ActivationKey#destroy (method)">#destroy</a></span>
|
580
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
726
581
|
</li>
|
727
582
|
|
728
583
|
|
729
584
|
<li class="r2 ">
|
730
585
|
<span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#destroy-instance_method" title="KatelloApi::Resources::SmartProxy#destroy (method)">#destroy</a></span>
|
731
|
-
|
732
|
-
<small>KatelloApi::Resources::SmartProxy</small>
|
733
|
-
|
586
|
+
<small>KatelloApi::Resources::SmartProxy</small>
|
734
587
|
</li>
|
735
588
|
|
736
589
|
|
737
590
|
<li class="r1 ">
|
738
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
739
|
-
|
740
|
-
<small>KatelloApi::Resources::Subscription</small>
|
741
|
-
|
591
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html#destroy-instance_method" title="KatelloApi::Resources::Product#destroy (method)">#destroy</a></span>
|
592
|
+
<small>KatelloApi::Resources::Product</small>
|
742
593
|
</li>
|
743
594
|
|
744
595
|
|
745
596
|
<li class="r2 ">
|
746
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
747
|
-
|
748
|
-
<small>KatelloApi::Resources::Subscription</small>
|
749
|
-
|
597
|
+
<span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#destroy-instance_method" title="KatelloApi::Resources::SyncPlan#destroy (method)">#destroy</a></span>
|
598
|
+
<small>KatelloApi::Resources::SyncPlan</small>
|
750
599
|
</li>
|
751
600
|
|
752
601
|
|
753
602
|
<li class="r1 ">
|
754
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
755
|
-
|
756
|
-
<small>KatelloApi::Resources::RepositorySet</small>
|
757
|
-
|
603
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#destroy-instance_method" title="KatelloApi::Resources::SystemGroup#destroy (method)">#destroy</a></span>
|
604
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
758
605
|
</li>
|
759
606
|
|
760
607
|
|
761
608
|
<li class="r2 ">
|
762
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
763
|
-
|
764
|
-
<small>KatelloApi::Resources::Provider</small>
|
765
|
-
|
609
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subnet.html#destroy-instance_method" title="KatelloApi::Resources::Subnet#destroy (method)">#destroy</a></span>
|
610
|
+
<small>KatelloApi::Resources::Subnet</small>
|
766
611
|
</li>
|
767
612
|
|
768
613
|
|
769
614
|
<li class="r1 ">
|
770
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
771
|
-
|
772
|
-
<small>KatelloApi::Resources::Distributor</small>
|
773
|
-
|
615
|
+
<span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#destroy-instance_method" title="KatelloApi::Resources::HardwareModel#destroy (method)">#destroy</a></span>
|
616
|
+
<small>KatelloApi::Resources::HardwareModel</small>
|
774
617
|
</li>
|
775
618
|
|
776
619
|
|
777
620
|
<li class="r2 ">
|
778
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
779
|
-
|
780
|
-
<small>KatelloApi::Resources::RepositorySet</small>
|
781
|
-
|
621
|
+
<span class='object_link'><a href="KatelloApi/Resources/Repository.html#destroy-instance_method" title="KatelloApi::Resources::Repository#destroy (method)">#destroy</a></span>
|
622
|
+
<small>KatelloApi::Resources::Repository</small>
|
782
623
|
</li>
|
783
624
|
|
784
625
|
|
785
626
|
<li class="r1 ">
|
786
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
787
|
-
|
788
|
-
<small>KatelloApi::Resources::Product</small>
|
789
|
-
|
627
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#destroy-instance_method" title="KatelloApi::Resources::ContentViewDefinition#destroy (method)">#destroy</a></span>
|
628
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
790
629
|
</li>
|
791
630
|
|
792
631
|
|
793
632
|
<li class="r2 ">
|
794
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
795
|
-
|
796
|
-
<small>KatelloApi::Resources::Distribution</small>
|
797
|
-
|
633
|
+
<span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#destroy-instance_method" title="KatelloApi::Resources::ConfigTemplate#destroy (method)">#destroy</a></span>
|
634
|
+
<small>KatelloApi::Resources::ConfigTemplate</small>
|
798
635
|
</li>
|
799
636
|
|
800
637
|
|
801
638
|
<li class="r1 ">
|
802
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
803
|
-
|
804
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
805
|
-
|
639
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#destroy-instance_method" title="KatelloApi::Resources::User#destroy (method)">#destroy</a></span>
|
640
|
+
<small>KatelloApi::Resources::User</small>
|
806
641
|
</li>
|
807
642
|
|
808
643
|
|
809
644
|
<li class="r2 ">
|
810
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
811
|
-
|
812
|
-
<small>KatelloApi::Resources::Erratum</small>
|
813
|
-
|
645
|
+
<span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#destroy-instance_method" title="KatelloApi::Resources::GpgKey#destroy (method)">#destroy</a></span>
|
646
|
+
<small>KatelloApi::Resources::GpgKey</small>
|
814
647
|
</li>
|
815
648
|
|
816
649
|
|
817
650
|
<li class="r1 ">
|
818
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
819
|
-
|
820
|
-
<small>KatelloApi::Resources::HardwareModel</small>
|
821
|
-
|
651
|
+
<span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#destroy-instance_method" title="KatelloApi::Resources::OrganizationDefaultInfo#destroy (method)">#destroy</a></span>
|
652
|
+
<small>KatelloApi::Resources::OrganizationDefaultInfo</small>
|
822
653
|
</li>
|
823
654
|
|
824
655
|
|
825
656
|
<li class="r2 ">
|
826
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
827
|
-
|
828
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
829
|
-
|
657
|
+
<span class='object_link'><a href="KatelloApi/Resources/Permission.html#destroy-instance_method" title="KatelloApi::Resources::Permission#destroy (method)">#destroy</a></span>
|
658
|
+
<small>KatelloApi::Resources::Permission</small>
|
830
659
|
</li>
|
831
660
|
|
832
661
|
|
833
662
|
<li class="r1 ">
|
834
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
835
|
-
|
836
|
-
<small>KatelloApi::Resources::Package</small>
|
837
|
-
|
663
|
+
<span class='object_link'><a href="KatelloApi/Resources/Role.html#destroy-instance_method" title="KatelloApi::Resources::Role#destroy (method)">#destroy</a></span>
|
664
|
+
<small>KatelloApi::Resources::Role</small>
|
838
665
|
</li>
|
839
666
|
|
840
667
|
|
841
668
|
<li class="r2 ">
|
842
|
-
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html#
|
843
|
-
|
844
|
-
<small>KatelloApi::Resources::Subscription</small>
|
845
|
-
|
669
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html#destroy_all-instance_method" title="KatelloApi::Resources::Subscription#destroy_all (method)">#destroy_all</a></span>
|
670
|
+
<small>KatelloApi::Resources::Subscription</small>
|
846
671
|
</li>
|
847
672
|
|
848
673
|
|
849
674
|
<li class="r1 ">
|
850
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
851
|
-
|
852
|
-
<small>KatelloApi::Resources::System</small>
|
853
|
-
|
675
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#destroy_systems-instance_method" title="KatelloApi::Resources::SystemGroup#destroy_systems (method)">#destroy_systems</a></span>
|
676
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
854
677
|
</li>
|
855
678
|
|
856
679
|
|
857
680
|
<li class="r2 ">
|
858
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
859
|
-
|
860
|
-
<small>KatelloApi::Resources::SystemPackage</small>
|
861
|
-
|
681
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#destroy_systems-instance_method" title="KatelloApi::Resources::SystemsBulkAction#destroy_systems (method)">#destroy_systems</a></span>
|
682
|
+
<small>KatelloApi::Resources::SystemsBulkAction</small>
|
862
683
|
</li>
|
863
684
|
|
864
685
|
|
865
686
|
<li class="r1 ">
|
866
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
867
|
-
|
868
|
-
<small>KatelloApi::Resources::GpgKey</small>
|
869
|
-
|
687
|
+
<span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#disable-instance_method" title="KatelloApi::Resources::RepositorySet#disable (method)">#disable</a></span>
|
688
|
+
<small>KatelloApi::Resources::RepositorySet</small>
|
870
689
|
</li>
|
871
690
|
|
872
691
|
|
873
692
|
<li class="r2 ">
|
874
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
875
|
-
|
876
|
-
<small>KatelloApi::Resources::SmartProxy</small>
|
877
|
-
|
693
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#doc-class_method" title="KatelloApi::Resources::ActivationKey.doc (method)">doc</a></span>
|
694
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
878
695
|
</li>
|
879
696
|
|
880
697
|
|
881
698
|
<li class="r1 ">
|
882
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
883
|
-
|
884
|
-
<small>KatelloApi::Resources::Subnet</small>
|
885
|
-
|
699
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html#doc-class_method" title="KatelloApi::Resources::Product.doc (method)">doc</a></span>
|
700
|
+
<small>KatelloApi::Resources::Product</small>
|
886
701
|
</li>
|
887
702
|
|
888
703
|
|
889
704
|
<li class="r2 ">
|
890
705
|
<span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#doc-class_method" title="KatelloApi::Resources::ConfigTemplate.doc (method)">doc</a></span>
|
891
|
-
|
892
|
-
<small>KatelloApi::Resources::ConfigTemplate</small>
|
893
|
-
|
706
|
+
<small>KatelloApi::Resources::ConfigTemplate</small>
|
894
707
|
</li>
|
895
708
|
|
896
709
|
|
897
710
|
<li class="r1 ">
|
898
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
899
|
-
|
900
|
-
<small>KatelloApi::Resources::Domain</small>
|
901
|
-
|
711
|
+
<span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#doc-class_method" title="KatelloApi::Resources::SmartProxy.doc (method)">doc</a></span>
|
712
|
+
<small>KatelloApi::Resources::SmartProxy</small>
|
902
713
|
</li>
|
903
714
|
|
904
715
|
|
905
716
|
<li class="r2 ">
|
906
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
907
|
-
|
908
|
-
<small>KatelloApi::Resources::Statu</small>
|
909
|
-
|
717
|
+
<span class='object_link'><a href="KatelloApi/Resources/Package.html#doc-class_method" title="KatelloApi::Resources::Package.doc (method)">doc</a></span>
|
718
|
+
<small>KatelloApi::Resources::Package</small>
|
910
719
|
</li>
|
911
720
|
|
912
721
|
|
913
722
|
<li class="r1 ">
|
914
723
|
<span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#doc-class_method" title="KatelloApi::Resources::RoleLdapGroup.doc (method)">doc</a></span>
|
915
|
-
|
916
|
-
<small>KatelloApi::Resources::RoleLdapGroup</small>
|
917
|
-
|
724
|
+
<small>KatelloApi::Resources::RoleLdapGroup</small>
|
918
725
|
</li>
|
919
726
|
|
920
727
|
|
921
728
|
<li class="r2 ">
|
922
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
923
|
-
|
924
|
-
<small>KatelloApi::Resources::Provider</small>
|
925
|
-
|
729
|
+
<span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#doc-class_method" title="KatelloApi::Resources::GpgKey.doc (method)">doc</a></span>
|
730
|
+
<small>KatelloApi::Resources::GpgKey</small>
|
926
731
|
</li>
|
927
732
|
|
928
733
|
|
929
734
|
<li class="r1 ">
|
930
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
931
|
-
|
932
|
-
<small>KatelloApi::Resources::ContentView</small>
|
933
|
-
|
735
|
+
<span class='object_link'><a href="KatelloApi/Resources/Erratum.html#doc-class_method" title="KatelloApi::Resources::Erratum.doc (method)">doc</a></span>
|
736
|
+
<small>KatelloApi::Resources::Erratum</small>
|
934
737
|
</li>
|
935
738
|
|
936
739
|
|
937
740
|
<li class="r2 ">
|
938
741
|
<span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#doc-class_method" title="KatelloApi::Resources::ComputeResource.doc (method)">doc</a></span>
|
939
|
-
|
940
|
-
<small>KatelloApi::Resources::ComputeResource</small>
|
941
|
-
|
742
|
+
<small>KatelloApi::Resources::ComputeResource</small>
|
942
743
|
</li>
|
943
744
|
|
944
745
|
|
945
746
|
<li class="r1 ">
|
946
|
-
<span class='object_link'><a href="KatelloApi/
|
947
|
-
|
948
|
-
<small>KatelloApi::Generator::Base</small>
|
949
|
-
|
747
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subnet.html#doc-class_method" title="KatelloApi::Resources::Subnet.doc (method)">doc</a></span>
|
748
|
+
<small>KatelloApi::Resources::Subnet</small>
|
950
749
|
</li>
|
951
750
|
|
952
751
|
|
953
752
|
<li class="r2 ">
|
954
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
955
|
-
|
956
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
957
|
-
|
753
|
+
<span class='object_link'><a href="KatelloApi/Resources/Template.html#doc-class_method" title="KatelloApi::Resources::Template.doc (method)">doc</a></span>
|
754
|
+
<small>KatelloApi::Resources::Template</small>
|
958
755
|
</li>
|
959
756
|
|
960
757
|
|
961
758
|
<li class="r1 ">
|
962
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
963
|
-
|
964
|
-
<small>KatelloApi::Resources::Role</small>
|
965
|
-
|
759
|
+
<span class='object_link'><a href="KatelloApi/Resources/Status.html#doc-class_method" title="KatelloApi::Resources::Status.doc (method)">doc</a></span>
|
760
|
+
<small>KatelloApi::Resources::Status</small>
|
966
761
|
</li>
|
967
762
|
|
968
763
|
|
969
764
|
<li class="r2 ">
|
970
765
|
<span class='object_link'><a href="KatelloApi/Resources/Environment.html#doc-class_method" title="KatelloApi::Resources::Environment.doc (method)">doc</a></span>
|
971
|
-
|
972
|
-
<small>KatelloApi::Resources::Environment</small>
|
973
|
-
|
766
|
+
<small>KatelloApi::Resources::Environment</small>
|
974
767
|
</li>
|
975
768
|
|
976
769
|
|
977
770
|
<li class="r1 ">
|
978
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
979
|
-
|
980
|
-
<small>KatelloApi::Resources::Architecture</small>
|
981
|
-
|
771
|
+
<span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#doc-class_method" title="KatelloApi::Resources::CustomInfo.doc (method)">doc</a></span>
|
772
|
+
<small>KatelloApi::Resources::CustomInfo</small>
|
982
773
|
</li>
|
983
774
|
|
984
775
|
|
985
776
|
<li class="r2 ">
|
986
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
987
|
-
|
988
|
-
<small>KatelloApi::Resources::Sync</small>
|
989
|
-
|
777
|
+
<span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#doc-class_method" title="KatelloApi::Resources::HardwareModel.doc (method)">doc</a></span>
|
778
|
+
<small>KatelloApi::Resources::HardwareModel</small>
|
990
779
|
</li>
|
991
780
|
|
992
781
|
|
993
782
|
<li class="r1 ">
|
994
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
995
|
-
|
996
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
997
|
-
|
783
|
+
<span class='object_link'><a href="KatelloApi/Resources/Role.html#doc-class_method" title="KatelloApi::Resources::Role.doc (method)">doc</a></span>
|
784
|
+
<small>KatelloApi::Resources::Role</small>
|
998
785
|
</li>
|
999
786
|
|
1000
787
|
|
1001
788
|
<li class="r2 ">
|
1002
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1003
|
-
|
1004
|
-
<small>KatelloApi::Resources::User</small>
|
1005
|
-
|
789
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#doc-class_method" title="KatelloApi::Resources::TemplatesContent.doc (method)">doc</a></span>
|
790
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
1006
791
|
</li>
|
1007
792
|
|
1008
793
|
|
1009
794
|
<li class="r1 ">
|
1010
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1011
|
-
|
1012
|
-
<small>KatelloApi::Resources::Repository</small>
|
1013
|
-
|
795
|
+
<span class='object_link'><a href="KatelloApi/Resources/Crl.html#doc-class_method" title="KatelloApi::Resources::Crl.doc (method)">doc</a></span>
|
796
|
+
<small>KatelloApi::Resources::Crl</small>
|
1014
797
|
</li>
|
1015
798
|
|
1016
799
|
|
1017
800
|
<li class="r2 ">
|
1018
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1019
|
-
|
1020
|
-
<small>KatelloApi::Resources::Task</small>
|
1021
|
-
|
801
|
+
<span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#doc-class_method" title="KatelloApi::Resources::PuppetModule.doc (method)">doc</a></span>
|
802
|
+
<small>KatelloApi::Resources::PuppetModule</small>
|
1022
803
|
</li>
|
1023
804
|
|
1024
805
|
|
1025
806
|
<li class="r1 ">
|
1026
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1027
|
-
|
1028
|
-
<small>KatelloApi::Resources::Template</small>
|
1029
|
-
|
807
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#doc-class_method" title="KatelloApi::Resources::Provider.doc (method)">doc</a></span>
|
808
|
+
<small>KatelloApi::Resources::Provider</small>
|
1030
809
|
</li>
|
1031
810
|
|
1032
811
|
|
1033
812
|
<li class="r2 ">
|
1034
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1035
|
-
|
1036
|
-
<small>KatelloApi::Resources::Ping</small>
|
1037
|
-
|
813
|
+
<span class='object_link'><a href="KatelloApi/Resources/Organization.html#doc-class_method" title="KatelloApi::Resources::Organization.doc (method)">doc</a></span>
|
814
|
+
<small>KatelloApi::Resources::Organization</small>
|
1038
815
|
</li>
|
1039
816
|
|
1040
817
|
|
1041
818
|
<li class="r1 ">
|
1042
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1043
|
-
|
1044
|
-
<small>KatelloApi::Resources::Permission</small>
|
1045
|
-
|
819
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html#doc-class_method" title="KatelloApi::Resources::SystemErratum.doc (method)">doc</a></span>
|
820
|
+
<small>KatelloApi::Resources::SystemErratum</small>
|
1046
821
|
</li>
|
1047
822
|
|
1048
823
|
|
1049
824
|
<li class="r2 ">
|
1050
|
-
<span class='object_link'><a href="KatelloApi/
|
1051
|
-
|
1052
|
-
<small>KatelloApi::Resources::SystemGroupErratum</small>
|
1053
|
-
|
825
|
+
<span class='object_link'><a href="KatelloApi/Base.html#doc-class_method" title="KatelloApi::Base.doc (method)">doc</a></span>
|
826
|
+
<small>KatelloApi::Base</small>
|
1054
827
|
</li>
|
1055
828
|
|
1056
829
|
|
1057
830
|
<li class="r1 ">
|
1058
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1059
|
-
|
1060
|
-
<small>KatelloApi::Resources::Crl</small>
|
1061
|
-
|
831
|
+
<span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#doc-class_method" title="KatelloApi::Resources::ChangesetsContent.doc (method)">doc</a></span>
|
832
|
+
<small>KatelloApi::Resources::ChangesetsContent</small>
|
1062
833
|
</li>
|
1063
834
|
|
1064
835
|
|
1065
836
|
<li class="r2 ">
|
1066
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1067
|
-
|
1068
|
-
<small>KatelloApi::Resources::SystemGroupPackage</small>
|
1069
|
-
|
837
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#doc-class_method" title="KatelloApi::Resources::SystemsBulkAction.doc (method)">doc</a></span>
|
838
|
+
<small>KatelloApi::Resources::SystemsBulkAction</small>
|
1070
839
|
</li>
|
1071
840
|
|
1072
841
|
|
1073
842
|
<li class="r1 ">
|
1074
|
-
<span class='object_link'><a href="KatelloApi/
|
1075
|
-
|
1076
|
-
<small>KatelloApi::Base</small>
|
1077
|
-
|
843
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html#doc-class_method" title="KatelloApi::Resources::Subscription.doc (method)">doc</a></span>
|
844
|
+
<small>KatelloApi::Resources::Subscription</small>
|
1078
845
|
</li>
|
1079
846
|
|
1080
847
|
|
1081
848
|
<li class="r2 ">
|
1082
|
-
<span class='object_link'><a href="KatelloApi
|
1083
|
-
|
1084
|
-
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1085
|
-
|
849
|
+
<span class='object_link'><a href="KatelloApi.html#doc-class_method" title="KatelloApi.doc (method)">doc</a></span>
|
850
|
+
<small>KatelloApi</small>
|
1086
851
|
</li>
|
1087
852
|
|
1088
853
|
|
1089
854
|
<li class="r1 ">
|
1090
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1091
|
-
|
1092
|
-
<small>KatelloApi::Resources::Changeset</small>
|
1093
|
-
|
855
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#doc-class_method" title="KatelloApi::Resources::SystemPackage.doc (method)">doc</a></span>
|
856
|
+
<small>KatelloApi::Resources::SystemPackage</small>
|
1094
857
|
</li>
|
1095
858
|
|
1096
859
|
|
1097
860
|
<li class="r2 ">
|
1098
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1099
|
-
|
1100
|
-
<small>KatelloApi::Resources::Uebercert</small>
|
1101
|
-
|
861
|
+
<span class='object_link'><a href="KatelloApi/Resources/Architecture.html#doc-class_method" title="KatelloApi::Resources::Architecture.doc (method)">doc</a></span>
|
862
|
+
<small>KatelloApi::Resources::Architecture</small>
|
1102
863
|
</li>
|
1103
864
|
|
1104
865
|
|
1105
866
|
<li class="r1 ">
|
1106
|
-
<span class='object_link'><a href="KatelloApi.html#doc-class_method" title="KatelloApi.doc (method)">doc</a></span>
|
1107
|
-
|
1108
|
-
<small>KatelloApi</small>
|
1109
|
-
|
867
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#doc-class_method" title="KatelloApi::Resources::System.doc (method)">doc</a></span>
|
868
|
+
<small>KatelloApi::Resources::System</small>
|
1110
869
|
</li>
|
1111
870
|
|
1112
871
|
|
1113
872
|
<li class="r2 ">
|
1114
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1115
|
-
|
1116
|
-
<small>KatelloApi::Resources::SyncPlan</small>
|
1117
|
-
|
873
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#doc-class_method" title="KatelloApi::Resources::SystemGroupPackage.doc (method)">doc</a></span>
|
874
|
+
<small>KatelloApi::Resources::SystemGroupPackage</small>
|
1118
875
|
</li>
|
1119
876
|
|
1120
877
|
|
1121
878
|
<li class="r1 ">
|
1122
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1123
|
-
|
1124
|
-
<small>KatelloApi::Resources::Organization</small>
|
1125
|
-
|
879
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#doc-class_method" title="KatelloApi::Resources::SystemGroupErratum.doc (method)">doc</a></span>
|
880
|
+
<small>KatelloApi::Resources::SystemGroupErratum</small>
|
1126
881
|
</li>
|
1127
882
|
|
1128
883
|
|
1129
884
|
<li class="r2 ">
|
1130
|
-
<span class='object_link'><a href="KatelloApi.html#
|
1131
|
-
|
1132
|
-
<small>KatelloApi</small>
|
1133
|
-
|
885
|
+
<span class='object_link'><a href="KatelloApi/Resources/Uebercert.html#doc-class_method" title="KatelloApi::Resources::Uebercert.doc (method)">doc</a></span>
|
886
|
+
<small>KatelloApi::Resources::Uebercert</small>
|
1134
887
|
</li>
|
1135
888
|
|
1136
889
|
|
1137
890
|
<li class="r1 ">
|
1138
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1139
|
-
|
1140
|
-
<small>KatelloApi::Resources::RepositorySet</small>
|
1141
|
-
|
891
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html#doc-class_method" title="KatelloApi::Resources::Filter.doc (method)">doc</a></span>
|
892
|
+
<small>KatelloApi::Resources::Filter</small>
|
1142
893
|
</li>
|
1143
894
|
|
1144
895
|
|
1145
896
|
<li class="r2 ">
|
1146
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1147
|
-
|
1148
|
-
<small>KatelloApi::Resources::Repository</small>
|
1149
|
-
|
897
|
+
<span class='object_link'><a href="KatelloApi/Resources/Changeset.html#doc-class_method" title="KatelloApi::Resources::Changeset.doc (method)">doc</a></span>
|
898
|
+
<small>KatelloApi::Resources::Changeset</small>
|
1150
899
|
</li>
|
1151
900
|
|
1152
901
|
|
1153
902
|
<li class="r1 ">
|
1154
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1155
|
-
|
1156
|
-
<small>KatelloApi::Resources::System</small>
|
1157
|
-
|
903
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#doc-class_method" title="KatelloApi::Resources::SystemGroup.doc (method)">doc</a></span>
|
904
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
1158
905
|
</li>
|
1159
906
|
|
1160
907
|
|
1161
908
|
<li class="r2 ">
|
1162
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1163
|
-
|
1164
|
-
<small>KatelloApi::Resources::System</small>
|
1165
|
-
|
909
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#doc-class_method" title="KatelloApi::Resources::ContentUpload.doc (method)">doc</a></span>
|
910
|
+
<small>KatelloApi::Resources::ContentUpload</small>
|
1166
911
|
</li>
|
1167
912
|
|
1168
913
|
|
1169
914
|
<li class="r1 ">
|
1170
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1171
|
-
|
1172
|
-
<small>KatelloApi::Resources::Template</small>
|
1173
|
-
|
915
|
+
<span class='object_link'><a href="KatelloApi/Resources/Domain.html#doc-class_method" title="KatelloApi::Resources::Domain.doc (method)">doc</a></span>
|
916
|
+
<small>KatelloApi::Resources::Domain</small>
|
1174
917
|
</li>
|
1175
918
|
|
1176
919
|
|
1177
920
|
<li class="r2 ">
|
1178
|
-
<span class='object_link'><a href="KatelloApi/
|
1179
|
-
|
1180
|
-
<small>KatelloApi::Generator::Base</small>
|
1181
|
-
|
921
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#doc-class_method" title="KatelloApi::Resources::ContentViewDefinition.doc (method)">doc</a></span>
|
922
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1182
923
|
</li>
|
1183
924
|
|
1184
925
|
|
1185
926
|
<li class="r1 ">
|
1186
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1187
|
-
|
1188
|
-
<small>KatelloApi::Resources::Repository</small>
|
1189
|
-
|
927
|
+
<span class='object_link'><a href="KatelloApi/Resources/Statu.html#doc-class_method" title="KatelloApi::Resources::Statu.doc (method)">doc</a></span>
|
928
|
+
<small>KatelloApi::Resources::Statu</small>
|
1190
929
|
</li>
|
1191
930
|
|
1192
931
|
|
1193
932
|
<li class="r2 ">
|
1194
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1195
|
-
|
1196
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
1197
|
-
|
933
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentView.html#doc-class_method" title="KatelloApi::Resources::ContentView.doc (method)">doc</a></span>
|
934
|
+
<small>KatelloApi::Resources::ContentView</small>
|
1198
935
|
</li>
|
1199
936
|
|
1200
937
|
|
1201
938
|
<li class="r1 ">
|
1202
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1203
|
-
|
1204
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
1205
|
-
|
939
|
+
<span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#doc-class_method" title="KatelloApi::Resources::SyncPlan.doc (method)">doc</a></span>
|
940
|
+
<small>KatelloApi::Resources::SyncPlan</small>
|
1206
941
|
</li>
|
1207
942
|
|
1208
943
|
|
1209
944
|
<li class="r2 ">
|
1210
|
-
<span class='object_link'><a href="KatelloApi/
|
1211
|
-
|
1212
|
-
<small>KatelloApi::Base</small>
|
1213
|
-
|
945
|
+
<span class='object_link'><a href="KatelloApi/Resources/FilterRule.html#doc-class_method" title="KatelloApi::Resources::FilterRule.doc (method)">doc</a></span>
|
946
|
+
<small>KatelloApi::Resources::FilterRule</small>
|
1214
947
|
</li>
|
1215
948
|
|
1216
949
|
|
1217
950
|
<li class="r1 ">
|
1218
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
951
|
+
<span class='object_link'><a href="KatelloApi/Resources/About.html#doc-class_method" title="KatelloApi::Resources::About.doc (method)">doc</a></span>
|
952
|
+
<small>KatelloApi::Resources::About</small>
|
953
|
+
</li>
|
954
|
+
|
955
|
+
|
956
|
+
<li class="r2 ">
|
957
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distribution.html#doc-class_method" title="KatelloApi::Resources::Distribution.doc (method)">doc</a></span>
|
958
|
+
<small>KatelloApi::Resources::Distribution</small>
|
959
|
+
</li>
|
960
|
+
|
961
|
+
|
962
|
+
<li class="r1 ">
|
963
|
+
<span class='object_link'><a href="KatelloApi/Resources/Task.html#doc-class_method" title="KatelloApi::Resources::Task.doc (method)">doc</a></span>
|
964
|
+
<small>KatelloApi::Resources::Task</small>
|
965
|
+
</li>
|
966
|
+
|
967
|
+
|
968
|
+
<li class="r2 ">
|
969
|
+
<span class='object_link'><a href="KatelloApi/Resources/Sync.html#doc-class_method" title="KatelloApi::Resources::Sync.doc (method)">doc</a></span>
|
970
|
+
<small>KatelloApi::Resources::Sync</small>
|
971
|
+
</li>
|
972
|
+
|
973
|
+
|
974
|
+
<li class="r1 ">
|
975
|
+
<span class='object_link'><a href="KatelloApi/Resources/Permission.html#doc-class_method" title="KatelloApi::Resources::Permission.doc (method)">doc</a></span>
|
976
|
+
<small>KatelloApi::Resources::Permission</small>
|
977
|
+
</li>
|
978
|
+
|
979
|
+
|
980
|
+
<li class="r2 ">
|
981
|
+
<span class='object_link'><a href="KatelloApi/Resources/Ping.html#doc-class_method" title="KatelloApi::Resources::Ping.doc (method)">doc</a></span>
|
982
|
+
<small>KatelloApi::Resources::Ping</small>
|
983
|
+
</li>
|
984
|
+
|
985
|
+
|
986
|
+
<li class="r1 ">
|
987
|
+
<span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#doc-class_method" title="KatelloApi::Resources::RepositorySet.doc (method)">doc</a></span>
|
988
|
+
<small>KatelloApi::Resources::RepositorySet</small>
|
989
|
+
</li>
|
990
|
+
|
991
|
+
|
992
|
+
<li class="r2 ">
|
993
|
+
<span class='object_link'><a href="KatelloApi/Resources/OrganizationDefaultInfo.html#doc-class_method" title="KatelloApi::Resources::OrganizationDefaultInfo.doc (method)">doc</a></span>
|
994
|
+
<small>KatelloApi::Resources::OrganizationDefaultInfo</small>
|
995
|
+
</li>
|
996
|
+
|
997
|
+
|
998
|
+
<li class="r1 ">
|
999
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#doc-class_method" title="KatelloApi::Resources::User.doc (method)">doc</a></span>
|
1000
|
+
<small>KatelloApi::Resources::User</small>
|
1001
|
+
</li>
|
1002
|
+
|
1003
|
+
|
1004
|
+
<li class="r2 ">
|
1005
|
+
<span class='object_link'><a href="KatelloApi/Resources/Repository.html#doc-class_method" title="KatelloApi::Resources::Repository.doc (method)">doc</a></span>
|
1006
|
+
<small>KatelloApi::Resources::Repository</small>
|
1007
|
+
</li>
|
1008
|
+
|
1009
|
+
|
1010
|
+
<li class="r1 ">
|
1011
|
+
<span class='object_link'><a href="KatelloApi/Generator/Base.html#doc-instance_method" title="KatelloApi::Generator::Base#doc (method)">#doc</a></span>
|
1012
|
+
<small>KatelloApi::Generator::Base</small>
|
1013
|
+
</li>
|
1014
|
+
|
1015
|
+
|
1016
|
+
<li class="r2 ">
|
1017
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#doc-class_method" title="KatelloApi::Resources::Distributor.doc (method)">doc</a></span>
|
1018
|
+
<small>KatelloApi::Resources::Distributor</small>
|
1019
|
+
</li>
|
1020
|
+
|
1021
|
+
|
1022
|
+
<li class="r1 ">
|
1023
|
+
<span class='object_link'><a href="KatelloApi.html#doc_file-class_method" title="KatelloApi.doc_file (method)">doc_file</a></span>
|
1024
|
+
<small>KatelloApi</small>
|
1025
|
+
</li>
|
1026
|
+
|
1027
|
+
|
1028
|
+
<li class="r2 ">
|
1029
|
+
<span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#enable-instance_method" title="KatelloApi::Resources::RepositorySet#enable (method)">#enable</a></span>
|
1030
|
+
<small>KatelloApi::Resources::RepositorySet</small>
|
1031
|
+
</li>
|
1032
|
+
|
1033
|
+
|
1034
|
+
<li class="r1 ">
|
1035
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#enabled_repos-instance_method" title="KatelloApi::Resources::System#enabled_repos (method)">#enabled_repos</a></span>
|
1036
|
+
<small>KatelloApi::Resources::System</small>
|
1037
|
+
</li>
|
1038
|
+
|
1039
|
+
|
1040
|
+
<li class="r2 ">
|
1041
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#environment_content_view-instance_method" title="KatelloApi::Resources::SystemsBulkAction#environment_content_view (method)">#environment_content_view</a></span>
|
1042
|
+
<small>KatelloApi::Resources::SystemsBulkAction</small>
|
1043
|
+
</li>
|
1044
|
+
|
1045
|
+
|
1046
|
+
<li class="r1 ">
|
1047
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#errata-instance_method" title="KatelloApi::Resources::System#errata (method)">#errata</a></span>
|
1048
|
+
<small>KatelloApi::Resources::System</small>
|
1049
|
+
</li>
|
1050
|
+
|
1051
|
+
|
1052
|
+
<li class="r2 ">
|
1053
|
+
<span class='object_link'><a href="KatelloApi/Resources/Template.html#export-instance_method" title="KatelloApi::Resources::Template#export (method)">#export</a></span>
|
1054
|
+
<small>KatelloApi::Resources::Template</small>
|
1055
|
+
</li>
|
1056
|
+
|
1057
|
+
|
1058
|
+
<li class="r1 ">
|
1059
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#export-instance_method" title="KatelloApi::Resources::Distributor#export (method)">#export</a></span>
|
1060
|
+
<small>KatelloApi::Resources::Distributor</small>
|
1061
|
+
</li>
|
1062
|
+
|
1063
|
+
|
1064
|
+
<li class="r2 ">
|
1065
|
+
<span class='object_link'><a href="KatelloApi/Generator/Base.html#generate-instance_method" title="KatelloApi::Generator::Base#generate (method)">#generate</a></span>
|
1066
|
+
<small>KatelloApi::Generator::Base</small>
|
1067
|
+
</li>
|
1068
|
+
|
1069
|
+
|
1070
|
+
<li class="r1 ">
|
1071
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#history-instance_method" title="KatelloApi::Resources::SystemGroup#history (method)">#history</a></span>
|
1072
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
1073
|
+
</li>
|
1074
|
+
|
1075
|
+
|
1076
|
+
<li class="r2 ">
|
1077
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#history_show-instance_method" title="KatelloApi::Resources::SystemGroup#history_show (method)">#history_show</a></span>
|
1078
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
1079
|
+
</li>
|
1080
|
+
|
1081
|
+
|
1082
|
+
<li class="r1 ">
|
1083
|
+
<span class='object_link'><a href="KatelloApi/Base.html#http_call-instance_method" title="KatelloApi::Base#http_call (method)">#http_call</a></span>
|
1084
|
+
<small>KatelloApi::Base</small>
|
1222
1085
|
</li>
|
1223
1086
|
|
1224
1087
|
|
1225
1088
|
<li class="r2 ">
|
1226
1089
|
<span class='object_link'><a href="KatelloApi/Resources/Template.html#import-instance_method" title="KatelloApi::Resources::Template#import (method)">#import</a></span>
|
1227
|
-
|
1228
|
-
<small>KatelloApi::Resources::Template</small>
|
1229
|
-
|
1090
|
+
<small>KatelloApi::Resources::Template</small>
|
1230
1091
|
</li>
|
1231
1092
|
|
1232
1093
|
|
1233
1094
|
<li class="r1 ">
|
1234
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1235
|
-
|
1236
|
-
<small>KatelloApi::Resources::Provider</small>
|
1237
|
-
|
1095
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#import_into_repo-instance_method" title="KatelloApi::Resources::ContentUpload#import_into_repo (method)">#import_into_repo</a></span>
|
1096
|
+
<small>KatelloApi::Resources::ContentUpload</small>
|
1238
1097
|
</li>
|
1239
1098
|
|
1240
1099
|
|
1241
1100
|
<li class="r2 ">
|
1101
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#import_manifest-instance_method" title="KatelloApi::Resources::Provider#import_manifest (method)">#import_manifest</a></span>
|
1102
|
+
<small>KatelloApi::Resources::Provider</small>
|
1103
|
+
</li>
|
1104
|
+
|
1105
|
+
|
1106
|
+
<li class="r1 ">
|
1242
1107
|
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#import_products-instance_method" title="KatelloApi::Resources::Provider#import_products (method)">#import_products</a></span>
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1108
|
+
<small>KatelloApi::Resources::Provider</small>
|
1109
|
+
</li>
|
1110
|
+
|
1111
|
+
|
1112
|
+
<li class="r2 ">
|
1113
|
+
<span class='object_link'><a href="KatelloApi/Resources/Package.html#index-instance_method" title="KatelloApi::Resources::Package#index (method)">#index</a></span>
|
1114
|
+
<small>KatelloApi::Resources::Package</small>
|
1246
1115
|
</li>
|
1247
1116
|
|
1248
1117
|
|
1249
1118
|
<li class="r1 ">
|
1250
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1251
|
-
|
1252
|
-
<small>KatelloApi::Resources::Role</small>
|
1253
|
-
|
1119
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#index-instance_method" title="KatelloApi::Resources::Provider#index (method)">#index</a></span>
|
1120
|
+
<small>KatelloApi::Resources::Provider</small>
|
1254
1121
|
</li>
|
1255
1122
|
|
1256
1123
|
|
1257
1124
|
<li class="r2 ">
|
1258
1125
|
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#index-instance_method" title="KatelloApi::Resources::ActivationKey#index (method)">#index</a></span>
|
1259
|
-
|
1260
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
1261
|
-
|
1126
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
1262
1127
|
</li>
|
1263
1128
|
|
1264
1129
|
|
1265
1130
|
<li class="r1 ">
|
1266
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1267
|
-
|
1268
|
-
<small>KatelloApi::Resources::Permission</small>
|
1269
|
-
|
1131
|
+
<span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#index-instance_method" title="KatelloApi::Resources::HardwareModel#index (method)">#index</a></span>
|
1132
|
+
<small>KatelloApi::Resources::HardwareModel</small>
|
1270
1133
|
</li>
|
1271
1134
|
|
1272
1135
|
|
1273
1136
|
<li class="r2 ">
|
1274
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1275
|
-
|
1276
|
-
<small>KatelloApi::Resources::System</small>
|
1277
|
-
|
1137
|
+
<span class='object_link'><a href="KatelloApi/Resources/Environment.html#index-instance_method" title="KatelloApi::Resources::Environment#index (method)">#index</a></span>
|
1138
|
+
<small>KatelloApi::Resources::Environment</small>
|
1278
1139
|
</li>
|
1279
1140
|
|
1280
1141
|
|
1281
1142
|
<li class="r1 ">
|
1282
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1283
|
-
|
1284
|
-
<small>KatelloApi::Resources::HardwareModel</small>
|
1285
|
-
|
1143
|
+
<span class='object_link'><a href="KatelloApi/Resources/Template.html#index-instance_method" title="KatelloApi::Resources::Template#index (method)">#index</a></span>
|
1144
|
+
<small>KatelloApi::Resources::Template</small>
|
1286
1145
|
</li>
|
1287
1146
|
|
1288
1147
|
|
1289
1148
|
<li class="r2 ">
|
1290
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1291
|
-
|
1292
|
-
<small>KatelloApi::Resources::RepositorySet</small>
|
1293
|
-
|
1149
|
+
<span class='object_link'><a href="KatelloApi/Resources/Erratum.html#index-instance_method" title="KatelloApi::Resources::Erratum#index (method)">#index</a></span>
|
1150
|
+
<small>KatelloApi::Resources::Erratum</small>
|
1294
1151
|
</li>
|
1295
1152
|
|
1296
1153
|
|
1297
1154
|
<li class="r1 ">
|
1298
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1155
|
+
<span class='object_link'><a href="KatelloApi/Resources/Organization.html#index-instance_method" title="KatelloApi::Resources::Organization#index (method)">#index</a></span>
|
1156
|
+
<small>KatelloApi::Resources::Organization</small>
|
1157
|
+
</li>
|
1158
|
+
|
1159
|
+
|
1160
|
+
<li class="r2 ">
|
1161
|
+
<span class='object_link'><a href="KatelloApi/Resources/RoleLdapGroup.html#index-instance_method" title="KatelloApi::Resources::RoleLdapGroup#index (method)">#index</a></span>
|
1162
|
+
<small>KatelloApi::Resources::RoleLdapGroup</small>
|
1163
|
+
</li>
|
1164
|
+
|
1165
|
+
|
1166
|
+
<li class="r1 ">
|
1167
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html#index-instance_method" title="KatelloApi::Resources::Product#index (method)">#index</a></span>
|
1168
|
+
<small>KatelloApi::Resources::Product</small>
|
1302
1169
|
</li>
|
1303
1170
|
|
1304
1171
|
|
1305
1172
|
<li class="r2 ">
|
1306
1173
|
<span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#index-instance_method" title="KatelloApi::Resources::ConfigTemplate#index (method)">#index</a></span>
|
1307
|
-
|
1308
|
-
<small>KatelloApi::Resources::ConfigTemplate</small>
|
1309
|
-
|
1174
|
+
<small>KatelloApi::Resources::ConfigTemplate</small>
|
1310
1175
|
</li>
|
1311
1176
|
|
1312
1177
|
|
1313
1178
|
<li class="r1 ">
|
1314
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1315
|
-
|
1316
|
-
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1317
|
-
|
1179
|
+
<span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#index-instance_method" title="KatelloApi::Resources::SmartProxy#index (method)">#index</a></span>
|
1180
|
+
<small>KatelloApi::Resources::SmartProxy</small>
|
1318
1181
|
</li>
|
1319
1182
|
|
1320
1183
|
|
1321
1184
|
<li class="r2 ">
|
1322
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1323
|
-
|
1324
|
-
<small>KatelloApi::Resources::Template</small>
|
1325
|
-
|
1185
|
+
<span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#index-instance_method" title="KatelloApi::Resources::PuppetModule#index (method)">#index</a></span>
|
1186
|
+
<small>KatelloApi::Resources::PuppetModule</small>
|
1326
1187
|
</li>
|
1327
1188
|
|
1328
1189
|
|
1329
1190
|
<li class="r1 ">
|
1330
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1331
|
-
|
1332
|
-
<small>KatelloApi::Resources::Domain</small>
|
1333
|
-
|
1191
|
+
<span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#index-instance_method" title="KatelloApi::Resources::GpgKey#index (method)">#index</a></span>
|
1192
|
+
<small>KatelloApi::Resources::GpgKey</small>
|
1334
1193
|
</li>
|
1335
1194
|
|
1336
1195
|
|
1337
1196
|
<li class="r2 ">
|
1338
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1339
|
-
|
1340
|
-
<small>KatelloApi::Resources::Sync</small>
|
1341
|
-
|
1197
|
+
<span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#index-instance_method" title="KatelloApi::Resources::ComputeResource#index (method)">#index</a></span>
|
1198
|
+
<small>KatelloApi::Resources::ComputeResource</small>
|
1342
1199
|
</li>
|
1343
1200
|
|
1344
1201
|
|
1345
1202
|
<li class="r1 ">
|
1346
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1347
|
-
|
1348
|
-
<small>KatelloApi::Resources::ContentView</small>
|
1349
|
-
|
1203
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subnet.html#index-instance_method" title="KatelloApi::Resources::Subnet#index (method)">#index</a></span>
|
1204
|
+
<small>KatelloApi::Resources::Subnet</small>
|
1350
1205
|
</li>
|
1351
1206
|
|
1352
1207
|
|
1353
1208
|
<li class="r2 ">
|
1354
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1355
|
-
|
1356
|
-
<small>KatelloApi::Resources::Distribution</small>
|
1357
|
-
|
1209
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#index-instance_method" title="KatelloApi::Resources::Distributor#index (method)">#index</a></span>
|
1210
|
+
<small>KatelloApi::Resources::Distributor</small>
|
1358
1211
|
</li>
|
1359
1212
|
|
1360
1213
|
|
1361
1214
|
<li class="r1 ">
|
1362
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1363
|
-
|
1364
|
-
<small>KatelloApi::Resources::User</small>
|
1365
|
-
|
1215
|
+
<span class='object_link'><a href="KatelloApi/Resources/Changeset.html#index-instance_method" title="KatelloApi::Resources::Changeset#index (method)">#index</a></span>
|
1216
|
+
<small>KatelloApi::Resources::Changeset</small>
|
1366
1217
|
</li>
|
1367
1218
|
|
1368
1219
|
|
1369
1220
|
<li class="r2 ">
|
1370
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1371
|
-
|
1372
|
-
<small>KatelloApi::Resources::Environment</small>
|
1373
|
-
|
1221
|
+
<span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#index-instance_method" title="KatelloApi::Resources::CustomInfo#index (method)">#index</a></span>
|
1222
|
+
<small>KatelloApi::Resources::CustomInfo</small>
|
1374
1223
|
</li>
|
1375
1224
|
|
1376
1225
|
|
1377
1226
|
<li class="r1 ">
|
1227
|
+
<span class='object_link'><a href="KatelloApi/Resources/RepositorySet.html#index-instance_method" title="KatelloApi::Resources::RepositorySet#index (method)">#index</a></span>
|
1228
|
+
<small>KatelloApi::Resources::RepositorySet</small>
|
1229
|
+
</li>
|
1230
|
+
|
1231
|
+
|
1232
|
+
<li class="r2 ">
|
1378
1233
|
<span class='object_link'><a href="KatelloApi/Resources/Architecture.html#index-instance_method" title="KatelloApi::Resources::Architecture#index (method)">#index</a></span>
|
1379
|
-
|
1380
|
-
|
1381
|
-
|
1234
|
+
<small>KatelloApi::Resources::Architecture</small>
|
1235
|
+
</li>
|
1236
|
+
|
1237
|
+
|
1238
|
+
<li class="r1 ">
|
1239
|
+
<span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#index-instance_method" title="KatelloApi::Resources::SyncPlan#index (method)">#index</a></span>
|
1240
|
+
<small>KatelloApi::Resources::SyncPlan</small>
|
1382
1241
|
</li>
|
1383
1242
|
|
1384
1243
|
|
1385
1244
|
<li class="r2 ">
|
1386
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1387
|
-
|
1388
|
-
<small>KatelloApi::Resources::Changeset</small>
|
1389
|
-
|
1245
|
+
<span class='object_link'><a href="KatelloApi/Resources/Role.html#index-instance_method" title="KatelloApi::Resources::Role#index (method)">#index</a></span>
|
1246
|
+
<small>KatelloApi::Resources::Role</small>
|
1390
1247
|
</li>
|
1391
1248
|
|
1392
1249
|
|
1393
1250
|
<li class="r1 ">
|
1394
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1251
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html#index-instance_method" title="KatelloApi::Resources::Subscription#index (method)">#index</a></span>
|
1252
|
+
<small>KatelloApi::Resources::Subscription</small>
|
1253
|
+
</li>
|
1254
|
+
|
1255
|
+
|
1256
|
+
<li class="r2 ">
|
1257
|
+
<span class='object_link'><a href="KatelloApi/Resources/Permission.html#index-instance_method" title="KatelloApi::Resources::Permission#index (method)">#index</a></span>
|
1258
|
+
<small>KatelloApi::Resources::Permission</small>
|
1259
|
+
</li>
|
1260
|
+
|
1261
|
+
|
1262
|
+
<li class="r1 ">
|
1263
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#index-instance_method" title="KatelloApi::Resources::System#index (method)">#index</a></span>
|
1264
|
+
<small>KatelloApi::Resources::System</small>
|
1265
|
+
</li>
|
1266
|
+
|
1267
|
+
|
1268
|
+
<li class="r2 ">
|
1269
|
+
<span class='object_link'><a href="KatelloApi/Resources/Repository.html#index-instance_method" title="KatelloApi::Resources::Repository#index (method)">#index</a></span>
|
1270
|
+
<small>KatelloApi::Resources::Repository</small>
|
1271
|
+
</li>
|
1272
|
+
|
1273
|
+
|
1274
|
+
<li class="r1 ">
|
1275
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html#index-instance_method" title="KatelloApi::Resources::Filter#index (method)">#index</a></span>
|
1276
|
+
<small>KatelloApi::Resources::Filter</small>
|
1277
|
+
</li>
|
1278
|
+
|
1279
|
+
|
1280
|
+
<li class="r2 ">
|
1281
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroupErratum.html#index-instance_method" title="KatelloApi::Resources::SystemGroupErratum#index (method)">#index</a></span>
|
1282
|
+
<small>KatelloApi::Resources::SystemGroupErratum</small>
|
1283
|
+
</li>
|
1284
|
+
|
1285
|
+
|
1286
|
+
<li class="r1 ">
|
1287
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentView.html#index-instance_method" title="KatelloApi::Resources::ContentView#index (method)">#index</a></span>
|
1288
|
+
<small>KatelloApi::Resources::ContentView</small>
|
1289
|
+
</li>
|
1290
|
+
|
1291
|
+
|
1292
|
+
<li class="r2 ">
|
1293
|
+
<span class='object_link'><a href="KatelloApi/Resources/Domain.html#index-instance_method" title="KatelloApi::Resources::Domain#index (method)">#index</a></span>
|
1294
|
+
<small>KatelloApi::Resources::Domain</small>
|
1295
|
+
</li>
|
1296
|
+
|
1297
|
+
|
1298
|
+
<li class="r1 ">
|
1299
|
+
<span class='object_link'><a href="KatelloApi/Resources/About.html#index-instance_method" title="KatelloApi::Resources::About#index (method)">#index</a></span>
|
1300
|
+
<small>KatelloApi::Resources::About</small>
|
1398
1301
|
</li>
|
1399
1302
|
|
1400
1303
|
|
1401
1304
|
<li class="r2 ">
|
1402
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1403
|
-
|
1404
|
-
<small>KatelloApi::Resources::ComputeResource</small>
|
1405
|
-
|
1305
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#index-instance_method" title="KatelloApi::Resources::SystemGroup#index (method)">#index</a></span>
|
1306
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
1406
1307
|
</li>
|
1407
1308
|
|
1408
1309
|
|
1409
1310
|
<li class="r1 ">
|
1410
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1411
|
-
|
1412
|
-
<small>KatelloApi::Resources::SyncPlan</small>
|
1413
|
-
|
1311
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#index-instance_method" title="KatelloApi::Resources::ContentViewDefinition#index (method)">#index</a></span>
|
1312
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1414
1313
|
</li>
|
1415
1314
|
|
1416
1315
|
|
1417
1316
|
<li class="r2 ">
|
1418
1317
|
<span class='object_link'><a href="KatelloApi/Resources/Task.html#index-instance_method" title="KatelloApi::Resources::Task#index (method)">#index</a></span>
|
1419
|
-
|
1420
|
-
<small>KatelloApi::Resources::Task</small>
|
1421
|
-
|
1318
|
+
<small>KatelloApi::Resources::Task</small>
|
1422
1319
|
</li>
|
1423
1320
|
|
1424
1321
|
|
1425
1322
|
<li class="r1 ">
|
1426
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1427
|
-
|
1428
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
1429
|
-
|
1323
|
+
<span class='object_link'><a href="KatelloApi/Resources/Sync.html#index-instance_method" title="KatelloApi::Resources::Sync#index (method)">#index</a></span>
|
1324
|
+
<small>KatelloApi::Resources::Sync</small>
|
1430
1325
|
</li>
|
1431
1326
|
|
1432
1327
|
|
1433
1328
|
<li class="r2 ">
|
1434
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1435
|
-
|
1436
|
-
<small>KatelloApi::Resources::Provider</small>
|
1437
|
-
|
1329
|
+
<span class='object_link'><a href="KatelloApi/Resources/Ping.html#index-instance_method" title="KatelloApi::Resources::Ping#index (method)">#index</a></span>
|
1330
|
+
<small>KatelloApi::Resources::Ping</small>
|
1438
1331
|
</li>
|
1439
1332
|
|
1440
1333
|
|
1441
1334
|
<li class="r1 ">
|
1442
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1443
|
-
|
1444
|
-
<small>KatelloApi::Resources::SystemGroupErratum</small>
|
1445
|
-
|
1335
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#index-instance_method" title="KatelloApi::Resources::User#index (method)">#index</a></span>
|
1336
|
+
<small>KatelloApi::Resources::User</small>
|
1446
1337
|
</li>
|
1447
1338
|
|
1448
1339
|
|
1449
1340
|
<li class="r2 ">
|
1450
1341
|
<span class='object_link'><a href="KatelloApi/Resources/Crl.html#index-instance_method" title="KatelloApi::Resources::Crl#index (method)">#index</a></span>
|
1451
|
-
|
1452
|
-
<small>KatelloApi::Resources::Crl</small>
|
1453
|
-
|
1342
|
+
<small>KatelloApi::Resources::Crl</small>
|
1454
1343
|
</li>
|
1455
1344
|
|
1456
1345
|
|
1457
1346
|
<li class="r1 ">
|
1458
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1459
|
-
|
1460
|
-
<small>KatelloApi::Resources::Distributor</small>
|
1461
|
-
|
1347
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distribution.html#index-instance_method" title="KatelloApi::Resources::Distribution#index (method)">#index</a></span>
|
1348
|
+
<small>KatelloApi::Resources::Distribution</small>
|
1462
1349
|
</li>
|
1463
1350
|
|
1464
1351
|
|
1465
1352
|
<li class="r2 ">
|
1466
|
-
<span class='object_link'><a href="KatelloApi/
|
1467
|
-
|
1468
|
-
<small>KatelloApi::Resources::SmartProxy</small>
|
1469
|
-
|
1353
|
+
<span class='object_link'><a href="KatelloApi/Base.html#initialize-instance_method" title="KatelloApi::Base#initialize (method)">#initialize</a></span>
|
1354
|
+
<small>KatelloApi::Base</small>
|
1470
1355
|
</li>
|
1471
1356
|
|
1472
1357
|
|
1473
1358
|
<li class="r1 ">
|
1474
|
-
<span class='object_link'><a href="KatelloApi/
|
1475
|
-
|
1476
|
-
<small>KatelloApi::Resources::Organization</small>
|
1477
|
-
|
1359
|
+
<span class='object_link'><a href="KatelloApi/Generator/Base.html#initialize-instance_method" title="KatelloApi::Generator::Base#initialize (method)">#initialize</a></span>
|
1360
|
+
<small>KatelloApi::Generator::Base</small>
|
1478
1361
|
</li>
|
1479
1362
|
|
1480
1363
|
|
1481
1364
|
<li class="r2 ">
|
1482
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1483
|
-
|
1484
|
-
<small>KatelloApi::Resources::Erratum</small>
|
1485
|
-
|
1365
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#install-instance_method" title="KatelloApi::Resources::SystemPackage#install (method)">#install</a></span>
|
1366
|
+
<small>KatelloApi::Resources::SystemPackage</small>
|
1486
1367
|
</li>
|
1487
1368
|
|
1488
1369
|
|
1489
1370
|
<li class="r1 ">
|
1490
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1491
|
-
|
1492
|
-
<small>KatelloApi::Resources::Subscription</small>
|
1493
|
-
|
1371
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#install_content-instance_method" title="KatelloApi::Resources::SystemsBulkAction#install_content (method)">#install_content</a></span>
|
1372
|
+
<small>KatelloApi::Resources::SystemsBulkAction</small>
|
1494
1373
|
</li>
|
1495
1374
|
|
1496
1375
|
|
1497
1376
|
<li class="r2 ">
|
1498
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1499
|
-
|
1500
|
-
<small>KatelloApi::Resources::Package</small>
|
1501
|
-
|
1377
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#list_all_products-instance_method" title="KatelloApi::Resources::ContentViewDefinition#list_all_products (method)">#list_all_products</a></span>
|
1378
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1502
1379
|
</li>
|
1503
1380
|
|
1504
1381
|
|
1505
1382
|
<li class="r1 ">
|
1506
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1507
|
-
|
1508
|
-
<small>KatelloApi::Resources::Ping</small>
|
1509
|
-
|
1383
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#list_products-instance_method" title="KatelloApi::Resources::ContentViewDefinition#list_products (method)">#list_products</a></span>
|
1384
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1510
1385
|
</li>
|
1511
1386
|
|
1512
1387
|
|
1513
1388
|
<li class="r2 ">
|
1514
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1515
|
-
|
1516
|
-
<small>KatelloApi::Resources::GpgKey</small>
|
1517
|
-
|
1389
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html#list_products-instance_method" title="KatelloApi::Resources::Filter#list_products (method)">#list_products</a></span>
|
1390
|
+
<small>KatelloApi::Resources::Filter</small>
|
1518
1391
|
</li>
|
1519
1392
|
|
1520
1393
|
|
1521
1394
|
<li class="r1 ">
|
1522
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1523
|
-
|
1524
|
-
<small>KatelloApi::Resources::Product</small>
|
1525
|
-
|
1395
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#list_repositories-instance_method" title="KatelloApi::Resources::ContentViewDefinition#list_repositories (method)">#list_repositories</a></span>
|
1396
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1526
1397
|
</li>
|
1527
1398
|
|
1528
1399
|
|
1529
1400
|
<li class="r2 ">
|
1530
|
-
<span class='object_link'><a href="KatelloApi/
|
1531
|
-
|
1532
|
-
<small>KatelloApi::Base</small>
|
1533
|
-
|
1401
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html#list_repositories-instance_method" title="KatelloApi::Resources::Filter#list_repositories (method)">#list_repositories</a></span>
|
1402
|
+
<small>KatelloApi::Resources::Filter</small>
|
1534
1403
|
</li>
|
1535
1404
|
|
1536
1405
|
|
1537
1406
|
<li class="r1 ">
|
1538
|
-
<span class='object_link'><a href="KatelloApi/
|
1539
|
-
|
1540
|
-
<small>KatelloApi::Generator::Base</small>
|
1541
|
-
|
1407
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#list_roles-instance_method" title="KatelloApi::Resources::User#list_roles (method)">#list_roles</a></span>
|
1408
|
+
<small>KatelloApi::Resources::User</small>
|
1542
1409
|
</li>
|
1543
1410
|
|
1544
1411
|
|
1545
1412
|
<li class="r2 ">
|
1546
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1547
|
-
|
1548
|
-
<small>KatelloApi::Resources::Product</small>
|
1549
|
-
|
1413
|
+
<span class='object_link'><a href="KatelloApi/Resources/Status.html#memory-instance_method" title="KatelloApi::Resources::Status#memory (method)">#memory</a></span>
|
1414
|
+
<small>KatelloApi::Resources::Status</small>
|
1550
1415
|
</li>
|
1551
1416
|
|
1552
1417
|
|
1553
1418
|
<li class="r1 ">
|
1554
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1555
|
-
|
1556
|
-
<small>KatelloApi::Resources::Repository</small>
|
1557
|
-
|
1419
|
+
<span class='object_link'><a href="KatelloApi/Resources/Statu.html#memory-instance_method" title="KatelloApi::Resources::Statu#memory (method)">#memory</a></span>
|
1420
|
+
<small>KatelloApi::Resources::Statu</small>
|
1558
1421
|
</li>
|
1559
1422
|
|
1560
1423
|
|
1561
1424
|
<li class="r2 ">
|
1562
|
-
<span class='object_link'><a href="KatelloApi/
|
1563
|
-
|
1564
|
-
<small>KatelloApi::Resources::User</small>
|
1565
|
-
|
1425
|
+
<span class='object_link'><a href="KatelloApi/Base.html#method_doc-class_method" title="KatelloApi::Base.method_doc (method)">method_doc</a></span>
|
1426
|
+
<small>KatelloApi::Base</small>
|
1566
1427
|
</li>
|
1567
1428
|
|
1568
1429
|
|
1569
1430
|
<li class="r1 ">
|
1570
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1571
|
-
|
1572
|
-
<small>KatelloApi::Resources::Statu</small>
|
1573
|
-
|
1431
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#package_profile-instance_method" title="KatelloApi::Resources::System#package_profile (method)">#package_profile</a></span>
|
1432
|
+
<small>KatelloApi::Resources::System</small>
|
1574
1433
|
</li>
|
1575
1434
|
|
1576
1435
|
|
1577
1436
|
<li class="r2 ">
|
1578
|
-
<span class='object_link'><a href="KatelloApi/
|
1579
|
-
|
1580
|
-
<small>KatelloApi::Base</small>
|
1581
|
-
|
1437
|
+
<span class='object_link'><a href="KatelloApi/Resources/Environment.html#paths-instance_method" title="KatelloApi::Resources::Environment#paths (method)">#paths</a></span>
|
1438
|
+
<small>KatelloApi::Resources::Environment</small>
|
1582
1439
|
</li>
|
1583
1440
|
|
1584
1441
|
|
1585
1442
|
<li class="r1 ">
|
1586
|
-
<span class='object_link'><a href="KatelloApi/
|
1587
|
-
|
1588
|
-
<small>KatelloApi::Resources::Repository</small>
|
1589
|
-
|
1443
|
+
<span class='object_link'><a href="KatelloApi/Base.html#perform_call-instance_method" title="KatelloApi::Base#perform_call (method)">#perform_call</a></span>
|
1444
|
+
<small>KatelloApi::Base</small>
|
1590
1445
|
</li>
|
1591
1446
|
|
1592
1447
|
|
1593
1448
|
<li class="r2 ">
|
1594
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1595
|
-
|
1596
|
-
<small>KatelloApi::Resources::Repository</small>
|
1597
|
-
|
1449
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#pools-instance_method" title="KatelloApi::Resources::Distributor#pools (method)">#pools</a></span>
|
1450
|
+
<small>KatelloApi::Resources::Distributor</small>
|
1598
1451
|
</li>
|
1599
1452
|
|
1600
1453
|
|
1601
1454
|
<li class="r1 ">
|
1602
|
-
<span class='object_link'><a href="KatelloApi/Resources/System.html#
|
1603
|
-
|
1604
|
-
<small>KatelloApi::Resources::System</small>
|
1605
|
-
|
1455
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#pools-instance_method" title="KatelloApi::Resources::System#pools (method)">#pools</a></span>
|
1456
|
+
<small>KatelloApi::Resources::System</small>
|
1606
1457
|
</li>
|
1607
1458
|
|
1608
1459
|
|
1609
1460
|
<li class="r2 ">
|
1610
|
-
<span class='object_link'><a href="KatelloApi/
|
1611
|
-
|
1612
|
-
<small>KatelloApi::Base</small>
|
1613
|
-
|
1461
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#product_create-instance_method" title="KatelloApi::Resources::Provider#product_create (method)">#product_create</a></span>
|
1462
|
+
<small>KatelloApi::Resources::Provider</small>
|
1614
1463
|
</li>
|
1615
1464
|
|
1616
1465
|
|
1617
1466
|
<li class="r1 ">
|
1618
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1619
|
-
|
1620
|
-
<small>KatelloApi::Resources::System</small>
|
1621
|
-
|
1467
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#products-instance_method" title="KatelloApi::Resources::Provider#products (method)">#products</a></span>
|
1468
|
+
<small>KatelloApi::Resources::Provider</small>
|
1622
1469
|
</li>
|
1623
1470
|
|
1624
1471
|
|
1625
1472
|
<li class="r2 ">
|
1626
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1627
|
-
|
1628
|
-
<small>KatelloApi::Resources::Distributor</small>
|
1629
|
-
|
1473
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentView.html#promote-instance_method" title="KatelloApi::Resources::ContentView#promote (method)">#promote</a></span>
|
1474
|
+
<small>KatelloApi::Resources::ContentView</small>
|
1630
1475
|
</li>
|
1631
1476
|
|
1632
1477
|
|
1633
1478
|
<li class="r1 ">
|
1634
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1635
|
-
|
1636
|
-
<small>KatelloApi::Resources::Provider</small>
|
1637
|
-
|
1479
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#publish-instance_method" title="KatelloApi::Resources::ContentViewDefinition#publish (method)">#publish</a></span>
|
1480
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1638
1481
|
</li>
|
1639
1482
|
|
1640
1483
|
|
1641
1484
|
<li class="r2 ">
|
1642
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1643
|
-
|
1644
|
-
<small>KatelloApi::Resources::Provider</small>
|
1645
|
-
|
1485
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentView.html#refresh-instance_method" title="KatelloApi::Resources::ContentView#refresh (method)">#refresh</a></span>
|
1486
|
+
<small>KatelloApi::Resources::ContentView</small>
|
1646
1487
|
</li>
|
1647
1488
|
|
1648
1489
|
|
1649
1490
|
<li class="r1 ">
|
1650
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1651
|
-
|
1652
|
-
<small>KatelloApi::Resources::ContentView</small>
|
1653
|
-
|
1491
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#refresh_manifest-instance_method" title="KatelloApi::Resources::Provider#refresh_manifest (method)">#refresh_manifest</a></span>
|
1492
|
+
<small>KatelloApi::Resources::Provider</small>
|
1654
1493
|
</li>
|
1655
1494
|
|
1656
1495
|
|
1657
1496
|
<li class="r2 ">
|
1658
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1659
|
-
|
1660
|
-
<small>KatelloApi::Resources::Changeset</small>
|
1661
|
-
|
1497
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#refresh_products-instance_method" title="KatelloApi::Resources::Provider#refresh_products (method)">#refresh_products</a></span>
|
1498
|
+
<small>KatelloApi::Resources::Provider</small>
|
1662
1499
|
</li>
|
1663
1500
|
|
1664
1501
|
|
1665
1502
|
<li class="r1 ">
|
1666
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1667
|
-
|
1668
|
-
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1669
|
-
|
1503
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#refresh_subscriptions-instance_method" title="KatelloApi::Resources::System#refresh_subscriptions (method)">#refresh_subscriptions</a></span>
|
1504
|
+
<small>KatelloApi::Resources::System</small>
|
1670
1505
|
</li>
|
1671
1506
|
|
1672
1507
|
|
1673
1508
|
<li class="r2 ">
|
1674
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1675
|
-
|
1676
|
-
<small>KatelloApi::Resources::ContentView</small>
|
1677
|
-
|
1509
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#releases-instance_method" title="KatelloApi::Resources::System#releases (method)">#releases</a></span>
|
1510
|
+
<small>KatelloApi::Resources::System</small>
|
1678
1511
|
</li>
|
1679
1512
|
|
1680
1513
|
|
1681
1514
|
<li class="r1 ">
|
1682
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1683
|
-
|
1684
|
-
<small>KatelloApi::Resources::Provider</small>
|
1685
|
-
|
1515
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#remove-instance_method" title="KatelloApi::Resources::SystemPackage#remove (method)">#remove</a></span>
|
1516
|
+
<small>KatelloApi::Resources::SystemPackage</small>
|
1686
1517
|
</li>
|
1687
1518
|
|
1688
1519
|
|
1689
1520
|
<li class="r2 ">
|
1690
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1691
|
-
|
1692
|
-
<small>KatelloApi::Resources::System</small>
|
1693
|
-
|
1521
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#remove_content-instance_method" title="KatelloApi::Resources::SystemsBulkAction#remove_content (method)">#remove_content</a></span>
|
1522
|
+
<small>KatelloApi::Resources::SystemsBulkAction</small>
|
1694
1523
|
</li>
|
1695
1524
|
|
1696
1525
|
|
1697
1526
|
<li class="r1 ">
|
1698
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1699
|
-
|
1700
|
-
<small>KatelloApi::Resources::System</small>
|
1701
|
-
|
1527
|
+
<span class='object_link'><a href="KatelloApi/Resources/ChangesetsContent.html#remove_content_view-instance_method" title="KatelloApi::Resources::ChangesetsContent#remove_content_view (method)">#remove_content_view</a></span>
|
1528
|
+
<small>KatelloApi::Resources::ChangesetsContent</small>
|
1702
1529
|
</li>
|
1703
1530
|
|
1704
1531
|
|
1705
1532
|
<li class="r2 ">
|
1706
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1707
|
-
|
1708
|
-
<small>KatelloApi::Resources::Environment</small>
|
1709
|
-
|
1533
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_distribution-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_distribution (method)">#remove_distribution</a></span>
|
1534
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
1710
1535
|
</li>
|
1711
1536
|
|
1712
1537
|
|
1713
1538
|
<li class="r1 ">
|
1714
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1715
|
-
|
1716
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
1717
|
-
|
1539
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_package-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_package (method)">#remove_package</a></span>
|
1540
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
1718
1541
|
</li>
|
1719
1542
|
|
1720
1543
|
|
1721
1544
|
<li class="r2 ">
|
1722
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1723
|
-
|
1724
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
1725
|
-
|
1545
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_package_group-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_package_group (method)">#remove_package_group</a></span>
|
1546
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
1726
1547
|
</li>
|
1727
1548
|
|
1728
1549
|
|
1729
1550
|
<li class="r1 ">
|
1730
|
-
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#
|
1731
|
-
|
1732
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
1733
|
-
|
1551
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_package_group_category-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_package_group_category (method)">#remove_package_group_category</a></span>
|
1552
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
1734
1553
|
</li>
|
1735
1554
|
|
1736
1555
|
|
1737
1556
|
<li class="r2 ">
|
1738
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1739
|
-
|
1740
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
1741
|
-
|
1557
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_parameter-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_parameter (method)">#remove_parameter</a></span>
|
1558
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
1742
1559
|
</li>
|
1743
1560
|
|
1744
1561
|
|
1745
1562
|
<li class="r1 ">
|
1746
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1747
|
-
|
1748
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
1749
|
-
|
1563
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#remove_pool-instance_method" title="KatelloApi::Resources::ActivationKey#remove_pool (method)">#remove_pool</a></span>
|
1564
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
1750
1565
|
</li>
|
1751
1566
|
|
1752
1567
|
|
1753
1568
|
<li class="r2 ">
|
1754
|
-
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#
|
1755
|
-
|
1756
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
1757
|
-
|
1569
|
+
<span class='object_link'><a href="KatelloApi/Resources/TemplatesContent.html#remove_repo-instance_method" title="KatelloApi::Resources::TemplatesContent#remove_repo (method)">#remove_repo</a></span>
|
1570
|
+
<small>KatelloApi::Resources::TemplatesContent</small>
|
1758
1571
|
</li>
|
1759
1572
|
|
1760
1573
|
|
1761
1574
|
<li class="r1 ">
|
1762
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1763
|
-
|
1764
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
1765
|
-
|
1575
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#remove_role-instance_method" title="KatelloApi::Resources::User#remove_role (method)">#remove_role</a></span>
|
1576
|
+
<small>KatelloApi::Resources::User</small>
|
1766
1577
|
</li>
|
1767
1578
|
|
1768
1579
|
|
1769
1580
|
<li class="r2 ">
|
1770
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1771
|
-
|
1772
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
1773
|
-
|
1581
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html#remove_sync_plan-instance_method" title="KatelloApi::Resources::Product#remove_sync_plan (method)">#remove_sync_plan</a></span>
|
1582
|
+
<small>KatelloApi::Resources::Product</small>
|
1774
1583
|
</li>
|
1775
1584
|
|
1776
1585
|
|
1777
1586
|
<li class="r1 ">
|
1778
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1779
|
-
|
1780
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
1781
|
-
|
1587
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#remove_system_groups-instance_method" title="KatelloApi::Resources::System#remove_system_groups (method)">#remove_system_groups</a></span>
|
1588
|
+
<small>KatelloApi::Resources::System</small>
|
1782
1589
|
</li>
|
1783
1590
|
|
1784
1591
|
|
1785
1592
|
<li class="r2 ">
|
1786
|
-
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#
|
1787
|
-
|
1788
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
1789
|
-
|
1593
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#remove_system_groups-instance_method" title="KatelloApi::Resources::ActivationKey#remove_system_groups (method)">#remove_system_groups</a></span>
|
1594
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
1790
1595
|
</li>
|
1791
1596
|
|
1792
1597
|
|
1793
1598
|
<li class="r1 ">
|
1794
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1795
|
-
|
1796
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
1797
|
-
|
1599
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#remove_systems-instance_method" title="KatelloApi::Resources::SystemGroup#remove_systems (method)">#remove_systems</a></span>
|
1600
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
1798
1601
|
</li>
|
1799
1602
|
|
1800
1603
|
|
1801
1604
|
<li class="r2 ">
|
1802
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1803
|
-
|
1804
|
-
<small>KatelloApi::Resources::TemplatesContent</small>
|
1805
|
-
|
1605
|
+
<span class='object_link'><a href="KatelloApi/Resources/Organization.html#repo_discover-instance_method" title="KatelloApi::Resources::Organization#repo_discover (method)">#repo_discover</a></span>
|
1606
|
+
<small>KatelloApi::Resources::Organization</small>
|
1806
1607
|
</li>
|
1807
1608
|
|
1808
1609
|
|
1809
1610
|
<li class="r1 ">
|
1810
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1811
|
-
|
1812
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
1813
|
-
|
1611
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#report-instance_method" title="KatelloApi::Resources::System#report (method)">#report</a></span>
|
1612
|
+
<small>KatelloApi::Resources::System</small>
|
1814
1613
|
</li>
|
1815
1614
|
|
1816
1615
|
|
1817
1616
|
<li class="r2 ">
|
1818
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1819
|
-
|
1820
|
-
<small>KatelloApi::Resources::User</small>
|
1821
|
-
|
1617
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html#repositories-instance_method" title="KatelloApi::Resources::Product#repositories (method)">#repositories</a></span>
|
1618
|
+
<small>KatelloApi::Resources::Product</small>
|
1822
1619
|
</li>
|
1823
1620
|
|
1824
1621
|
|
1825
1622
|
<li class="r1 ">
|
1826
|
-
<span class='object_link'><a href="KatelloApi/
|
1827
|
-
|
1828
|
-
<small>KatelloApi::Resources::Product</small>
|
1829
|
-
|
1623
|
+
<span class='object_link'><a href="KatelloApi/Generator/Base.html#resource-instance_method" title="KatelloApi::Generator::Base#resource (method)">#resource</a></span>
|
1624
|
+
<small>KatelloApi::Generator::Base</small>
|
1830
1625
|
</li>
|
1831
1626
|
|
1832
1627
|
|
1833
1628
|
<li class="r2 ">
|
1834
|
-
<span class='object_link'><a href="KatelloApi/
|
1835
|
-
|
1836
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
1837
|
-
|
1629
|
+
<span class='object_link'><a href="KatelloApi/Generator/Base.html#resource_key-instance_method" title="KatelloApi::Generator::Base#resource_key (method)">#resource_key</a></span>
|
1630
|
+
<small>KatelloApi::Generator::Base</small>
|
1838
1631
|
</li>
|
1839
1632
|
|
1840
1633
|
|
1841
1634
|
<li class="r1 ">
|
1842
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1843
|
-
|
1844
|
-
<small>KatelloApi::Resources::System</small>
|
1845
|
-
|
1635
|
+
<span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#revision-instance_method" title="KatelloApi::Resources::ConfigTemplate#revision (method)">#revision</a></span>
|
1636
|
+
<small>KatelloApi::Resources::ConfigTemplate</small>
|
1846
1637
|
</li>
|
1847
1638
|
|
1848
1639
|
|
1849
1640
|
<li class="r2 ">
|
1850
|
-
<span class='object_link'><a href="KatelloApi
|
1851
|
-
|
1852
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
1853
|
-
|
1641
|
+
<span class='object_link'><a href="KatelloApi.html#root-class_method" title="KatelloApi.root (method)">root</a></span>
|
1642
|
+
<small>KatelloApi</small>
|
1854
1643
|
</li>
|
1855
1644
|
|
1856
1645
|
|
1857
1646
|
<li class="r1 ">
|
1858
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1859
|
-
|
1860
|
-
<small>KatelloApi::Resources::ChangesetsContent</small>
|
1861
|
-
|
1647
|
+
<span class='object_link'><a href="KatelloApi/Resources/Package.html#search-instance_method" title="KatelloApi::Resources::Package#search (method)">#search</a></span>
|
1648
|
+
<small>KatelloApi::Resources::Package</small>
|
1862
1649
|
</li>
|
1863
1650
|
|
1864
1651
|
|
1865
1652
|
<li class="r2 ">
|
1866
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1867
|
-
|
1868
|
-
<small>KatelloApi::Resources::Distributor</small>
|
1869
|
-
|
1653
|
+
<span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#search-instance_method" title="KatelloApi::Resources::PuppetModule#search (method)">#search</a></span>
|
1654
|
+
<small>KatelloApi::Resources::PuppetModule</small>
|
1870
1655
|
</li>
|
1871
1656
|
|
1872
1657
|
|
1873
1658
|
<li class="r1 ">
|
1874
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1875
|
-
|
1876
|
-
<small>KatelloApi::Resources::System</small>
|
1877
|
-
|
1659
|
+
<span class='object_link'><a href="KatelloApi/Resources/Ping.html#server_status-instance_method" title="KatelloApi::Resources::Ping#server_status (method)">#server_status</a></span>
|
1660
|
+
<small>KatelloApi::Resources::Ping</small>
|
1878
1661
|
</li>
|
1879
1662
|
|
1880
1663
|
|
1881
1664
|
<li class="r2 ">
|
1882
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1883
|
-
|
1884
|
-
<small>KatelloApi::Resources::User</small>
|
1885
|
-
|
1665
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html#set_sync_plan-instance_method" title="KatelloApi::Resources::Product#set_sync_plan (method)">#set_sync_plan</a></span>
|
1666
|
+
<small>KatelloApi::Resources::Product</small>
|
1886
1667
|
</li>
|
1887
1668
|
|
1888
1669
|
|
1889
1670
|
<li class="r1 ">
|
1890
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1891
|
-
|
1892
|
-
<small>KatelloApi::Resources::Product</small>
|
1893
|
-
|
1671
|
+
<span class='object_link'><a href="KatelloApi/Resources/Architecture.html#show-instance_method" title="KatelloApi::Resources::Architecture#show (method)">#show</a></span>
|
1672
|
+
<small>KatelloApi::Resources::Architecture</small>
|
1894
1673
|
</li>
|
1895
1674
|
|
1896
1675
|
|
1897
1676
|
<li class="r2 ">
|
1898
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1899
|
-
|
1900
|
-
<small>KatelloApi::Resources::Environment</small>
|
1901
|
-
|
1677
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#show-instance_method" title="KatelloApi::Resources::User#show (method)">#show</a></span>
|
1678
|
+
<small>KatelloApi::Resources::User</small>
|
1902
1679
|
</li>
|
1903
1680
|
|
1904
1681
|
|
1905
1682
|
<li class="r1 ">
|
1906
|
-
<span class='object_link'><a href="KatelloApi/
|
1907
|
-
|
1908
|
-
<small>KatelloApi::Generator::Base</small>
|
1909
|
-
|
1683
|
+
<span class='object_link'><a href="KatelloApi/Resources/PuppetModule.html#show-instance_method" title="KatelloApi::Resources::PuppetModule#show (method)">#show</a></span>
|
1684
|
+
<small>KatelloApi::Resources::PuppetModule</small>
|
1910
1685
|
</li>
|
1911
1686
|
|
1912
1687
|
|
1913
1688
|
<li class="r2 ">
|
1914
|
-
<span class='object_link'><a href="KatelloApi/
|
1915
|
-
|
1916
|
-
<small>KatelloApi::Generator::Base</small>
|
1917
|
-
|
1689
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#show-instance_method" title="KatelloApi::Resources::Distributor#show (method)">#show</a></span>
|
1690
|
+
<small>KatelloApi::Resources::Distributor</small>
|
1918
1691
|
</li>
|
1919
1692
|
|
1920
1693
|
|
1921
1694
|
<li class="r1 ">
|
1922
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1923
|
-
|
1924
|
-
<small>KatelloApi::Resources::ConfigTemplate</small>
|
1925
|
-
|
1695
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distribution.html#show-instance_method" title="KatelloApi::Resources::Distribution#show (method)">#show</a></span>
|
1696
|
+
<small>KatelloApi::Resources::Distribution</small>
|
1926
1697
|
</li>
|
1927
1698
|
|
1928
1699
|
|
1929
1700
|
<li class="r2 ">
|
1930
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1931
|
-
|
1932
|
-
<small>KatelloApi::Resources::Environment</small>
|
1933
|
-
|
1701
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#show-instance_method" title="KatelloApi::Resources::ActivationKey#show (method)">#show</a></span>
|
1702
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
1934
1703
|
</li>
|
1935
1704
|
|
1936
1705
|
|
1937
1706
|
<li class="r1 ">
|
1938
|
-
<span class='object_link'><a href="KatelloApi.html#
|
1939
|
-
|
1940
|
-
<small>KatelloApi</small>
|
1941
|
-
|
1707
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#show-instance_method" title="KatelloApi::Resources::Provider#show (method)">#show</a></span>
|
1708
|
+
<small>KatelloApi::Resources::Provider</small>
|
1942
1709
|
</li>
|
1943
1710
|
|
1944
1711
|
|
1945
1712
|
<li class="r2 ">
|
1946
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1947
|
-
|
1948
|
-
<small>KatelloApi::Resources::Package</small>
|
1949
|
-
|
1713
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#show-instance_method" title="KatelloApi::Resources::SystemGroup#show (method)">#show</a></span>
|
1714
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
1950
1715
|
</li>
|
1951
1716
|
|
1952
1717
|
|
1953
1718
|
<li class="r1 ">
|
1954
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1955
|
-
|
1956
|
-
<small>KatelloApi::Resources::Product</small>
|
1957
|
-
|
1719
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemErratum.html#show-instance_method" title="KatelloApi::Resources::SystemErratum#show (method)">#show</a></span>
|
1720
|
+
<small>KatelloApi::Resources::SystemErratum</small>
|
1958
1721
|
</li>
|
1959
1722
|
|
1960
1723
|
|
1961
1724
|
<li class="r2 ">
|
1962
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1963
|
-
|
1964
|
-
<small>KatelloApi::Resources::SmartProxy</small>
|
1965
|
-
|
1725
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#show-instance_method" title="KatelloApi::Resources::ContentViewDefinition#show (method)">#show</a></span>
|
1726
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
1966
1727
|
</li>
|
1967
1728
|
|
1968
1729
|
|
1969
1730
|
<li class="r1 ">
|
1970
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1971
|
-
|
1972
|
-
|
1973
|
-
|
1731
|
+
<span class='object_link'><a href="KatelloApi/Resources/Template.html#show-instance_method" title="KatelloApi::Resources::Template#show (method)">#show</a></span>
|
1732
|
+
<small>KatelloApi::Resources::Template</small>
|
1733
|
+
</li>
|
1734
|
+
|
1735
|
+
|
1736
|
+
<li class="r2 ">
|
1737
|
+
<span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#show-instance_method" title="KatelloApi::Resources::HardwareModel#show (method)">#show</a></span>
|
1738
|
+
<small>KatelloApi::Resources::HardwareModel</small>
|
1739
|
+
</li>
|
1740
|
+
|
1741
|
+
|
1742
|
+
<li class="r1 ">
|
1743
|
+
<span class='object_link'><a href="KatelloApi/Resources/Erratum.html#show-instance_method" title="KatelloApi::Resources::Erratum#show (method)">#show</a></span>
|
1744
|
+
<small>KatelloApi::Resources::Erratum</small>
|
1974
1745
|
</li>
|
1975
1746
|
|
1976
1747
|
|
1977
1748
|
<li class="r2 ">
|
1978
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1979
|
-
|
1980
|
-
<small>KatelloApi::Resources::HardwareModel</small>
|
1981
|
-
|
1749
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentView.html#show-instance_method" title="KatelloApi::Resources::ContentView#show (method)">#show</a></span>
|
1750
|
+
<small>KatelloApi::Resources::ContentView</small>
|
1982
1751
|
</li>
|
1983
1752
|
|
1984
1753
|
|
1985
1754
|
<li class="r1 ">
|
1986
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1987
|
-
|
1988
|
-
<small>KatelloApi::Resources::Repository</small>
|
1989
|
-
|
1755
|
+
<span class='object_link'><a href="KatelloApi/Resources/Uebercert.html#show-instance_method" title="KatelloApi::Resources::Uebercert#show (method)">#show</a></span>
|
1756
|
+
<small>KatelloApi::Resources::Uebercert</small>
|
1990
1757
|
</li>
|
1991
1758
|
|
1992
1759
|
|
1993
1760
|
<li class="r2 ">
|
1994
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
1995
|
-
|
1996
|
-
<small>KatelloApi::Resources::Permission</small>
|
1997
|
-
|
1761
|
+
<span class='object_link'><a href="KatelloApi/Resources/Changeset.html#show-instance_method" title="KatelloApi::Resources::Changeset#show (method)">#show</a></span>
|
1762
|
+
<small>KatelloApi::Resources::Changeset</small>
|
1998
1763
|
</li>
|
1999
1764
|
|
2000
1765
|
|
2001
1766
|
<li class="r1 ">
|
2002
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2003
|
-
|
2004
|
-
<small>KatelloApi::Resources::Role</small>
|
2005
|
-
|
1767
|
+
<span class='object_link'><a href="KatelloApi/Resources/Task.html#show-instance_method" title="KatelloApi::Resources::Task#show (method)">#show</a></span>
|
1768
|
+
<small>KatelloApi::Resources::Task</small>
|
2006
1769
|
</li>
|
2007
1770
|
|
2008
1771
|
|
2009
1772
|
<li class="r2 ">
|
2010
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2011
|
-
|
2012
|
-
<small>KatelloApi::Resources::User</small>
|
2013
|
-
|
1773
|
+
<span class='object_link'><a href="KatelloApi/Resources/Environment.html#show-instance_method" title="KatelloApi::Resources::Environment#show (method)">#show</a></span>
|
1774
|
+
<small>KatelloApi::Resources::Environment</small>
|
2014
1775
|
</li>
|
2015
1776
|
|
2016
1777
|
|
2017
1778
|
<li class="r1 ">
|
2018
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2019
|
-
|
2020
|
-
<small>KatelloApi::Resources::Subnet</small>
|
2021
|
-
|
1779
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html#show-instance_method" title="KatelloApi::Resources::Product#show (method)">#show</a></span>
|
1780
|
+
<small>KatelloApi::Resources::Product</small>
|
2022
1781
|
</li>
|
2023
1782
|
|
2024
1783
|
|
2025
1784
|
<li class="r2 ">
|
2026
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2027
|
-
|
2028
|
-
<small>KatelloApi::Resources::Template</small>
|
2029
|
-
|
1785
|
+
<span class='object_link'><a href="KatelloApi/Resources/Package.html#show-instance_method" title="KatelloApi::Resources::Package#show (method)">#show</a></span>
|
1786
|
+
<small>KatelloApi::Resources::Package</small>
|
2030
1787
|
</li>
|
2031
1788
|
|
2032
1789
|
|
2033
1790
|
<li class="r1 ">
|
2034
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2035
|
-
|
2036
|
-
<small>KatelloApi::Resources::Distribution</small>
|
2037
|
-
|
1791
|
+
<span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#show-instance_method" title="KatelloApi::Resources::SyncPlan#show (method)">#show</a></span>
|
1792
|
+
<small>KatelloApi::Resources::SyncPlan</small>
|
2038
1793
|
</li>
|
2039
1794
|
|
2040
1795
|
|
2041
1796
|
<li class="r2 ">
|
2042
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2043
|
-
|
2044
|
-
<small>KatelloApi::Resources::Architecture</small>
|
2045
|
-
|
1797
|
+
<span class='object_link'><a href="KatelloApi/Resources/Organization.html#show-instance_method" title="KatelloApi::Resources::Organization#show (method)">#show</a></span>
|
1798
|
+
<small>KatelloApi::Resources::Organization</small>
|
2046
1799
|
</li>
|
2047
1800
|
|
2048
1801
|
|
2049
1802
|
<li class="r1 ">
|
2050
1803
|
<span class='object_link'><a href="KatelloApi/Resources/Domain.html#show-instance_method" title="KatelloApi::Resources::Domain#show (method)">#show</a></span>
|
2051
|
-
|
2052
|
-
<small>KatelloApi::Resources::Domain</small>
|
2053
|
-
|
1804
|
+
<small>KatelloApi::Resources::Domain</small>
|
2054
1805
|
</li>
|
2055
1806
|
|
2056
1807
|
|
2057
1808
|
<li class="r2 ">
|
2058
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2059
|
-
|
2060
|
-
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
2061
|
-
|
1809
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html#show-instance_method" title="KatelloApi::Resources::Filter#show (method)">#show</a></span>
|
1810
|
+
<small>KatelloApi::Resources::Filter</small>
|
2062
1811
|
</li>
|
2063
1812
|
|
2064
1813
|
|
2065
1814
|
<li class="r1 ">
|
2066
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2067
|
-
|
2068
|
-
<small>KatelloApi::Resources::ConfigTemplate</small>
|
2069
|
-
|
1815
|
+
<span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#show-instance_method" title="KatelloApi::Resources::GpgKey#show (method)">#show</a></span>
|
1816
|
+
<small>KatelloApi::Resources::GpgKey</small>
|
2070
1817
|
</li>
|
2071
1818
|
|
2072
1819
|
|
2073
1820
|
<li class="r2 ">
|
2074
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2075
|
-
|
2076
|
-
<small>KatelloApi::Resources::Environment</small>
|
2077
|
-
|
1821
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html#show-instance_method" title="KatelloApi::Resources::Subscription#show (method)">#show</a></span>
|
1822
|
+
<small>KatelloApi::Resources::Subscription</small>
|
2078
1823
|
</li>
|
2079
1824
|
|
2080
1825
|
|
2081
1826
|
<li class="r1 ">
|
2082
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2083
|
-
|
2084
|
-
<small>KatelloApi::Resources::Product</small>
|
2085
|
-
|
1827
|
+
<span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#show-instance_method" title="KatelloApi::Resources::CustomInfo#show (method)">#show</a></span>
|
1828
|
+
<small>KatelloApi::Resources::CustomInfo</small>
|
2086
1829
|
</li>
|
2087
1830
|
|
2088
1831
|
|
2089
1832
|
<li class="r2 ">
|
2090
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2091
|
-
|
2092
|
-
<small>KatelloApi::Resources::Provider</small>
|
2093
|
-
|
1833
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#show-instance_method" title="KatelloApi::Resources::System#show (method)">#show</a></span>
|
1834
|
+
<small>KatelloApi::Resources::System</small>
|
2094
1835
|
</li>
|
2095
1836
|
|
2096
1837
|
|
2097
1838
|
<li class="r1 ">
|
2098
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2099
|
-
|
2100
|
-
<small>KatelloApi::Resources::Task</small>
|
2101
|
-
|
1839
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subnet.html#show-instance_method" title="KatelloApi::Resources::Subnet#show (method)">#show</a></span>
|
1840
|
+
<small>KatelloApi::Resources::Subnet</small>
|
2102
1841
|
</li>
|
2103
1842
|
|
2104
1843
|
|
2105
1844
|
<li class="r2 ">
|
2106
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2107
|
-
|
2108
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
2109
|
-
|
1845
|
+
<span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#show-instance_method" title="KatelloApi::Resources::ComputeResource#show (method)">#show</a></span>
|
1846
|
+
<small>KatelloApi::Resources::ComputeResource</small>
|
2110
1847
|
</li>
|
2111
1848
|
|
2112
1849
|
|
2113
1850
|
<li class="r1 ">
|
2114
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2115
|
-
|
2116
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
2117
|
-
|
1851
|
+
<span class='object_link'><a href="KatelloApi/Resources/Permission.html#show-instance_method" title="KatelloApi::Resources::Permission#show (method)">#show</a></span>
|
1852
|
+
<small>KatelloApi::Resources::Permission</small>
|
2118
1853
|
</li>
|
2119
1854
|
|
2120
1855
|
|
2121
1856
|
<li class="r2 ">
|
2122
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2123
|
-
|
2124
|
-
<small>KatelloApi::Resources::Changeset</small>
|
2125
|
-
|
1857
|
+
<span class='object_link'><a href="KatelloApi/Resources/Role.html#show-instance_method" title="KatelloApi::Resources::Role#show (method)">#show</a></span>
|
1858
|
+
<small>KatelloApi::Resources::Role</small>
|
2126
1859
|
</li>
|
2127
1860
|
|
2128
1861
|
|
2129
1862
|
<li class="r1 ">
|
2130
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2131
|
-
|
2132
|
-
<small>KatelloApi::Resources::Distributor</small>
|
2133
|
-
|
1863
|
+
<span class='object_link'><a href="KatelloApi/Resources/Repository.html#show-instance_method" title="KatelloApi::Resources::Repository#show (method)">#show</a></span>
|
1864
|
+
<small>KatelloApi::Resources::Repository</small>
|
2134
1865
|
</li>
|
2135
1866
|
|
2136
1867
|
|
2137
1868
|
<li class="r2 ">
|
2138
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2139
|
-
|
2140
|
-
<small>KatelloApi::Resources::Uebercert</small>
|
2141
|
-
|
1869
|
+
<span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#show-instance_method" title="KatelloApi::Resources::SmartProxy#show (method)">#show</a></span>
|
1870
|
+
<small>KatelloApi::Resources::SmartProxy</small>
|
2142
1871
|
</li>
|
2143
1872
|
|
2144
1873
|
|
2145
1874
|
<li class="r1 ">
|
2146
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2147
|
-
|
2148
|
-
<small>KatelloApi::Resources::Organization</small>
|
2149
|
-
|
1875
|
+
<span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#show-instance_method" title="KatelloApi::Resources::ConfigTemplate#show (method)">#show</a></span>
|
1876
|
+
<small>KatelloApi::Resources::ConfigTemplate</small>
|
2150
1877
|
</li>
|
2151
1878
|
|
2152
1879
|
|
2153
1880
|
<li class="r2 ">
|
2154
|
-
<span class='object_link'><a href="KatelloApi/
|
2155
|
-
|
2156
|
-
<small>KatelloApi::Resources::GpgKey</small>
|
2157
|
-
|
1881
|
+
<span class='object_link'><a href="KatelloApi/Generator/Base.html#source_root-class_method" title="KatelloApi::Generator::Base.source_root (method)">source_root</a></span>
|
1882
|
+
<small>KatelloApi::Generator::Base</small>
|
2158
1883
|
</li>
|
2159
1884
|
|
2160
1885
|
|
2161
1886
|
<li class="r1 ">
|
2162
|
-
<span class='object_link'><a href="KatelloApi/
|
2163
|
-
|
2164
|
-
<small>KatelloApi::Resources::ComputeResource</small>
|
2165
|
-
|
1887
|
+
<span class='object_link'><a href="KatelloApi/Generator/Base.html#start-class_method" title="KatelloApi::Generator::Base.start (method)">start</a></span>
|
1888
|
+
<small>KatelloApi::Generator::Base</small>
|
2166
1889
|
</li>
|
2167
1890
|
|
2168
1891
|
|
2169
1892
|
<li class="r2 ">
|
2170
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2171
|
-
|
2172
|
-
<small>KatelloApi::Resources::Erratum</small>
|
2173
|
-
|
1893
|
+
<span class='object_link'><a href="KatelloApi/Resources/Repository.html#sync-instance_method" title="KatelloApi::Resources::Repository#sync (method)">#sync</a></span>
|
1894
|
+
<small>KatelloApi::Resources::Repository</small>
|
2174
1895
|
</li>
|
2175
1896
|
|
2176
1897
|
|
2177
1898
|
<li class="r1 ">
|
2178
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2179
|
-
|
2180
|
-
<small>KatelloApi::Resources::Package</small>
|
2181
|
-
|
1899
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#sync_ldap_roles-instance_method" title="KatelloApi::Resources::User#sync_ldap_roles (method)">#sync_ldap_roles</a></span>
|
1900
|
+
<small>KatelloApi::Resources::User</small>
|
2182
1901
|
</li>
|
2183
1902
|
|
2184
1903
|
|
2185
1904
|
<li class="r2 ">
|
2186
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2187
|
-
|
2188
|
-
<small>KatelloApi::Resources::SyncPlan</small>
|
2189
|
-
|
1905
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#systems-instance_method" title="KatelloApi::Resources::SystemGroup#systems (method)">#systems</a></span>
|
1906
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
2190
1907
|
</li>
|
2191
1908
|
|
2192
1909
|
|
2193
1910
|
<li class="r1 ">
|
2194
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2195
|
-
|
2196
|
-
<small>KatelloApi::Resources::ContentView</small>
|
2197
|
-
|
1911
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#task_show-instance_method" title="KatelloApi::Resources::Distributor#task_show (method)">#task_show</a></span>
|
1912
|
+
<small>KatelloApi::Resources::Distributor</small>
|
2198
1913
|
</li>
|
2199
1914
|
|
2200
1915
|
|
2201
1916
|
<li class="r2 ">
|
2202
|
-
<span class='object_link'><a href="KatelloApi/
|
2203
|
-
|
2204
|
-
<small>KatelloApi::Generator::Base</small>
|
2205
|
-
|
1917
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#tasks-instance_method" title="KatelloApi::Resources::System#tasks (method)">#tasks</a></span>
|
1918
|
+
<small>KatelloApi::Resources::System</small>
|
2206
1919
|
</li>
|
2207
1920
|
|
2208
1921
|
|
2209
1922
|
<li class="r1 ">
|
2210
|
-
<span class='object_link'><a href="KatelloApi/
|
2211
|
-
|
2212
|
-
<small>KatelloApi::Generator::Base</small>
|
2213
|
-
|
1923
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#tasks-instance_method" title="KatelloApi::Resources::Distributor#tasks (method)">#tasks</a></span>
|
1924
|
+
<small>KatelloApi::Resources::Distributor</small>
|
2214
1925
|
</li>
|
2215
1926
|
|
2216
1927
|
|
2217
1928
|
<li class="r2 ">
|
2218
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2219
|
-
|
2220
|
-
<small>KatelloApi::Resources::Ping</small>
|
2221
|
-
|
1929
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#update-instance_method" title="KatelloApi::Resources::Distributor#update (method)">#update</a></span>
|
1930
|
+
<small>KatelloApi::Resources::Distributor</small>
|
2222
1931
|
</li>
|
2223
1932
|
|
2224
1933
|
|
2225
1934
|
<li class="r1 ">
|
2226
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2227
|
-
|
2228
|
-
<small>KatelloApi::Resources::Repository</small>
|
2229
|
-
|
1935
|
+
<span class='object_link'><a href="KatelloApi/Resources/User.html#update-instance_method" title="KatelloApi::Resources::User#update (method)">#update</a></span>
|
1936
|
+
<small>KatelloApi::Resources::User</small>
|
2230
1937
|
</li>
|
2231
1938
|
|
2232
1939
|
|
2233
1940
|
<li class="r2 ">
|
2234
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2235
|
-
|
2236
|
-
<small>KatelloApi::Resources::User</small>
|
2237
|
-
|
1941
|
+
<span class='object_link'><a href="KatelloApi/Resources/Organization.html#update-instance_method" title="KatelloApi::Resources::Organization#update (method)">#update</a></span>
|
1942
|
+
<small>KatelloApi::Resources::Organization</small>
|
2238
1943
|
</li>
|
2239
1944
|
|
2240
1945
|
|
2241
1946
|
<li class="r1 ">
|
2242
|
-
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#
|
2243
|
-
|
2244
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
2245
|
-
|
1947
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroup.html#update-instance_method" title="KatelloApi::Resources::SystemGroup#update (method)">#update</a></span>
|
1948
|
+
<small>KatelloApi::Resources::SystemGroup</small>
|
2246
1949
|
</li>
|
2247
1950
|
|
2248
1951
|
|
2249
1952
|
<li class="r2 ">
|
2250
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2251
|
-
|
2252
|
-
<small>KatelloApi::Resources::System</small>
|
2253
|
-
|
1953
|
+
<span class='object_link'><a href="KatelloApi/Resources/ActivationKey.html#update-instance_method" title="KatelloApi::Resources::ActivationKey#update (method)">#update</a></span>
|
1954
|
+
<small>KatelloApi::Resources::ActivationKey</small>
|
2254
1955
|
</li>
|
2255
1956
|
|
2256
1957
|
|
2257
1958
|
<li class="r1 ">
|
2258
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2259
|
-
|
2260
|
-
<small>KatelloApi::Resources::Distributor</small>
|
2261
|
-
|
1959
|
+
<span class='object_link'><a href="KatelloApi/Resources/Environment.html#update-instance_method" title="KatelloApi::Resources::Environment#update (method)">#update</a></span>
|
1960
|
+
<small>KatelloApi::Resources::Environment</small>
|
2262
1961
|
</li>
|
2263
1962
|
|
2264
1963
|
|
2265
1964
|
<li class="r2 ">
|
2266
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2267
|
-
|
2268
|
-
<small>KatelloApi::Resources::Distributor</small>
|
2269
|
-
|
1965
|
+
<span class='object_link'><a href="KatelloApi/Resources/Repository.html#update-instance_method" title="KatelloApi::Resources::Repository#update (method)">#update</a></span>
|
1966
|
+
<small>KatelloApi::Resources::Repository</small>
|
2270
1967
|
</li>
|
2271
1968
|
|
2272
1969
|
|
2273
1970
|
<li class="r1 ">
|
2274
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2275
|
-
|
2276
|
-
<small>KatelloApi::Resources::System</small>
|
2277
|
-
|
1971
|
+
<span class='object_link'><a href="KatelloApi/Resources/ComputeResource.html#update-instance_method" title="KatelloApi::Resources::ComputeResource#update (method)">#update</a></span>
|
1972
|
+
<small>KatelloApi::Resources::ComputeResource</small>
|
2278
1973
|
</li>
|
2279
1974
|
|
2280
1975
|
|
2281
1976
|
<li class="r2 ">
|
2282
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2283
|
-
|
2284
|
-
<small>KatelloApi::Resources::Role</small>
|
2285
|
-
|
1977
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subnet.html#update-instance_method" title="KatelloApi::Resources::Subnet#update (method)">#update</a></span>
|
1978
|
+
<small>KatelloApi::Resources::Subnet</small>
|
2286
1979
|
</li>
|
2287
1980
|
|
2288
1981
|
|
2289
1982
|
<li class="r1 ">
|
2290
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2291
|
-
|
2292
|
-
<small>KatelloApi::Resources::HardwareModel</small>
|
2293
|
-
|
1983
|
+
<span class='object_link'><a href="KatelloApi/Resources/Architecture.html#update-instance_method" title="KatelloApi::Resources::Architecture#update (method)">#update</a></span>
|
1984
|
+
<small>KatelloApi::Resources::Architecture</small>
|
2294
1985
|
</li>
|
2295
1986
|
|
2296
1987
|
|
2297
1988
|
<li class="r2 ">
|
2298
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2299
|
-
|
2300
|
-
<small>KatelloApi::Resources::User</small>
|
2301
|
-
|
1989
|
+
<span class='object_link'><a href="KatelloApi/Resources/SmartProxy.html#update-instance_method" title="KatelloApi::Resources::SmartProxy#update (method)">#update</a></span>
|
1990
|
+
<small>KatelloApi::Resources::SmartProxy</small>
|
2302
1991
|
</li>
|
2303
1992
|
|
2304
1993
|
|
2305
1994
|
<li class="r1 ">
|
2306
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2307
|
-
|
2308
|
-
<small>KatelloApi::Resources::SyncPlan</small>
|
2309
|
-
|
1995
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#update-instance_method" title="KatelloApi::Resources::SystemPackage#update (method)">#update</a></span>
|
1996
|
+
<small>KatelloApi::Resources::SystemPackage</small>
|
2310
1997
|
</li>
|
2311
1998
|
|
2312
1999
|
|
2313
2000
|
<li class="r2 ">
|
2314
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2315
|
-
|
2316
|
-
<small>KatelloApi::Resources::ActivationKey</small>
|
2317
|
-
|
2001
|
+
<span class='object_link'><a href="KatelloApi/Resources/Provider.html#update-instance_method" title="KatelloApi::Resources::Provider#update (method)">#update</a></span>
|
2002
|
+
<small>KatelloApi::Resources::Provider</small>
|
2318
2003
|
</li>
|
2319
2004
|
|
2320
2005
|
|
2321
2006
|
<li class="r1 ">
|
2322
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2323
|
-
|
2324
|
-
<small>KatelloApi::Resources::Architecture</small>
|
2325
|
-
|
2007
|
+
<span class='object_link'><a href="KatelloApi/Resources/System.html#update-instance_method" title="KatelloApi::Resources::System#update (method)">#update</a></span>
|
2008
|
+
<small>KatelloApi::Resources::System</small>
|
2326
2009
|
</li>
|
2327
2010
|
|
2328
2011
|
|
2329
2012
|
<li class="r2 ">
|
2330
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2331
|
-
|
2332
|
-
<small>KatelloApi::Resources::Subnet</small>
|
2333
|
-
|
2013
|
+
<span class='object_link'><a href="KatelloApi/Resources/Role.html#update-instance_method" title="KatelloApi::Resources::Role#update (method)">#update</a></span>
|
2014
|
+
<small>KatelloApi::Resources::Role</small>
|
2334
2015
|
</li>
|
2335
2016
|
|
2336
2017
|
|
2337
2018
|
<li class="r1 ">
|
2338
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2339
|
-
|
2340
|
-
<small>KatelloApi::Resources::Product</small>
|
2341
|
-
|
2019
|
+
<span class='object_link'><a href="KatelloApi/Resources/CustomInfo.html#update-instance_method" title="KatelloApi::Resources::CustomInfo#update (method)">#update</a></span>
|
2020
|
+
<small>KatelloApi::Resources::CustomInfo</small>
|
2342
2021
|
</li>
|
2343
2022
|
|
2344
2023
|
|
2345
2024
|
<li class="r2 ">
|
2346
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2347
|
-
|
2348
|
-
<small>KatelloApi::Resources::System</small>
|
2349
|
-
|
2025
|
+
<span class='object_link'><a href="KatelloApi/Resources/Template.html#update-instance_method" title="KatelloApi::Resources::Template#update (method)">#update</a></span>
|
2026
|
+
<small>KatelloApi::Resources::Template</small>
|
2350
2027
|
</li>
|
2351
2028
|
|
2352
2029
|
|
2353
2030
|
<li class="r1 ">
|
2354
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2355
|
-
|
2356
|
-
<small>KatelloApi::Resources::SystemGroup</small>
|
2357
|
-
|
2031
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemGroupPackage.html#update-instance_method" title="KatelloApi::Resources::SystemGroupPackage#update (method)">#update</a></span>
|
2032
|
+
<small>KatelloApi::Resources::SystemGroupPackage</small>
|
2358
2033
|
</li>
|
2359
2034
|
|
2360
2035
|
|
2361
2036
|
<li class="r2 ">
|
2362
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2363
|
-
|
2364
|
-
<small>KatelloApi::Resources::Organization</small>
|
2365
|
-
|
2037
|
+
<span class='object_link'><a href="KatelloApi/Resources/SyncPlan.html#update-instance_method" title="KatelloApi::Resources::SyncPlan#update (method)">#update</a></span>
|
2038
|
+
<small>KatelloApi::Resources::SyncPlan</small>
|
2366
2039
|
</li>
|
2367
2040
|
|
2368
2041
|
|
2369
2042
|
<li class="r1 ">
|
2370
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2371
|
-
|
2372
|
-
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
2373
|
-
|
2043
|
+
<span class='object_link'><a href="KatelloApi/Resources/ConfigTemplate.html#update-instance_method" title="KatelloApi::Resources::ConfigTemplate#update (method)">#update</a></span>
|
2044
|
+
<small>KatelloApi::Resources::ConfigTemplate</small>
|
2374
2045
|
</li>
|
2375
2046
|
|
2376
2047
|
|
2377
2048
|
<li class="r2 ">
|
2378
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2379
|
-
|
2380
|
-
<small>KatelloApi::Resources::Repository</small>
|
2381
|
-
|
2049
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update (method)">#update</a></span>
|
2050
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
2382
2051
|
</li>
|
2383
2052
|
|
2384
2053
|
|
2385
2054
|
<li class="r1 ">
|
2386
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2387
|
-
|
2388
|
-
<small>KatelloApi::Resources::SystemPackage</small>
|
2389
|
-
|
2055
|
+
<span class='object_link'><a href="KatelloApi/Resources/GpgKey.html#update-instance_method" title="KatelloApi::Resources::GpgKey#update (method)">#update</a></span>
|
2056
|
+
<small>KatelloApi::Resources::GpgKey</small>
|
2390
2057
|
</li>
|
2391
2058
|
|
2392
2059
|
|
2393
2060
|
<li class="r2 ">
|
2394
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2395
|
-
|
2396
|
-
<small>KatelloApi::Resources::ComputeResource</small>
|
2397
|
-
|
2061
|
+
<span class='object_link'><a href="KatelloApi/Resources/Product.html#update-instance_method" title="KatelloApi::Resources::Product#update (method)">#update</a></span>
|
2062
|
+
<small>KatelloApi::Resources::Product</small>
|
2398
2063
|
</li>
|
2399
2064
|
|
2400
2065
|
|
2401
2066
|
<li class="r1 ">
|
2402
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2403
|
-
|
2404
|
-
<small>KatelloApi::Resources::Domain</small>
|
2405
|
-
|
2067
|
+
<span class='object_link'><a href="KatelloApi/Resources/Changeset.html#update-instance_method" title="KatelloApi::Resources::Changeset#update (method)">#update</a></span>
|
2068
|
+
<small>KatelloApi::Resources::Changeset</small>
|
2406
2069
|
</li>
|
2407
2070
|
|
2408
2071
|
|
2409
2072
|
<li class="r2 ">
|
2410
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2411
|
-
|
2412
|
-
<small>KatelloApi::Resources::ConfigTemplate</small>
|
2413
|
-
|
2073
|
+
<span class='object_link'><a href="KatelloApi/Resources/HardwareModel.html#update-instance_method" title="KatelloApi::Resources::HardwareModel#update (method)">#update</a></span>
|
2074
|
+
<small>KatelloApi::Resources::HardwareModel</small>
|
2414
2075
|
</li>
|
2415
2076
|
|
2416
2077
|
|
2417
2078
|
<li class="r1 ">
|
2418
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2419
|
-
|
2420
|
-
<small>KatelloApi::Resources::Distributor</small>
|
2421
|
-
|
2079
|
+
<span class='object_link'><a href="KatelloApi/Resources/Domain.html#update-instance_method" title="KatelloApi::Resources::Domain#update (method)">#update</a></span>
|
2080
|
+
<small>KatelloApi::Resources::Domain</small>
|
2422
2081
|
</li>
|
2423
2082
|
|
2424
2083
|
|
2425
2084
|
<li class="r2 ">
|
2426
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2427
|
-
|
2428
|
-
<small>KatelloApi::Resources::GpgKey</small>
|
2429
|
-
|
2085
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemsBulkAction.html#update_content-instance_method" title="KatelloApi::Resources::SystemsBulkAction#update_content (method)">#update_content</a></span>
|
2086
|
+
<small>KatelloApi::Resources::SystemsBulkAction</small>
|
2430
2087
|
</li>
|
2431
2088
|
|
2432
2089
|
|
2433
2090
|
<li class="r1 ">
|
2434
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2435
|
-
|
2436
|
-
<small>KatelloApi::Resources::Changeset</small>
|
2437
|
-
|
2091
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update_content_views-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update_content_views (method)">#update_content_views</a></span>
|
2092
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
2438
2093
|
</li>
|
2439
2094
|
|
2440
2095
|
|
2441
2096
|
<li class="r2 ">
|
2442
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2443
|
-
|
2444
|
-
<small>KatelloApi::Resources::Environment</small>
|
2445
|
-
|
2097
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update_products-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update_products (method)">#update_products</a></span>
|
2098
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
2446
2099
|
</li>
|
2447
2100
|
|
2448
2101
|
|
2449
2102
|
<li class="r1 ">
|
2450
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2451
|
-
|
2452
|
-
<small>KatelloApi::Resources::Template</small>
|
2453
|
-
|
2103
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html#update_products-instance_method" title="KatelloApi::Resources::Filter#update_products (method)">#update_products</a></span>
|
2104
|
+
<small>KatelloApi::Resources::Filter</small>
|
2454
2105
|
</li>
|
2455
2106
|
|
2456
2107
|
|
2457
2108
|
<li class="r2 ">
|
2458
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2459
|
-
|
2460
|
-
<small>KatelloApi::Resources::SystemGroupPackage</small>
|
2461
|
-
|
2109
|
+
<span class='object_link'><a href="KatelloApi/Resources/Filter.html#update_repositories-instance_method" title="KatelloApi::Resources::Filter#update_repositories (method)">#update_repositories</a></span>
|
2110
|
+
<small>KatelloApi::Resources::Filter</small>
|
2462
2111
|
</li>
|
2463
2112
|
|
2464
2113
|
|
2465
2114
|
<li class="r1 ">
|
2466
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2467
|
-
|
2468
|
-
<small>KatelloApi::Resources::Provider</small>
|
2469
|
-
|
2115
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentViewDefinition.html#update_repositories-instance_method" title="KatelloApi::Resources::ContentViewDefinition#update_repositories (method)">#update_repositories</a></span>
|
2116
|
+
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
2470
2117
|
</li>
|
2471
2118
|
|
2472
2119
|
|
2473
2120
|
<li class="r2 ">
|
2474
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2475
|
-
|
2476
|
-
<small>KatelloApi::Resources::SmartProxy</small>
|
2477
|
-
|
2121
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#upgrade-instance_method" title="KatelloApi::Resources::SystemPackage#upgrade (method)">#upgrade</a></span>
|
2122
|
+
<small>KatelloApi::Resources::SystemPackage</small>
|
2478
2123
|
</li>
|
2479
2124
|
|
2480
2125
|
|
2481
2126
|
<li class="r1 ">
|
2482
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2483
|
-
|
2484
|
-
<small>KatelloApi::Resources::Product</small>
|
2485
|
-
|
2127
|
+
<span class='object_link'><a href="KatelloApi/Resources/SystemPackage.html#upgrade_all-instance_method" title="KatelloApi::Resources::SystemPackage#upgrade_all (method)">#upgrade_all</a></span>
|
2128
|
+
<small>KatelloApi::Resources::SystemPackage</small>
|
2486
2129
|
</li>
|
2487
2130
|
|
2488
2131
|
|
2489
2132
|
<li class="r2 ">
|
2490
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2491
|
-
|
2492
|
-
<small>KatelloApi::Resources::Repository</small>
|
2493
|
-
|
2133
|
+
<span class='object_link'><a href="KatelloApi/Resources/Subscription.html#upload-instance_method" title="KatelloApi::Resources::Subscription#upload (method)">#upload</a></span>
|
2134
|
+
<small>KatelloApi::Resources::Subscription</small>
|
2494
2135
|
</li>
|
2495
2136
|
|
2496
2137
|
|
2497
2138
|
<li class="r1 ">
|
2498
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2499
|
-
|
2500
|
-
<small>KatelloApi::Resources::ContentViewDefinition</small>
|
2501
|
-
|
2139
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#upload_bits-instance_method" title="KatelloApi::Resources::ContentUpload#upload_bits (method)">#upload_bits</a></span>
|
2140
|
+
<small>KatelloApi::Resources::ContentUpload</small>
|
2502
2141
|
</li>
|
2503
2142
|
|
2504
2143
|
|
2505
2144
|
<li class="r2 ">
|
2506
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2507
|
-
|
2508
|
-
<small>KatelloApi::Resources::System</small>
|
2509
|
-
|
2145
|
+
<span class='object_link'><a href="KatelloApi/Resources/ContentUpload.html#upload_file-instance_method" title="KatelloApi::Resources::ContentUpload#upload_file (method)">#upload_file</a></span>
|
2146
|
+
<small>KatelloApi::Resources::ContentUpload</small>
|
2510
2147
|
</li>
|
2511
2148
|
|
2512
2149
|
|
2513
2150
|
<li class="r1 ">
|
2514
2151
|
<span class='object_link'><a href="KatelloApi/Resources/Template.html#validate-instance_method" title="KatelloApi::Resources::Template#validate (method)">#validate</a></span>
|
2515
|
-
|
2516
|
-
<small>KatelloApi::Resources::Template</small>
|
2517
|
-
|
2152
|
+
<small>KatelloApi::Resources::Template</small>
|
2518
2153
|
</li>
|
2519
2154
|
|
2520
2155
|
|
2521
2156
|
<li class="r2 ">
|
2522
2157
|
<span class='object_link'><a href="KatelloApi/Base.html#validate_params%21-instance_method" title="KatelloApi::Base#validate_params! (method)">#validate_params!</a></span>
|
2523
|
-
|
2524
|
-
<small>KatelloApi::Base</small>
|
2525
|
-
|
2158
|
+
<small>KatelloApi::Base</small>
|
2526
2159
|
</li>
|
2527
2160
|
|
2528
2161
|
|
2529
2162
|
<li class="r1 ">
|
2530
2163
|
<span class='object_link'><a href="KatelloApi/Base.html#validation_hash-class_method" title="KatelloApi::Base.validation_hash (method)">validation_hash</a></span>
|
2531
|
-
|
2532
|
-
<small>KatelloApi::Base</small>
|
2533
|
-
|
2164
|
+
<small>KatelloApi::Base</small>
|
2534
2165
|
</li>
|
2535
2166
|
|
2536
2167
|
|
2537
2168
|
<li class="r2 ">
|
2538
|
-
<span class='object_link'><a href="KatelloApi/Resources/
|
2539
|
-
|
2540
|
-
<small>KatelloApi::Resources::Ping</small>
|
2541
|
-
|
2169
|
+
<span class='object_link'><a href="KatelloApi/Resources/Distributor.html#versions-instance_method" title="KatelloApi::Resources::Distributor#versions (method)">#versions</a></span>
|
2170
|
+
<small>KatelloApi::Resources::Distributor</small>
|
2542
2171
|
</li>
|
2543
2172
|
|
2544
2173
|
|