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::SystemGroup
|
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,32 @@
|
|
178
178
|
|
179
179
|
|
180
180
|
|
181
|
-
<span class="summary_desc"><div class='inline'
|
182
|
-
First item: parsed data; second item: raw body
|
183
|
-
</
|
181
|
+
<span class="summary_desc"><div class='inline'>
|
182
|
+
<p>First item: parsed data; second item: raw body.</p>
|
183
|
+
</div></span>
|
184
|
+
|
185
|
+
</li>
|
186
|
+
|
187
|
+
|
188
|
+
<li class="public ">
|
189
|
+
<span class="summary_signature">
|
190
|
+
|
191
|
+
<a href="#copy-instance_method" title="#copy (instance method)">- (Array) <strong>copy</strong>(params = {}, headers = {}) </a>
|
192
|
+
|
193
|
+
|
194
|
+
|
195
|
+
</span>
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
|
203
|
+
|
204
|
+
|
205
|
+
<span class="summary_desc"><div class='inline'>
|
206
|
+
<p>First item: parsed data; second item: raw body.</p>
|
184
207
|
</div></span>
|
185
208
|
|
186
209
|
</li>
|
@@ -203,9 +226,8 @@ First item: parsed data; second item: raw body.
|
|
203
226
|
|
204
227
|
|
205
228
|
|
206
|
-
<span class="summary_desc"><div class='inline'
|
207
|
-
First item: parsed data; second item: raw body
|
208
|
-
</p>
|
229
|
+
<span class="summary_desc"><div class='inline'>
|
230
|
+
<p>First item: parsed data; second item: raw body.</p>
|
209
231
|
</div></span>
|
210
232
|
|
211
233
|
</li>
|
@@ -228,9 +250,32 @@ First item: parsed data; second item: raw body.
|
|
228
250
|
|
229
251
|
|
230
252
|
|
231
|
-
<span class="summary_desc"><div class='inline'
|
232
|
-
First item: parsed data; second item: raw body
|
233
|
-
</
|
253
|
+
<span class="summary_desc"><div class='inline'>
|
254
|
+
<p>First item: parsed data; second item: raw body.</p>
|
255
|
+
</div></span>
|
256
|
+
|
257
|
+
</li>
|
258
|
+
|
259
|
+
|
260
|
+
<li class="public ">
|
261
|
+
<span class="summary_signature">
|
262
|
+
|
263
|
+
<a href="#destroy_systems-instance_method" title="#destroy_systems (instance method)">- (Array) <strong>destroy_systems</strong>(params = {}, headers = {}) </a>
|
264
|
+
|
265
|
+
|
266
|
+
|
267
|
+
</span>
|
268
|
+
|
269
|
+
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
|
275
|
+
|
276
|
+
|
277
|
+
<span class="summary_desc"><div class='inline'>
|
278
|
+
<p>First item: parsed data; second item: raw body.</p>
|
234
279
|
</div></span>
|
235
280
|
|
236
281
|
</li>
|
@@ -253,9 +298,8 @@ First item: parsed data; second item: raw body.
|
|
253
298
|
|
254
299
|
|
255
300
|
|
256
|
-
<span class="summary_desc"><div class='inline'
|
257
|
-
First item: parsed data; second item: raw body
|
258
|
-
</p>
|
301
|
+
<span class="summary_desc"><div class='inline'>
|
302
|
+
<p>First item: parsed data; second item: raw body.</p>
|
259
303
|
</div></span>
|
260
304
|
|
261
305
|
</li>
|
@@ -278,9 +322,8 @@ First item: parsed data; second item: raw body.
|
|
278
322
|
|
279
323
|
|
280
324
|
|
281
|
-
<span class="summary_desc"><div class='inline'
|
282
|
-
First item: parsed data; second item: raw body
|
283
|
-
</p>
|
325
|
+
<span class="summary_desc"><div class='inline'>
|
326
|
+
<p>First item: parsed data; second item: raw body.</p>
|
284
327
|
</div></span>
|
285
328
|
|
286
329
|
</li>
|
@@ -303,9 +346,8 @@ First item: parsed data; second item: raw body.
|
|
303
346
|
|
304
347
|
|
305
348
|
|
306
|
-
<span class="summary_desc"><div class='inline'
|
307
|
-
First item: parsed data; second item: raw body
|
308
|
-
</p>
|
349
|
+
<span class="summary_desc"><div class='inline'>
|
350
|
+
<p>First item: parsed data; second item: raw body.</p>
|
309
351
|
</div></span>
|
310
352
|
|
311
353
|
</li>
|
@@ -328,9 +370,8 @@ First item: parsed data; second item: raw body.
|
|
328
370
|
|
329
371
|
|
330
372
|
|
331
|
-
<span class="summary_desc"><div class='inline'
|
332
|
-
First item: parsed data; second item: raw body
|
333
|
-
</p>
|
373
|
+
<span class="summary_desc"><div class='inline'>
|
374
|
+
<p>First item: parsed data; second item: raw body.</p>
|
334
375
|
</div></span>
|
335
376
|
|
336
377
|
</li>
|
@@ -353,9 +394,8 @@ First item: parsed data; second item: raw body.
|
|
353
394
|
|
354
395
|
|
355
396
|
|
356
|
-
<span class="summary_desc"><div class='inline'
|
357
|
-
First item: parsed data; second item: raw body
|
358
|
-
</p>
|
397
|
+
<span class="summary_desc"><div class='inline'>
|
398
|
+
<p>First item: parsed data; second item: raw body.</p>
|
359
399
|
</div></span>
|
360
400
|
|
361
401
|
</li>
|
@@ -378,9 +418,8 @@ First item: parsed data; second item: raw body.
|
|
378
418
|
|
379
419
|
|
380
420
|
|
381
|
-
<span class="summary_desc"><div class='inline'
|
382
|
-
First item: parsed data; second item: raw body
|
383
|
-
</p>
|
421
|
+
<span class="summary_desc"><div class='inline'>
|
422
|
+
<p>First item: parsed data; second item: raw body.</p>
|
384
423
|
</div></span>
|
385
424
|
|
386
425
|
</li>
|
@@ -403,9 +442,8 @@ First item: parsed data; second item: raw body.
|
|
403
442
|
|
404
443
|
|
405
444
|
|
406
|
-
<span class="summary_desc"><div class='inline'
|
407
|
-
First item: parsed data; second item: raw body
|
408
|
-
</p>
|
445
|
+
<span class="summary_desc"><div class='inline'>
|
446
|
+
<p>First item: parsed data; second item: raw body.</p>
|
409
447
|
</div></span>
|
410
448
|
|
411
449
|
</li>
|
@@ -459,10 +497,9 @@ First item: parsed data; second item: raw body.
|
|
459
497
|
<td>
|
460
498
|
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 4</span>
|
461
499
|
|
462
|
-
<span class='
|
463
|
-
<span class='
|
464
|
-
<span class='
|
465
|
-
</pre>
|
500
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_doc'>doc</span>
|
501
|
+
<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'>system_groups</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
502
|
+
<span class='kw'>end</span></pre>
|
466
503
|
</td>
|
467
504
|
</tr>
|
468
505
|
</table>
|
@@ -485,9 +522,8 @@ First item: parsed data; second item: raw body.
|
|
485
522
|
|
486
523
|
</h3><div class="docstring">
|
487
524
|
<div class="discussion">
|
488
|
-
|
489
|
-
First item: parsed data; second item: raw body
|
490
|
-
</p>
|
525
|
+
|
526
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
491
527
|
|
492
528
|
|
493
529
|
</div>
|
@@ -508,9 +544,8 @@ First item: parsed data; second item: raw body
|
|
508
544
|
|
509
545
|
|
510
546
|
—
|
511
|
-
<div class='inline'
|
512
|
-
a hash of params to be passed to the service
|
513
|
-
</p>
|
547
|
+
<div class='inline'>
|
548
|
+
<p>a hash of params to be passed to the service</p>
|
514
549
|
</div>
|
515
550
|
|
516
551
|
</li>
|
@@ -527,9 +562,8 @@ a hash of params to be passed to the service
|
|
527
562
|
|
528
563
|
|
529
564
|
—
|
530
|
-
<div class='inline'
|
531
|
-
additional http headers
|
532
|
-
</p>
|
565
|
+
<div class='inline'>
|
566
|
+
<p>additional http headers</p>
|
533
567
|
</div>
|
534
568
|
|
535
569
|
</li>
|
@@ -549,42 +583,21 @@ additional http headers
|
|
549
583
|
|
550
584
|
</span>
|
551
585
|
|
552
|
-
— <div class='inline'
|
553
|
-
id of the system group
|
554
|
-
</p>
|
586
|
+
— <div class='inline'>
|
587
|
+
<p>id of the system group</p>
|
555
588
|
</div>
|
556
589
|
|
557
590
|
</li>
|
558
591
|
|
559
592
|
<li>
|
560
|
-
<span class="name">
|
561
|
-
<span class="type">(<tt>
|
562
|
-
<span class="default">
|
563
|
-
|
564
|
-
</span>
|
565
|
-
|
566
|
-
— <div class='inline'><p>
|
567
|
-
organization identifier
|
568
|
-
</p>
|
569
|
-
</div>
|
570
|
-
|
571
|
-
</li>
|
572
|
-
|
573
|
-
<li>
|
574
|
-
<span class="name">system_group</span>
|
575
|
-
<span class="type">(<tt>Hash</tt>)</span>
|
593
|
+
<span class="name">system_ids</span>
|
594
|
+
<span class="type">(<tt>Array</tt>)</span>
|
576
595
|
<span class="default">
|
577
596
|
|
578
597
|
</span>
|
579
598
|
|
580
|
-
— <div class='inline'
|
581
|
-
|
582
|
-
</p>
|
583
|
-
<ul>
|
584
|
-
<li>system_ids [String] array of system ids
|
585
|
-
|
586
|
-
</li>
|
587
|
-
</ul>
|
599
|
+
— <div class='inline'>
|
600
|
+
<p>array of system ids</p>
|
588
601
|
</div>
|
589
602
|
|
590
603
|
</li>
|
@@ -605,9 +618,8 @@ allowed keys are:
|
|
605
618
|
|
606
619
|
|
607
620
|
—
|
608
|
-
<div class='inline'
|
609
|
-
First item: parsed data; second item: raw body
|
610
|
-
</p>
|
621
|
+
<div class='inline'>
|
622
|
+
<p>First item: parsed data; second item: raw body</p>
|
611
623
|
</div>
|
612
624
|
|
613
625
|
</li>
|
@@ -620,26 +632,25 @@ First item: parsed data; second item: raw body
|
|
620
632
|
<pre class="lines">
|
621
633
|
|
622
634
|
|
623
|
-
|
624
|
-
|
625
|
-
|
635
|
+
76
|
636
|
+
77
|
637
|
+
78</pre>
|
626
638
|
</td>
|
627
639
|
<td>
|
628
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
640
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 76</span>
|
629
641
|
|
630
|
-
<span class='
|
631
|
-
<span class='
|
632
|
-
<span class='
|
633
|
-
</pre>
|
642
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_add_systems'>add_systems</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>
|
643
|
+
<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>
|
644
|
+
<span class='kw'>end</span></pre>
|
634
645
|
</td>
|
635
646
|
</tr>
|
636
647
|
</table>
|
637
648
|
</div>
|
638
649
|
|
639
650
|
<div class="method_details ">
|
640
|
-
<h3 class="signature " id="
|
651
|
+
<h3 class="signature " id="copy-instance_method">
|
641
652
|
|
642
|
-
- (<tt>Array</tt>) <strong>
|
653
|
+
- (<tt>Array</tt>) <strong>copy</strong>(params = {}, headers = {})
|
643
654
|
|
644
655
|
|
645
656
|
|
@@ -647,9 +658,8 @@ First item: parsed data; second item: raw body
|
|
647
658
|
|
648
659
|
</h3><div class="docstring">
|
649
660
|
<div class="discussion">
|
650
|
-
|
651
|
-
First item: parsed data; second item: raw body
|
652
|
-
</p>
|
661
|
+
|
662
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
653
663
|
|
654
664
|
|
655
665
|
</div>
|
@@ -670,9 +680,8 @@ First item: parsed data; second item: raw body
|
|
670
680
|
|
671
681
|
|
672
682
|
—
|
673
|
-
<div class='inline'
|
674
|
-
a hash of params to be passed to the service
|
675
|
-
</p>
|
683
|
+
<div class='inline'>
|
684
|
+
<p>a hash of params to be passed to the service</p>
|
676
685
|
</div>
|
677
686
|
|
678
687
|
</li>
|
@@ -689,9 +698,8 @@ a hash of params to be passed to the service
|
|
689
698
|
|
690
699
|
|
691
700
|
—
|
692
|
-
<div class='inline'
|
693
|
-
additional http headers
|
694
|
-
</p>
|
701
|
+
<div class='inline'>
|
702
|
+
<p>additional http headers</p>
|
695
703
|
</div>
|
696
704
|
|
697
705
|
</li>
|
@@ -705,40 +713,27 @@ additional http headers
|
|
705
713
|
<ul class="option">
|
706
714
|
|
707
715
|
<li>
|
708
|
-
<span class="name">
|
716
|
+
<span class="name">id</span>
|
709
717
|
<span class="type">(<tt>String</tt>)</span>
|
710
718
|
<span class="default">
|
711
719
|
|
712
720
|
</span>
|
713
721
|
|
714
|
-
— <div class='inline'
|
715
|
-
|
716
|
-
</p>
|
722
|
+
— <div class='inline'>
|
723
|
+
<p>id of the system group</p>
|
717
724
|
</div>
|
718
725
|
|
719
726
|
</li>
|
720
727
|
|
721
728
|
<li>
|
722
|
-
<span class="name">
|
723
|
-
<span class="type">(<tt>
|
729
|
+
<span class="name">name</span>
|
730
|
+
<span class="type">(<tt>String</tt>)</span>
|
724
731
|
<span class="default">
|
725
732
|
|
726
733
|
</span>
|
727
734
|
|
728
|
-
— <div class='inline'
|
729
|
-
|
730
|
-
</p>
|
731
|
-
<ul>
|
732
|
-
<li>description [String, nil]
|
733
|
-
|
734
|
-
</li>
|
735
|
-
<li>max_systems [Numeric, nil] maximum number of systems in the group
|
736
|
-
|
737
|
-
</li>
|
738
|
-
<li>name [String] system group name
|
739
|
-
|
740
|
-
</li>
|
741
|
-
</ul>
|
735
|
+
— <div class='inline'>
|
736
|
+
<p>new system group name</p>
|
742
737
|
</div>
|
743
738
|
|
744
739
|
</li>
|
@@ -759,9 +754,8 @@ allowed keys are:
|
|
759
754
|
|
760
755
|
|
761
756
|
—
|
762
|
-
<div class='inline'
|
763
|
-
First item: parsed data; second item: raw body
|
764
|
-
</p>
|
757
|
+
<div class='inline'>
|
758
|
+
<p>First item: parsed data; second item: raw body</p>
|
765
759
|
</div>
|
766
760
|
|
767
761
|
</li>
|
@@ -774,26 +768,25 @@ First item: parsed data; second item: raw body
|
|
774
768
|
<pre class="lines">
|
775
769
|
|
776
770
|
|
777
|
-
|
778
|
-
|
779
|
-
|
771
|
+
115
|
772
|
+
116
|
773
|
+
117</pre>
|
780
774
|
</td>
|
781
775
|
<td>
|
782
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
776
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 115</span>
|
783
777
|
|
784
|
-
<span class='
|
785
|
-
<span class='
|
786
|
-
<span class='
|
787
|
-
</pre>
|
778
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_copy'>copy</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>
|
779
|
+
<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>
|
780
|
+
<span class='kw'>end</span></pre>
|
788
781
|
</td>
|
789
782
|
</tr>
|
790
783
|
</table>
|
791
784
|
</div>
|
792
785
|
|
793
786
|
<div class="method_details ">
|
794
|
-
<h3 class="signature " id="
|
787
|
+
<h3 class="signature " id="create-instance_method">
|
795
788
|
|
796
|
-
- (<tt>Array</tt>) <strong>
|
789
|
+
- (<tt>Array</tt>) <strong>create</strong>(params = {}, headers = {})
|
797
790
|
|
798
791
|
|
799
792
|
|
@@ -801,9 +794,8 @@ First item: parsed data; second item: raw body
|
|
801
794
|
|
802
795
|
</h3><div class="docstring">
|
803
796
|
<div class="discussion">
|
804
|
-
|
805
|
-
First item: parsed data; second item: raw body
|
806
|
-
</p>
|
797
|
+
|
798
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
807
799
|
|
808
800
|
|
809
801
|
</div>
|
@@ -824,9 +816,8 @@ First item: parsed data; second item: raw body
|
|
824
816
|
|
825
817
|
|
826
818
|
—
|
827
|
-
<div class='inline'
|
828
|
-
a hash of params to be passed to the service
|
829
|
-
</p>
|
819
|
+
<div class='inline'>
|
820
|
+
<p>a hash of params to be passed to the service</p>
|
830
821
|
</div>
|
831
822
|
|
832
823
|
</li>
|
@@ -843,9 +834,8 @@ a hash of params to be passed to the service
|
|
843
834
|
|
844
835
|
|
845
836
|
—
|
846
|
-
<div class='inline'
|
847
|
-
additional http headers
|
848
|
-
</p>
|
837
|
+
<div class='inline'>
|
838
|
+
<p>additional http headers</p>
|
849
839
|
</div>
|
850
840
|
|
851
841
|
</li>
|
@@ -859,29 +849,62 @@ additional http headers
|
|
859
849
|
<ul class="option">
|
860
850
|
|
861
851
|
<li>
|
862
|
-
<span class="name">
|
852
|
+
<span class="name">organization_id</span>
|
863
853
|
<span class="type">(<tt>String</tt>)</span>
|
864
854
|
<span class="default">
|
865
855
|
|
866
856
|
</span>
|
867
857
|
|
868
|
-
— <div class='inline'
|
869
|
-
|
870
|
-
</p>
|
858
|
+
— <div class='inline'>
|
859
|
+
<p>organization identifier</p>
|
871
860
|
</div>
|
872
861
|
|
873
862
|
</li>
|
874
863
|
|
875
864
|
<li>
|
876
|
-
<span class="name">
|
865
|
+
<span class="name">system_ids</span>
|
866
|
+
<span class="type">(<tt>Array</tt>)</span>
|
867
|
+
<span class="default">
|
868
|
+
|
869
|
+
</span>
|
870
|
+
|
871
|
+
— <div class='inline'>
|
872
|
+
<p>list of system uuids to be in the group</p>
|
873
|
+
</div>
|
874
|
+
|
875
|
+
</li>
|
876
|
+
|
877
|
+
<li>
|
878
|
+
<span class="name">description</span>
|
877
879
|
<span class="type">(<tt>String</tt>)</span>
|
878
880
|
<span class="default">
|
879
881
|
|
880
882
|
</span>
|
881
883
|
|
882
|
-
|
883
|
-
|
884
|
-
|
884
|
+
</li>
|
885
|
+
|
886
|
+
<li>
|
887
|
+
<span class="name">max_systems</span>
|
888
|
+
<span class="type">(<tt>Numeric</tt>)</span>
|
889
|
+
<span class="default">
|
890
|
+
|
891
|
+
</span>
|
892
|
+
|
893
|
+
— <div class='inline'>
|
894
|
+
<p>maximum number of systems in the group</p>
|
895
|
+
</div>
|
896
|
+
|
897
|
+
</li>
|
898
|
+
|
899
|
+
<li>
|
900
|
+
<span class="name">name</span>
|
901
|
+
<span class="type">(<tt>String</tt>)</span>
|
902
|
+
<span class="default">
|
903
|
+
|
904
|
+
</span>
|
905
|
+
|
906
|
+
— <div class='inline'>
|
907
|
+
<p>system group name</p>
|
885
908
|
</div>
|
886
909
|
|
887
910
|
</li>
|
@@ -902,9 +925,8 @@ organization identifier
|
|
902
925
|
|
903
926
|
|
904
927
|
—
|
905
|
-
<div class='inline'
|
906
|
-
First item: parsed data; second item: raw body
|
907
|
-
</p>
|
928
|
+
<div class='inline'>
|
929
|
+
<p>First item: parsed data; second item: raw body</p>
|
908
930
|
</div>
|
909
931
|
|
910
932
|
</li>
|
@@ -917,26 +939,25 @@ First item: parsed data; second item: raw body
|
|
917
939
|
<pre class="lines">
|
918
940
|
|
919
941
|
|
920
|
-
|
921
|
-
|
922
|
-
|
942
|
+
44
|
943
|
+
45
|
944
|
+
46</pre>
|
923
945
|
</td>
|
924
946
|
<td>
|
925
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
947
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 44</span>
|
926
948
|
|
927
|
-
<span class='
|
928
|
-
<span class='
|
929
|
-
<span class='
|
930
|
-
</pre>
|
949
|
+
<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>
|
950
|
+
<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>
|
951
|
+
<span class='kw'>end</span></pre>
|
931
952
|
</td>
|
932
953
|
</tr>
|
933
954
|
</table>
|
934
955
|
</div>
|
935
956
|
|
936
957
|
<div class="method_details ">
|
937
|
-
<h3 class="signature " id="
|
958
|
+
<h3 class="signature " id="destroy-instance_method">
|
938
959
|
|
939
|
-
- (<tt>Array</tt>) <strong>
|
960
|
+
- (<tt>Array</tt>) <strong>destroy</strong>(params = {}, headers = {})
|
940
961
|
|
941
962
|
|
942
963
|
|
@@ -944,9 +965,8 @@ First item: parsed data; second item: raw body
|
|
944
965
|
|
945
966
|
</h3><div class="docstring">
|
946
967
|
<div class="discussion">
|
947
|
-
|
948
|
-
First item: parsed data; second item: raw body
|
949
|
-
</p>
|
968
|
+
|
969
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
950
970
|
|
951
971
|
|
952
972
|
</div>
|
@@ -967,9 +987,8 @@ First item: parsed data; second item: raw body
|
|
967
987
|
|
968
988
|
|
969
989
|
—
|
970
|
-
<div class='inline'
|
971
|
-
a hash of params to be passed to the service
|
972
|
-
</p>
|
990
|
+
<div class='inline'>
|
991
|
+
<p>a hash of params to be passed to the service</p>
|
973
992
|
</div>
|
974
993
|
|
975
994
|
</li>
|
@@ -986,9 +1005,8 @@ a hash of params to be passed to the service
|
|
986
1005
|
|
987
1006
|
|
988
1007
|
—
|
989
|
-
<div class='inline'
|
990
|
-
additional http headers
|
991
|
-
</p>
|
1008
|
+
<div class='inline'>
|
1009
|
+
<p>additional http headers</p>
|
992
1010
|
</div>
|
993
1011
|
|
994
1012
|
</li>
|
@@ -1008,23 +1026,8 @@ additional http headers
|
|
1008
1026
|
|
1009
1027
|
</span>
|
1010
1028
|
|
1011
|
-
— <div class='inline'
|
1012
|
-
id of the system group
|
1013
|
-
</p>
|
1014
|
-
</div>
|
1015
|
-
|
1016
|
-
</li>
|
1017
|
-
|
1018
|
-
<li>
|
1019
|
-
<span class="name">organization_id</span>
|
1020
|
-
<span class="type">(<tt>String</tt>)</span>
|
1021
|
-
<span class="default">
|
1022
|
-
|
1023
|
-
</span>
|
1024
|
-
|
1025
|
-
— <div class='inline'><p>
|
1026
|
-
organization identifier
|
1027
|
-
</p>
|
1029
|
+
— <div class='inline'>
|
1030
|
+
<p>id of the system group</p>
|
1028
1031
|
</div>
|
1029
1032
|
|
1030
1033
|
</li>
|
@@ -1045,9 +1048,8 @@ organization identifier
|
|
1045
1048
|
|
1046
1049
|
|
1047
1050
|
—
|
1048
|
-
<div class='inline'
|
1049
|
-
First item: parsed data; second item: raw body
|
1050
|
-
</p>
|
1051
|
+
<div class='inline'>
|
1052
|
+
<p>First item: parsed data; second item: raw body</p>
|
1051
1053
|
</div>
|
1052
1054
|
|
1053
1055
|
</li>
|
@@ -1060,26 +1062,25 @@ First item: parsed data; second item: raw body
|
|
1060
1062
|
<pre class="lines">
|
1061
1063
|
|
1062
1064
|
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1065
|
+
124
|
1066
|
+
125
|
1067
|
+
126</pre>
|
1066
1068
|
</td>
|
1067
1069
|
<td>
|
1068
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
1070
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 124</span>
|
1069
1071
|
|
1070
|
-
<span class='
|
1071
|
-
<span class='
|
1072
|
-
<span class='
|
1073
|
-
</pre>
|
1072
|
+
<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>
|
1073
|
+
<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>
|
1074
|
+
<span class='kw'>end</span></pre>
|
1074
1075
|
</td>
|
1075
1076
|
</tr>
|
1076
1077
|
</table>
|
1077
1078
|
</div>
|
1078
1079
|
|
1079
1080
|
<div class="method_details ">
|
1080
|
-
<h3 class="signature " id="
|
1081
|
+
<h3 class="signature " id="destroy_systems-instance_method">
|
1081
1082
|
|
1082
|
-
- (<tt>Array</tt>) <strong>
|
1083
|
+
- (<tt>Array</tt>) <strong>destroy_systems</strong>(params = {}, headers = {})
|
1083
1084
|
|
1084
1085
|
|
1085
1086
|
|
@@ -1087,9 +1088,8 @@ First item: parsed data; second item: raw body
|
|
1087
1088
|
|
1088
1089
|
</h3><div class="docstring">
|
1089
1090
|
<div class="discussion">
|
1090
|
-
|
1091
|
-
First item: parsed data; second item: raw body
|
1092
|
-
</p>
|
1091
|
+
|
1092
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1093
1093
|
|
1094
1094
|
|
1095
1095
|
</div>
|
@@ -1110,9 +1110,8 @@ First item: parsed data; second item: raw body
|
|
1110
1110
|
|
1111
1111
|
|
1112
1112
|
—
|
1113
|
-
<div class='inline'
|
1114
|
-
a hash of params to be passed to the service
|
1115
|
-
</p>
|
1113
|
+
<div class='inline'>
|
1114
|
+
<p>a hash of params to be passed to the service</p>
|
1116
1115
|
</div>
|
1117
1116
|
|
1118
1117
|
</li>
|
@@ -1129,9 +1128,8 @@ a hash of params to be passed to the service
|
|
1129
1128
|
|
1130
1129
|
|
1131
1130
|
—
|
1132
|
-
<div class='inline'
|
1133
|
-
additional http headers
|
1134
|
-
</p>
|
1131
|
+
<div class='inline'>
|
1132
|
+
<p>additional http headers</p>
|
1135
1133
|
</div>
|
1136
1134
|
|
1137
1135
|
</li>
|
@@ -1151,37 +1149,131 @@ additional http headers
|
|
1151
1149
|
|
1152
1150
|
</span>
|
1153
1151
|
|
1154
|
-
— <div class='inline'
|
1155
|
-
id of the system group
|
1156
|
-
</p>
|
1152
|
+
— <div class='inline'>
|
1153
|
+
<p>id of the system group</p>
|
1157
1154
|
</div>
|
1158
1155
|
|
1159
1156
|
</li>
|
1160
1157
|
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1158
|
+
</ul>
|
1159
|
+
|
1160
|
+
|
1161
|
+
|
1162
|
+
|
1163
|
+
<p class="tag_title">Returns:</p>
|
1164
|
+
<ul class="return">
|
1165
|
+
|
1166
|
+
<li>
|
1167
|
+
|
1168
|
+
|
1169
|
+
<span class='type'>(<tt>Array</tt>)</span>
|
1170
|
+
|
1171
|
+
|
1172
|
+
|
1173
|
+
—
|
1174
|
+
<div class='inline'>
|
1175
|
+
<p>First item: parsed data; second item: raw body</p>
|
1171
1176
|
</div>
|
1172
|
-
|
1173
|
-
|
1177
|
+
|
1178
|
+
</li>
|
1179
|
+
|
1180
|
+
</ul>
|
1181
|
+
|
1182
|
+
</div><table class="source_code">
|
1183
|
+
<tr>
|
1184
|
+
<td>
|
1185
|
+
<pre class="lines">
|
1186
|
+
|
1187
|
+
|
1188
|
+
133
|
1189
|
+
134
|
1190
|
+
135</pre>
|
1191
|
+
</td>
|
1192
|
+
<td>
|
1193
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 133</span>
|
1194
|
+
|
1195
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_destroy_systems'>destroy_systems</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>
|
1196
|
+
<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>
|
1197
|
+
<span class='kw'>end</span></pre>
|
1198
|
+
</td>
|
1199
|
+
</tr>
|
1200
|
+
</table>
|
1201
|
+
</div>
|
1202
|
+
|
1203
|
+
<div class="method_details ">
|
1204
|
+
<h3 class="signature " id="history-instance_method">
|
1205
|
+
|
1206
|
+
- (<tt>Array</tt>) <strong>history</strong>(params = {}, headers = {})
|
1207
|
+
|
1208
|
+
|
1209
|
+
|
1210
|
+
|
1211
|
+
|
1212
|
+
</h3><div class="docstring">
|
1213
|
+
<div class="discussion">
|
1214
|
+
|
1215
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1216
|
+
|
1217
|
+
|
1218
|
+
</div>
|
1219
|
+
</div>
|
1220
|
+
<div class="tags">
|
1221
|
+
<p class="tag_title">Parameters:</p>
|
1222
|
+
<ul class="param">
|
1223
|
+
|
1224
|
+
<li>
|
1225
|
+
|
1226
|
+
<span class='name'>params</span>
|
1227
|
+
|
1228
|
+
|
1229
|
+
<span class='type'>(<tt>Hash</tt>)</span>
|
1230
|
+
|
1231
|
+
|
1232
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
1233
|
+
|
1234
|
+
|
1235
|
+
—
|
1236
|
+
<div class='inline'>
|
1237
|
+
<p>a hash of params to be passed to the service</p>
|
1238
|
+
</div>
|
1239
|
+
|
1240
|
+
</li>
|
1241
|
+
|
1242
|
+
<li>
|
1243
|
+
|
1244
|
+
<span class='name'>headers</span>
|
1245
|
+
|
1246
|
+
|
1247
|
+
<span class='type'>(<tt>Hash</tt>)</span>
|
1248
|
+
|
1249
|
+
|
1250
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
1251
|
+
|
1252
|
+
|
1253
|
+
—
|
1254
|
+
<div class='inline'>
|
1255
|
+
<p>additional http headers</p>
|
1256
|
+
</div>
|
1257
|
+
|
1258
|
+
</li>
|
1259
|
+
|
1260
|
+
</ul>
|
1261
|
+
|
1262
|
+
|
1263
|
+
|
1264
|
+
|
1265
|
+
<p class="tag_title">Options Hash (<tt>params</tt>):</p>
|
1266
|
+
<ul class="option">
|
1174
1267
|
|
1175
1268
|
<li>
|
1176
|
-
<span class="name">
|
1269
|
+
<span class="name">id</span>
|
1177
1270
|
<span class="type">(<tt>String</tt>)</span>
|
1178
1271
|
<span class="default">
|
1179
1272
|
|
1180
1273
|
</span>
|
1181
1274
|
|
1182
|
-
— <div class='inline'
|
1183
|
-
|
1184
|
-
</p>
|
1275
|
+
— <div class='inline'>
|
1276
|
+
<p>id of the system group</p>
|
1185
1277
|
</div>
|
1186
1278
|
|
1187
1279
|
</li>
|
@@ -1202,9 +1294,8 @@ organization identifier
|
|
1202
1294
|
|
1203
1295
|
|
1204
1296
|
—
|
1205
|
-
<div class='inline'
|
1206
|
-
First item: parsed data; second item: raw body
|
1207
|
-
</p>
|
1297
|
+
<div class='inline'>
|
1298
|
+
<p>First item: parsed data; second item: raw body</p>
|
1208
1299
|
</div>
|
1209
1300
|
|
1210
1301
|
</li>
|
@@ -1217,26 +1308,25 @@ First item: parsed data; second item: raw body
|
|
1217
1308
|
<pre class="lines">
|
1218
1309
|
|
1219
1310
|
|
1311
|
+
95
|
1220
1312
|
96
|
1221
|
-
97
|
1222
|
-
98</pre>
|
1313
|
+
97</pre>
|
1223
1314
|
</td>
|
1224
1315
|
<td>
|
1225
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
1316
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 95</span>
|
1226
1317
|
|
1227
|
-
<span class='
|
1228
|
-
<span class='
|
1229
|
-
<span class='
|
1230
|
-
</pre>
|
1318
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_history'>history</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>
|
1319
|
+
<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>
|
1320
|
+
<span class='kw'>end</span></pre>
|
1231
1321
|
</td>
|
1232
1322
|
</tr>
|
1233
1323
|
</table>
|
1234
1324
|
</div>
|
1235
1325
|
|
1236
1326
|
<div class="method_details ">
|
1237
|
-
<h3 class="signature " id="
|
1327
|
+
<h3 class="signature " id="history_show-instance_method">
|
1238
1328
|
|
1239
|
-
- (<tt>Array</tt>) <strong>
|
1329
|
+
- (<tt>Array</tt>) <strong>history_show</strong>(params = {}, headers = {})
|
1240
1330
|
|
1241
1331
|
|
1242
1332
|
|
@@ -1244,9 +1334,8 @@ First item: parsed data; second item: raw body
|
|
1244
1334
|
|
1245
1335
|
</h3><div class="docstring">
|
1246
1336
|
<div class="discussion">
|
1247
|
-
|
1248
|
-
First item: parsed data; second item: raw body
|
1249
|
-
</p>
|
1337
|
+
|
1338
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1250
1339
|
|
1251
1340
|
|
1252
1341
|
</div>
|
@@ -1267,9 +1356,8 @@ First item: parsed data; second item: raw body
|
|
1267
1356
|
|
1268
1357
|
|
1269
1358
|
—
|
1270
|
-
<div class='inline'
|
1271
|
-
a hash of params to be passed to the service
|
1272
|
-
</p>
|
1359
|
+
<div class='inline'>
|
1360
|
+
<p>a hash of params to be passed to the service</p>
|
1273
1361
|
</div>
|
1274
1362
|
|
1275
1363
|
</li>
|
@@ -1286,9 +1374,8 @@ a hash of params to be passed to the service
|
|
1286
1374
|
|
1287
1375
|
|
1288
1376
|
—
|
1289
|
-
<div class='inline'
|
1290
|
-
additional http headers
|
1291
|
-
</p>
|
1377
|
+
<div class='inline'>
|
1378
|
+
<p>additional http headers</p>
|
1292
1379
|
</div>
|
1293
1380
|
|
1294
1381
|
</li>
|
@@ -1302,29 +1389,27 @@ additional http headers
|
|
1302
1389
|
<ul class="option">
|
1303
1390
|
|
1304
1391
|
<li>
|
1305
|
-
<span class="name">
|
1392
|
+
<span class="name">id</span>
|
1306
1393
|
<span class="type">(<tt>String</tt>)</span>
|
1307
1394
|
<span class="default">
|
1308
1395
|
|
1309
1396
|
</span>
|
1310
1397
|
|
1311
|
-
— <div class='inline'
|
1312
|
-
|
1313
|
-
</p>
|
1398
|
+
— <div class='inline'>
|
1399
|
+
<p>id of the system group</p>
|
1314
1400
|
</div>
|
1315
1401
|
|
1316
1402
|
</li>
|
1317
1403
|
|
1318
1404
|
<li>
|
1319
|
-
<span class="name">
|
1405
|
+
<span class="name">job_id</span>
|
1320
1406
|
<span class="type">(<tt>String</tt>)</span>
|
1321
1407
|
<span class="default">
|
1322
1408
|
|
1323
1409
|
</span>
|
1324
1410
|
|
1325
|
-
— <div class='inline'
|
1326
|
-
|
1327
|
-
</p>
|
1411
|
+
— <div class='inline'>
|
1412
|
+
<p>id of a job for filtering</p>
|
1328
1413
|
</div>
|
1329
1414
|
|
1330
1415
|
</li>
|
@@ -1345,9 +1430,8 @@ system group name to filter by
|
|
1345
1430
|
|
1346
1431
|
|
1347
1432
|
—
|
1348
|
-
<div class='inline'
|
1349
|
-
First item: parsed data; second item: raw body
|
1350
|
-
</p>
|
1433
|
+
<div class='inline'>
|
1434
|
+
<p>First item: parsed data; second item: raw body</p>
|
1351
1435
|
</div>
|
1352
1436
|
|
1353
1437
|
</li>
|
@@ -1360,26 +1444,25 @@ First item: parsed data; second item: raw body
|
|
1360
1444
|
<pre class="lines">
|
1361
1445
|
|
1362
1446
|
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1447
|
+
105
|
1448
|
+
106
|
1449
|
+
107</pre>
|
1366
1450
|
</td>
|
1367
1451
|
<td>
|
1368
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
1452
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 105</span>
|
1369
1453
|
|
1370
|
-
<span class='
|
1371
|
-
<span class='
|
1372
|
-
<span class='
|
1373
|
-
</pre>
|
1454
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_history_show'>history_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>
|
1455
|
+
<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>
|
1456
|
+
<span class='kw'>end</span></pre>
|
1374
1457
|
</td>
|
1375
1458
|
</tr>
|
1376
1459
|
</table>
|
1377
1460
|
</div>
|
1378
1461
|
|
1379
1462
|
<div class="method_details ">
|
1380
|
-
<h3 class="signature " id="
|
1463
|
+
<h3 class="signature " id="index-instance_method">
|
1381
1464
|
|
1382
|
-
- (<tt>Array</tt>) <strong>
|
1465
|
+
- (<tt>Array</tt>) <strong>index</strong>(params = {}, headers = {})
|
1383
1466
|
|
1384
1467
|
|
1385
1468
|
|
@@ -1387,9 +1470,8 @@ First item: parsed data; second item: raw body
|
|
1387
1470
|
|
1388
1471
|
</h3><div class="docstring">
|
1389
1472
|
<div class="discussion">
|
1390
|
-
|
1391
|
-
First item: parsed data; second item: raw body
|
1392
|
-
</p>
|
1473
|
+
|
1474
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1393
1475
|
|
1394
1476
|
|
1395
1477
|
</div>
|
@@ -1410,9 +1492,8 @@ First item: parsed data; second item: raw body
|
|
1410
1492
|
|
1411
1493
|
|
1412
1494
|
—
|
1413
|
-
<div class='inline'
|
1414
|
-
a hash of params to be passed to the service
|
1415
|
-
</p>
|
1495
|
+
<div class='inline'>
|
1496
|
+
<p>a hash of params to be passed to the service</p>
|
1416
1497
|
</div>
|
1417
1498
|
|
1418
1499
|
</li>
|
@@ -1429,9 +1510,8 @@ a hash of params to be passed to the service
|
|
1429
1510
|
|
1430
1511
|
|
1431
1512
|
—
|
1432
|
-
<div class='inline'
|
1433
|
-
additional http headers
|
1434
|
-
</p>
|
1513
|
+
<div class='inline'>
|
1514
|
+
<p>additional http headers</p>
|
1435
1515
|
</div>
|
1436
1516
|
|
1437
1517
|
</li>
|
@@ -1445,48 +1525,97 @@ additional http headers
|
|
1445
1525
|
<ul class="option">
|
1446
1526
|
|
1447
1527
|
<li>
|
1448
|
-
<span class="name">
|
1528
|
+
<span class="name">organization_id</span>
|
1449
1529
|
<span class="type">(<tt>String</tt>)</span>
|
1450
1530
|
<span class="default">
|
1451
1531
|
|
1452
1532
|
</span>
|
1453
1533
|
|
1454
|
-
— <div class='inline'
|
1455
|
-
|
1456
|
-
</p>
|
1534
|
+
— <div class='inline'>
|
1535
|
+
<p>organization identifier</p>
|
1457
1536
|
</div>
|
1458
1537
|
|
1459
1538
|
</li>
|
1460
1539
|
|
1461
1540
|
<li>
|
1462
|
-
<span class="name">
|
1541
|
+
<span class="name">name</span>
|
1463
1542
|
<span class="type">(<tt>String</tt>)</span>
|
1464
1543
|
<span class="default">
|
1465
1544
|
|
1466
1545
|
</span>
|
1467
1546
|
|
1468
|
-
— <div class='inline'
|
1469
|
-
|
1470
|
-
</p>
|
1547
|
+
— <div class='inline'>
|
1548
|
+
<p>system group name to filter by</p>
|
1471
1549
|
</div>
|
1472
1550
|
|
1473
1551
|
</li>
|
1474
1552
|
|
1475
1553
|
<li>
|
1476
|
-
<span class="name">
|
1554
|
+
<span class="name">order</span>
|
1555
|
+
<span class="type">(<tt>String</tt>)</span>
|
1556
|
+
<span class="default">
|
1557
|
+
|
1558
|
+
</span>
|
1559
|
+
|
1560
|
+
— <div class='inline'>
|
1561
|
+
<p>sort field and order, eg. ‘name desc’</p>
|
1562
|
+
</div>
|
1563
|
+
|
1564
|
+
</li>
|
1565
|
+
|
1566
|
+
<li>
|
1567
|
+
<span class="name">page</span>
|
1568
|
+
<span class="type">(<tt>String</tt>)</span>
|
1569
|
+
<span class="default">
|
1570
|
+
|
1571
|
+
</span>
|
1572
|
+
|
1573
|
+
— <div class='inline'>
|
1574
|
+
<p>page number, starting at 1</p>
|
1575
|
+
</div>
|
1576
|
+
|
1577
|
+
</li>
|
1578
|
+
|
1579
|
+
<li>
|
1580
|
+
<span class="name">per_page</span>
|
1581
|
+
<span class="type">(<tt>String</tt>)</span>
|
1582
|
+
<span class="default">
|
1583
|
+
|
1584
|
+
</span>
|
1585
|
+
|
1586
|
+
— <div class='inline'>
|
1587
|
+
<p>number of results per page to return</p>
|
1588
|
+
</div>
|
1589
|
+
|
1590
|
+
</li>
|
1591
|
+
|
1592
|
+
<li>
|
1593
|
+
<span class="name">search</span>
|
1594
|
+
<span class="type">(<tt>String</tt>)</span>
|
1595
|
+
<span class="default">
|
1596
|
+
|
1597
|
+
</span>
|
1598
|
+
|
1599
|
+
— <div class='inline'>
|
1600
|
+
<p>search string</p>
|
1601
|
+
</div>
|
1602
|
+
|
1603
|
+
</li>
|
1604
|
+
|
1605
|
+
<li>
|
1606
|
+
<span class="name">sort</span>
|
1477
1607
|
<span class="type">(<tt>Hash</tt>)</span>
|
1478
1608
|
<span class="default">
|
1479
1609
|
|
1480
1610
|
</span>
|
1481
1611
|
|
1482
|
-
— <div class='inline'
|
1483
|
-
allowed keys are
|
1484
|
-
|
1485
|
-
<
|
1486
|
-
|
1487
|
-
|
1488
|
-
</li>
|
1489
|
-
</ul>
|
1612
|
+
— <div class='inline'>
|
1613
|
+
<p>hash version of ‘order’ param allowed keys are:</p>
|
1614
|
+
<ul><li>
|
1615
|
+
<p>by [String] field to sort the results on</p>
|
1616
|
+
</li><li>
|
1617
|
+
<p>order [String] how to order the sorted results (e.g. asc for ascending)</p>
|
1618
|
+
</li></ul>
|
1490
1619
|
</div>
|
1491
1620
|
|
1492
1621
|
</li>
|
@@ -1507,9 +1636,8 @@ allowed keys are:
|
|
1507
1636
|
|
1508
1637
|
|
1509
1638
|
—
|
1510
|
-
<div class='inline'
|
1511
|
-
First item: parsed data; second item: raw body
|
1512
|
-
</p>
|
1639
|
+
<div class='inline'>
|
1640
|
+
<p>First item: parsed data; second item: raw body</p>
|
1513
1641
|
</div>
|
1514
1642
|
|
1515
1643
|
</li>
|
@@ -1522,26 +1650,25 @@ First item: parsed data; second item: raw body
|
|
1522
1650
|
<pre class="lines">
|
1523
1651
|
|
1524
1652
|
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1653
|
+
31
|
1654
|
+
32
|
1655
|
+
33</pre>
|
1528
1656
|
</td>
|
1529
1657
|
<td>
|
1530
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
1658
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 31</span>
|
1531
1659
|
|
1532
|
-
<span class='
|
1533
|
-
<span class='
|
1534
|
-
<span class='
|
1535
|
-
</pre>
|
1660
|
+
<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>
|
1661
|
+
<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>
|
1662
|
+
<span class='kw'>end</span></pre>
|
1536
1663
|
</td>
|
1537
1664
|
</tr>
|
1538
1665
|
</table>
|
1539
1666
|
</div>
|
1540
1667
|
|
1541
1668
|
<div class="method_details ">
|
1542
|
-
<h3 class="signature " id="
|
1669
|
+
<h3 class="signature " id="remove_systems-instance_method">
|
1543
1670
|
|
1544
|
-
- (<tt>Array</tt>) <strong>
|
1671
|
+
- (<tt>Array</tt>) <strong>remove_systems</strong>(params = {}, headers = {})
|
1545
1672
|
|
1546
1673
|
|
1547
1674
|
|
@@ -1549,9 +1676,8 @@ First item: parsed data; second item: raw body
|
|
1549
1676
|
|
1550
1677
|
</h3><div class="docstring">
|
1551
1678
|
<div class="discussion">
|
1552
|
-
|
1553
|
-
First item: parsed data; second item: raw body
|
1554
|
-
</p>
|
1679
|
+
|
1680
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1555
1681
|
|
1556
1682
|
|
1557
1683
|
</div>
|
@@ -1572,9 +1698,8 @@ First item: parsed data; second item: raw body
|
|
1572
1698
|
|
1573
1699
|
|
1574
1700
|
—
|
1575
|
-
<div class='inline'
|
1576
|
-
a hash of params to be passed to the service
|
1577
|
-
</p>
|
1701
|
+
<div class='inline'>
|
1702
|
+
<p>a hash of params to be passed to the service</p>
|
1578
1703
|
</div>
|
1579
1704
|
|
1580
1705
|
</li>
|
@@ -1591,9 +1716,8 @@ a hash of params to be passed to the service
|
|
1591
1716
|
|
1592
1717
|
|
1593
1718
|
—
|
1594
|
-
<div class='inline'
|
1595
|
-
additional http headers
|
1596
|
-
</p>
|
1719
|
+
<div class='inline'>
|
1720
|
+
<p>additional http headers</p>
|
1597
1721
|
</div>
|
1598
1722
|
|
1599
1723
|
</li>
|
@@ -1613,23 +1737,21 @@ additional http headers
|
|
1613
1737
|
|
1614
1738
|
</span>
|
1615
1739
|
|
1616
|
-
— <div class='inline'
|
1617
|
-
id of the system group
|
1618
|
-
</p>
|
1740
|
+
— <div class='inline'>
|
1741
|
+
<p>id of the system group</p>
|
1619
1742
|
</div>
|
1620
1743
|
|
1621
1744
|
</li>
|
1622
1745
|
|
1623
1746
|
<li>
|
1624
|
-
<span class="name">
|
1625
|
-
<span class="type">(<tt>
|
1747
|
+
<span class="name">system_ids</span>
|
1748
|
+
<span class="type">(<tt>Array</tt>)</span>
|
1626
1749
|
<span class="default">
|
1627
1750
|
|
1628
1751
|
</span>
|
1629
1752
|
|
1630
|
-
— <div class='inline'
|
1631
|
-
|
1632
|
-
</p>
|
1753
|
+
— <div class='inline'>
|
1754
|
+
<p>array of system ids</p>
|
1633
1755
|
</div>
|
1634
1756
|
|
1635
1757
|
</li>
|
@@ -1650,9 +1772,8 @@ organization identifier
|
|
1650
1772
|
|
1651
1773
|
|
1652
1774
|
—
|
1653
|
-
<div class='inline'
|
1654
|
-
First item: parsed data; second item: raw body
|
1655
|
-
</p>
|
1775
|
+
<div class='inline'>
|
1776
|
+
<p>First item: parsed data; second item: raw body</p>
|
1656
1777
|
</div>
|
1657
1778
|
|
1658
1779
|
</li>
|
@@ -1665,26 +1786,25 @@ First item: parsed data; second item: raw body
|
|
1665
1786
|
<pre class="lines">
|
1666
1787
|
|
1667
1788
|
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1789
|
+
86
|
1790
|
+
87
|
1791
|
+
88</pre>
|
1671
1792
|
</td>
|
1672
1793
|
<td>
|
1673
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
1794
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 86</span>
|
1674
1795
|
|
1675
|
-
<span class='
|
1676
|
-
<span class='
|
1677
|
-
<span class='
|
1678
|
-
</pre>
|
1796
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_remove_systems'>remove_systems</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>
|
1797
|
+
<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>
|
1798
|
+
<span class='kw'>end</span></pre>
|
1679
1799
|
</td>
|
1680
1800
|
</tr>
|
1681
1801
|
</table>
|
1682
1802
|
</div>
|
1683
1803
|
|
1684
1804
|
<div class="method_details ">
|
1685
|
-
<h3 class="signature " id="
|
1805
|
+
<h3 class="signature " id="show-instance_method">
|
1686
1806
|
|
1687
|
-
- (<tt>Array</tt>) <strong>
|
1807
|
+
- (<tt>Array</tt>) <strong>show</strong>(params = {}, headers = {})
|
1688
1808
|
|
1689
1809
|
|
1690
1810
|
|
@@ -1692,9 +1812,8 @@ First item: parsed data; second item: raw body
|
|
1692
1812
|
|
1693
1813
|
</h3><div class="docstring">
|
1694
1814
|
<div class="discussion">
|
1695
|
-
|
1696
|
-
First item: parsed data; second item: raw body
|
1697
|
-
</p>
|
1815
|
+
|
1816
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1698
1817
|
|
1699
1818
|
|
1700
1819
|
</div>
|
@@ -1715,9 +1834,8 @@ First item: parsed data; second item: raw body
|
|
1715
1834
|
|
1716
1835
|
|
1717
1836
|
—
|
1718
|
-
<div class='inline'
|
1719
|
-
a hash of params to be passed to the service
|
1720
|
-
</p>
|
1837
|
+
<div class='inline'>
|
1838
|
+
<p>a hash of params to be passed to the service</p>
|
1721
1839
|
</div>
|
1722
1840
|
|
1723
1841
|
</li>
|
@@ -1734,9 +1852,8 @@ a hash of params to be passed to the service
|
|
1734
1852
|
|
1735
1853
|
|
1736
1854
|
—
|
1737
|
-
<div class='inline'
|
1738
|
-
additional http headers
|
1739
|
-
</p>
|
1855
|
+
<div class='inline'>
|
1856
|
+
<p>additional http headers</p>
|
1740
1857
|
</div>
|
1741
1858
|
|
1742
1859
|
</li>
|
@@ -1756,23 +1873,131 @@ additional http headers
|
|
1756
1873
|
|
1757
1874
|
</span>
|
1758
1875
|
|
1759
|
-
— <div class='inline'
|
1760
|
-
id of the system group
|
1761
|
-
</p>
|
1876
|
+
— <div class='inline'>
|
1877
|
+
<p>id of the system group</p>
|
1762
1878
|
</div>
|
1763
1879
|
|
1764
1880
|
</li>
|
1765
1881
|
|
1882
|
+
</ul>
|
1883
|
+
|
1884
|
+
|
1885
|
+
|
1886
|
+
|
1887
|
+
<p class="tag_title">Returns:</p>
|
1888
|
+
<ul class="return">
|
1889
|
+
|
1890
|
+
<li>
|
1891
|
+
|
1892
|
+
|
1893
|
+
<span class='type'>(<tt>Array</tt>)</span>
|
1894
|
+
|
1895
|
+
|
1896
|
+
|
1897
|
+
—
|
1898
|
+
<div class='inline'>
|
1899
|
+
<p>First item: parsed data; second item: raw body</p>
|
1900
|
+
</div>
|
1901
|
+
|
1902
|
+
</li>
|
1903
|
+
|
1904
|
+
</ul>
|
1905
|
+
|
1906
|
+
</div><table class="source_code">
|
1907
|
+
<tr>
|
1908
|
+
<td>
|
1909
|
+
<pre class="lines">
|
1910
|
+
|
1911
|
+
|
1912
|
+
13
|
1913
|
+
14
|
1914
|
+
15</pre>
|
1915
|
+
</td>
|
1916
|
+
<td>
|
1917
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 13</span>
|
1918
|
+
|
1919
|
+
<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>
|
1920
|
+
<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>
|
1921
|
+
<span class='kw'>end</span></pre>
|
1922
|
+
</td>
|
1923
|
+
</tr>
|
1924
|
+
</table>
|
1925
|
+
</div>
|
1926
|
+
|
1927
|
+
<div class="method_details ">
|
1928
|
+
<h3 class="signature " id="systems-instance_method">
|
1929
|
+
|
1930
|
+
- (<tt>Array</tt>) <strong>systems</strong>(params = {}, headers = {})
|
1931
|
+
|
1932
|
+
|
1933
|
+
|
1934
|
+
|
1935
|
+
|
1936
|
+
</h3><div class="docstring">
|
1937
|
+
<div class="discussion">
|
1938
|
+
|
1939
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1940
|
+
|
1941
|
+
|
1942
|
+
</div>
|
1943
|
+
</div>
|
1944
|
+
<div class="tags">
|
1945
|
+
<p class="tag_title">Parameters:</p>
|
1946
|
+
<ul class="param">
|
1947
|
+
|
1948
|
+
<li>
|
1949
|
+
|
1950
|
+
<span class='name'>params</span>
|
1951
|
+
|
1952
|
+
|
1953
|
+
<span class='type'>(<tt>Hash</tt>)</span>
|
1954
|
+
|
1955
|
+
|
1956
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
1957
|
+
|
1958
|
+
|
1959
|
+
—
|
1960
|
+
<div class='inline'>
|
1961
|
+
<p>a hash of params to be passed to the service</p>
|
1962
|
+
</div>
|
1963
|
+
|
1964
|
+
</li>
|
1965
|
+
|
1966
|
+
<li>
|
1967
|
+
|
1968
|
+
<span class='name'>headers</span>
|
1969
|
+
|
1970
|
+
|
1971
|
+
<span class='type'>(<tt>Hash</tt>)</span>
|
1972
|
+
|
1973
|
+
|
1974
|
+
<em class="default">(defaults to: <tt>{}</tt>)</em>
|
1975
|
+
|
1976
|
+
|
1977
|
+
—
|
1978
|
+
<div class='inline'>
|
1979
|
+
<p>additional http headers</p>
|
1980
|
+
</div>
|
1981
|
+
|
1982
|
+
</li>
|
1983
|
+
|
1984
|
+
</ul>
|
1985
|
+
|
1986
|
+
|
1987
|
+
|
1988
|
+
|
1989
|
+
<p class="tag_title">Options Hash (<tt>params</tt>):</p>
|
1990
|
+
<ul class="option">
|
1991
|
+
|
1766
1992
|
<li>
|
1767
|
-
<span class="name">
|
1993
|
+
<span class="name">id</span>
|
1768
1994
|
<span class="type">(<tt>String</tt>)</span>
|
1769
1995
|
<span class="default">
|
1770
1996
|
|
1771
1997
|
</span>
|
1772
1998
|
|
1773
|
-
— <div class='inline'
|
1774
|
-
|
1775
|
-
</p>
|
1999
|
+
— <div class='inline'>
|
2000
|
+
<p>id of the system group</p>
|
1776
2001
|
</div>
|
1777
2002
|
|
1778
2003
|
</li>
|
@@ -1793,9 +2018,8 @@ organization identifier
|
|
1793
2018
|
|
1794
2019
|
|
1795
2020
|
—
|
1796
|
-
<div class='inline'
|
1797
|
-
First item: parsed data; second item: raw body
|
1798
|
-
</p>
|
2021
|
+
<div class='inline'>
|
2022
|
+
<p>First item: parsed data; second item: raw body</p>
|
1799
2023
|
</div>
|
1800
2024
|
|
1801
2025
|
</li>
|
@@ -1808,17 +2032,16 @@ First item: parsed data; second item: raw body
|
|
1808
2032
|
<pre class="lines">
|
1809
2033
|
|
1810
2034
|
|
1811
|
-
|
1812
|
-
|
1813
|
-
|
2035
|
+
66
|
2036
|
+
67
|
2037
|
+
68</pre>
|
1814
2038
|
</td>
|
1815
2039
|
<td>
|
1816
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
2040
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 66</span>
|
1817
2041
|
|
1818
|
-
<span class='
|
1819
|
-
<span class='
|
1820
|
-
<span class='
|
1821
|
-
</pre>
|
2042
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_systems'>systems</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>
|
2043
|
+
<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>
|
2044
|
+
<span class='kw'>end</span></pre>
|
1822
2045
|
</td>
|
1823
2046
|
</tr>
|
1824
2047
|
</table>
|
@@ -1835,9 +2058,8 @@ First item: parsed data; second item: raw body
|
|
1835
2058
|
|
1836
2059
|
</h3><div class="docstring">
|
1837
2060
|
<div class="discussion">
|
1838
|
-
|
1839
|
-
First item: parsed data; second item: raw body
|
1840
|
-
</p>
|
2061
|
+
|
2062
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1841
2063
|
|
1842
2064
|
|
1843
2065
|
</div>
|
@@ -1858,9 +2080,8 @@ First item: parsed data; second item: raw body
|
|
1858
2080
|
|
1859
2081
|
|
1860
2082
|
—
|
1861
|
-
<div class='inline'
|
1862
|
-
a hash of params to be passed to the service
|
1863
|
-
</p>
|
2083
|
+
<div class='inline'>
|
2084
|
+
<p>a hash of params to be passed to the service</p>
|
1864
2085
|
</div>
|
1865
2086
|
|
1866
2087
|
</li>
|
@@ -1877,9 +2098,8 @@ a hash of params to be passed to the service
|
|
1877
2098
|
|
1878
2099
|
|
1879
2100
|
—
|
1880
|
-
<div class='inline'
|
1881
|
-
additional http headers
|
1882
|
-
</p>
|
2101
|
+
<div class='inline'>
|
2102
|
+
<p>additional http headers</p>
|
1883
2103
|
</div>
|
1884
2104
|
|
1885
2105
|
</li>
|
@@ -1899,48 +2119,56 @@ additional http headers
|
|
1899
2119
|
|
1900
2120
|
</span>
|
1901
2121
|
|
1902
|
-
— <div class='inline'
|
1903
|
-
id of the system group
|
1904
|
-
</p>
|
2122
|
+
— <div class='inline'>
|
2123
|
+
<p>id of the system group</p>
|
1905
2124
|
</div>
|
1906
2125
|
|
1907
2126
|
</li>
|
1908
2127
|
|
1909
2128
|
<li>
|
1910
|
-
<span class="name">
|
2129
|
+
<span class="name">system_ids</span>
|
2130
|
+
<span class="type">(<tt>Array</tt>)</span>
|
2131
|
+
<span class="default">
|
2132
|
+
|
2133
|
+
</span>
|
2134
|
+
|
2135
|
+
— <div class='inline'>
|
2136
|
+
<p>list of system uuids to be in the group</p>
|
2137
|
+
</div>
|
2138
|
+
|
2139
|
+
</li>
|
2140
|
+
|
2141
|
+
<li>
|
2142
|
+
<span class="name">description</span>
|
1911
2143
|
<span class="type">(<tt>String</tt>)</span>
|
1912
2144
|
<span class="default">
|
1913
2145
|
|
1914
2146
|
</span>
|
1915
2147
|
|
1916
|
-
|
1917
|
-
|
1918
|
-
|
2148
|
+
</li>
|
2149
|
+
|
2150
|
+
<li>
|
2151
|
+
<span class="name">max_systems</span>
|
2152
|
+
<span class="type">(<tt>Numeric</tt>)</span>
|
2153
|
+
<span class="default">
|
2154
|
+
|
2155
|
+
</span>
|
2156
|
+
|
2157
|
+
— <div class='inline'>
|
2158
|
+
<p>maximum number of systems in the group</p>
|
1919
2159
|
</div>
|
1920
2160
|
|
1921
2161
|
</li>
|
1922
2162
|
|
1923
2163
|
<li>
|
1924
|
-
<span class="name">
|
1925
|
-
<span class="type">(<tt>
|
2164
|
+
<span class="name">name</span>
|
2165
|
+
<span class="type">(<tt>String</tt>)</span>
|
1926
2166
|
<span class="default">
|
1927
2167
|
|
1928
2168
|
</span>
|
1929
2169
|
|
1930
|
-
— <div class='inline'
|
1931
|
-
|
1932
|
-
</p>
|
1933
|
-
<ul>
|
1934
|
-
<li>description [String, nil]
|
1935
|
-
|
1936
|
-
</li>
|
1937
|
-
<li>max_systems [Numeric, nil] maximum number of systems in the group
|
1938
|
-
|
1939
|
-
</li>
|
1940
|
-
<li>name [String] system group name
|
1941
|
-
|
1942
|
-
</li>
|
1943
|
-
</ul>
|
2170
|
+
— <div class='inline'>
|
2171
|
+
<p>system group name</p>
|
1944
2172
|
</div>
|
1945
2173
|
|
1946
2174
|
</li>
|
@@ -1961,9 +2189,8 @@ allowed keys are:
|
|
1961
2189
|
|
1962
2190
|
|
1963
2191
|
—
|
1964
|
-
<div class='inline'
|
1965
|
-
First item: parsed data; second item: raw body
|
1966
|
-
</p>
|
2192
|
+
<div class='inline'>
|
2193
|
+
<p>First item: parsed data; second item: raw body</p>
|
1967
2194
|
</div>
|
1968
2195
|
|
1969
2196
|
</li>
|
@@ -1976,17 +2203,16 @@ First item: parsed data; second item: raw body
|
|
1976
2203
|
<pre class="lines">
|
1977
2204
|
|
1978
2205
|
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
2206
|
+
57
|
2207
|
+
58
|
2208
|
+
59</pre>
|
1982
2209
|
</td>
|
1983
2210
|
<td>
|
1984
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line
|
2211
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/system_group.rb', line 57</span>
|
1985
2212
|
|
1986
|
-
<span class='
|
1987
|
-
<span class='
|
1988
|
-
<span class='
|
1989
|
-
</pre>
|
2213
|
+
<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>
|
2214
|
+
<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>
|
2215
|
+
<span class='kw'>end</span></pre>
|
1990
2216
|
</td>
|
1991
2217
|
</tr>
|
1992
2218
|
</table>
|
@@ -1997,9 +2223,9 @@ First item: parsed data; second item: raw body
|
|
1997
2223
|
</div>
|
1998
2224
|
|
1999
2225
|
<div id="footer">
|
2000
|
-
Generated on
|
2226
|
+
Generated on Wed Jan 15 20:45:18 2014 by
|
2001
2227
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2002
|
-
0.8.
|
2228
|
+
0.8.7.3 (ruby-1.9.3).
|
2003
2229
|
</div>
|
2004
2230
|
|
2005
2231
|
</body>
|