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
@@ -6,13 +6,13 @@
|
|
6
6
|
<title>
|
7
7
|
Class: KatelloApi::Resources::System
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.7.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
18
|
hasFrames = window.top.frames.main ? true : false;
|
@@ -178,9 +178,8 @@
|
|
178
178
|
|
179
179
|
|
180
180
|
|
181
|
-
<span class="summary_desc"><div class='inline'
|
182
|
-
First item: parsed data; second item: raw body
|
183
|
-
</p>
|
181
|
+
<span class="summary_desc"><div class='inline'>
|
182
|
+
<p>First item: parsed data; second item: raw body.</p>
|
184
183
|
</div></span>
|
185
184
|
|
186
185
|
</li>
|
@@ -203,9 +202,8 @@ First item: parsed data; second item: raw body.
|
|
203
202
|
|
204
203
|
|
205
204
|
|
206
|
-
<span class="summary_desc"><div class='inline'
|
207
|
-
First item: parsed data; second item: raw body
|
208
|
-
</p>
|
205
|
+
<span class="summary_desc"><div class='inline'>
|
206
|
+
<p>First item: parsed data; second item: raw body.</p>
|
209
207
|
</div></span>
|
210
208
|
|
211
209
|
</li>
|
@@ -214,7 +212,7 @@ First item: parsed data; second item: raw body.
|
|
214
212
|
<li class="public ">
|
215
213
|
<span class="summary_signature">
|
216
214
|
|
217
|
-
<a href="#
|
215
|
+
<a href="#available_system_groups-instance_method" title="#available_system_groups (instance method)">- (Array) <strong>available_system_groups</strong>(params = {}, headers = {}) </a>
|
218
216
|
|
219
217
|
|
220
218
|
|
@@ -228,9 +226,8 @@ First item: parsed data; second item: raw body.
|
|
228
226
|
|
229
227
|
|
230
228
|
|
231
|
-
<span class="summary_desc"><div class='inline'
|
232
|
-
First item: parsed data; second item: raw body
|
233
|
-
</p>
|
229
|
+
<span class="summary_desc"><div class='inline'>
|
230
|
+
<p>First item: parsed data; second item: raw body.</p>
|
234
231
|
</div></span>
|
235
232
|
|
236
233
|
</li>
|
@@ -239,7 +236,7 @@ First item: parsed data; second item: raw body.
|
|
239
236
|
<li class="public ">
|
240
237
|
<span class="summary_signature">
|
241
238
|
|
242
|
-
<a href="#
|
239
|
+
<a href="#create-instance_method" title="#create (instance method)">- (Array) <strong>create</strong>(params = {}, headers = {}) </a>
|
243
240
|
|
244
241
|
|
245
242
|
|
@@ -253,9 +250,8 @@ First item: parsed data; second item: raw body.
|
|
253
250
|
|
254
251
|
|
255
252
|
|
256
|
-
<span class="summary_desc"><div class='inline'
|
257
|
-
First item: parsed data; second item: raw body
|
258
|
-
</p>
|
253
|
+
<span class="summary_desc"><div class='inline'>
|
254
|
+
<p>First item: parsed data; second item: raw body.</p>
|
259
255
|
</div></span>
|
260
256
|
|
261
257
|
</li>
|
@@ -264,7 +260,7 @@ First item: parsed data; second item: raw body.
|
|
264
260
|
<li class="public ">
|
265
261
|
<span class="summary_signature">
|
266
262
|
|
267
|
-
<a href="#
|
263
|
+
<a href="#destroy-instance_method" title="#destroy (instance method)">- (Array) <strong>destroy</strong>(params = {}, headers = {}) </a>
|
268
264
|
|
269
265
|
|
270
266
|
|
@@ -278,9 +274,8 @@ First item: parsed data; second item: raw body.
|
|
278
274
|
|
279
275
|
|
280
276
|
|
281
|
-
<span class="summary_desc"><div class='inline'
|
282
|
-
First item: parsed data; second item: raw body
|
283
|
-
</p>
|
277
|
+
<span class="summary_desc"><div class='inline'>
|
278
|
+
<p>First item: parsed data; second item: raw body.</p>
|
284
279
|
</div></span>
|
285
280
|
|
286
281
|
</li>
|
@@ -289,7 +284,7 @@ First item: parsed data; second item: raw body.
|
|
289
284
|
<li class="public ">
|
290
285
|
<span class="summary_signature">
|
291
286
|
|
292
|
-
<a href="#
|
287
|
+
<a href="#enabled_repos-instance_method" title="#enabled_repos (instance method)">- (Array) <strong>enabled_repos</strong>(params = {}, headers = {}) </a>
|
293
288
|
|
294
289
|
|
295
290
|
|
@@ -303,9 +298,8 @@ First item: parsed data; second item: raw body.
|
|
303
298
|
|
304
299
|
|
305
300
|
|
306
|
-
<span class="summary_desc"><div class='inline'
|
307
|
-
First item: parsed data; second item: raw body
|
308
|
-
</p>
|
301
|
+
<span class="summary_desc"><div class='inline'>
|
302
|
+
<p>First item: parsed data; second item: raw body.</p>
|
309
303
|
</div></span>
|
310
304
|
|
311
305
|
</li>
|
@@ -314,7 +308,7 @@ First item: parsed data; second item: raw body.
|
|
314
308
|
<li class="public ">
|
315
309
|
<span class="summary_signature">
|
316
310
|
|
317
|
-
<a href="#
|
311
|
+
<a href="#errata-instance_method" title="#errata (instance method)">- (Array) <strong>errata</strong>(params = {}, headers = {}) </a>
|
318
312
|
|
319
313
|
|
320
314
|
|
@@ -328,9 +322,8 @@ First item: parsed data; second item: raw body.
|
|
328
322
|
|
329
323
|
|
330
324
|
|
331
|
-
<span class="summary_desc"><div class='inline'
|
332
|
-
First item: parsed data; second item: raw body
|
333
|
-
</p>
|
325
|
+
<span class="summary_desc"><div class='inline'>
|
326
|
+
<p>First item: parsed data; second item: raw body.</p>
|
334
327
|
</div></span>
|
335
328
|
|
336
329
|
</li>
|
@@ -353,9 +346,8 @@ First item: parsed data; second item: raw body.
|
|
353
346
|
|
354
347
|
|
355
348
|
|
356
|
-
<span class="summary_desc"><div class='inline'
|
357
|
-
First item: parsed data; second item: raw body
|
358
|
-
</p>
|
349
|
+
<span class="summary_desc"><div class='inline'>
|
350
|
+
<p>First item: parsed data; second item: raw body.</p>
|
359
351
|
</div></span>
|
360
352
|
|
361
353
|
</li>
|
@@ -378,9 +370,8 @@ First item: parsed data; second item: raw body.
|
|
378
370
|
|
379
371
|
|
380
372
|
|
381
|
-
<span class="summary_desc"><div class='inline'
|
382
|
-
First item: parsed data; second item: raw body
|
383
|
-
</p>
|
373
|
+
<span class="summary_desc"><div class='inline'>
|
374
|
+
<p>First item: parsed data; second item: raw body.</p>
|
384
375
|
</div></span>
|
385
376
|
|
386
377
|
</li>
|
@@ -403,9 +394,8 @@ First item: parsed data; second item: raw body.
|
|
403
394
|
|
404
395
|
|
405
396
|
|
406
|
-
<span class="summary_desc"><div class='inline'
|
407
|
-
First item: parsed data; second item: raw body
|
408
|
-
</p>
|
397
|
+
<span class="summary_desc"><div class='inline'>
|
398
|
+
<p>First item: parsed data; second item: raw body.</p>
|
409
399
|
</div></span>
|
410
400
|
|
411
401
|
</li>
|
@@ -414,7 +404,7 @@ First item: parsed data; second item: raw body.
|
|
414
404
|
<li class="public ">
|
415
405
|
<span class="summary_signature">
|
416
406
|
|
417
|
-
<a href="#
|
407
|
+
<a href="#refresh_subscriptions-instance_method" title="#refresh_subscriptions (instance method)">- (Array) <strong>refresh_subscriptions</strong>(params = {}, headers = {}) </a>
|
418
408
|
|
419
409
|
|
420
410
|
|
@@ -428,9 +418,8 @@ First item: parsed data; second item: raw body.
|
|
428
418
|
|
429
419
|
|
430
420
|
|
431
|
-
<span class="summary_desc"><div class='inline'
|
432
|
-
First item: parsed data; second item: raw body
|
433
|
-
</p>
|
421
|
+
<span class="summary_desc"><div class='inline'>
|
422
|
+
<p>First item: parsed data; second item: raw body.</p>
|
434
423
|
</div></span>
|
435
424
|
|
436
425
|
</li>
|
@@ -453,9 +442,8 @@ First item: parsed data; second item: raw body.
|
|
453
442
|
|
454
443
|
|
455
444
|
|
456
|
-
<span class="summary_desc"><div class='inline'
|
457
|
-
First item: parsed data; second item: raw body
|
458
|
-
</p>
|
445
|
+
<span class="summary_desc"><div class='inline'>
|
446
|
+
<p>First item: parsed data; second item: raw body.</p>
|
459
447
|
</div></span>
|
460
448
|
|
461
449
|
</li>
|
@@ -478,9 +466,8 @@ First item: parsed data; second item: raw body.
|
|
478
466
|
|
479
467
|
|
480
468
|
|
481
|
-
<span class="summary_desc"><div class='inline'
|
482
|
-
First item: parsed data; second item: raw body
|
483
|
-
</p>
|
469
|
+
<span class="summary_desc"><div class='inline'>
|
470
|
+
<p>First item: parsed data; second item: raw body.</p>
|
484
471
|
</div></span>
|
485
472
|
|
486
473
|
</li>
|
@@ -503,9 +490,8 @@ First item: parsed data; second item: raw body.
|
|
503
490
|
|
504
491
|
|
505
492
|
|
506
|
-
<span class="summary_desc"><div class='inline'
|
507
|
-
First item: parsed data; second item: raw body
|
508
|
-
</p>
|
493
|
+
<span class="summary_desc"><div class='inline'>
|
494
|
+
<p>First item: parsed data; second item: raw body.</p>
|
509
495
|
</div></span>
|
510
496
|
|
511
497
|
</li>
|
@@ -528,34 +514,8 @@ First item: parsed data; second item: raw body.
|
|
528
514
|
|
529
515
|
|
530
516
|
|
531
|
-
<span class="summary_desc"><div class='inline'
|
532
|
-
First item: parsed data; second item: raw body
|
533
|
-
</p>
|
534
|
-
</div></span>
|
535
|
-
|
536
|
-
</li>
|
537
|
-
|
538
|
-
|
539
|
-
<li class="public ">
|
540
|
-
<span class="summary_signature">
|
541
|
-
|
542
|
-
<a href="#task_show-instance_method" title="#task_show (instance method)">- (Array) <strong>task_show</strong>(params = {}, headers = {}) </a>
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
</span>
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
<span class="summary_desc"><div class='inline'><p>
|
557
|
-
First item: parsed data; second item: raw body.
|
558
|
-
</p>
|
517
|
+
<span class="summary_desc"><div class='inline'>
|
518
|
+
<p>First item: parsed data; second item: raw body.</p>
|
559
519
|
</div></span>
|
560
520
|
|
561
521
|
</li>
|
@@ -578,9 +538,8 @@ First item: parsed data; second item: raw body.
|
|
578
538
|
|
579
539
|
|
580
540
|
|
581
|
-
<span class="summary_desc"><div class='inline'
|
582
|
-
First item: parsed data; second item: raw body
|
583
|
-
</p>
|
541
|
+
<span class="summary_desc"><div class='inline'>
|
542
|
+
<p>First item: parsed data; second item: raw body.</p>
|
584
543
|
</div></span>
|
585
544
|
|
586
545
|
</li>
|
@@ -603,34 +562,8 @@ First item: parsed data; second item: raw body.
|
|
603
562
|
|
604
563
|
|
605
564
|
|
606
|
-
<span class="summary_desc"><div class='inline'
|
607
|
-
First item: parsed data; second item: raw body
|
608
|
-
</p>
|
609
|
-
</div></span>
|
610
|
-
|
611
|
-
</li>
|
612
|
-
|
613
|
-
|
614
|
-
<li class="public ">
|
615
|
-
<span class="summary_signature">
|
616
|
-
|
617
|
-
<a href="#upload_package_profile-instance_method" title="#upload_package_profile (instance method)">- (Array) <strong>upload_package_profile</strong>(params = {}, headers = {}) </a>
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
</span>
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
<span class="summary_desc"><div class='inline'><p>
|
632
|
-
First item: parsed data; second item: raw body.
|
633
|
-
</p>
|
565
|
+
<span class="summary_desc"><div class='inline'>
|
566
|
+
<p>First item: parsed data; second item: raw body.</p>
|
634
567
|
</div></span>
|
635
568
|
|
636
569
|
</li>
|
@@ -684,10 +617,9 @@ First item: parsed data; second item: raw body.
|
|
684
617
|
<td>
|
685
618
|
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 4</span>
|
686
619
|
|
687
|
-
<span class='
|
688
|
-
<span class='
|
689
|
-
<span class='
|
690
|
-
</pre>
|
620
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
|
621
|
+
<span class='ivar'>@doc</span> <span class='op'>||=</span> <span class='const'>KatelloApi</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>resources</span><span class='tstring_end'>'</span></span><span class='rbracket'>]</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>systems</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
622
|
+
<span class='kw'>end</span></pre>
|
691
623
|
</td>
|
692
624
|
</tr>
|
693
625
|
</table>
|
@@ -710,9 +642,8 @@ First item: parsed data; second item: raw body.
|
|
710
642
|
|
711
643
|
</h3><div class="docstring">
|
712
644
|
<div class="discussion">
|
713
|
-
|
714
|
-
First item: parsed data; second item: raw body
|
715
|
-
</p>
|
645
|
+
|
646
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
716
647
|
|
717
648
|
|
718
649
|
</div>
|
@@ -733,9 +664,8 @@ First item: parsed data; second item: raw body
|
|
733
664
|
|
734
665
|
|
735
666
|
—
|
736
|
-
<div class='inline'
|
737
|
-
a hash of params to be passed to the service
|
738
|
-
</p>
|
667
|
+
<div class='inline'>
|
668
|
+
<p>a hash of params to be passed to the service</p>
|
739
669
|
</div>
|
740
670
|
|
741
671
|
</li>
|
@@ -752,9 +682,8 @@ a hash of params to be passed to the service
|
|
752
682
|
|
753
683
|
|
754
684
|
—
|
755
|
-
<div class='inline'
|
756
|
-
additional http headers
|
757
|
-
</p>
|
685
|
+
<div class='inline'>
|
686
|
+
<p>additional http headers</p>
|
758
687
|
</div>
|
759
688
|
|
760
689
|
</li>
|
@@ -774,6 +703,10 @@ additional http headers
|
|
774
703
|
|
775
704
|
</span>
|
776
705
|
|
706
|
+
— <div class='inline'>
|
707
|
+
<p>specify the content view</p>
|
708
|
+
</div>
|
709
|
+
|
777
710
|
</li>
|
778
711
|
|
779
712
|
<li>
|
@@ -783,18 +716,47 @@ additional http headers
|
|
783
716
|
|
784
717
|
</span>
|
785
718
|
|
719
|
+
— <div class='inline'>
|
720
|
+
<p>specify the environment</p>
|
721
|
+
</div>
|
722
|
+
|
723
|
+
</li>
|
724
|
+
|
725
|
+
<li>
|
726
|
+
<span class="name">guest_ids</span>
|
727
|
+
<span class="type">(<tt>Array</tt>)</span>
|
728
|
+
<span class="default">
|
729
|
+
|
730
|
+
</span>
|
731
|
+
|
732
|
+
— <div class='inline'>
|
733
|
+
<p>ids of the guests running on this system</p>
|
734
|
+
</div>
|
735
|
+
|
786
736
|
</li>
|
787
737
|
|
788
738
|
<li>
|
789
739
|
<span class="name">organization_id</span>
|
790
|
-
<span class="type">(<tt>
|
740
|
+
<span class="type">(<tt>String</tt>)</span>
|
741
|
+
<span class="default">
|
742
|
+
|
743
|
+
</span>
|
744
|
+
|
745
|
+
— <div class='inline'>
|
746
|
+
<p>specify the organization</p>
|
747
|
+
</div>
|
748
|
+
|
749
|
+
</li>
|
750
|
+
|
751
|
+
<li>
|
752
|
+
<span class="name">system_group_id</span>
|
753
|
+
<span class="type">(<tt>String</tt>)</span>
|
791
754
|
<span class="default">
|
792
755
|
|
793
756
|
</span>
|
794
757
|
|
795
|
-
— <div class='inline'
|
796
|
-
|
797
|
-
</p>
|
758
|
+
— <div class='inline'>
|
759
|
+
<p>specify the system group</p>
|
798
760
|
</div>
|
799
761
|
|
800
762
|
</li>
|
@@ -806,32 +768,63 @@ Part of <tt>/api/organizations/:organization_id/systems</tt> path
|
|
806
768
|
|
807
769
|
</span>
|
808
770
|
|
771
|
+
— <div class='inline'>
|
772
|
+
<p>comma-separated list of activation-key ids</p>
|
773
|
+
</div>
|
774
|
+
|
775
|
+
</li>
|
776
|
+
|
777
|
+
<li>
|
778
|
+
<span class="name">description</span>
|
779
|
+
<span class="type">(<tt>String</tt>)</span>
|
780
|
+
<span class="default">
|
781
|
+
|
782
|
+
</span>
|
783
|
+
|
784
|
+
— <div class='inline'>
|
785
|
+
<p>description of the system</p>
|
786
|
+
</div>
|
787
|
+
|
809
788
|
</li>
|
810
789
|
|
811
790
|
<li>
|
812
791
|
<span class="name">facts</span>
|
813
|
-
<span class="type">(<tt>Hash</tt
|
792
|
+
<span class="type">(<tt>Hash</tt>)</span>
|
814
793
|
<span class="default">
|
815
794
|
|
816
795
|
</span>
|
817
796
|
|
818
|
-
— <div class='inline'
|
819
|
-
key-value hash of system-specific facts
|
820
|
-
|
797
|
+
— <div class='inline'>
|
798
|
+
<p>key-value hash of system-specific facts allowed keys are:</p>
|
799
|
+
<ul><li>
|
800
|
+
<p>fact [String, nil] any number of facts about this system</p>
|
801
|
+
</li></ul>
|
821
802
|
</div>
|
822
803
|
|
823
804
|
</li>
|
824
805
|
|
825
806
|
<li>
|
826
|
-
<span class="name">
|
827
|
-
<span class="type">(<tt>
|
807
|
+
<span class="name">installed_products</span>
|
808
|
+
<span class="type">(<tt>Array</tt>, <tt>nil</tt>)</span>
|
809
|
+
<span class="default">
|
810
|
+
|
811
|
+
</span>
|
812
|
+
|
813
|
+
— <div class='inline'>
|
814
|
+
<p>list of products installed on the system</p>
|
815
|
+
</div>
|
816
|
+
|
817
|
+
</li>
|
818
|
+
|
819
|
+
<li>
|
820
|
+
<span class="name">last_checkin</span>
|
821
|
+
<span class="type">(<tt>String</tt>)</span>
|
828
822
|
<span class="default">
|
829
823
|
|
830
824
|
</span>
|
831
825
|
|
832
|
-
— <div class='inline'
|
833
|
-
|
834
|
-
</p>
|
826
|
+
— <div class='inline'>
|
827
|
+
<p>last check-in time of this system</p>
|
835
828
|
</div>
|
836
829
|
|
837
830
|
</li>
|
@@ -843,9 +836,8 @@ list of products installed on the system
|
|
843
836
|
|
844
837
|
</span>
|
845
838
|
|
846
|
-
— <div class='inline'
|
847
|
-
physical of the system
|
848
|
-
</p>
|
839
|
+
— <div class='inline'>
|
840
|
+
<p>physical location of the system</p>
|
849
841
|
</div>
|
850
842
|
|
851
843
|
</li>
|
@@ -857,23 +849,34 @@ physical of the system
|
|
857
849
|
|
858
850
|
</span>
|
859
851
|
|
860
|
-
— <div class='inline'
|
861
|
-
name of the system
|
862
|
-
</
|
852
|
+
— <div class='inline'>
|
853
|
+
<p>name of the system</p>
|
854
|
+
</div>
|
855
|
+
|
856
|
+
</li>
|
857
|
+
|
858
|
+
<li>
|
859
|
+
<span class="name">release_ver</span>
|
860
|
+
<span class="type">(<tt>String</tt>)</span>
|
861
|
+
<span class="default">
|
862
|
+
|
863
|
+
</span>
|
864
|
+
|
865
|
+
— <div class='inline'>
|
866
|
+
<p>release version of the system</p>
|
863
867
|
</div>
|
864
868
|
|
865
869
|
</li>
|
866
870
|
|
867
871
|
<li>
|
868
|
-
<span class="name">
|
872
|
+
<span class="name">service_level</span>
|
869
873
|
<span class="type">(<tt>String</tt>, <tt>nil</tt>)</span>
|
870
874
|
<span class="default">
|
871
875
|
|
872
876
|
</span>
|
873
877
|
|
874
|
-
— <div class='inline'
|
875
|
-
a service level for auto-healing process, e.g. self-support
|
876
|
-
</p>
|
878
|
+
— <div class='inline'>
|
879
|
+
<p>a service level for auto-healing process, e.g. self-support</p>
|
877
880
|
</div>
|
878
881
|
|
879
882
|
</li>
|
@@ -885,9 +888,8 @@ a service level for auto-healing process, e.g. self-support
|
|
885
888
|
|
886
889
|
</span>
|
887
890
|
|
888
|
-
— <div class='inline'
|
889
|
-
type of the system, it should always be ‘system
|
890
|
-
</p>
|
891
|
+
— <div class='inline'>
|
892
|
+
<p>type of the system, it should always be ‘system’</p>
|
891
893
|
</div>
|
892
894
|
|
893
895
|
</li>
|
@@ -908,9 +910,8 @@ type of the system, it should always be ‘system’
|
|
908
910
|
|
909
911
|
|
910
912
|
—
|
911
|
-
<div class='inline'
|
912
|
-
First item: parsed data; second item: raw body
|
913
|
-
</p>
|
913
|
+
<div class='inline'>
|
914
|
+
<p>First item: parsed data; second item: raw body</p>
|
914
915
|
</div>
|
915
916
|
|
916
917
|
</li>
|
@@ -923,17 +924,16 @@ First item: parsed data; second item: raw body
|
|
923
924
|
<pre class="lines">
|
924
925
|
|
925
926
|
|
926
|
-
|
927
|
-
|
928
|
-
|
927
|
+
221
|
928
|
+
222
|
929
|
+
223</pre>
|
929
930
|
</td>
|
930
931
|
<td>
|
931
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
932
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 221</span>
|
932
933
|
|
933
|
-
<span class='
|
934
|
-
<span class='
|
935
|
-
<span class='
|
936
|
-
</pre>
|
934
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_activate'>activate</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
935
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
936
|
+
<span class='kw'>end</span></pre>
|
937
937
|
</td>
|
938
938
|
</tr>
|
939
939
|
</table>
|
@@ -950,9 +950,8 @@ First item: parsed data; second item: raw body
|
|
950
950
|
|
951
951
|
</h3><div class="docstring">
|
952
952
|
<div class="discussion">
|
953
|
-
|
954
|
-
First item: parsed data; second item: raw body
|
955
|
-
</p>
|
953
|
+
|
954
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
956
955
|
|
957
956
|
|
958
957
|
</div>
|
@@ -973,9 +972,8 @@ First item: parsed data; second item: raw body
|
|
973
972
|
|
974
973
|
|
975
974
|
—
|
976
|
-
<div class='inline'
|
977
|
-
a hash of params to be passed to the service
|
978
|
-
</p>
|
975
|
+
<div class='inline'>
|
976
|
+
<p>a hash of params to be passed to the service</p>
|
979
977
|
</div>
|
980
978
|
|
981
979
|
</li>
|
@@ -992,9 +990,8 @@ a hash of params to be passed to the service
|
|
992
990
|
|
993
991
|
|
994
992
|
—
|
995
|
-
<div class='inline'
|
996
|
-
additional http headers
|
997
|
-
</p>
|
993
|
+
<div class='inline'>
|
994
|
+
<p>additional http headers</p>
|
998
995
|
</div>
|
999
996
|
|
1000
997
|
</li>
|
@@ -1009,33 +1006,26 @@ additional http headers
|
|
1009
1006
|
|
1010
1007
|
<li>
|
1011
1008
|
<span class="name">id</span>
|
1012
|
-
<span class="type">(<tt>
|
1009
|
+
<span class="type">(<tt>String</tt>)</span>
|
1013
1010
|
<span class="default">
|
1014
1011
|
|
1015
1012
|
</span>
|
1016
1013
|
|
1017
|
-
— <div class='inline'
|
1018
|
-
|
1019
|
-
</p>
|
1014
|
+
— <div class='inline'>
|
1015
|
+
<p>uuid of the system</p>
|
1020
1016
|
</div>
|
1021
1017
|
|
1022
1018
|
</li>
|
1023
1019
|
|
1024
1020
|
<li>
|
1025
|
-
<span class="name">
|
1026
|
-
<span class="type">(<tt>
|
1021
|
+
<span class="name">system_group_ids</span>
|
1022
|
+
<span class="type">(<tt>Array</tt>)</span>
|
1027
1023
|
<span class="default">
|
1028
1024
|
|
1029
1025
|
</span>
|
1030
1026
|
|
1031
|
-
— <div class='inline'
|
1032
|
-
|
1033
|
-
</p>
|
1034
|
-
<ul>
|
1035
|
-
<li>system_group_ids [String] list of group ids to add the system to
|
1036
|
-
|
1037
|
-
</li>
|
1038
|
-
</ul>
|
1027
|
+
— <div class='inline'>
|
1028
|
+
<p>list of group ids the system belongs to</p>
|
1039
1029
|
</div>
|
1040
1030
|
|
1041
1031
|
</li>
|
@@ -1056,9 +1046,8 @@ allowed keys are:
|
|
1056
1046
|
|
1057
1047
|
|
1058
1048
|
—
|
1059
|
-
<div class='inline'
|
1060
|
-
First item: parsed data; second item: raw body
|
1061
|
-
</p>
|
1049
|
+
<div class='inline'>
|
1050
|
+
<p>First item: parsed data; second item: raw body</p>
|
1062
1051
|
</div>
|
1063
1052
|
|
1064
1053
|
</li>
|
@@ -1071,26 +1060,25 @@ First item: parsed data; second item: raw body
|
|
1071
1060
|
<pre class="lines">
|
1072
1061
|
|
1073
1062
|
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1063
|
+
119
|
1064
|
+
120
|
1065
|
+
121</pre>
|
1077
1066
|
</td>
|
1078
1067
|
<td>
|
1079
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
1068
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 119</span>
|
1080
1069
|
|
1081
|
-
<span class='
|
1082
|
-
<span class='
|
1083
|
-
<span class='
|
1084
|
-
</pre>
|
1070
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_add_system_groups'>add_system_groups</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
1071
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
1072
|
+
<span class='kw'>end</span></pre>
|
1085
1073
|
</td>
|
1086
1074
|
</tr>
|
1087
1075
|
</table>
|
1088
1076
|
</div>
|
1089
1077
|
|
1090
1078
|
<div class="method_details ">
|
1091
|
-
<h3 class="signature " id="
|
1079
|
+
<h3 class="signature " id="available_system_groups-instance_method">
|
1092
1080
|
|
1093
|
-
- (<tt>Array</tt>) <strong>
|
1081
|
+
- (<tt>Array</tt>) <strong>available_system_groups</strong>(params = {}, headers = {})
|
1094
1082
|
|
1095
1083
|
|
1096
1084
|
|
@@ -1098,9 +1086,8 @@ First item: parsed data; second item: raw body
|
|
1098
1086
|
|
1099
1087
|
</h3><div class="docstring">
|
1100
1088
|
<div class="discussion">
|
1101
|
-
|
1102
|
-
First item: parsed data; second item: raw body
|
1103
|
-
</p>
|
1089
|
+
|
1090
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1104
1091
|
|
1105
1092
|
|
1106
1093
|
</div>
|
@@ -1121,9 +1108,8 @@ First item: parsed data; second item: raw body
|
|
1121
1108
|
|
1122
1109
|
|
1123
1110
|
—
|
1124
|
-
<div class='inline'
|
1125
|
-
a hash of params to be passed to the service
|
1126
|
-
</p>
|
1111
|
+
<div class='inline'>
|
1112
|
+
<p>a hash of params to be passed to the service</p>
|
1127
1113
|
</div>
|
1128
1114
|
|
1129
1115
|
</li>
|
@@ -1140,9 +1126,8 @@ a hash of params to be passed to the service
|
|
1140
1126
|
|
1141
1127
|
|
1142
1128
|
—
|
1143
|
-
<div class='inline'
|
1144
|
-
additional http headers
|
1145
|
-
</p>
|
1129
|
+
<div class='inline'>
|
1130
|
+
<p>additional http headers</p>
|
1146
1131
|
</div>
|
1147
1132
|
|
1148
1133
|
</li>
|
@@ -1156,103 +1141,97 @@ additional http headers
|
|
1156
1141
|
<ul class="option">
|
1157
1142
|
|
1158
1143
|
<li>
|
1159
|
-
<span class="name">
|
1160
|
-
<span class="type">(<tt>
|
1144
|
+
<span class="name">id</span>
|
1145
|
+
<span class="type">(<tt>Object</tt>)</span>
|
1161
1146
|
<span class="default">
|
1162
1147
|
|
1163
1148
|
</span>
|
1164
1149
|
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
<span class="name">environment_id</span>
|
1169
|
-
<span class="type">(<tt>String</tt>)</span>
|
1170
|
-
<span class="default">
|
1171
|
-
|
1172
|
-
</span>
|
1150
|
+
— <div class='inline'>
|
1151
|
+
<p>Part of <tt>/api/systems/:id/available_system_groups</tt> path</p>
|
1152
|
+
</div>
|
1173
1153
|
|
1174
1154
|
</li>
|
1175
1155
|
|
1176
1156
|
<li>
|
1177
|
-
<span class="name">
|
1178
|
-
<span class="type">(<tt>
|
1157
|
+
<span class="name">name</span>
|
1158
|
+
<span class="type">(<tt>String</tt>)</span>
|
1179
1159
|
<span class="default">
|
1180
1160
|
|
1181
1161
|
</span>
|
1182
1162
|
|
1183
|
-
— <div class='inline'
|
1184
|
-
|
1185
|
-
</p>
|
1163
|
+
— <div class='inline'>
|
1164
|
+
<p>system group name to filter by</p>
|
1186
1165
|
</div>
|
1187
1166
|
|
1188
1167
|
</li>
|
1189
1168
|
|
1190
1169
|
<li>
|
1191
|
-
<span class="name">
|
1192
|
-
<span class="type">(<tt>String</tt
|
1170
|
+
<span class="name">order</span>
|
1171
|
+
<span class="type">(<tt>String</tt>)</span>
|
1193
1172
|
<span class="default">
|
1194
1173
|
|
1195
1174
|
</span>
|
1196
1175
|
|
1197
|
-
— <div class='inline'
|
1198
|
-
|
1199
|
-
</p>
|
1176
|
+
— <div class='inline'>
|
1177
|
+
<p>sort field and order, eg. ‘name desc’</p>
|
1200
1178
|
</div>
|
1201
1179
|
|
1202
1180
|
</li>
|
1203
1181
|
|
1204
1182
|
<li>
|
1205
|
-
<span class="name">
|
1183
|
+
<span class="name">page</span>
|
1206
1184
|
<span class="type">(<tt>String</tt>)</span>
|
1207
1185
|
<span class="default">
|
1208
1186
|
|
1209
1187
|
</span>
|
1210
1188
|
|
1211
|
-
— <div class='inline'
|
1212
|
-
|
1213
|
-
</p>
|
1189
|
+
— <div class='inline'>
|
1190
|
+
<p>page number, starting at 1</p>
|
1214
1191
|
</div>
|
1215
1192
|
|
1216
1193
|
</li>
|
1217
1194
|
|
1218
1195
|
<li>
|
1219
|
-
<span class="name">
|
1196
|
+
<span class="name">per_page</span>
|
1220
1197
|
<span class="type">(<tt>String</tt>)</span>
|
1221
1198
|
<span class="default">
|
1222
1199
|
|
1223
1200
|
</span>
|
1224
1201
|
|
1225
|
-
— <div class='inline'
|
1226
|
-
|
1227
|
-
</p>
|
1202
|
+
— <div class='inline'>
|
1203
|
+
<p>number of results per page to return</p>
|
1228
1204
|
</div>
|
1229
1205
|
|
1230
1206
|
</li>
|
1231
1207
|
|
1232
1208
|
<li>
|
1233
|
-
<span class="name">
|
1234
|
-
<span class="type">(<tt>String</tt
|
1209
|
+
<span class="name">search</span>
|
1210
|
+
<span class="type">(<tt>String</tt>)</span>
|
1235
1211
|
<span class="default">
|
1236
1212
|
|
1237
1213
|
</span>
|
1238
1214
|
|
1239
|
-
— <div class='inline'
|
1240
|
-
|
1241
|
-
</p>
|
1215
|
+
— <div class='inline'>
|
1216
|
+
<p>search string</p>
|
1242
1217
|
</div>
|
1243
1218
|
|
1244
1219
|
</li>
|
1245
1220
|
|
1246
1221
|
<li>
|
1247
|
-
<span class="name">
|
1248
|
-
<span class="type">(<tt>
|
1222
|
+
<span class="name">sort</span>
|
1223
|
+
<span class="type">(<tt>Hash</tt>)</span>
|
1249
1224
|
<span class="default">
|
1250
1225
|
|
1251
1226
|
</span>
|
1252
1227
|
|
1253
|
-
— <div class='inline'
|
1254
|
-
|
1255
|
-
|
1228
|
+
— <div class='inline'>
|
1229
|
+
<p>hash version of ‘order’ param allowed keys are:</p>
|
1230
|
+
<ul><li>
|
1231
|
+
<p>by [String] field to sort the results on</p>
|
1232
|
+
</li><li>
|
1233
|
+
<p>order [String] how to order the sorted results (e.g. asc for ascending)</p>
|
1234
|
+
</li></ul>
|
1256
1235
|
</div>
|
1257
1236
|
|
1258
1237
|
</li>
|
@@ -1273,9 +1252,8 @@ type of the system, it should always be ‘system’
|
|
1273
1252
|
|
1274
1253
|
|
1275
1254
|
—
|
1276
|
-
<div class='inline'
|
1277
|
-
First item: parsed data; second item: raw body
|
1278
|
-
</p>
|
1255
|
+
<div class='inline'>
|
1256
|
+
<p>First item: parsed data; second item: raw body</p>
|
1279
1257
|
</div>
|
1280
1258
|
|
1281
1259
|
</li>
|
@@ -1288,26 +1266,25 @@ First item: parsed data; second item: raw body
|
|
1288
1266
|
<pre class="lines">
|
1289
1267
|
|
1290
1268
|
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1269
|
+
100
|
1270
|
+
101
|
1271
|
+
102</pre>
|
1294
1272
|
</td>
|
1295
1273
|
<td>
|
1296
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
1274
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 100</span>
|
1297
1275
|
|
1298
|
-
<span class='
|
1299
|
-
<span class='
|
1300
|
-
<span class='
|
1301
|
-
</pre>
|
1276
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_available_system_groups'>available_system_groups</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
1277
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
1278
|
+
<span class='kw'>end</span></pre>
|
1302
1279
|
</td>
|
1303
1280
|
</tr>
|
1304
1281
|
</table>
|
1305
1282
|
</div>
|
1306
1283
|
|
1307
1284
|
<div class="method_details ">
|
1308
|
-
<h3 class="signature " id="
|
1285
|
+
<h3 class="signature " id="create-instance_method">
|
1309
1286
|
|
1310
|
-
- (<tt>Array</tt>) <strong>
|
1287
|
+
- (<tt>Array</tt>) <strong>create</strong>(params = {}, headers = {})
|
1311
1288
|
|
1312
1289
|
|
1313
1290
|
|
@@ -1315,9 +1292,8 @@ First item: parsed data; second item: raw body
|
|
1315
1292
|
|
1316
1293
|
</h3><div class="docstring">
|
1317
1294
|
<div class="discussion">
|
1318
|
-
|
1319
|
-
First item: parsed data; second item: raw body
|
1320
|
-
</p>
|
1295
|
+
|
1296
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1321
1297
|
|
1322
1298
|
|
1323
1299
|
</div>
|
@@ -1338,9 +1314,8 @@ First item: parsed data; second item: raw body
|
|
1338
1314
|
|
1339
1315
|
|
1340
1316
|
—
|
1341
|
-
<div class='inline'
|
1342
|
-
a hash of params to be passed to the service
|
1343
|
-
</p>
|
1317
|
+
<div class='inline'>
|
1318
|
+
<p>a hash of params to be passed to the service</p>
|
1344
1319
|
</div>
|
1345
1320
|
|
1346
1321
|
</li>
|
@@ -1357,9 +1332,8 @@ a hash of params to be passed to the service
|
|
1357
1332
|
|
1358
1333
|
|
1359
1334
|
—
|
1360
|
-
<div class='inline'
|
1361
|
-
additional http headers
|
1362
|
-
</p>
|
1335
|
+
<div class='inline'>
|
1336
|
+
<p>additional http headers</p>
|
1363
1337
|
</div>
|
1364
1338
|
|
1365
1339
|
</li>
|
@@ -1373,15 +1347,186 @@ additional http headers
|
|
1373
1347
|
<ul class="option">
|
1374
1348
|
|
1375
1349
|
<li>
|
1376
|
-
<span class="name">
|
1350
|
+
<span class="name">content_view_id</span>
|
1351
|
+
<span class="type">(<tt>String</tt>)</span>
|
1352
|
+
<span class="default">
|
1353
|
+
|
1354
|
+
</span>
|
1355
|
+
|
1356
|
+
— <div class='inline'>
|
1357
|
+
<p>specify the content view</p>
|
1358
|
+
</div>
|
1359
|
+
|
1360
|
+
</li>
|
1361
|
+
|
1362
|
+
<li>
|
1363
|
+
<span class="name">environment_id</span>
|
1364
|
+
<span class="type">(<tt>String</tt>)</span>
|
1365
|
+
<span class="default">
|
1366
|
+
|
1367
|
+
</span>
|
1368
|
+
|
1369
|
+
— <div class='inline'>
|
1370
|
+
<p>specify the environment</p>
|
1371
|
+
</div>
|
1372
|
+
|
1373
|
+
</li>
|
1374
|
+
|
1375
|
+
<li>
|
1376
|
+
<span class="name">guest_ids</span>
|
1377
|
+
<span class="type">(<tt>Array</tt>)</span>
|
1378
|
+
<span class="default">
|
1379
|
+
|
1380
|
+
</span>
|
1381
|
+
|
1382
|
+
— <div class='inline'>
|
1383
|
+
<p>ids of the guests running on this system</p>
|
1384
|
+
</div>
|
1385
|
+
|
1386
|
+
</li>
|
1387
|
+
|
1388
|
+
<li>
|
1389
|
+
<span class="name">organization_id</span>
|
1390
|
+
<span class="type">(<tt>String</tt>)</span>
|
1391
|
+
<span class="default">
|
1392
|
+
|
1393
|
+
</span>
|
1394
|
+
|
1395
|
+
— <div class='inline'>
|
1396
|
+
<p>specify the organization</p>
|
1397
|
+
</div>
|
1398
|
+
|
1399
|
+
</li>
|
1400
|
+
|
1401
|
+
<li>
|
1402
|
+
<span class="name">system_group_id</span>
|
1403
|
+
<span class="type">(<tt>String</tt>)</span>
|
1404
|
+
<span class="default">
|
1405
|
+
|
1406
|
+
</span>
|
1407
|
+
|
1408
|
+
— <div class='inline'>
|
1409
|
+
<p>specify the system group</p>
|
1410
|
+
</div>
|
1411
|
+
|
1412
|
+
</li>
|
1413
|
+
|
1414
|
+
<li>
|
1415
|
+
<span class="name">description</span>
|
1416
|
+
<span class="type">(<tt>String</tt>)</span>
|
1417
|
+
<span class="default">
|
1418
|
+
|
1419
|
+
</span>
|
1420
|
+
|
1421
|
+
— <div class='inline'>
|
1422
|
+
<p>description of the system</p>
|
1423
|
+
</div>
|
1424
|
+
|
1425
|
+
</li>
|
1426
|
+
|
1427
|
+
<li>
|
1428
|
+
<span class="name">facts</span>
|
1429
|
+
<span class="type">(<tt>Hash</tt>)</span>
|
1430
|
+
<span class="default">
|
1431
|
+
|
1432
|
+
</span>
|
1433
|
+
|
1434
|
+
— <div class='inline'>
|
1435
|
+
<p>key-value hash of system-specific facts allowed keys are:</p>
|
1436
|
+
<ul><li>
|
1437
|
+
<p>fact [String, nil] any number of facts about this system</p>
|
1438
|
+
</li></ul>
|
1439
|
+
</div>
|
1440
|
+
|
1441
|
+
</li>
|
1442
|
+
|
1443
|
+
<li>
|
1444
|
+
<span class="name">installed_products</span>
|
1445
|
+
<span class="type">(<tt>Array</tt>, <tt>nil</tt>)</span>
|
1446
|
+
<span class="default">
|
1447
|
+
|
1448
|
+
</span>
|
1449
|
+
|
1450
|
+
— <div class='inline'>
|
1451
|
+
<p>list of products installed on the system</p>
|
1452
|
+
</div>
|
1453
|
+
|
1454
|
+
</li>
|
1455
|
+
|
1456
|
+
<li>
|
1457
|
+
<span class="name">last_checkin</span>
|
1377
1458
|
<span class="type">(<tt>String</tt>)</span>
|
1378
1459
|
<span class="default">
|
1379
1460
|
|
1380
1461
|
</span>
|
1381
1462
|
|
1382
|
-
— <div class='inline'
|
1383
|
-
|
1384
|
-
</
|
1463
|
+
— <div class='inline'>
|
1464
|
+
<p>last check-in time of this system</p>
|
1465
|
+
</div>
|
1466
|
+
|
1467
|
+
</li>
|
1468
|
+
|
1469
|
+
<li>
|
1470
|
+
<span class="name">location</span>
|
1471
|
+
<span class="type">(<tt>String</tt>)</span>
|
1472
|
+
<span class="default">
|
1473
|
+
|
1474
|
+
</span>
|
1475
|
+
|
1476
|
+
— <div class='inline'>
|
1477
|
+
<p>physical location of the system</p>
|
1478
|
+
</div>
|
1479
|
+
|
1480
|
+
</li>
|
1481
|
+
|
1482
|
+
<li>
|
1483
|
+
<span class="name">name</span>
|
1484
|
+
<span class="type">(<tt>String</tt>)</span>
|
1485
|
+
<span class="default">
|
1486
|
+
|
1487
|
+
</span>
|
1488
|
+
|
1489
|
+
— <div class='inline'>
|
1490
|
+
<p>name of the system</p>
|
1491
|
+
</div>
|
1492
|
+
|
1493
|
+
</li>
|
1494
|
+
|
1495
|
+
<li>
|
1496
|
+
<span class="name">release_ver</span>
|
1497
|
+
<span class="type">(<tt>String</tt>)</span>
|
1498
|
+
<span class="default">
|
1499
|
+
|
1500
|
+
</span>
|
1501
|
+
|
1502
|
+
— <div class='inline'>
|
1503
|
+
<p>release version of the system</p>
|
1504
|
+
</div>
|
1505
|
+
|
1506
|
+
</li>
|
1507
|
+
|
1508
|
+
<li>
|
1509
|
+
<span class="name">service_level</span>
|
1510
|
+
<span class="type">(<tt>String</tt>, <tt>nil</tt>)</span>
|
1511
|
+
<span class="default">
|
1512
|
+
|
1513
|
+
</span>
|
1514
|
+
|
1515
|
+
— <div class='inline'>
|
1516
|
+
<p>a service level for auto-healing process, e.g. self-support</p>
|
1517
|
+
</div>
|
1518
|
+
|
1519
|
+
</li>
|
1520
|
+
|
1521
|
+
<li>
|
1522
|
+
<span class="name">type</span>
|
1523
|
+
<span class="type">(<tt>String</tt>)</span>
|
1524
|
+
<span class="default">
|
1525
|
+
|
1526
|
+
</span>
|
1527
|
+
|
1528
|
+
— <div class='inline'>
|
1529
|
+
<p>type of the system, it should always be ‘system’</p>
|
1385
1530
|
</div>
|
1386
1531
|
|
1387
1532
|
</li>
|
@@ -1402,9 +1547,8 @@ uuid of the system
|
|
1402
1547
|
|
1403
1548
|
|
1404
1549
|
—
|
1405
|
-
<div class='inline'
|
1406
|
-
First item: parsed data; second item: raw body
|
1407
|
-
</p>
|
1550
|
+
<div class='inline'>
|
1551
|
+
<p>First item: parsed data; second item: raw body</p>
|
1408
1552
|
</div>
|
1409
1553
|
|
1410
1554
|
</li>
|
@@ -1417,26 +1561,25 @@ First item: parsed data; second item: raw body
|
|
1417
1561
|
<pre class="lines">
|
1418
1562
|
|
1419
1563
|
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1564
|
+
50
|
1565
|
+
51
|
1566
|
+
52</pre>
|
1423
1567
|
</td>
|
1424
1568
|
<td>
|
1425
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
1569
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 50</span>
|
1426
1570
|
|
1427
|
-
<span class='
|
1428
|
-
<span class='
|
1429
|
-
<span class='
|
1430
|
-
</pre>
|
1571
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_create'>create</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
1572
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
1573
|
+
<span class='kw'>end</span></pre>
|
1431
1574
|
</td>
|
1432
1575
|
</tr>
|
1433
1576
|
</table>
|
1434
1577
|
</div>
|
1435
1578
|
|
1436
1579
|
<div class="method_details ">
|
1437
|
-
<h3 class="signature " id="
|
1580
|
+
<h3 class="signature " id="destroy-instance_method">
|
1438
1581
|
|
1439
|
-
- (<tt>Array</tt>) <strong>
|
1582
|
+
- (<tt>Array</tt>) <strong>destroy</strong>(params = {}, headers = {})
|
1440
1583
|
|
1441
1584
|
|
1442
1585
|
|
@@ -1444,9 +1587,8 @@ First item: parsed data; second item: raw body
|
|
1444
1587
|
|
1445
1588
|
</h3><div class="docstring">
|
1446
1589
|
<div class="discussion">
|
1447
|
-
|
1448
|
-
First item: parsed data; second item: raw body
|
1449
|
-
</p>
|
1590
|
+
|
1591
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1450
1592
|
|
1451
1593
|
|
1452
1594
|
</div>
|
@@ -1467,9 +1609,8 @@ First item: parsed data; second item: raw body
|
|
1467
1609
|
|
1468
1610
|
|
1469
1611
|
—
|
1470
|
-
<div class='inline'
|
1471
|
-
a hash of params to be passed to the service
|
1472
|
-
</p>
|
1612
|
+
<div class='inline'>
|
1613
|
+
<p>a hash of params to be passed to the service</p>
|
1473
1614
|
</div>
|
1474
1615
|
|
1475
1616
|
</li>
|
@@ -1486,9 +1627,8 @@ a hash of params to be passed to the service
|
|
1486
1627
|
|
1487
1628
|
|
1488
1629
|
—
|
1489
|
-
<div class='inline'
|
1490
|
-
additional http headers
|
1491
|
-
</p>
|
1630
|
+
<div class='inline'>
|
1631
|
+
<p>additional http headers</p>
|
1492
1632
|
</div>
|
1493
1633
|
|
1494
1634
|
</li>
|
@@ -1503,14 +1643,13 @@ additional http headers
|
|
1503
1643
|
|
1504
1644
|
<li>
|
1505
1645
|
<span class="name">id</span>
|
1506
|
-
<span class="type">(<tt>
|
1646
|
+
<span class="type">(<tt>String</tt>)</span>
|
1507
1647
|
<span class="default">
|
1508
1648
|
|
1509
1649
|
</span>
|
1510
1650
|
|
1511
|
-
— <div class='inline'
|
1512
|
-
|
1513
|
-
</p>
|
1651
|
+
— <div class='inline'>
|
1652
|
+
<p>uuid of the system</p>
|
1514
1653
|
</div>
|
1515
1654
|
|
1516
1655
|
</li>
|
@@ -1531,9 +1670,8 @@ Part of <tt>/api/systems/:id/enabled_repos</tt> path
|
|
1531
1670
|
|
1532
1671
|
|
1533
1672
|
—
|
1534
|
-
<div class='inline'
|
1535
|
-
First item: parsed data; second item: raw body
|
1536
|
-
</p>
|
1673
|
+
<div class='inline'>
|
1674
|
+
<p>First item: parsed data; second item: raw body</p>
|
1537
1675
|
</div>
|
1538
1676
|
|
1539
1677
|
</li>
|
@@ -1546,26 +1684,25 @@ First item: parsed data; second item: raw body
|
|
1546
1684
|
<pre class="lines">
|
1547
1685
|
|
1548
1686
|
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1687
|
+
109
|
1688
|
+
110
|
1689
|
+
111</pre>
|
1552
1690
|
</td>
|
1553
1691
|
<td>
|
1554
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
1692
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 109</span>
|
1555
1693
|
|
1556
|
-
<span class='
|
1557
|
-
<span class='
|
1558
|
-
<span class='
|
1559
|
-
</pre>
|
1694
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_destroy'>destroy</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
1695
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
1696
|
+
<span class='kw'>end</span></pre>
|
1560
1697
|
</td>
|
1561
1698
|
</tr>
|
1562
1699
|
</table>
|
1563
1700
|
</div>
|
1564
1701
|
|
1565
1702
|
<div class="method_details ">
|
1566
|
-
<h3 class="signature " id="
|
1703
|
+
<h3 class="signature " id="enabled_repos-instance_method">
|
1567
1704
|
|
1568
|
-
- (<tt>Array</tt>) <strong>
|
1705
|
+
- (<tt>Array</tt>) <strong>enabled_repos</strong>(params = {}, headers = {})
|
1569
1706
|
|
1570
1707
|
|
1571
1708
|
|
@@ -1573,9 +1710,8 @@ First item: parsed data; second item: raw body
|
|
1573
1710
|
|
1574
1711
|
</h3><div class="docstring">
|
1575
1712
|
<div class="discussion">
|
1576
|
-
|
1577
|
-
First item: parsed data; second item: raw body
|
1578
|
-
</p>
|
1713
|
+
|
1714
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1579
1715
|
|
1580
1716
|
|
1581
1717
|
</div>
|
@@ -1596,9 +1732,8 @@ First item: parsed data; second item: raw body
|
|
1596
1732
|
|
1597
1733
|
|
1598
1734
|
—
|
1599
|
-
<div class='inline'
|
1600
|
-
a hash of params to be passed to the service
|
1601
|
-
</p>
|
1735
|
+
<div class='inline'>
|
1736
|
+
<p>a hash of params to be passed to the service</p>
|
1602
1737
|
</div>
|
1603
1738
|
|
1604
1739
|
</li>
|
@@ -1615,9 +1750,8 @@ a hash of params to be passed to the service
|
|
1615
1750
|
|
1616
1751
|
|
1617
1752
|
—
|
1618
|
-
<div class='inline'
|
1619
|
-
additional http headers
|
1620
|
-
</p>
|
1753
|
+
<div class='inline'>
|
1754
|
+
<p>additional http headers</p>
|
1621
1755
|
</div>
|
1622
1756
|
|
1623
1757
|
</li>
|
@@ -1637,9 +1771,24 @@ additional http headers
|
|
1637
1771
|
|
1638
1772
|
</span>
|
1639
1773
|
|
1640
|
-
— <div class='inline'
|
1641
|
-
uuid of the system
|
1642
|
-
</
|
1774
|
+
— <div class='inline'>
|
1775
|
+
<p>uuid of the system</p>
|
1776
|
+
</div>
|
1777
|
+
|
1778
|
+
</li>
|
1779
|
+
|
1780
|
+
<li>
|
1781
|
+
<span class="name">enabled_repos</span>
|
1782
|
+
<span class="type">(<tt>Hash</tt>)</span>
|
1783
|
+
<span class="default">
|
1784
|
+
|
1785
|
+
</span>
|
1786
|
+
|
1787
|
+
— <div class='inline'>
|
1788
|
+
<p>allowed keys are:</p>
|
1789
|
+
<ul><li>
|
1790
|
+
<p>repos [Array]</p>
|
1791
|
+
</li></ul>
|
1643
1792
|
</div>
|
1644
1793
|
|
1645
1794
|
</li>
|
@@ -1660,9 +1809,8 @@ uuid of the system
|
|
1660
1809
|
|
1661
1810
|
|
1662
1811
|
—
|
1663
|
-
<div class='inline'
|
1664
|
-
First item: parsed data; second item: raw body
|
1665
|
-
</p>
|
1812
|
+
<div class='inline'>
|
1813
|
+
<p>First item: parsed data; second item: raw body</p>
|
1666
1814
|
</div>
|
1667
1815
|
|
1668
1816
|
</li>
|
@@ -1675,26 +1823,25 @@ First item: parsed data; second item: raw body
|
|
1675
1823
|
<pre class="lines">
|
1676
1824
|
|
1677
1825
|
|
1678
|
-
|
1679
|
-
|
1680
|
-
|
1826
|
+
233
|
1827
|
+
234
|
1828
|
+
235</pre>
|
1681
1829
|
</td>
|
1682
1830
|
<td>
|
1683
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
1831
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 233</span>
|
1684
1832
|
|
1685
|
-
<span class='
|
1686
|
-
<span class='
|
1687
|
-
<span class='
|
1688
|
-
</pre>
|
1833
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_enabled_repos'>enabled_repos</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
1834
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
1835
|
+
<span class='kw'>end</span></pre>
|
1689
1836
|
</td>
|
1690
1837
|
</tr>
|
1691
1838
|
</table>
|
1692
1839
|
</div>
|
1693
1840
|
|
1694
1841
|
<div class="method_details ">
|
1695
|
-
<h3 class="signature " id="
|
1842
|
+
<h3 class="signature " id="errata-instance_method">
|
1696
1843
|
|
1697
|
-
- (<tt>Array</tt>) <strong>
|
1844
|
+
- (<tt>Array</tt>) <strong>errata</strong>(params = {}, headers = {})
|
1698
1845
|
|
1699
1846
|
|
1700
1847
|
|
@@ -1702,9 +1849,8 @@ First item: parsed data; second item: raw body
|
|
1702
1849
|
|
1703
1850
|
</h3><div class="docstring">
|
1704
1851
|
<div class="discussion">
|
1705
|
-
|
1706
|
-
First item: parsed data; second item: raw body
|
1707
|
-
</p>
|
1852
|
+
|
1853
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1708
1854
|
|
1709
1855
|
|
1710
1856
|
</div>
|
@@ -1725,9 +1871,8 @@ First item: parsed data; second item: raw body
|
|
1725
1871
|
|
1726
1872
|
|
1727
1873
|
—
|
1728
|
-
<div class='inline'
|
1729
|
-
a hash of params to be passed to the service
|
1730
|
-
</p>
|
1874
|
+
<div class='inline'>
|
1875
|
+
<p>a hash of params to be passed to the service</p>
|
1731
1876
|
</div>
|
1732
1877
|
|
1733
1878
|
</li>
|
@@ -1744,15 +1889,38 @@ a hash of params to be passed to the service
|
|
1744
1889
|
|
1745
1890
|
|
1746
1891
|
—
|
1747
|
-
<div class='inline'
|
1748
|
-
additional http headers
|
1749
|
-
</p>
|
1892
|
+
<div class='inline'>
|
1893
|
+
<p>additional http headers</p>
|
1750
1894
|
</div>
|
1751
1895
|
|
1752
1896
|
</li>
|
1753
1897
|
|
1754
1898
|
</ul>
|
1755
1899
|
|
1900
|
+
|
1901
|
+
|
1902
|
+
|
1903
|
+
<p class="tag_title">Options Hash (<tt>params</tt>):</p>
|
1904
|
+
<ul class="option">
|
1905
|
+
|
1906
|
+
<li>
|
1907
|
+
<span class="name">id</span>
|
1908
|
+
<span class="type">(<tt>String</tt>)</span>
|
1909
|
+
<span class="default">
|
1910
|
+
|
1911
|
+
</span>
|
1912
|
+
|
1913
|
+
— <div class='inline'>
|
1914
|
+
<p>uuid of the system</p>
|
1915
|
+
</div>
|
1916
|
+
|
1917
|
+
</li>
|
1918
|
+
|
1919
|
+
</ul>
|
1920
|
+
|
1921
|
+
|
1922
|
+
|
1923
|
+
|
1756
1924
|
<p class="tag_title">Returns:</p>
|
1757
1925
|
<ul class="return">
|
1758
1926
|
|
@@ -1764,9 +1932,8 @@ additional http headers
|
|
1764
1932
|
|
1765
1933
|
|
1766
1934
|
—
|
1767
|
-
<div class='inline'
|
1768
|
-
First item: parsed data; second item: raw body
|
1769
|
-
</p>
|
1935
|
+
<div class='inline'>
|
1936
|
+
<p>First item: parsed data; second item: raw body</p>
|
1770
1937
|
</div>
|
1771
1938
|
|
1772
1939
|
</li>
|
@@ -1779,17 +1946,16 @@ First item: parsed data; second item: raw body
|
|
1779
1946
|
<pre class="lines">
|
1780
1947
|
|
1781
1948
|
|
1782
|
-
|
1783
|
-
|
1784
|
-
|
1949
|
+
156
|
1950
|
+
157
|
1951
|
+
158</pre>
|
1785
1952
|
</td>
|
1786
1953
|
<td>
|
1787
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
1954
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 156</span>
|
1788
1955
|
|
1789
|
-
<span class='
|
1790
|
-
<span class='
|
1791
|
-
<span class='
|
1792
|
-
</pre>
|
1956
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_errata'>errata</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
1957
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
1958
|
+
<span class='kw'>end</span></pre>
|
1793
1959
|
</td>
|
1794
1960
|
</tr>
|
1795
1961
|
</table>
|
@@ -1806,9 +1972,8 @@ First item: parsed data; second item: raw body
|
|
1806
1972
|
|
1807
1973
|
</h3><div class="docstring">
|
1808
1974
|
<div class="discussion">
|
1809
|
-
|
1810
|
-
First item: parsed data; second item: raw body
|
1811
|
-
</p>
|
1975
|
+
|
1976
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1812
1977
|
|
1813
1978
|
|
1814
1979
|
</div>
|
@@ -1829,9 +1994,8 @@ First item: parsed data; second item: raw body
|
|
1829
1994
|
|
1830
1995
|
|
1831
1996
|
—
|
1832
|
-
<div class='inline'
|
1833
|
-
a hash of params to be passed to the service
|
1834
|
-
</p>
|
1997
|
+
<div class='inline'>
|
1998
|
+
<p>a hash of params to be passed to the service</p>
|
1835
1999
|
</div>
|
1836
2000
|
|
1837
2001
|
</li>
|
@@ -1848,9 +2012,8 @@ a hash of params to be passed to the service
|
|
1848
2012
|
|
1849
2013
|
|
1850
2014
|
—
|
1851
|
-
<div class='inline'
|
1852
|
-
additional http headers
|
1853
|
-
</p>
|
2015
|
+
<div class='inline'>
|
2016
|
+
<p>additional http headers</p>
|
1854
2017
|
</div>
|
1855
2018
|
|
1856
2019
|
</li>
|
@@ -1865,28 +2028,26 @@ additional http headers
|
|
1865
2028
|
|
1866
2029
|
<li>
|
1867
2030
|
<span class="name">environment_id</span>
|
1868
|
-
<span class="type">(<tt>
|
2031
|
+
<span class="type">(<tt>String</tt>)</span>
|
1869
2032
|
<span class="default">
|
1870
2033
|
|
1871
2034
|
</span>
|
1872
2035
|
|
1873
|
-
— <div class='inline'
|
1874
|
-
|
1875
|
-
</p>
|
2036
|
+
— <div class='inline'>
|
2037
|
+
<p>filter by environment</p>
|
1876
2038
|
</div>
|
1877
2039
|
|
1878
2040
|
</li>
|
1879
2041
|
|
1880
2042
|
<li>
|
1881
2043
|
<span class="name">organization_id</span>
|
1882
|
-
<span class="type">(<tt>
|
2044
|
+
<span class="type">(<tt>String</tt>)</span>
|
1883
2045
|
<span class="default">
|
1884
2046
|
|
1885
2047
|
</span>
|
1886
2048
|
|
1887
|
-
— <div class='inline'
|
1888
|
-
|
1889
|
-
</p>
|
2049
|
+
— <div class='inline'>
|
2050
|
+
<p>specify the organization</p>
|
1890
2051
|
</div>
|
1891
2052
|
|
1892
2053
|
</li>
|
@@ -1898,166 +2059,117 @@ Part of <tt>/api/organizations/:organization_id/systems</tt> path
|
|
1898
2059
|
|
1899
2060
|
</span>
|
1900
2061
|
|
1901
|
-
— <div class='inline'
|
1902
|
-
filter systems by subscribed pool
|
1903
|
-
</p>
|
2062
|
+
— <div class='inline'>
|
2063
|
+
<p>filter systems by subscribed pool</p>
|
1904
2064
|
</div>
|
1905
2065
|
|
1906
2066
|
</li>
|
1907
2067
|
|
1908
2068
|
<li>
|
1909
|
-
<span class="name">
|
2069
|
+
<span class="name">system_group_id</span>
|
1910
2070
|
<span class="type">(<tt>String</tt>)</span>
|
1911
2071
|
<span class="default">
|
1912
2072
|
|
1913
2073
|
</span>
|
1914
2074
|
|
1915
|
-
— <div class='inline'
|
1916
|
-
filter
|
1917
|
-
</p>
|
2075
|
+
— <div class='inline'>
|
2076
|
+
<p>filter by system group</p>
|
1918
2077
|
</div>
|
1919
2078
|
|
1920
2079
|
</li>
|
1921
2080
|
|
1922
2081
|
<li>
|
1923
|
-
<span class="name">
|
2082
|
+
<span class="name">name</span>
|
1924
2083
|
<span class="type">(<tt>String</tt>)</span>
|
1925
2084
|
<span class="default">
|
1926
2085
|
|
1927
2086
|
</span>
|
1928
2087
|
|
1929
|
-
— <div class='inline'
|
1930
|
-
filter systems by
|
1931
|
-
</p>
|
2088
|
+
— <div class='inline'>
|
2089
|
+
<p>filter systems by name</p>
|
1932
2090
|
</div>
|
1933
2091
|
|
1934
2092
|
</li>
|
1935
2093
|
|
1936
|
-
|
1937
|
-
|
1938
|
-
|
1939
|
-
|
1940
|
-
|
1941
|
-
|
1942
|
-
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1946
|
-
|
1947
|
-
<span class='type'>(<tt>Array</tt>)</span>
|
1948
|
-
|
1949
|
-
|
1950
|
-
|
1951
|
-
—
|
1952
|
-
<div class='inline'><p>
|
1953
|
-
First item: parsed data; second item: raw body
|
1954
|
-
</p>
|
2094
|
+
<li>
|
2095
|
+
<span class="name">order</span>
|
2096
|
+
<span class="type">(<tt>String</tt>)</span>
|
2097
|
+
<span class="default">
|
2098
|
+
|
2099
|
+
</span>
|
2100
|
+
|
2101
|
+
— <div class='inline'>
|
2102
|
+
<p>sort field and order, eg. ‘name desc’</p>
|
1955
2103
|
</div>
|
2104
|
+
|
2105
|
+
</li>
|
1956
2106
|
|
1957
|
-
|
1958
|
-
|
1959
|
-
</
|
1960
|
-
|
1961
|
-
|
1962
|
-
|
1963
|
-
|
1964
|
-
|
1965
|
-
|
1966
|
-
|
1967
|
-
85
|
1968
|
-
86
|
1969
|
-
87</pre>
|
1970
|
-
</td>
|
1971
|
-
<td>
|
1972
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 85</span>
|
1973
|
-
|
1974
|
-
<span class='rubyid_def def kw'>def</span> <span class='rubyid_index identifier id'>index</span><span class='lparen token'>(</span><span class='rubyid_params identifier id'>params</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='comma token'>,</span> <span class='rubyid_headers identifier id'>headers</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
|
1975
|
-
<span class='rubyid_perform_call identifier id'>perform_call</span><span class='lparen token'>(</span><span class='rubyid___method__ identifier id'>__method__</span><span class='comma token'>,</span> <span class='rubyid_params identifier id'>params</span><span class='comma token'>,</span> <span class='rubyid_headers identifier id'>headers</span><span class='rparen token'>)</span>
|
1976
|
-
<span class='rubyid_end end kw'>end</span>
|
1977
|
-
</pre>
|
1978
|
-
</td>
|
1979
|
-
</tr>
|
1980
|
-
</table>
|
1981
|
-
</div>
|
1982
|
-
|
1983
|
-
<div class="method_details ">
|
1984
|
-
<h3 class="signature " id="package_profile-instance_method">
|
1985
|
-
|
1986
|
-
- (<tt>Array</tt>) <strong>package_profile</strong>(params = {}, headers = {})
|
1987
|
-
|
1988
|
-
|
1989
|
-
|
1990
|
-
|
1991
|
-
|
1992
|
-
</h3><div class="docstring">
|
1993
|
-
<div class="discussion">
|
1994
|
-
<p>
|
1995
|
-
First item: parsed data; second item: raw body
|
1996
|
-
</p>
|
1997
|
-
|
1998
|
-
|
1999
|
-
</div>
|
2107
|
+
<li>
|
2108
|
+
<span class="name">page</span>
|
2109
|
+
<span class="type">(<tt>String</tt>)</span>
|
2110
|
+
<span class="default">
|
2111
|
+
|
2112
|
+
</span>
|
2113
|
+
|
2114
|
+
— <div class='inline'>
|
2115
|
+
<p>page number, starting at 1</p>
|
2000
2116
|
</div>
|
2001
|
-
|
2002
|
-
|
2003
|
-
<ul class="param">
|
2004
|
-
|
2005
|
-
<li>
|
2006
|
-
|
2007
|
-
<span class='name'>params</span>
|
2008
|
-
|
2009
|
-
|
2010
|
-
<span class='type'>(<tt>Hash</tt>)</span>
|
2011
|
-
|
2012
|
-
|
2013
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
2014
|
-
|
2117
|
+
|
2118
|
+
</li>
|
2015
2119
|
|
2016
|
-
|
2017
|
-
|
2018
|
-
|
2019
|
-
|
2120
|
+
<li>
|
2121
|
+
<span class="name">per_page</span>
|
2122
|
+
<span class="type">(<tt>String</tt>)</span>
|
2123
|
+
<span class="default">
|
2124
|
+
|
2125
|
+
</span>
|
2126
|
+
|
2127
|
+
— <div class='inline'>
|
2128
|
+
<p>number of results per page to return</p>
|
2020
2129
|
</div>
|
2130
|
+
|
2131
|
+
</li>
|
2021
2132
|
|
2022
|
-
|
2023
|
-
|
2024
|
-
|
2025
|
-
|
2026
|
-
|
2027
|
-
|
2028
|
-
|
2029
|
-
|
2030
|
-
|
2031
|
-
|
2032
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
2033
|
-
|
2034
|
-
|
2035
|
-
—
|
2036
|
-
<div class='inline'><p>
|
2037
|
-
additional http headers
|
2038
|
-
</p>
|
2133
|
+
<li>
|
2134
|
+
<span class="name">search</span>
|
2135
|
+
<span class="type">(<tt>String</tt>)</span>
|
2136
|
+
<span class="default">
|
2137
|
+
|
2138
|
+
</span>
|
2139
|
+
|
2140
|
+
— <div class='inline'>
|
2141
|
+
<p>search string</p>
|
2039
2142
|
</div>
|
2143
|
+
|
2144
|
+
</li>
|
2040
2145
|
|
2041
|
-
|
2042
|
-
|
2043
|
-
</
|
2044
|
-
|
2045
|
-
|
2046
|
-
|
2047
|
-
|
2048
|
-
|
2049
|
-
|
2146
|
+
<li>
|
2147
|
+
<span class="name">sort</span>
|
2148
|
+
<span class="type">(<tt>Hash</tt>)</span>
|
2149
|
+
<span class="default">
|
2150
|
+
|
2151
|
+
</span>
|
2152
|
+
|
2153
|
+
— <div class='inline'>
|
2154
|
+
<p>hash version of ‘order’ param allowed keys are:</p>
|
2155
|
+
<ul><li>
|
2156
|
+
<p>by [String] field to sort the results on</p>
|
2157
|
+
</li><li>
|
2158
|
+
<p>order [String] how to order the sorted results (e.g. asc for ascending)</p>
|
2159
|
+
</li></ul>
|
2160
|
+
</div>
|
2161
|
+
|
2162
|
+
</li>
|
2050
2163
|
|
2051
2164
|
<li>
|
2052
|
-
<span class="name">
|
2165
|
+
<span class="name">uuid</span>
|
2053
2166
|
<span class="type">(<tt>String</tt>)</span>
|
2054
2167
|
<span class="default">
|
2055
2168
|
|
2056
2169
|
</span>
|
2057
2170
|
|
2058
|
-
— <div class='inline'
|
2059
|
-
|
2060
|
-
</p>
|
2171
|
+
— <div class='inline'>
|
2172
|
+
<p>filter systems by uuid</p>
|
2061
2173
|
</div>
|
2062
2174
|
|
2063
2175
|
</li>
|
@@ -2078,9 +2190,8 @@ uuid of the system
|
|
2078
2190
|
|
2079
2191
|
|
2080
2192
|
—
|
2081
|
-
<div class='inline'
|
2082
|
-
First item: parsed data; second item: raw body
|
2083
|
-
</p>
|
2193
|
+
<div class='inline'>
|
2194
|
+
<p>First item: parsed data; second item: raw body</p>
|
2084
2195
|
</div>
|
2085
2196
|
|
2086
2197
|
</li>
|
@@ -2093,26 +2204,25 @@ First item: parsed data; second item: raw body
|
|
2093
2204
|
<pre class="lines">
|
2094
2205
|
|
2095
2206
|
|
2096
|
-
|
2097
|
-
|
2098
|
-
|
2207
|
+
26
|
2208
|
+
27
|
2209
|
+
28</pre>
|
2099
2210
|
</td>
|
2100
2211
|
<td>
|
2101
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
2212
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 26</span>
|
2102
2213
|
|
2103
|
-
<span class='
|
2104
|
-
<span class='
|
2105
|
-
<span class='
|
2106
|
-
</pre>
|
2214
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_index'>index</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
2215
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
2216
|
+
<span class='kw'>end</span></pre>
|
2107
2217
|
</td>
|
2108
2218
|
</tr>
|
2109
2219
|
</table>
|
2110
2220
|
</div>
|
2111
2221
|
|
2112
2222
|
<div class="method_details ">
|
2113
|
-
<h3 class="signature " id="
|
2223
|
+
<h3 class="signature " id="package_profile-instance_method">
|
2114
2224
|
|
2115
|
-
- (<tt>Array</tt>) <strong>
|
2225
|
+
- (<tt>Array</tt>) <strong>package_profile</strong>(params = {}, headers = {})
|
2116
2226
|
|
2117
2227
|
|
2118
2228
|
|
@@ -2120,9 +2230,8 @@ First item: parsed data; second item: raw body
|
|
2120
2230
|
|
2121
2231
|
</h3><div class="docstring">
|
2122
2232
|
<div class="discussion">
|
2123
|
-
|
2124
|
-
First item: parsed data; second item: raw body
|
2125
|
-
</p>
|
2233
|
+
|
2234
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
2126
2235
|
|
2127
2236
|
|
2128
2237
|
</div>
|
@@ -2143,9 +2252,8 @@ First item: parsed data; second item: raw body
|
|
2143
2252
|
|
2144
2253
|
|
2145
2254
|
—
|
2146
|
-
<div class='inline'
|
2147
|
-
a hash of params to be passed to the service
|
2148
|
-
</p>
|
2255
|
+
<div class='inline'>
|
2256
|
+
<p>a hash of params to be passed to the service</p>
|
2149
2257
|
</div>
|
2150
2258
|
|
2151
2259
|
</li>
|
@@ -2162,9 +2270,8 @@ a hash of params to be passed to the service
|
|
2162
2270
|
|
2163
2271
|
|
2164
2272
|
—
|
2165
|
-
<div class='inline'
|
2166
|
-
additional http headers
|
2167
|
-
</p>
|
2273
|
+
<div class='inline'>
|
2274
|
+
<p>additional http headers</p>
|
2168
2275
|
</div>
|
2169
2276
|
|
2170
2277
|
</li>
|
@@ -2184,9 +2291,8 @@ additional http headers
|
|
2184
2291
|
|
2185
2292
|
</span>
|
2186
2293
|
|
2187
|
-
— <div class='inline'
|
2188
|
-
uuid of the system
|
2189
|
-
</p>
|
2294
|
+
— <div class='inline'>
|
2295
|
+
<p>uuid of the system</p>
|
2190
2296
|
</div>
|
2191
2297
|
|
2192
2298
|
</li>
|
@@ -2207,9 +2313,8 @@ uuid of the system
|
|
2207
2313
|
|
2208
2314
|
|
2209
2315
|
—
|
2210
|
-
<div class='inline'
|
2211
|
-
First item: parsed data; second item: raw body
|
2212
|
-
</p>
|
2316
|
+
<div class='inline'>
|
2317
|
+
<p>First item: parsed data; second item: raw body</p>
|
2213
2318
|
</div>
|
2214
2319
|
|
2215
2320
|
</li>
|
@@ -2222,26 +2327,25 @@ First item: parsed data; second item: raw body
|
|
2222
2327
|
<pre class="lines">
|
2223
2328
|
|
2224
2329
|
|
2225
|
-
|
2226
|
-
|
2227
|
-
|
2330
|
+
138
|
2331
|
+
139
|
2332
|
+
140</pre>
|
2228
2333
|
</td>
|
2229
2334
|
<td>
|
2230
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
2335
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 138</span>
|
2231
2336
|
|
2232
|
-
<span class='
|
2233
|
-
<span class='
|
2234
|
-
<span class='
|
2235
|
-
</pre>
|
2337
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_package_profile'>package_profile</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
2338
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
2339
|
+
<span class='kw'>end</span></pre>
|
2236
2340
|
</td>
|
2237
2341
|
</tr>
|
2238
2342
|
</table>
|
2239
2343
|
</div>
|
2240
2344
|
|
2241
2345
|
<div class="method_details ">
|
2242
|
-
<h3 class="signature " id="
|
2346
|
+
<h3 class="signature " id="pools-instance_method">
|
2243
2347
|
|
2244
|
-
- (<tt>Array</tt>) <strong>
|
2348
|
+
- (<tt>Array</tt>) <strong>pools</strong>(params = {}, headers = {})
|
2245
2349
|
|
2246
2350
|
|
2247
2351
|
|
@@ -2249,9 +2353,8 @@ First item: parsed data; second item: raw body
|
|
2249
2353
|
|
2250
2354
|
</h3><div class="docstring">
|
2251
2355
|
<div class="discussion">
|
2252
|
-
|
2253
|
-
First item: parsed data; second item: raw body
|
2254
|
-
</p>
|
2356
|
+
|
2357
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
2255
2358
|
|
2256
2359
|
|
2257
2360
|
</div>
|
@@ -2272,9 +2375,8 @@ First item: parsed data; second item: raw body
|
|
2272
2375
|
|
2273
2376
|
|
2274
2377
|
—
|
2275
|
-
<div class='inline'
|
2276
|
-
a hash of params to be passed to the service
|
2277
|
-
</p>
|
2378
|
+
<div class='inline'>
|
2379
|
+
<p>a hash of params to be passed to the service</p>
|
2278
2380
|
</div>
|
2279
2381
|
|
2280
2382
|
</li>
|
@@ -2291,9 +2393,8 @@ a hash of params to be passed to the service
|
|
2291
2393
|
|
2292
2394
|
|
2293
2395
|
—
|
2294
|
-
<div class='inline'
|
2295
|
-
additional http headers
|
2296
|
-
</p>
|
2396
|
+
<div class='inline'>
|
2397
|
+
<p>additional http headers</p>
|
2297
2398
|
</div>
|
2298
2399
|
|
2299
2400
|
</li>
|
@@ -2313,9 +2414,47 @@ additional http headers
|
|
2313
2414
|
|
2314
2415
|
</span>
|
2315
2416
|
|
2316
|
-
— <div class='inline'
|
2317
|
-
uuid of the
|
2318
|
-
</
|
2417
|
+
— <div class='inline'>
|
2418
|
+
<p>uuid of the system</p>
|
2419
|
+
</div>
|
2420
|
+
|
2421
|
+
</li>
|
2422
|
+
|
2423
|
+
<li>
|
2424
|
+
<span class="name">match_installed</span>
|
2425
|
+
<span class="type">(<tt>String</tt>)</span>
|
2426
|
+
<span class="default">
|
2427
|
+
|
2428
|
+
</span>
|
2429
|
+
|
2430
|
+
— <div class='inline'>
|
2431
|
+
<p>match pools to installed</p>
|
2432
|
+
</div>
|
2433
|
+
|
2434
|
+
</li>
|
2435
|
+
|
2436
|
+
<li>
|
2437
|
+
<span class="name">match_system</span>
|
2438
|
+
<span class="type">(<tt>String</tt>)</span>
|
2439
|
+
<span class="default">
|
2440
|
+
|
2441
|
+
</span>
|
2442
|
+
|
2443
|
+
— <div class='inline'>
|
2444
|
+
<p>match pools to system</p>
|
2445
|
+
</div>
|
2446
|
+
|
2447
|
+
</li>
|
2448
|
+
|
2449
|
+
<li>
|
2450
|
+
<span class="name">no_overlap</span>
|
2451
|
+
<span class="type">(<tt>String</tt>)</span>
|
2452
|
+
<span class="default">
|
2453
|
+
|
2454
|
+
</span>
|
2455
|
+
|
2456
|
+
— <div class='inline'>
|
2457
|
+
<p>allow overlap</p>
|
2319
2458
|
</div>
|
2320
2459
|
|
2321
2460
|
</li>
|
@@ -2336,9 +2475,8 @@ uuid of the consumer
|
|
2336
2475
|
|
2337
2476
|
|
2338
2477
|
—
|
2339
|
-
<div class='inline'
|
2340
|
-
First item: parsed data; second item: raw body
|
2341
|
-
</p>
|
2478
|
+
<div class='inline'>
|
2479
|
+
<p>First item: parsed data; second item: raw body</p>
|
2342
2480
|
</div>
|
2343
2481
|
|
2344
2482
|
</li>
|
@@ -2351,26 +2489,25 @@ First item: parsed data; second item: raw body
|
|
2351
2489
|
<pre class="lines">
|
2352
2490
|
|
2353
2491
|
|
2354
|
-
|
2355
|
-
|
2356
|
-
|
2492
|
+
187
|
2493
|
+
188
|
2494
|
+
189</pre>
|
2357
2495
|
</td>
|
2358
2496
|
<td>
|
2359
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
2497
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 187</span>
|
2360
2498
|
|
2361
|
-
<span class='
|
2362
|
-
<span class='
|
2363
|
-
<span class='
|
2364
|
-
</pre>
|
2499
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_pools'>pools</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
2500
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
2501
|
+
<span class='kw'>end</span></pre>
|
2365
2502
|
</td>
|
2366
2503
|
</tr>
|
2367
2504
|
</table>
|
2368
2505
|
</div>
|
2369
2506
|
|
2370
2507
|
<div class="method_details ">
|
2371
|
-
<h3 class="signature " id="
|
2508
|
+
<h3 class="signature " id="refresh_subscriptions-instance_method">
|
2372
2509
|
|
2373
|
-
- (<tt>Array</tt>) <strong>
|
2510
|
+
- (<tt>Array</tt>) <strong>refresh_subscriptions</strong>(params = {}, headers = {})
|
2374
2511
|
|
2375
2512
|
|
2376
2513
|
|
@@ -2378,9 +2515,8 @@ First item: parsed data; second item: raw body
|
|
2378
2515
|
|
2379
2516
|
</h3><div class="docstring">
|
2380
2517
|
<div class="discussion">
|
2381
|
-
|
2382
|
-
First item: parsed data; second item: raw body
|
2383
|
-
</p>
|
2518
|
+
|
2519
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
2384
2520
|
|
2385
2521
|
|
2386
2522
|
</div>
|
@@ -2401,9 +2537,8 @@ First item: parsed data; second item: raw body
|
|
2401
2537
|
|
2402
2538
|
|
2403
2539
|
—
|
2404
|
-
<div class='inline'
|
2405
|
-
a hash of params to be passed to the service
|
2406
|
-
</p>
|
2540
|
+
<div class='inline'>
|
2541
|
+
<p>a hash of params to be passed to the service</p>
|
2407
2542
|
</div>
|
2408
2543
|
|
2409
2544
|
</li>
|
@@ -2420,9 +2555,8 @@ a hash of params to be passed to the service
|
|
2420
2555
|
|
2421
2556
|
|
2422
2557
|
—
|
2423
|
-
<div class='inline'
|
2424
|
-
additional http headers
|
2425
|
-
</p>
|
2558
|
+
<div class='inline'>
|
2559
|
+
<p>additional http headers</p>
|
2426
2560
|
</div>
|
2427
2561
|
|
2428
2562
|
</li>
|
@@ -2442,9 +2576,8 @@ additional http headers
|
|
2442
2576
|
|
2443
2577
|
</span>
|
2444
2578
|
|
2445
|
-
— <div class='inline'
|
2446
|
-
uuid of the system
|
2447
|
-
</p>
|
2579
|
+
— <div class='inline'>
|
2580
|
+
<p>uuid of the system</p>
|
2448
2581
|
</div>
|
2449
2582
|
|
2450
2583
|
</li>
|
@@ -2465,9 +2598,8 @@ uuid of the system
|
|
2465
2598
|
|
2466
2599
|
|
2467
2600
|
—
|
2468
|
-
<div class='inline'
|
2469
|
-
First item: parsed data; second item: raw body
|
2470
|
-
</p>
|
2601
|
+
<div class='inline'>
|
2602
|
+
<p>First item: parsed data; second item: raw body</p>
|
2471
2603
|
</div>
|
2472
2604
|
|
2473
2605
|
</li>
|
@@ -2480,26 +2612,25 @@ First item: parsed data; second item: raw body
|
|
2480
2612
|
<pre class="lines">
|
2481
2613
|
|
2482
2614
|
|
2483
|
-
|
2484
|
-
|
2485
|
-
|
2615
|
+
147
|
2616
|
+
148
|
2617
|
+
149</pre>
|
2486
2618
|
</td>
|
2487
2619
|
<td>
|
2488
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
2620
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 147</span>
|
2489
2621
|
|
2490
|
-
<span class='
|
2491
|
-
<span class='
|
2492
|
-
<span class='
|
2493
|
-
</pre>
|
2622
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_refresh_subscriptions'>refresh_subscriptions</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
2623
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
2624
|
+
<span class='kw'>end</span></pre>
|
2494
2625
|
</td>
|
2495
2626
|
</tr>
|
2496
2627
|
</table>
|
2497
2628
|
</div>
|
2498
2629
|
|
2499
2630
|
<div class="method_details ">
|
2500
|
-
<h3 class="signature " id="
|
2631
|
+
<h3 class="signature " id="releases-instance_method">
|
2501
2632
|
|
2502
|
-
- (<tt>Array</tt>) <strong>
|
2633
|
+
- (<tt>Array</tt>) <strong>releases</strong>(params = {}, headers = {})
|
2503
2634
|
|
2504
2635
|
|
2505
2636
|
|
@@ -2507,9 +2638,8 @@ First item: parsed data; second item: raw body
|
|
2507
2638
|
|
2508
2639
|
</h3><div class="docstring">
|
2509
2640
|
<div class="discussion">
|
2510
|
-
|
2511
|
-
First item: parsed data; second item: raw body
|
2512
|
-
</p>
|
2641
|
+
|
2642
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
2513
2643
|
|
2514
2644
|
|
2515
2645
|
</div>
|
@@ -2530,9 +2660,8 @@ First item: parsed data; second item: raw body
|
|
2530
2660
|
|
2531
2661
|
|
2532
2662
|
—
|
2533
|
-
<div class='inline'
|
2534
|
-
a hash of params to be passed to the service
|
2535
|
-
</p>
|
2663
|
+
<div class='inline'>
|
2664
|
+
<p>a hash of params to be passed to the service</p>
|
2536
2665
|
</div>
|
2537
2666
|
|
2538
2667
|
</li>
|
@@ -2549,9 +2678,8 @@ a hash of params to be passed to the service
|
|
2549
2678
|
|
2550
2679
|
|
2551
2680
|
—
|
2552
|
-
<div class='inline'
|
2553
|
-
additional http headers
|
2554
|
-
</p>
|
2681
|
+
<div class='inline'>
|
2682
|
+
<p>additional http headers</p>
|
2555
2683
|
</div>
|
2556
2684
|
|
2557
2685
|
</li>
|
@@ -2566,33 +2694,13 @@ additional http headers
|
|
2566
2694
|
|
2567
2695
|
<li>
|
2568
2696
|
<span class="name">id</span>
|
2569
|
-
<span class="type">(<tt>
|
2570
|
-
<span class="default">
|
2571
|
-
|
2572
|
-
</span>
|
2573
|
-
|
2574
|
-
— <div class='inline'><p>
|
2575
|
-
Part of <tt>/api/systems/:id/system_groups</tt> path
|
2576
|
-
</p>
|
2577
|
-
</div>
|
2578
|
-
|
2579
|
-
</li>
|
2580
|
-
|
2581
|
-
<li>
|
2582
|
-
<span class="name">system</span>
|
2583
|
-
<span class="type">(<tt>Hash</tt>)</span>
|
2697
|
+
<span class="type">(<tt>String</tt>)</span>
|
2584
2698
|
<span class="default">
|
2585
2699
|
|
2586
2700
|
</span>
|
2587
2701
|
|
2588
|
-
— <div class='inline'
|
2589
|
-
|
2590
|
-
</p>
|
2591
|
-
<ul>
|
2592
|
-
<li>system_group_ids [String] list of group ids to add the system to
|
2593
|
-
|
2594
|
-
</li>
|
2595
|
-
</ul>
|
2702
|
+
— <div class='inline'>
|
2703
|
+
<p>uuid of the system</p>
|
2596
2704
|
</div>
|
2597
2705
|
|
2598
2706
|
</li>
|
@@ -2613,9 +2721,8 @@ allowed keys are:
|
|
2613
2721
|
|
2614
2722
|
|
2615
2723
|
—
|
2616
|
-
<div class='inline'
|
2617
|
-
First item: parsed data; second item: raw body
|
2618
|
-
</p>
|
2724
|
+
<div class='inline'>
|
2725
|
+
<p>First item: parsed data; second item: raw body</p>
|
2619
2726
|
</div>
|
2620
2727
|
|
2621
2728
|
</li>
|
@@ -2628,26 +2735,25 @@ First item: parsed data; second item: raw body
|
|
2628
2735
|
<pre class="lines">
|
2629
2736
|
|
2630
2737
|
|
2631
|
-
|
2632
|
-
|
2633
|
-
|
2738
|
+
196
|
2739
|
+
197
|
2740
|
+
198</pre>
|
2634
2741
|
</td>
|
2635
2742
|
<td>
|
2636
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
2743
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 196</span>
|
2637
2744
|
|
2638
|
-
<span class='
|
2639
|
-
<span class='
|
2640
|
-
<span class='
|
2641
|
-
</pre>
|
2745
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_releases'>releases</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
2746
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
2747
|
+
<span class='kw'>end</span></pre>
|
2642
2748
|
</td>
|
2643
2749
|
</tr>
|
2644
2750
|
</table>
|
2645
2751
|
</div>
|
2646
2752
|
|
2647
2753
|
<div class="method_details ">
|
2648
|
-
<h3 class="signature " id="
|
2754
|
+
<h3 class="signature " id="remove_system_groups-instance_method">
|
2649
2755
|
|
2650
|
-
- (<tt>Array</tt>) <strong>
|
2756
|
+
- (<tt>Array</tt>) <strong>remove_system_groups</strong>(params = {}, headers = {})
|
2651
2757
|
|
2652
2758
|
|
2653
2759
|
|
@@ -2655,9 +2761,8 @@ First item: parsed data; second item: raw body
|
|
2655
2761
|
|
2656
2762
|
</h3><div class="docstring">
|
2657
2763
|
<div class="discussion">
|
2658
|
-
|
2659
|
-
First item: parsed data; second item: raw body
|
2660
|
-
</p>
|
2764
|
+
|
2765
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
2661
2766
|
|
2662
2767
|
|
2663
2768
|
</div>
|
@@ -2678,9 +2783,8 @@ First item: parsed data; second item: raw body
|
|
2678
2783
|
|
2679
2784
|
|
2680
2785
|
—
|
2681
|
-
<div class='inline'
|
2682
|
-
a hash of params to be passed to the service
|
2683
|
-
</p>
|
2786
|
+
<div class='inline'>
|
2787
|
+
<p>a hash of params to be passed to the service</p>
|
2684
2788
|
</div>
|
2685
2789
|
|
2686
2790
|
</li>
|
@@ -2697,9 +2801,8 @@ a hash of params to be passed to the service
|
|
2697
2801
|
|
2698
2802
|
|
2699
2803
|
—
|
2700
|
-
<div class='inline'
|
2701
|
-
additional http headers
|
2702
|
-
</p>
|
2804
|
+
<div class='inline'>
|
2805
|
+
<p>additional http headers</p>
|
2703
2806
|
</div>
|
2704
2807
|
|
2705
2808
|
</li>
|
@@ -2713,29 +2816,27 @@ additional http headers
|
|
2713
2816
|
<ul class="option">
|
2714
2817
|
|
2715
2818
|
<li>
|
2716
|
-
<span class="name">
|
2717
|
-
<span class="type">(<tt>
|
2819
|
+
<span class="name">id</span>
|
2820
|
+
<span class="type">(<tt>String</tt>)</span>
|
2718
2821
|
<span class="default">
|
2719
2822
|
|
2720
2823
|
</span>
|
2721
2824
|
|
2722
|
-
— <div class='inline'
|
2723
|
-
|
2724
|
-
</p>
|
2825
|
+
— <div class='inline'>
|
2826
|
+
<p>uuid of the system</p>
|
2725
2827
|
</div>
|
2726
2828
|
|
2727
2829
|
</li>
|
2728
2830
|
|
2729
2831
|
<li>
|
2730
|
-
<span class="name">
|
2731
|
-
<span class="type">(<tt>
|
2832
|
+
<span class="name">system_group_ids</span>
|
2833
|
+
<span class="type">(<tt>Array</tt>)</span>
|
2732
2834
|
<span class="default">
|
2733
2835
|
|
2734
2836
|
</span>
|
2735
2837
|
|
2736
|
-
— <div class='inline'
|
2737
|
-
|
2738
|
-
</p>
|
2838
|
+
— <div class='inline'>
|
2839
|
+
<p>list of system groups ids to remove from the system</p>
|
2739
2840
|
</div>
|
2740
2841
|
|
2741
2842
|
</li>
|
@@ -2756,9 +2857,8 @@ Part of <tt>/api/organizations/:organization_id/systems/report</tt> path
|
|
2756
2857
|
|
2757
2858
|
|
2758
2859
|
—
|
2759
|
-
<div class='inline'
|
2760
|
-
First item: parsed data; second item: raw body
|
2761
|
-
</p>
|
2860
|
+
<div class='inline'>
|
2861
|
+
<p>First item: parsed data; second item: raw body</p>
|
2762
2862
|
</div>
|
2763
2863
|
|
2764
2864
|
</li>
|
@@ -2771,26 +2871,25 @@ First item: parsed data; second item: raw body
|
|
2771
2871
|
<pre class="lines">
|
2772
2872
|
|
2773
2873
|
|
2774
|
-
|
2775
|
-
|
2776
|
-
|
2874
|
+
129
|
2875
|
+
130
|
2876
|
+
131</pre>
|
2777
2877
|
</td>
|
2778
2878
|
<td>
|
2779
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
2879
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 129</span>
|
2780
2880
|
|
2781
|
-
<span class='
|
2782
|
-
<span class='
|
2783
|
-
<span class='
|
2784
|
-
</pre>
|
2881
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_remove_system_groups'>remove_system_groups</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
2882
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
2883
|
+
<span class='kw'>end</span></pre>
|
2785
2884
|
</td>
|
2786
2885
|
</tr>
|
2787
2886
|
</table>
|
2788
2887
|
</div>
|
2789
2888
|
|
2790
2889
|
<div class="method_details ">
|
2791
|
-
<h3 class="signature " id="
|
2890
|
+
<h3 class="signature " id="report-instance_method">
|
2792
2891
|
|
2793
|
-
- (<tt>Array</tt>) <strong>
|
2892
|
+
- (<tt>Array</tt>) <strong>report</strong>(params = {}, headers = {})
|
2794
2893
|
|
2795
2894
|
|
2796
2895
|
|
@@ -2798,9 +2897,8 @@ First item: parsed data; second item: raw body
|
|
2798
2897
|
|
2799
2898
|
</h3><div class="docstring">
|
2800
2899
|
<div class="discussion">
|
2801
|
-
|
2802
|
-
First item: parsed data; second item: raw body
|
2803
|
-
</p>
|
2900
|
+
|
2901
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
2804
2902
|
|
2805
2903
|
|
2806
2904
|
</div>
|
@@ -2821,9 +2919,8 @@ First item: parsed data; second item: raw body
|
|
2821
2919
|
|
2822
2920
|
|
2823
2921
|
—
|
2824
|
-
<div class='inline'
|
2825
|
-
a hash of params to be passed to the service
|
2826
|
-
</p>
|
2922
|
+
<div class='inline'>
|
2923
|
+
<p>a hash of params to be passed to the service</p>
|
2827
2924
|
</div>
|
2828
2925
|
|
2829
2926
|
</li>
|
@@ -2840,9 +2937,8 @@ a hash of params to be passed to the service
|
|
2840
2937
|
|
2841
2938
|
|
2842
2939
|
—
|
2843
|
-
<div class='inline'
|
2844
|
-
additional http headers
|
2845
|
-
</p>
|
2940
|
+
<div class='inline'>
|
2941
|
+
<p>additional http headers</p>
|
2846
2942
|
</div>
|
2847
2943
|
|
2848
2944
|
</li>
|
@@ -2856,15 +2952,27 @@ additional http headers
|
|
2856
2952
|
<ul class="option">
|
2857
2953
|
|
2858
2954
|
<li>
|
2859
|
-
<span class="name">
|
2860
|
-
<span class="type">(<tt>
|
2955
|
+
<span class="name">environment_id</span>
|
2956
|
+
<span class="type">(<tt>Object</tt>)</span>
|
2957
|
+
<span class="default">
|
2958
|
+
|
2959
|
+
</span>
|
2960
|
+
|
2961
|
+
— <div class='inline'>
|
2962
|
+
<p>Part of <tt>/api/environments/:environment_id/systems/report</tt> path</p>
|
2963
|
+
</div>
|
2964
|
+
|
2965
|
+
</li>
|
2966
|
+
|
2967
|
+
<li>
|
2968
|
+
<span class="name">organization_id</span>
|
2969
|
+
<span class="type">(<tt>Object</tt>)</span>
|
2861
2970
|
<span class="default">
|
2862
2971
|
|
2863
2972
|
</span>
|
2864
2973
|
|
2865
|
-
— <div class='inline'
|
2866
|
-
|
2867
|
-
</p>
|
2974
|
+
— <div class='inline'>
|
2975
|
+
<p>Part of <tt>/api/organizations/:organization_id/systems/report</tt> path</p>
|
2868
2976
|
</div>
|
2869
2977
|
|
2870
2978
|
</li>
|
@@ -2885,9 +2993,8 @@ uuid of the system
|
|
2885
2993
|
|
2886
2994
|
|
2887
2995
|
—
|
2888
|
-
<div class='inline'
|
2889
|
-
First item: parsed data; second item: raw body
|
2890
|
-
</p>
|
2996
|
+
<div class='inline'>
|
2997
|
+
<p>First item: parsed data; second item: raw body</p>
|
2891
2998
|
</div>
|
2892
2999
|
|
2893
3000
|
</li>
|
@@ -2900,26 +3007,25 @@ First item: parsed data; second item: raw body
|
|
2900
3007
|
<pre class="lines">
|
2901
3008
|
|
2902
3009
|
|
2903
|
-
|
2904
|
-
|
2905
|
-
|
3010
|
+
175
|
3011
|
+
176
|
3012
|
+
177</pre>
|
2906
3013
|
</td>
|
2907
3014
|
<td>
|
2908
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
3015
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 175</span>
|
2909
3016
|
|
2910
|
-
<span class='
|
2911
|
-
<span class='
|
2912
|
-
<span class='
|
2913
|
-
</pre>
|
3017
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_report'>report</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
3018
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
3019
|
+
<span class='kw'>end</span></pre>
|
2914
3020
|
</td>
|
2915
3021
|
</tr>
|
2916
3022
|
</table>
|
2917
3023
|
</div>
|
2918
3024
|
|
2919
3025
|
<div class="method_details ">
|
2920
|
-
<h3 class="signature " id="
|
3026
|
+
<h3 class="signature " id="show-instance_method">
|
2921
3027
|
|
2922
|
-
- (<tt>Array</tt>) <strong>
|
3028
|
+
- (<tt>Array</tt>) <strong>show</strong>(params = {}, headers = {})
|
2923
3029
|
|
2924
3030
|
|
2925
3031
|
|
@@ -2927,9 +3033,8 @@ First item: parsed data; second item: raw body
|
|
2927
3033
|
|
2928
3034
|
</h3><div class="docstring">
|
2929
3035
|
<div class="discussion">
|
2930
|
-
|
2931
|
-
First item: parsed data; second item: raw body
|
2932
|
-
</p>
|
3036
|
+
|
3037
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
2933
3038
|
|
2934
3039
|
|
2935
3040
|
</div>
|
@@ -2950,9 +3055,8 @@ First item: parsed data; second item: raw body
|
|
2950
3055
|
|
2951
3056
|
|
2952
3057
|
—
|
2953
|
-
<div class='inline'
|
2954
|
-
a hash of params to be passed to the service
|
2955
|
-
</p>
|
3058
|
+
<div class='inline'>
|
3059
|
+
<p>a hash of params to be passed to the service</p>
|
2956
3060
|
</div>
|
2957
3061
|
|
2958
3062
|
</li>
|
@@ -2969,9 +3073,8 @@ a hash of params to be passed to the service
|
|
2969
3073
|
|
2970
3074
|
|
2971
3075
|
—
|
2972
|
-
<div class='inline'
|
2973
|
-
additional http headers
|
2974
|
-
</p>
|
3076
|
+
<div class='inline'>
|
3077
|
+
<p>additional http headers</p>
|
2975
3078
|
</div>
|
2976
3079
|
|
2977
3080
|
</li>
|
@@ -2991,9 +3094,8 @@ additional http headers
|
|
2991
3094
|
|
2992
3095
|
</span>
|
2993
3096
|
|
2994
|
-
— <div class='inline'
|
2995
|
-
uuid of the
|
2996
|
-
</p>
|
3097
|
+
— <div class='inline'>
|
3098
|
+
<p>uuid of the system</p>
|
2997
3099
|
</div>
|
2998
3100
|
|
2999
3101
|
</li>
|
@@ -3014,9 +3116,8 @@ uuid of the task
|
|
3014
3116
|
|
3015
3117
|
|
3016
3118
|
—
|
3017
|
-
<div class='inline'
|
3018
|
-
First item: parsed data; second item: raw body
|
3019
|
-
</p>
|
3119
|
+
<div class='inline'>
|
3120
|
+
<p>First item: parsed data; second item: raw body</p>
|
3020
3121
|
</div>
|
3021
3122
|
|
3022
3123
|
</li>
|
@@ -3029,17 +3130,16 @@ First item: parsed data; second item: raw body
|
|
3029
3130
|
<pre class="lines">
|
3030
3131
|
|
3031
3132
|
|
3032
|
-
|
3033
|
-
|
3034
|
-
|
3133
|
+
82
|
3134
|
+
83
|
3135
|
+
84</pre>
|
3035
3136
|
</td>
|
3036
3137
|
<td>
|
3037
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
3138
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 82</span>
|
3038
3139
|
|
3039
|
-
<span class='
|
3040
|
-
<span class='
|
3041
|
-
<span class='
|
3042
|
-
</pre>
|
3140
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_show'>show</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
3141
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
3142
|
+
<span class='kw'>end</span></pre>
|
3043
3143
|
</td>
|
3044
3144
|
</tr>
|
3045
3145
|
</table>
|
@@ -3056,9 +3156,8 @@ First item: parsed data; second item: raw body
|
|
3056
3156
|
|
3057
3157
|
</h3><div class="docstring">
|
3058
3158
|
<div class="discussion">
|
3059
|
-
|
3060
|
-
First item: parsed data; second item: raw body
|
3061
|
-
</p>
|
3159
|
+
|
3160
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
3062
3161
|
|
3063
3162
|
|
3064
3163
|
</div>
|
@@ -3079,9 +3178,8 @@ First item: parsed data; second item: raw body
|
|
3079
3178
|
|
3080
3179
|
|
3081
3180
|
—
|
3082
|
-
<div class='inline'
|
3083
|
-
a hash of params to be passed to the service
|
3084
|
-
</p>
|
3181
|
+
<div class='inline'>
|
3182
|
+
<p>a hash of params to be passed to the service</p>
|
3085
3183
|
</div>
|
3086
3184
|
|
3087
3185
|
</li>
|
@@ -3098,9 +3196,8 @@ a hash of params to be passed to the service
|
|
3098
3196
|
|
3099
3197
|
|
3100
3198
|
—
|
3101
|
-
<div class='inline'
|
3102
|
-
additional http headers
|
3103
|
-
</p>
|
3199
|
+
<div class='inline'>
|
3200
|
+
<p>additional http headers</p>
|
3104
3201
|
</div>
|
3105
3202
|
|
3106
3203
|
</li>
|
@@ -3114,43 +3211,14 @@ additional http headers
|
|
3114
3211
|
<ul class="option">
|
3115
3212
|
|
3116
3213
|
<li>
|
3117
|
-
<span class="name">
|
3118
|
-
<span class="type">(<tt>Object</tt>)</span>
|
3119
|
-
<span class="default">
|
3120
|
-
|
3121
|
-
</span>
|
3122
|
-
|
3123
|
-
— <div class='inline'><p>
|
3124
|
-
Part of <tt>/api/organizations/:organization_id/systems/tasks</tt> path
|
3125
|
-
</p>
|
3126
|
-
</div>
|
3127
|
-
|
3128
|
-
</li>
|
3129
|
-
|
3130
|
-
<li>
|
3131
|
-
<span class="name">system_name</span>
|
3132
|
-
<span class="type">(<tt>String</tt>)</span>
|
3133
|
-
<span class="default">
|
3134
|
-
|
3135
|
-
</span>
|
3136
|
-
|
3137
|
-
— <div class='inline'><p>
|
3138
|
-
name of the system
|
3139
|
-
</p>
|
3140
|
-
</div>
|
3141
|
-
|
3142
|
-
</li>
|
3143
|
-
|
3144
|
-
<li>
|
3145
|
-
<span class="name">system_uuid</span>
|
3214
|
+
<span class="name">id</span>
|
3146
3215
|
<span class="type">(<tt>String</tt>)</span>
|
3147
3216
|
<span class="default">
|
3148
3217
|
|
3149
3218
|
</span>
|
3150
3219
|
|
3151
|
-
— <div class='inline'
|
3152
|
-
uuid of the system
|
3153
|
-
</p>
|
3220
|
+
— <div class='inline'>
|
3221
|
+
<p>uuid of the system</p>
|
3154
3222
|
</div>
|
3155
3223
|
|
3156
3224
|
</li>
|
@@ -3171,9 +3239,8 @@ uuid of the system
|
|
3171
3239
|
|
3172
3240
|
|
3173
3241
|
—
|
3174
|
-
<div class='inline'
|
3175
|
-
First item: parsed data; second item: raw body
|
3176
|
-
</p>
|
3242
|
+
<div class='inline'>
|
3243
|
+
<p>First item: parsed data; second item: raw body</p>
|
3177
3244
|
</div>
|
3178
3245
|
|
3179
3246
|
</li>
|
@@ -3186,17 +3253,16 @@ First item: parsed data; second item: raw body
|
|
3186
3253
|
<pre class="lines">
|
3187
3254
|
|
3188
3255
|
|
3189
|
-
|
3190
|
-
|
3191
|
-
|
3256
|
+
165
|
3257
|
+
166
|
3258
|
+
167</pre>
|
3192
3259
|
</td>
|
3193
3260
|
<td>
|
3194
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
3261
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 165</span>
|
3195
3262
|
|
3196
|
-
<span class='
|
3197
|
-
<span class='
|
3198
|
-
<span class='
|
3199
|
-
</pre>
|
3263
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_tasks'>tasks</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
3264
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
3265
|
+
<span class='kw'>end</span></pre>
|
3200
3266
|
</td>
|
3201
3267
|
</tr>
|
3202
3268
|
</table>
|
@@ -3213,9 +3279,8 @@ First item: parsed data; second item: raw body
|
|
3213
3279
|
|
3214
3280
|
</h3><div class="docstring">
|
3215
3281
|
<div class="discussion">
|
3216
|
-
|
3217
|
-
First item: parsed data; second item: raw body
|
3218
|
-
</p>
|
3282
|
+
|
3283
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
3219
3284
|
|
3220
3285
|
|
3221
3286
|
</div>
|
@@ -3236,9 +3301,8 @@ First item: parsed data; second item: raw body
|
|
3236
3301
|
|
3237
3302
|
|
3238
3303
|
—
|
3239
|
-
<div class='inline'
|
3240
|
-
a hash of params to be passed to the service
|
3241
|
-
</p>
|
3304
|
+
<div class='inline'>
|
3305
|
+
<p>a hash of params to be passed to the service</p>
|
3242
3306
|
</div>
|
3243
3307
|
|
3244
3308
|
</li>
|
@@ -3255,9 +3319,8 @@ a hash of params to be passed to the service
|
|
3255
3319
|
|
3256
3320
|
|
3257
3321
|
—
|
3258
|
-
<div class='inline'
|
3259
|
-
additional http headers
|
3260
|
-
</p>
|
3322
|
+
<div class='inline'>
|
3323
|
+
<p>additional http headers</p>
|
3261
3324
|
</div>
|
3262
3325
|
|
3263
3326
|
</li>
|
@@ -3277,9 +3340,8 @@ additional http headers
|
|
3277
3340
|
|
3278
3341
|
</span>
|
3279
3342
|
|
3280
|
-
— <div class='inline'
|
3281
|
-
Part of <tt>/api/
|
3282
|
-
</p>
|
3343
|
+
— <div class='inline'>
|
3344
|
+
<p>Part of <tt>/api/systems/:id</tt> path</p>
|
3283
3345
|
</div>
|
3284
3346
|
|
3285
3347
|
</li>
|
@@ -3291,6 +3353,10 @@ Part of <tt>/api/consumers/:id</tt> path
|
|
3291
3353
|
|
3292
3354
|
</span>
|
3293
3355
|
|
3356
|
+
— <div class='inline'>
|
3357
|
+
<p>specify the content view</p>
|
3358
|
+
</div>
|
3359
|
+
|
3294
3360
|
</li>
|
3295
3361
|
|
3296
3362
|
<li>
|
@@ -3300,217 +3366,141 @@ Part of <tt>/api/consumers/:id</tt> path
|
|
3300
3366
|
|
3301
3367
|
</span>
|
3302
3368
|
|
3369
|
+
— <div class='inline'>
|
3370
|
+
<p>specify the environment</p>
|
3371
|
+
</div>
|
3372
|
+
|
3303
3373
|
</li>
|
3304
3374
|
|
3305
3375
|
<li>
|
3306
|
-
<span class="name">
|
3307
|
-
<span class="type">(<tt>
|
3376
|
+
<span class="name">guest_ids</span>
|
3377
|
+
<span class="type">(<tt>Array</tt>)</span>
|
3308
3378
|
<span class="default">
|
3309
3379
|
|
3310
3380
|
</span>
|
3311
3381
|
|
3312
|
-
— <div class='inline'
|
3313
|
-
|
3314
|
-
</p>
|
3382
|
+
— <div class='inline'>
|
3383
|
+
<p>ids of the guests running on this system</p>
|
3315
3384
|
</div>
|
3316
3385
|
|
3317
3386
|
</li>
|
3318
3387
|
|
3319
3388
|
<li>
|
3320
|
-
<span class="name">
|
3321
|
-
<span class="type">(<tt>String</tt
|
3389
|
+
<span class="name">description</span>
|
3390
|
+
<span class="type">(<tt>String</tt>)</span>
|
3322
3391
|
<span class="default">
|
3323
3392
|
|
3324
3393
|
</span>
|
3325
3394
|
|
3326
|
-
— <div class='inline'
|
3327
|
-
|
3328
|
-
</p>
|
3395
|
+
— <div class='inline'>
|
3396
|
+
<p>description of the system</p>
|
3329
3397
|
</div>
|
3330
3398
|
|
3331
3399
|
</li>
|
3332
3400
|
|
3333
3401
|
<li>
|
3334
|
-
<span class="name">
|
3335
|
-
<span class="type">(<tt>
|
3402
|
+
<span class="name">facts</span>
|
3403
|
+
<span class="type">(<tt>Hash</tt>)</span>
|
3336
3404
|
<span class="default">
|
3337
3405
|
|
3338
3406
|
</span>
|
3339
3407
|
|
3340
|
-
— <div class='inline'
|
3341
|
-
|
3342
|
-
|
3408
|
+
— <div class='inline'>
|
3409
|
+
<p>key-value hash of system-specific facts allowed keys are:</p>
|
3410
|
+
<ul><li>
|
3411
|
+
<p>fact [String, nil] any number of facts about this system</p>
|
3412
|
+
</li></ul>
|
3343
3413
|
</div>
|
3344
3414
|
|
3345
3415
|
</li>
|
3346
3416
|
|
3347
3417
|
<li>
|
3348
|
-
<span class="name">
|
3349
|
-
<span class="type">(<tt>
|
3418
|
+
<span class="name">installed_products</span>
|
3419
|
+
<span class="type">(<tt>Array</tt>, <tt>nil</tt>)</span>
|
3350
3420
|
<span class="default">
|
3351
3421
|
|
3352
3422
|
</span>
|
3353
3423
|
|
3354
|
-
— <div class='inline'
|
3355
|
-
|
3356
|
-
</p>
|
3424
|
+
— <div class='inline'>
|
3425
|
+
<p>list of products installed on the system</p>
|
3357
3426
|
</div>
|
3358
3427
|
|
3359
3428
|
</li>
|
3360
3429
|
|
3361
3430
|
<li>
|
3362
|
-
<span class="name">
|
3363
|
-
<span class="type">(<tt>String</tt
|
3431
|
+
<span class="name">last_checkin</span>
|
3432
|
+
<span class="type">(<tt>String</tt>)</span>
|
3364
3433
|
<span class="default">
|
3365
3434
|
|
3366
3435
|
</span>
|
3367
3436
|
|
3368
|
-
— <div class='inline'
|
3369
|
-
|
3370
|
-
</p>
|
3437
|
+
— <div class='inline'>
|
3438
|
+
<p>last check-in time of this system</p>
|
3371
3439
|
</div>
|
3372
3440
|
|
3373
3441
|
</li>
|
3374
3442
|
|
3375
3443
|
<li>
|
3376
|
-
<span class="name">
|
3444
|
+
<span class="name">location</span>
|
3377
3445
|
<span class="type">(<tt>String</tt>)</span>
|
3378
3446
|
<span class="default">
|
3379
3447
|
|
3380
3448
|
</span>
|
3381
3449
|
|
3382
|
-
— <div class='inline'
|
3383
|
-
|
3384
|
-
</p>
|
3450
|
+
— <div class='inline'>
|
3451
|
+
<p>physical location of the system</p>
|
3385
3452
|
</div>
|
3386
3453
|
|
3387
3454
|
</li>
|
3388
3455
|
|
3389
|
-
|
3390
|
-
|
3391
|
-
|
3392
|
-
|
3393
|
-
|
3394
|
-
|
3395
|
-
|
3396
|
-
|
3397
|
-
|
3398
|
-
|
3399
|
-
|
3400
|
-
<span class='type'>(<tt>Array</tt>)</span>
|
3401
|
-
|
3402
|
-
|
3403
|
-
|
3404
|
-
—
|
3405
|
-
<div class='inline'><p>
|
3406
|
-
First item: parsed data; second item: raw body
|
3407
|
-
</p>
|
3408
|
-
</div>
|
3409
|
-
|
3410
|
-
</li>
|
3411
|
-
|
3412
|
-
</ul>
|
3413
|
-
|
3414
|
-
</div><table class="source_code">
|
3415
|
-
<tr>
|
3416
|
-
<td>
|
3417
|
-
<pre class="lines">
|
3418
|
-
|
3419
|
-
|
3420
|
-
72
|
3421
|
-
73
|
3422
|
-
74</pre>
|
3423
|
-
</td>
|
3424
|
-
<td>
|
3425
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 72</span>
|
3426
|
-
|
3427
|
-
<span class='rubyid_def def kw'>def</span> <span class='rubyid_update identifier id'>update</span><span class='lparen token'>(</span><span class='rubyid_params identifier id'>params</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='comma token'>,</span> <span class='rubyid_headers identifier id'>headers</span> <span class='assign token'>=</span> <span class='lbrace token'>{</span><span class='rbrace token'>}</span><span class='rparen token'>)</span>
|
3428
|
-
<span class='rubyid_perform_call identifier id'>perform_call</span><span class='lparen token'>(</span><span class='rubyid___method__ identifier id'>__method__</span><span class='comma token'>,</span> <span class='rubyid_params identifier id'>params</span><span class='comma token'>,</span> <span class='rubyid_headers identifier id'>headers</span><span class='rparen token'>)</span>
|
3429
|
-
<span class='rubyid_end end kw'>end</span>
|
3430
|
-
</pre>
|
3431
|
-
</td>
|
3432
|
-
</tr>
|
3433
|
-
</table>
|
3434
|
-
</div>
|
3435
|
-
|
3436
|
-
<div class="method_details ">
|
3437
|
-
<h3 class="signature " id="upload_package_profile-instance_method">
|
3438
|
-
|
3439
|
-
- (<tt>Array</tt>) <strong>upload_package_profile</strong>(params = {}, headers = {})
|
3440
|
-
|
3441
|
-
|
3442
|
-
|
3443
|
-
|
3444
|
-
|
3445
|
-
</h3><div class="docstring">
|
3446
|
-
<div class="discussion">
|
3447
|
-
<p>
|
3448
|
-
First item: parsed data; second item: raw body
|
3449
|
-
</p>
|
3450
|
-
|
3451
|
-
|
3452
|
-
</div>
|
3456
|
+
<li>
|
3457
|
+
<span class="name">name</span>
|
3458
|
+
<span class="type">(<tt>String</tt>)</span>
|
3459
|
+
<span class="default">
|
3460
|
+
|
3461
|
+
</span>
|
3462
|
+
|
3463
|
+
— <div class='inline'>
|
3464
|
+
<p>name of the system</p>
|
3453
3465
|
</div>
|
3454
|
-
|
3455
|
-
|
3456
|
-
<ul class="param">
|
3457
|
-
|
3458
|
-
<li>
|
3459
|
-
|
3460
|
-
<span class='name'>params</span>
|
3461
|
-
|
3462
|
-
|
3463
|
-
<span class='type'>(<tt>Hash</tt>)</span>
|
3464
|
-
|
3465
|
-
|
3466
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
3467
|
-
|
3466
|
+
|
3467
|
+
</li>
|
3468
3468
|
|
3469
|
-
|
3470
|
-
|
3471
|
-
|
3472
|
-
|
3469
|
+
<li>
|
3470
|
+
<span class="name">release_ver</span>
|
3471
|
+
<span class="type">(<tt>String</tt>)</span>
|
3472
|
+
<span class="default">
|
3473
|
+
|
3474
|
+
</span>
|
3475
|
+
|
3476
|
+
— <div class='inline'>
|
3477
|
+
<p>release version of the system</p>
|
3473
3478
|
</div>
|
3479
|
+
|
3480
|
+
</li>
|
3474
3481
|
|
3475
|
-
|
3476
|
-
|
3477
|
-
|
3478
|
-
|
3479
|
-
|
3480
|
-
|
3481
|
-
|
3482
|
-
|
3483
|
-
|
3484
|
-
|
3485
|
-
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
3486
|
-
|
3487
|
-
|
3488
|
-
—
|
3489
|
-
<div class='inline'><p>
|
3490
|
-
additional http headers
|
3491
|
-
</p>
|
3482
|
+
<li>
|
3483
|
+
<span class="name">service_level</span>
|
3484
|
+
<span class="type">(<tt>String</tt>, <tt>nil</tt>)</span>
|
3485
|
+
<span class="default">
|
3486
|
+
|
3487
|
+
</span>
|
3488
|
+
|
3489
|
+
— <div class='inline'>
|
3490
|
+
<p>a service level for auto-healing process, e.g. self-support</p>
|
3492
3491
|
</div>
|
3493
|
-
|
3494
|
-
|
3495
|
-
|
3496
|
-
</ul>
|
3497
|
-
|
3498
|
-
|
3499
|
-
|
3500
|
-
|
3501
|
-
<p class="tag_title">Options Hash (<tt>params</tt>):</p>
|
3502
|
-
<ul class="option">
|
3492
|
+
|
3493
|
+
</li>
|
3503
3494
|
|
3504
3495
|
<li>
|
3505
|
-
<span class="name">
|
3496
|
+
<span class="name">type</span>
|
3506
3497
|
<span class="type">(<tt>String</tt>)</span>
|
3507
3498
|
<span class="default">
|
3508
3499
|
|
3509
3500
|
</span>
|
3510
3501
|
|
3511
|
-
— <div class='inline'
|
3512
|
-
|
3513
|
-
</p>
|
3502
|
+
— <div class='inline'>
|
3503
|
+
<p>type of the system, it should always be ‘system’</p>
|
3514
3504
|
</div>
|
3515
3505
|
|
3516
3506
|
</li>
|
@@ -3531,9 +3521,8 @@ uuid of the system
|
|
3531
3521
|
|
3532
3522
|
|
3533
3523
|
—
|
3534
|
-
<div class='inline'
|
3535
|
-
First item: parsed data; second item: raw body
|
3536
|
-
</p>
|
3524
|
+
<div class='inline'>
|
3525
|
+
<p>First item: parsed data; second item: raw body</p>
|
3537
3526
|
</div>
|
3538
3527
|
|
3539
3528
|
</li>
|
@@ -3546,17 +3535,16 @@ First item: parsed data; second item: raw body
|
|
3546
3535
|
<pre class="lines">
|
3547
3536
|
|
3548
3537
|
|
3549
|
-
|
3550
|
-
|
3551
|
-
|
3538
|
+
73
|
3539
|
+
74
|
3540
|
+
75</pre>
|
3552
3541
|
</td>
|
3553
3542
|
<td>
|
3554
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line
|
3543
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system.rb', line 73</span>
|
3555
3544
|
|
3556
|
-
<span class='
|
3557
|
-
<span class='
|
3558
|
-
<span class='
|
3559
|
-
</pre>
|
3545
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_update'>update</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
3546
|
+
<span class='id identifier rubyid_perform_call'>perform_call</span><span class='lparen'>(</span><span class='id identifier rubyid___method__'>__method__</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span><span class='comma'>,</span> <span class='id identifier rubyid_headers'>headers</span><span class='rparen'>)</span>
|
3547
|
+
<span class='kw'>end</span></pre>
|
3560
3548
|
</td>
|
3561
3549
|
</tr>
|
3562
3550
|
</table>
|
@@ -3567,9 +3555,9 @@ First item: parsed data; second item: raw body
|
|
3567
3555
|
</div>
|
3568
3556
|
|
3569
3557
|
<div id="footer">
|
3570
|
-
Generated on
|
3558
|
+
Generated on Wed Jan 15 20:45:15 2014 by
|
3571
3559
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
3572
|
-
0.8.
|
3560
|
+
0.8.7.3 (ruby-1.9.3).
|
3573
3561
|
</div>
|
3574
3562
|
|
3575
3563
|
</body>
|