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::Provider
|
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>
|
@@ -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="#import_manifest-instance_method" title="#import_manifest (instance method)">- (Array) <strong>import_manifest</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="#import_products-instance_method" title="#import_products (instance method)">- (Array) <strong>import_products</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="#index-instance_method" title="#index (instance method)">- (Array) <strong>index</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="#product_create-instance_method" title="#product_create (instance method)">- (Array) <strong>product_create</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>
|
@@ -339,7 +332,7 @@ First item: parsed data; second item: raw body.
|
|
339
332
|
<li class="public ">
|
340
333
|
<span class="summary_signature">
|
341
334
|
|
342
|
-
<a href="#
|
335
|
+
<a href="#products-instance_method" title="#products (instance method)">- (Array) <strong>products</strong>(params = {}, headers = {}) </a>
|
343
336
|
|
344
337
|
|
345
338
|
|
@@ -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>
|
@@ -364,7 +356,7 @@ First item: parsed data; second item: raw body.
|
|
364
356
|
<li class="public ">
|
365
357
|
<span class="summary_signature">
|
366
358
|
|
367
|
-
<a href="#
|
359
|
+
<a href="#refresh_manifest-instance_method" title="#refresh_manifest (instance method)">- (Array) <strong>refresh_manifest</strong>(params = {}, headers = {}) </a>
|
368
360
|
|
369
361
|
|
370
362
|
|
@@ -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>
|
@@ -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>
|
@@ -509,10 +497,9 @@ First item: parsed data; second item: raw body.
|
|
509
497
|
<td>
|
510
498
|
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 4</span>
|
511
499
|
|
512
|
-
<span class='
|
513
|
-
<span class='
|
514
|
-
<span class='
|
515
|
-
</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'>providers</span><span class='tstring_end'>"</span></span><span class='rbracket'>]</span>
|
502
|
+
<span class='kw'>end</span></pre>
|
516
503
|
</td>
|
517
504
|
</tr>
|
518
505
|
</table>
|
@@ -535,9 +522,8 @@ First item: parsed data; second item: raw body.
|
|
535
522
|
|
536
523
|
</h3><div class="docstring">
|
537
524
|
<div class="discussion">
|
538
|
-
|
539
|
-
First item: parsed data; second item: raw body
|
540
|
-
</p>
|
525
|
+
|
526
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
541
527
|
|
542
528
|
|
543
529
|
</div>
|
@@ -558,9 +544,8 @@ First item: parsed data; second item: raw body
|
|
558
544
|
|
559
545
|
|
560
546
|
—
|
561
|
-
<div class='inline'
|
562
|
-
a hash of params to be passed to the service
|
563
|
-
</p>
|
547
|
+
<div class='inline'>
|
548
|
+
<p>a hash of params to be passed to the service</p>
|
564
549
|
</div>
|
565
550
|
|
566
551
|
</li>
|
@@ -577,9 +562,8 @@ a hash of params to be passed to the service
|
|
577
562
|
|
578
563
|
|
579
564
|
—
|
580
|
-
<div class='inline'
|
581
|
-
additional http headers
|
582
|
-
</p>
|
565
|
+
<div class='inline'>
|
566
|
+
<p>additional http headers</p>
|
583
567
|
</div>
|
584
568
|
|
585
569
|
</li>
|
@@ -599,37 +583,47 @@ additional http headers
|
|
599
583
|
|
600
584
|
</span>
|
601
585
|
|
602
|
-
— <div class='inline'
|
603
|
-
organization identifier
|
604
|
-
</p>
|
586
|
+
— <div class='inline'>
|
587
|
+
<p>organization identifier</p>
|
605
588
|
</div>
|
606
589
|
|
607
590
|
</li>
|
608
591
|
|
609
592
|
<li>
|
610
|
-
<span class="name">
|
611
|
-
<span class="type">(<tt>
|
593
|
+
<span class="name">description</span>
|
594
|
+
<span class="type">(<tt>String</tt>)</span>
|
612
595
|
<span class="default">
|
613
596
|
|
614
597
|
</span>
|
615
598
|
|
616
|
-
— <div class='inline'
|
617
|
-
|
618
|
-
</
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
<
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
<
|
630
|
-
|
631
|
-
</
|
632
|
-
|
599
|
+
— <div class='inline'>
|
600
|
+
<p>description of the provider</p>
|
601
|
+
</div>
|
602
|
+
|
603
|
+
</li>
|
604
|
+
|
605
|
+
<li>
|
606
|
+
<span class="name">name</span>
|
607
|
+
<span class="type">(<tt>String</tt>)</span>
|
608
|
+
<span class="default">
|
609
|
+
|
610
|
+
</span>
|
611
|
+
|
612
|
+
— <div class='inline'>
|
613
|
+
<p>name of the provider</p>
|
614
|
+
</div>
|
615
|
+
|
616
|
+
</li>
|
617
|
+
|
618
|
+
<li>
|
619
|
+
<span class="name">provider_type</span>
|
620
|
+
<span class="type">(<tt>String</tt>)</span>
|
621
|
+
<span class="default">
|
622
|
+
|
623
|
+
</span>
|
624
|
+
|
625
|
+
— <div class='inline'>
|
626
|
+
<p>the type of the provider</p>
|
633
627
|
</div>
|
634
628
|
|
635
629
|
</li>
|
@@ -650,9 +644,8 @@ allowed keys are:
|
|
650
644
|
|
651
645
|
|
652
646
|
—
|
653
|
-
<div class='inline'
|
654
|
-
First item: parsed data; second item: raw body
|
655
|
-
</p>
|
647
|
+
<div class='inline'>
|
648
|
+
<p>First item: parsed data; second item: raw body</p>
|
656
649
|
</div>
|
657
650
|
|
658
651
|
</li>
|
@@ -665,17 +658,16 @@ First item: parsed data; second item: raw body
|
|
665
658
|
<pre class="lines">
|
666
659
|
|
667
660
|
|
668
|
-
|
669
|
-
|
670
|
-
|
661
|
+
43
|
662
|
+
44
|
663
|
+
45</pre>
|
671
664
|
</td>
|
672
665
|
<td>
|
673
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
666
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 43</span>
|
674
667
|
|
675
|
-
<span class='
|
676
|
-
<span class='
|
677
|
-
<span class='
|
678
|
-
</pre>
|
668
|
+
<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>
|
669
|
+
<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>
|
670
|
+
<span class='kw'>end</span></pre>
|
679
671
|
</td>
|
680
672
|
</tr>
|
681
673
|
</table>
|
@@ -692,9 +684,8 @@ First item: parsed data; second item: raw body
|
|
692
684
|
|
693
685
|
</h3><div class="docstring">
|
694
686
|
<div class="discussion">
|
695
|
-
|
696
|
-
First item: parsed data; second item: raw body
|
697
|
-
</p>
|
687
|
+
|
688
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
698
689
|
|
699
690
|
|
700
691
|
</div>
|
@@ -715,9 +706,8 @@ First item: parsed data; second item: raw body
|
|
715
706
|
|
716
707
|
|
717
708
|
—
|
718
|
-
<div class='inline'
|
719
|
-
a hash of params to be passed to the service
|
720
|
-
</p>
|
709
|
+
<div class='inline'>
|
710
|
+
<p>a hash of params to be passed to the service</p>
|
721
711
|
</div>
|
722
712
|
|
723
713
|
</li>
|
@@ -734,9 +724,8 @@ a hash of params to be passed to the service
|
|
734
724
|
|
735
725
|
|
736
726
|
—
|
737
|
-
<div class='inline'
|
738
|
-
additional http headers
|
739
|
-
</p>
|
727
|
+
<div class='inline'>
|
728
|
+
<p>additional http headers</p>
|
740
729
|
</div>
|
741
730
|
|
742
731
|
</li>
|
@@ -756,9 +745,8 @@ additional http headers
|
|
756
745
|
|
757
746
|
</span>
|
758
747
|
|
759
|
-
— <div class='inline'
|
760
|
-
provider numeric identifier
|
761
|
-
</p>
|
748
|
+
— <div class='inline'>
|
749
|
+
<p>provider numeric identifier</p>
|
762
750
|
</div>
|
763
751
|
|
764
752
|
</li>
|
@@ -779,9 +767,8 @@ provider numeric identifier
|
|
779
767
|
|
780
768
|
|
781
769
|
—
|
782
|
-
<div class='inline'
|
783
|
-
First item: parsed data; second item: raw body
|
784
|
-
</p>
|
770
|
+
<div class='inline'>
|
771
|
+
<p>First item: parsed data; second item: raw body</p>
|
785
772
|
</div>
|
786
773
|
|
787
774
|
</li>
|
@@ -794,17 +781,16 @@ First item: parsed data; second item: raw body
|
|
794
781
|
<pre class="lines">
|
795
782
|
|
796
783
|
|
797
|
-
100
|
798
784
|
101
|
799
|
-
102
|
785
|
+
102
|
786
|
+
103</pre>
|
800
787
|
</td>
|
801
788
|
<td>
|
802
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
789
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 101</span>
|
803
790
|
|
804
|
-
<span class='
|
805
|
-
<span class='
|
806
|
-
<span class='
|
807
|
-
</pre>
|
791
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_delete_manifest'>delete_manifest</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>
|
792
|
+
<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>
|
793
|
+
<span class='kw'>end</span></pre>
|
808
794
|
</td>
|
809
795
|
</tr>
|
810
796
|
</table>
|
@@ -821,9 +807,8 @@ First item: parsed data; second item: raw body
|
|
821
807
|
|
822
808
|
</h3><div class="docstring">
|
823
809
|
<div class="discussion">
|
824
|
-
|
825
|
-
First item: parsed data; second item: raw body
|
826
|
-
</p>
|
810
|
+
|
811
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
827
812
|
|
828
813
|
|
829
814
|
</div>
|
@@ -844,9 +829,8 @@ First item: parsed data; second item: raw body
|
|
844
829
|
|
845
830
|
|
846
831
|
—
|
847
|
-
<div class='inline'
|
848
|
-
a hash of params to be passed to the service
|
849
|
-
</p>
|
832
|
+
<div class='inline'>
|
833
|
+
<p>a hash of params to be passed to the service</p>
|
850
834
|
</div>
|
851
835
|
|
852
836
|
</li>
|
@@ -863,9 +847,8 @@ a hash of params to be passed to the service
|
|
863
847
|
|
864
848
|
|
865
849
|
—
|
866
|
-
<div class='inline'
|
867
|
-
additional http headers
|
868
|
-
</p>
|
850
|
+
<div class='inline'>
|
851
|
+
<p>additional http headers</p>
|
869
852
|
</div>
|
870
853
|
|
871
854
|
</li>
|
@@ -885,9 +868,8 @@ additional http headers
|
|
885
868
|
|
886
869
|
</span>
|
887
870
|
|
888
|
-
— <div class='inline'
|
889
|
-
provider numeric identifier
|
890
|
-
</p>
|
871
|
+
— <div class='inline'>
|
872
|
+
<p>provider numeric identifier</p>
|
891
873
|
</div>
|
892
874
|
|
893
875
|
</li>
|
@@ -908,9 +890,8 @@ provider numeric identifier
|
|
908
890
|
|
909
891
|
|
910
892
|
—
|
911
|
-
<div class='inline'
|
912
|
-
First item: parsed data; second item: raw body
|
913
|
-
</p>
|
893
|
+
<div class='inline'>
|
894
|
+
<p>First item: parsed data; second item: raw body</p>
|
914
895
|
</div>
|
915
896
|
|
916
897
|
</li>
|
@@ -923,26 +904,25 @@ First item: parsed data; second item: raw body
|
|
923
904
|
<pre class="lines">
|
924
905
|
|
925
906
|
|
926
|
-
61
|
927
907
|
62
|
928
|
-
63
|
908
|
+
63
|
909
|
+
64</pre>
|
929
910
|
</td>
|
930
911
|
<td>
|
931
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
912
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 62</span>
|
932
913
|
|
933
|
-
<span class='
|
934
|
-
<span class='
|
935
|
-
<span class='
|
936
|
-
</pre>
|
914
|
+
<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>
|
915
|
+
<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>
|
916
|
+
<span class='kw'>end</span></pre>
|
937
917
|
</td>
|
938
918
|
</tr>
|
939
919
|
</table>
|
940
920
|
</div>
|
941
921
|
|
942
922
|
<div class="method_details ">
|
943
|
-
<h3 class="signature " id="
|
923
|
+
<h3 class="signature " id="import_manifest-instance_method">
|
944
924
|
|
945
|
-
- (<tt>Array</tt>) <strong>
|
925
|
+
- (<tt>Array</tt>) <strong>import_manifest</strong>(params = {}, headers = {})
|
946
926
|
|
947
927
|
|
948
928
|
|
@@ -950,9 +930,8 @@ First item: parsed data; second item: raw body
|
|
950
930
|
|
951
931
|
</h3><div class="docstring">
|
952
932
|
<div class="discussion">
|
953
|
-
|
954
|
-
First item: parsed data; second item: raw body
|
955
|
-
</p>
|
933
|
+
|
934
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
956
935
|
|
957
936
|
|
958
937
|
</div>
|
@@ -973,9 +952,8 @@ First item: parsed data; second item: raw body
|
|
973
952
|
|
974
953
|
|
975
954
|
—
|
976
|
-
<div class='inline'
|
977
|
-
a hash of params to be passed to the service
|
978
|
-
</p>
|
955
|
+
<div class='inline'>
|
956
|
+
<p>a hash of params to be passed to the service</p>
|
979
957
|
</div>
|
980
958
|
|
981
959
|
</li>
|
@@ -992,9 +970,8 @@ a hash of params to be passed to the service
|
|
992
970
|
|
993
971
|
|
994
972
|
—
|
995
|
-
<div class='inline'
|
996
|
-
additional http headers
|
997
|
-
</p>
|
973
|
+
<div class='inline'>
|
974
|
+
<p>additional http headers</p>
|
998
975
|
</div>
|
999
976
|
|
1000
977
|
</li>
|
@@ -1009,28 +986,39 @@ additional http headers
|
|
1009
986
|
|
1010
987
|
<li>
|
1011
988
|
<span class="name">id</span>
|
1012
|
-
<span class="type">(<tt>
|
989
|
+
<span class="type">(<tt>String</tt>)</span>
|
990
|
+
<span class="default">
|
991
|
+
|
992
|
+
</span>
|
993
|
+
|
994
|
+
— <div class='inline'>
|
995
|
+
<p>provider numeric identifier</p>
|
996
|
+
</div>
|
997
|
+
|
998
|
+
</li>
|
999
|
+
|
1000
|
+
<li>
|
1001
|
+
<span class="name">force</span>
|
1002
|
+
<span class="type">(<tt>String</tt>)</span>
|
1013
1003
|
<span class="default">
|
1014
1004
|
|
1015
1005
|
</span>
|
1016
1006
|
|
1017
|
-
— <div class='inline'
|
1018
|
-
|
1019
|
-
</p>
|
1007
|
+
— <div class='inline'>
|
1008
|
+
<p>force import</p>
|
1020
1009
|
</div>
|
1021
1010
|
|
1022
1011
|
</li>
|
1023
1012
|
|
1024
1013
|
<li>
|
1025
|
-
<span class="name">
|
1014
|
+
<span class="name">import</span>
|
1026
1015
|
<span class="type">(<tt>String</tt>)</span>
|
1027
1016
|
<span class="default">
|
1028
1017
|
|
1029
1018
|
</span>
|
1030
1019
|
|
1031
|
-
— <div class='inline'
|
1032
|
-
|
1033
|
-
</p>
|
1020
|
+
— <div class='inline'>
|
1021
|
+
<p>manifest file</p>
|
1034
1022
|
</div>
|
1035
1023
|
|
1036
1024
|
</li>
|
@@ -1051,9 +1039,8 @@ remote url to perform discovery
|
|
1051
1039
|
|
1052
1040
|
|
1053
1041
|
—
|
1054
|
-
<div class='inline'
|
1055
|
-
First item: parsed data; second item: raw body
|
1056
|
-
</p>
|
1042
|
+
<div class='inline'>
|
1043
|
+
<p>First item: parsed data; second item: raw body</p>
|
1057
1044
|
</div>
|
1058
1045
|
|
1059
1046
|
</li>
|
@@ -1066,26 +1053,25 @@ First item: parsed data; second item: raw body
|
|
1066
1053
|
<pre class="lines">
|
1067
1054
|
|
1068
1055
|
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1056
|
+
83
|
1057
|
+
84
|
1058
|
+
85</pre>
|
1072
1059
|
</td>
|
1073
1060
|
<td>
|
1074
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
1061
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 83</span>
|
1075
1062
|
|
1076
|
-
<span class='
|
1077
|
-
<span class='
|
1078
|
-
<span class='
|
1079
|
-
</pre>
|
1063
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_import_manifest'>import_manifest</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>
|
1064
|
+
<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>
|
1065
|
+
<span class='kw'>end</span></pre>
|
1080
1066
|
</td>
|
1081
1067
|
</tr>
|
1082
1068
|
</table>
|
1083
1069
|
</div>
|
1084
1070
|
|
1085
1071
|
<div class="method_details ">
|
1086
|
-
<h3 class="signature " id="
|
1072
|
+
<h3 class="signature " id="import_products-instance_method">
|
1087
1073
|
|
1088
|
-
- (<tt>Array</tt>) <strong>
|
1074
|
+
- (<tt>Array</tt>) <strong>import_products</strong>(params = {}, headers = {})
|
1089
1075
|
|
1090
1076
|
|
1091
1077
|
|
@@ -1093,9 +1079,8 @@ First item: parsed data; second item: raw body
|
|
1093
1079
|
|
1094
1080
|
</h3><div class="docstring">
|
1095
1081
|
<div class="discussion">
|
1096
|
-
|
1097
|
-
First item: parsed data; second item: raw body
|
1098
|
-
</p>
|
1082
|
+
|
1083
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1099
1084
|
|
1100
1085
|
|
1101
1086
|
</div>
|
@@ -1116,9 +1101,8 @@ First item: parsed data; second item: raw body
|
|
1116
1101
|
|
1117
1102
|
|
1118
1103
|
—
|
1119
|
-
<div class='inline'
|
1120
|
-
a hash of params to be passed to the service
|
1121
|
-
</p>
|
1104
|
+
<div class='inline'>
|
1105
|
+
<p>a hash of params to be passed to the service</p>
|
1122
1106
|
</div>
|
1123
1107
|
|
1124
1108
|
</li>
|
@@ -1135,9 +1119,8 @@ a hash of params to be passed to the service
|
|
1135
1119
|
|
1136
1120
|
|
1137
1121
|
—
|
1138
|
-
<div class='inline'
|
1139
|
-
additional http headers
|
1140
|
-
</p>
|
1122
|
+
<div class='inline'>
|
1123
|
+
<p>additional http headers</p>
|
1141
1124
|
</div>
|
1142
1125
|
|
1143
1126
|
</li>
|
@@ -1157,37 +1140,21 @@ additional http headers
|
|
1157
1140
|
|
1158
1141
|
</span>
|
1159
1142
|
|
1160
|
-
— <div class='inline'
|
1161
|
-
provider numeric identifier
|
1162
|
-
</p>
|
1143
|
+
— <div class='inline'>
|
1144
|
+
<p>provider numeric identifier</p>
|
1163
1145
|
</div>
|
1164
1146
|
|
1165
1147
|
</li>
|
1166
1148
|
|
1167
1149
|
<li>
|
1168
|
-
<span class="name">
|
1169
|
-
<span class="type">(<tt>
|
1170
|
-
<span class="default">
|
1171
|
-
|
1172
|
-
</span>
|
1173
|
-
|
1174
|
-
— <div class='inline'><p>
|
1175
|
-
force import
|
1176
|
-
</p>
|
1177
|
-
</div>
|
1178
|
-
|
1179
|
-
</li>
|
1180
|
-
|
1181
|
-
<li>
|
1182
|
-
<span class="name">import</span>
|
1183
|
-
<span class="type">(<tt>String</tt>)</span>
|
1150
|
+
<span class="name">products</span>
|
1151
|
+
<span class="type">(<tt>Array</tt>)</span>
|
1184
1152
|
<span class="default">
|
1185
1153
|
|
1186
1154
|
</span>
|
1187
1155
|
|
1188
|
-
— <div class='inline'
|
1189
|
-
|
1190
|
-
</p>
|
1156
|
+
— <div class='inline'>
|
1157
|
+
<p>array of products to import</p>
|
1191
1158
|
</div>
|
1192
1159
|
|
1193
1160
|
</li>
|
@@ -1208,9 +1175,8 @@ manifest file
|
|
1208
1175
|
|
1209
1176
|
|
1210
1177
|
—
|
1211
|
-
<div class='inline'
|
1212
|
-
First item: parsed data; second item: raw body
|
1213
|
-
</p>
|
1178
|
+
<div class='inline'>
|
1179
|
+
<p>First item: parsed data; second item: raw body</p>
|
1214
1180
|
</div>
|
1215
1181
|
|
1216
1182
|
</li>
|
@@ -1223,26 +1189,25 @@ First item: parsed data; second item: raw body
|
|
1223
1189
|
<pre class="lines">
|
1224
1190
|
|
1225
1191
|
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1192
|
+
120
|
1193
|
+
121
|
1194
|
+
122</pre>
|
1229
1195
|
</td>
|
1230
1196
|
<td>
|
1231
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
1197
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 120</span>
|
1232
1198
|
|
1233
|
-
<span class='
|
1234
|
-
<span class='
|
1235
|
-
<span class='
|
1236
|
-
</pre>
|
1199
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_import_products'>import_products</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>
|
1200
|
+
<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>
|
1201
|
+
<span class='kw'>end</span></pre>
|
1237
1202
|
</td>
|
1238
1203
|
</tr>
|
1239
1204
|
</table>
|
1240
1205
|
</div>
|
1241
1206
|
|
1242
1207
|
<div class="method_details ">
|
1243
|
-
<h3 class="signature " id="
|
1208
|
+
<h3 class="signature " id="index-instance_method">
|
1244
1209
|
|
1245
|
-
- (<tt>Array</tt>) <strong>
|
1210
|
+
- (<tt>Array</tt>) <strong>index</strong>(params = {}, headers = {})
|
1246
1211
|
|
1247
1212
|
|
1248
1213
|
|
@@ -1250,9 +1215,8 @@ First item: parsed data; second item: raw body
|
|
1250
1215
|
|
1251
1216
|
</h3><div class="docstring">
|
1252
1217
|
<div class="discussion">
|
1253
|
-
|
1254
|
-
First item: parsed data; second item: raw body
|
1255
|
-
</p>
|
1218
|
+
|
1219
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1256
1220
|
|
1257
1221
|
|
1258
1222
|
</div>
|
@@ -1273,9 +1237,8 @@ First item: parsed data; second item: raw body
|
|
1273
1237
|
|
1274
1238
|
|
1275
1239
|
—
|
1276
|
-
<div class='inline'
|
1277
|
-
a hash of params to be passed to the service
|
1278
|
-
</p>
|
1240
|
+
<div class='inline'>
|
1241
|
+
<p>a hash of params to be passed to the service</p>
|
1279
1242
|
</div>
|
1280
1243
|
|
1281
1244
|
</li>
|
@@ -1292,9 +1255,8 @@ a hash of params to be passed to the service
|
|
1292
1255
|
|
1293
1256
|
|
1294
1257
|
—
|
1295
|
-
<div class='inline'
|
1296
|
-
additional http headers
|
1297
|
-
</p>
|
1258
|
+
<div class='inline'>
|
1259
|
+
<p>additional http headers</p>
|
1298
1260
|
</div>
|
1299
1261
|
|
1300
1262
|
</li>
|
@@ -1308,29 +1270,97 @@ additional http headers
|
|
1308
1270
|
<ul class="option">
|
1309
1271
|
|
1310
1272
|
<li>
|
1311
|
-
<span class="name">
|
1273
|
+
<span class="name">organization_id</span>
|
1312
1274
|
<span class="type">(<tt>String</tt>)</span>
|
1313
1275
|
<span class="default">
|
1314
1276
|
|
1315
1277
|
</span>
|
1316
1278
|
|
1317
|
-
— <div class='inline'
|
1318
|
-
|
1319
|
-
</p>
|
1279
|
+
— <div class='inline'>
|
1280
|
+
<p>organization identifier</p>
|
1320
1281
|
</div>
|
1321
1282
|
|
1322
1283
|
</li>
|
1323
1284
|
|
1324
1285
|
<li>
|
1325
|
-
<span class="name">
|
1286
|
+
<span class="name">order</span>
|
1326
1287
|
<span class="type">(<tt>String</tt>)</span>
|
1327
1288
|
<span class="default">
|
1328
1289
|
|
1329
1290
|
</span>
|
1330
1291
|
|
1331
|
-
— <div class='inline'
|
1332
|
-
|
1333
|
-
</
|
1292
|
+
— <div class='inline'>
|
1293
|
+
<p>sort field and order, eg. ‘name desc’</p>
|
1294
|
+
</div>
|
1295
|
+
|
1296
|
+
</li>
|
1297
|
+
|
1298
|
+
<li>
|
1299
|
+
<span class="name">page</span>
|
1300
|
+
<span class="type">(<tt>String</tt>)</span>
|
1301
|
+
<span class="default">
|
1302
|
+
|
1303
|
+
</span>
|
1304
|
+
|
1305
|
+
— <div class='inline'>
|
1306
|
+
<p>page number, starting at 1</p>
|
1307
|
+
</div>
|
1308
|
+
|
1309
|
+
</li>
|
1310
|
+
|
1311
|
+
<li>
|
1312
|
+
<span class="name">per_page</span>
|
1313
|
+
<span class="type">(<tt>String</tt>)</span>
|
1314
|
+
<span class="default">
|
1315
|
+
|
1316
|
+
</span>
|
1317
|
+
|
1318
|
+
— <div class='inline'>
|
1319
|
+
<p>number of results per page to return</p>
|
1320
|
+
</div>
|
1321
|
+
|
1322
|
+
</li>
|
1323
|
+
|
1324
|
+
<li>
|
1325
|
+
<span class="name">provider_type</span>
|
1326
|
+
<span class="type">(<tt>String</tt>)</span>
|
1327
|
+
<span class="default">
|
1328
|
+
|
1329
|
+
</span>
|
1330
|
+
|
1331
|
+
— <div class='inline'>
|
1332
|
+
<p>filter providers by type (‘custom’ or ‘red hat’)</p>
|
1333
|
+
</div>
|
1334
|
+
|
1335
|
+
</li>
|
1336
|
+
|
1337
|
+
<li>
|
1338
|
+
<span class="name">search</span>
|
1339
|
+
<span class="type">(<tt>String</tt>)</span>
|
1340
|
+
<span class="default">
|
1341
|
+
|
1342
|
+
</span>
|
1343
|
+
|
1344
|
+
— <div class='inline'>
|
1345
|
+
<p>search string</p>
|
1346
|
+
</div>
|
1347
|
+
|
1348
|
+
</li>
|
1349
|
+
|
1350
|
+
<li>
|
1351
|
+
<span class="name">sort</span>
|
1352
|
+
<span class="type">(<tt>Hash</tt>)</span>
|
1353
|
+
<span class="default">
|
1354
|
+
|
1355
|
+
</span>
|
1356
|
+
|
1357
|
+
— <div class='inline'>
|
1358
|
+
<p>hash version of ‘order’ param allowed keys are:</p>
|
1359
|
+
<ul><li>
|
1360
|
+
<p>by [String] field to sort the results on</p>
|
1361
|
+
</li><li>
|
1362
|
+
<p>order [String] how to order the sorted results (e.g. asc for ascending)</p>
|
1363
|
+
</li></ul>
|
1334
1364
|
</div>
|
1335
1365
|
|
1336
1366
|
</li>
|
@@ -1351,9 +1381,8 @@ array of products to import
|
|
1351
1381
|
|
1352
1382
|
|
1353
1383
|
—
|
1354
|
-
<div class='inline'
|
1355
|
-
First item: parsed data; second item: raw body
|
1356
|
-
</p>
|
1384
|
+
<div class='inline'>
|
1385
|
+
<p>First item: parsed data; second item: raw body</p>
|
1357
1386
|
</div>
|
1358
1387
|
|
1359
1388
|
</li>
|
@@ -1366,26 +1395,25 @@ First item: parsed data; second item: raw body
|
|
1366
1395
|
<pre class="lines">
|
1367
1396
|
|
1368
1397
|
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1398
|
+
22
|
1399
|
+
23
|
1400
|
+
24</pre>
|
1372
1401
|
</td>
|
1373
1402
|
<td>
|
1374
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
1403
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 22</span>
|
1375
1404
|
|
1376
|
-
<span class='
|
1377
|
-
<span class='
|
1378
|
-
<span class='
|
1379
|
-
</pre>
|
1405
|
+
<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>
|
1406
|
+
<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>
|
1407
|
+
<span class='kw'>end</span></pre>
|
1380
1408
|
</td>
|
1381
1409
|
</tr>
|
1382
1410
|
</table>
|
1383
1411
|
</div>
|
1384
1412
|
|
1385
1413
|
<div class="method_details ">
|
1386
|
-
<h3 class="signature " id="
|
1414
|
+
<h3 class="signature " id="product_create-instance_method">
|
1387
1415
|
|
1388
|
-
- (<tt>Array</tt>) <strong>
|
1416
|
+
- (<tt>Array</tt>) <strong>product_create</strong>(params = {}, headers = {})
|
1389
1417
|
|
1390
1418
|
|
1391
1419
|
|
@@ -1393,9 +1421,8 @@ First item: parsed data; second item: raw body
|
|
1393
1421
|
|
1394
1422
|
</h3><div class="docstring">
|
1395
1423
|
<div class="discussion">
|
1396
|
-
|
1397
|
-
First item: parsed data; second item: raw body
|
1398
|
-
</p>
|
1424
|
+
|
1425
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1399
1426
|
|
1400
1427
|
|
1401
1428
|
</div>
|
@@ -1416,9 +1443,8 @@ First item: parsed data; second item: raw body
|
|
1416
1443
|
|
1417
1444
|
|
1418
1445
|
—
|
1419
|
-
<div class='inline'
|
1420
|
-
a hash of params to be passed to the service
|
1421
|
-
</p>
|
1446
|
+
<div class='inline'>
|
1447
|
+
<p>a hash of params to be passed to the service</p>
|
1422
1448
|
</div>
|
1423
1449
|
|
1424
1450
|
</li>
|
@@ -1435,9 +1461,8 @@ a hash of params to be passed to the service
|
|
1435
1461
|
|
1436
1462
|
|
1437
1463
|
—
|
1438
|
-
<div class='inline'
|
1439
|
-
additional http headers
|
1440
|
-
</p>
|
1464
|
+
<div class='inline'>
|
1465
|
+
<p>additional http headers</p>
|
1441
1466
|
</div>
|
1442
1467
|
|
1443
1468
|
</li>
|
@@ -1451,29 +1476,36 @@ additional http headers
|
|
1451
1476
|
<ul class="option">
|
1452
1477
|
|
1453
1478
|
<li>
|
1454
|
-
<span class="name">
|
1479
|
+
<span class="name">id</span>
|
1455
1480
|
<span class="type">(<tt>String</tt>)</span>
|
1456
1481
|
<span class="default">
|
1457
1482
|
|
1458
1483
|
</span>
|
1459
1484
|
|
1460
|
-
— <div class='inline'
|
1461
|
-
|
1462
|
-
</p>
|
1485
|
+
— <div class='inline'>
|
1486
|
+
<p>provider numeric identifier</p>
|
1463
1487
|
</div>
|
1464
1488
|
|
1465
1489
|
</li>
|
1466
1490
|
|
1467
1491
|
<li>
|
1468
|
-
<span class="name">
|
1469
|
-
<span class="type">(<tt>
|
1492
|
+
<span class="name">product</span>
|
1493
|
+
<span class="type">(<tt>Hash</tt>)</span>
|
1470
1494
|
<span class="default">
|
1471
1495
|
|
1472
1496
|
</span>
|
1473
1497
|
|
1474
|
-
— <div class='inline'
|
1475
|
-
|
1476
|
-
|
1498
|
+
— <div class='inline'>
|
1499
|
+
<p>allowed keys are:</p>
|
1500
|
+
<ul><li>
|
1501
|
+
<p>description [String, nil] product description</p>
|
1502
|
+
</li><li>
|
1503
|
+
<p>gpg_key_name [String, nil] identifier of the gpg key</p>
|
1504
|
+
</li><li>
|
1505
|
+
<p>label [String]</p>
|
1506
|
+
</li><li>
|
1507
|
+
<p>name [String] product name</p>
|
1508
|
+
</li></ul>
|
1477
1509
|
</div>
|
1478
1510
|
|
1479
1511
|
</li>
|
@@ -1494,9 +1526,8 @@ filter providers by name
|
|
1494
1526
|
|
1495
1527
|
|
1496
1528
|
—
|
1497
|
-
<div class='inline'
|
1498
|
-
First item: parsed data; second item: raw body
|
1499
|
-
</p>
|
1529
|
+
<div class='inline'>
|
1530
|
+
<p>First item: parsed data; second item: raw body</p>
|
1500
1531
|
</div>
|
1501
1532
|
|
1502
1533
|
</li>
|
@@ -1509,26 +1540,25 @@ First item: parsed data; second item: raw body
|
|
1509
1540
|
<pre class="lines">
|
1510
1541
|
|
1511
1542
|
|
1512
|
-
|
1513
|
-
|
1514
|
-
|
1543
|
+
135
|
1544
|
+
136
|
1545
|
+
137</pre>
|
1515
1546
|
</td>
|
1516
1547
|
<td>
|
1517
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
1548
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 135</span>
|
1518
1549
|
|
1519
|
-
<span class='
|
1520
|
-
<span class='
|
1521
|
-
<span class='
|
1522
|
-
</pre>
|
1550
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_product_create'>product_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>
|
1551
|
+
<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>
|
1552
|
+
<span class='kw'>end</span></pre>
|
1523
1553
|
</td>
|
1524
1554
|
</tr>
|
1525
1555
|
</table>
|
1526
1556
|
</div>
|
1527
1557
|
|
1528
1558
|
<div class="method_details ">
|
1529
|
-
<h3 class="signature " id="
|
1559
|
+
<h3 class="signature " id="products-instance_method">
|
1530
1560
|
|
1531
|
-
- (<tt>Array</tt>) <strong>
|
1561
|
+
- (<tt>Array</tt>) <strong>products</strong>(params = {}, headers = {})
|
1532
1562
|
|
1533
1563
|
|
1534
1564
|
|
@@ -1536,9 +1566,8 @@ First item: parsed data; second item: raw body
|
|
1536
1566
|
|
1537
1567
|
</h3><div class="docstring">
|
1538
1568
|
<div class="discussion">
|
1539
|
-
|
1540
|
-
First item: parsed data; second item: raw body
|
1541
|
-
</p>
|
1569
|
+
|
1570
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1542
1571
|
|
1543
1572
|
|
1544
1573
|
</div>
|
@@ -1559,9 +1588,8 @@ First item: parsed data; second item: raw body
|
|
1559
1588
|
|
1560
1589
|
|
1561
1590
|
—
|
1562
|
-
<div class='inline'
|
1563
|
-
a hash of params to be passed to the service
|
1564
|
-
</p>
|
1591
|
+
<div class='inline'>
|
1592
|
+
<p>a hash of params to be passed to the service</p>
|
1565
1593
|
</div>
|
1566
1594
|
|
1567
1595
|
</li>
|
@@ -1578,9 +1606,8 @@ a hash of params to be passed to the service
|
|
1578
1606
|
|
1579
1607
|
|
1580
1608
|
—
|
1581
|
-
<div class='inline'
|
1582
|
-
additional http headers
|
1583
|
-
</p>
|
1609
|
+
<div class='inline'>
|
1610
|
+
<p>additional http headers</p>
|
1584
1611
|
</div>
|
1585
1612
|
|
1586
1613
|
</li>
|
@@ -1600,37 +1627,21 @@ additional http headers
|
|
1600
1627
|
|
1601
1628
|
</span>
|
1602
1629
|
|
1603
|
-
— <div class='inline'
|
1604
|
-
provider numeric identifier
|
1605
|
-
</p>
|
1630
|
+
— <div class='inline'>
|
1631
|
+
<p>provider numeric identifier</p>
|
1606
1632
|
</div>
|
1607
1633
|
|
1608
1634
|
</li>
|
1609
1635
|
|
1610
1636
|
<li>
|
1611
|
-
<span class="name">
|
1612
|
-
<span class="type">(<tt>
|
1637
|
+
<span class="name">include_marketing</span>
|
1638
|
+
<span class="type">(<tt>String</tt>)</span>
|
1613
1639
|
<span class="default">
|
1614
1640
|
|
1615
1641
|
</span>
|
1616
1642
|
|
1617
|
-
— <div class='inline'
|
1618
|
-
|
1619
|
-
</p>
|
1620
|
-
<ul>
|
1621
|
-
<li>description [String, nil] product description
|
1622
|
-
|
1623
|
-
</li>
|
1624
|
-
<li>gpg_key_name [String, nil] identifier of the gpg key
|
1625
|
-
|
1626
|
-
</li>
|
1627
|
-
<li>label [String]
|
1628
|
-
|
1629
|
-
</li>
|
1630
|
-
<li>name [String] product name
|
1631
|
-
|
1632
|
-
</li>
|
1633
|
-
</ul>
|
1643
|
+
— <div class='inline'>
|
1644
|
+
<p>include marketing products in results</p>
|
1634
1645
|
</div>
|
1635
1646
|
|
1636
1647
|
</li>
|
@@ -1651,9 +1662,8 @@ allowed keys are:
|
|
1651
1662
|
|
1652
1663
|
|
1653
1664
|
—
|
1654
|
-
<div class='inline'
|
1655
|
-
First item: parsed data; second item: raw body
|
1656
|
-
</p>
|
1665
|
+
<div class='inline'>
|
1666
|
+
<p>First item: parsed data; second item: raw body</p>
|
1657
1667
|
</div>
|
1658
1668
|
|
1659
1669
|
</li>
|
@@ -1666,26 +1676,25 @@ First item: parsed data; second item: raw body
|
|
1666
1676
|
<pre class="lines">
|
1667
1677
|
|
1668
1678
|
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1679
|
+
72
|
1680
|
+
73
|
1681
|
+
74</pre>
|
1672
1682
|
</td>
|
1673
1683
|
<td>
|
1674
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
1684
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 72</span>
|
1675
1685
|
|
1676
|
-
<span class='
|
1677
|
-
<span class='
|
1678
|
-
<span class='
|
1679
|
-
</pre>
|
1686
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_products'>products</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>
|
1687
|
+
<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>
|
1688
|
+
<span class='kw'>end</span></pre>
|
1680
1689
|
</td>
|
1681
1690
|
</tr>
|
1682
1691
|
</table>
|
1683
1692
|
</div>
|
1684
1693
|
|
1685
1694
|
<div class="method_details ">
|
1686
|
-
<h3 class="signature " id="
|
1695
|
+
<h3 class="signature " id="refresh_manifest-instance_method">
|
1687
1696
|
|
1688
|
-
- (<tt>Array</tt>) <strong>
|
1697
|
+
- (<tt>Array</tt>) <strong>refresh_manifest</strong>(params = {}, headers = {})
|
1689
1698
|
|
1690
1699
|
|
1691
1700
|
|
@@ -1693,9 +1702,8 @@ First item: parsed data; second item: raw body
|
|
1693
1702
|
|
1694
1703
|
</h3><div class="docstring">
|
1695
1704
|
<div class="discussion">
|
1696
|
-
|
1697
|
-
First item: parsed data; second item: raw body
|
1698
|
-
</p>
|
1705
|
+
|
1706
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1699
1707
|
|
1700
1708
|
|
1701
1709
|
</div>
|
@@ -1716,9 +1724,8 @@ First item: parsed data; second item: raw body
|
|
1716
1724
|
|
1717
1725
|
|
1718
1726
|
—
|
1719
|
-
<div class='inline'
|
1720
|
-
a hash of params to be passed to the service
|
1721
|
-
</p>
|
1727
|
+
<div class='inline'>
|
1728
|
+
<p>a hash of params to be passed to the service</p>
|
1722
1729
|
</div>
|
1723
1730
|
|
1724
1731
|
</li>
|
@@ -1735,9 +1742,8 @@ a hash of params to be passed to the service
|
|
1735
1742
|
|
1736
1743
|
|
1737
1744
|
—
|
1738
|
-
<div class='inline'
|
1739
|
-
additional http headers
|
1740
|
-
</p>
|
1745
|
+
<div class='inline'>
|
1746
|
+
<p>additional http headers</p>
|
1741
1747
|
</div>
|
1742
1748
|
|
1743
1749
|
</li>
|
@@ -1757,9 +1763,8 @@ additional http headers
|
|
1757
1763
|
|
1758
1764
|
</span>
|
1759
1765
|
|
1760
|
-
— <div class='inline'
|
1761
|
-
provider numeric identifier
|
1762
|
-
</p>
|
1766
|
+
— <div class='inline'>
|
1767
|
+
<p>provider numeric identifier</p>
|
1763
1768
|
</div>
|
1764
1769
|
|
1765
1770
|
</li>
|
@@ -1780,9 +1785,8 @@ provider numeric identifier
|
|
1780
1785
|
|
1781
1786
|
|
1782
1787
|
—
|
1783
|
-
<div class='inline'
|
1784
|
-
First item: parsed data; second item: raw body
|
1785
|
-
</p>
|
1788
|
+
<div class='inline'>
|
1789
|
+
<p>First item: parsed data; second item: raw body</p>
|
1786
1790
|
</div>
|
1787
1791
|
|
1788
1792
|
</li>
|
@@ -1795,17 +1799,16 @@ First item: parsed data; second item: raw body
|
|
1795
1799
|
<pre class="lines">
|
1796
1800
|
|
1797
1801
|
|
1798
|
-
|
1799
|
-
|
1800
|
-
|
1802
|
+
92
|
1803
|
+
93
|
1804
|
+
94</pre>
|
1801
1805
|
</td>
|
1802
1806
|
<td>
|
1803
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
1807
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 92</span>
|
1804
1808
|
|
1805
|
-
<span class='
|
1806
|
-
<span class='
|
1807
|
-
<span class='
|
1808
|
-
</pre>
|
1809
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_refresh_manifest'>refresh_manifest</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>
|
1810
|
+
<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>
|
1811
|
+
<span class='kw'>end</span></pre>
|
1809
1812
|
</td>
|
1810
1813
|
</tr>
|
1811
1814
|
</table>
|
@@ -1822,9 +1825,8 @@ First item: parsed data; second item: raw body
|
|
1822
1825
|
|
1823
1826
|
</h3><div class="docstring">
|
1824
1827
|
<div class="discussion">
|
1825
|
-
|
1826
|
-
First item: parsed data; second item: raw body
|
1827
|
-
</p>
|
1828
|
+
|
1829
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1828
1830
|
|
1829
1831
|
|
1830
1832
|
</div>
|
@@ -1845,9 +1847,8 @@ First item: parsed data; second item: raw body
|
|
1845
1847
|
|
1846
1848
|
|
1847
1849
|
—
|
1848
|
-
<div class='inline'
|
1849
|
-
a hash of params to be passed to the service
|
1850
|
-
</p>
|
1850
|
+
<div class='inline'>
|
1851
|
+
<p>a hash of params to be passed to the service</p>
|
1851
1852
|
</div>
|
1852
1853
|
|
1853
1854
|
</li>
|
@@ -1864,9 +1865,8 @@ a hash of params to be passed to the service
|
|
1864
1865
|
|
1865
1866
|
|
1866
1867
|
—
|
1867
|
-
<div class='inline'
|
1868
|
-
additional http headers
|
1869
|
-
</p>
|
1868
|
+
<div class='inline'>
|
1869
|
+
<p>additional http headers</p>
|
1870
1870
|
</div>
|
1871
1871
|
|
1872
1872
|
</li>
|
@@ -1886,9 +1886,8 @@ additional http headers
|
|
1886
1886
|
|
1887
1887
|
</span>
|
1888
1888
|
|
1889
|
-
— <div class='inline'
|
1890
|
-
provider numeric identifier
|
1891
|
-
</p>
|
1889
|
+
— <div class='inline'>
|
1890
|
+
<p>provider numeric identifier</p>
|
1892
1891
|
</div>
|
1893
1892
|
|
1894
1893
|
</li>
|
@@ -1909,9 +1908,8 @@ provider numeric identifier
|
|
1909
1908
|
|
1910
1909
|
|
1911
1910
|
—
|
1912
|
-
<div class='inline'
|
1913
|
-
First item: parsed data; second item: raw body
|
1914
|
-
</p>
|
1911
|
+
<div class='inline'>
|
1912
|
+
<p>First item: parsed data; second item: raw body</p>
|
1915
1913
|
</div>
|
1916
1914
|
|
1917
1915
|
</li>
|
@@ -1924,17 +1922,16 @@ First item: parsed data; second item: raw body
|
|
1924
1922
|
<pre class="lines">
|
1925
1923
|
|
1926
1924
|
|
1927
|
-
109
|
1928
1925
|
110
|
1929
|
-
111
|
1926
|
+
111
|
1927
|
+
112</pre>
|
1930
1928
|
</td>
|
1931
1929
|
<td>
|
1932
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
1930
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 110</span>
|
1933
1931
|
|
1934
|
-
<span class='
|
1935
|
-
<span class='
|
1936
|
-
<span class='
|
1937
|
-
</pre>
|
1932
|
+
<span class='kw'>def</span> <span class='id identifier rubyid_refresh_products'>refresh_products</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>
|
1933
|
+
<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>
|
1934
|
+
<span class='kw'>end</span></pre>
|
1938
1935
|
</td>
|
1939
1936
|
</tr>
|
1940
1937
|
</table>
|
@@ -1951,9 +1948,8 @@ First item: parsed data; second item: raw body
|
|
1951
1948
|
|
1952
1949
|
</h3><div class="docstring">
|
1953
1950
|
<div class="discussion">
|
1954
|
-
|
1955
|
-
First item: parsed data; second item: raw body
|
1956
|
-
</p>
|
1951
|
+
|
1952
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
1957
1953
|
|
1958
1954
|
|
1959
1955
|
</div>
|
@@ -1974,9 +1970,8 @@ First item: parsed data; second item: raw body
|
|
1974
1970
|
|
1975
1971
|
|
1976
1972
|
—
|
1977
|
-
<div class='inline'
|
1978
|
-
a hash of params to be passed to the service
|
1979
|
-
</p>
|
1973
|
+
<div class='inline'>
|
1974
|
+
<p>a hash of params to be passed to the service</p>
|
1980
1975
|
</div>
|
1981
1976
|
|
1982
1977
|
</li>
|
@@ -1993,9 +1988,8 @@ a hash of params to be passed to the service
|
|
1993
1988
|
|
1994
1989
|
|
1995
1990
|
—
|
1996
|
-
<div class='inline'
|
1997
|
-
additional http headers
|
1998
|
-
</p>
|
1991
|
+
<div class='inline'>
|
1992
|
+
<p>additional http headers</p>
|
1999
1993
|
</div>
|
2000
1994
|
|
2001
1995
|
</li>
|
@@ -2015,9 +2009,8 @@ additional http headers
|
|
2015
2009
|
|
2016
2010
|
</span>
|
2017
2011
|
|
2018
|
-
— <div class='inline'
|
2019
|
-
provider numeric identifier
|
2020
|
-
</p>
|
2012
|
+
— <div class='inline'>
|
2013
|
+
<p>provider numeric identifier</p>
|
2021
2014
|
</div>
|
2022
2015
|
|
2023
2016
|
</li>
|
@@ -2038,9 +2031,8 @@ provider numeric identifier
|
|
2038
2031
|
|
2039
2032
|
|
2040
2033
|
—
|
2041
|
-
<div class='inline'
|
2042
|
-
First item: parsed data; second item: raw body
|
2043
|
-
</p>
|
2034
|
+
<div class='inline'>
|
2035
|
+
<p>First item: parsed data; second item: raw body</p>
|
2044
2036
|
</div>
|
2045
2037
|
|
2046
2038
|
</li>
|
@@ -2053,17 +2045,16 @@ First item: parsed data; second item: raw body
|
|
2053
2045
|
<pre class="lines">
|
2054
2046
|
|
2055
2047
|
|
2056
|
-
|
2057
|
-
|
2058
|
-
|
2048
|
+
31
|
2049
|
+
32
|
2050
|
+
33</pre>
|
2059
2051
|
</td>
|
2060
2052
|
<td>
|
2061
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
2053
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 31</span>
|
2062
2054
|
|
2063
|
-
<span class='
|
2064
|
-
<span class='
|
2065
|
-
<span class='
|
2066
|
-
</pre>
|
2055
|
+
<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>
|
2056
|
+
<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>
|
2057
|
+
<span class='kw'>end</span></pre>
|
2067
2058
|
</td>
|
2068
2059
|
</tr>
|
2069
2060
|
</table>
|
@@ -2080,9 +2071,8 @@ First item: parsed data; second item: raw body
|
|
2080
2071
|
|
2081
2072
|
</h3><div class="docstring">
|
2082
2073
|
<div class="discussion">
|
2083
|
-
|
2084
|
-
First item: parsed data; second item: raw body
|
2085
|
-
</p>
|
2074
|
+
|
2075
|
+
<p>Returns First item: parsed data; second item: raw body</p>
|
2086
2076
|
|
2087
2077
|
|
2088
2078
|
</div>
|
@@ -2103,9 +2093,8 @@ First item: parsed data; second item: raw body
|
|
2103
2093
|
|
2104
2094
|
|
2105
2095
|
—
|
2106
|
-
<div class='inline'
|
2107
|
-
a hash of params to be passed to the service
|
2108
|
-
</p>
|
2096
|
+
<div class='inline'>
|
2097
|
+
<p>a hash of params to be passed to the service</p>
|
2109
2098
|
</div>
|
2110
2099
|
|
2111
2100
|
</li>
|
@@ -2122,9 +2111,8 @@ a hash of params to be passed to the service
|
|
2122
2111
|
|
2123
2112
|
|
2124
2113
|
—
|
2125
|
-
<div class='inline'
|
2126
|
-
additional http headers
|
2127
|
-
</p>
|
2114
|
+
<div class='inline'>
|
2115
|
+
<p>additional http headers</p>
|
2128
2116
|
</div>
|
2129
2117
|
|
2130
2118
|
</li>
|
@@ -2144,34 +2132,21 @@ additional http headers
|
|
2144
2132
|
|
2145
2133
|
</span>
|
2146
2134
|
|
2147
|
-
— <div class='inline'
|
2148
|
-
provider
|
2149
|
-
</p>
|
2135
|
+
— <div class='inline'>
|
2136
|
+
<p>provider identifier</p>
|
2150
2137
|
</div>
|
2151
2138
|
|
2152
2139
|
</li>
|
2153
2140
|
|
2154
2141
|
<li>
|
2155
|
-
<span class="name">
|
2156
|
-
<span class="type">(<tt>
|
2142
|
+
<span class="name">repository_url</span>
|
2143
|
+
<span class="type">(<tt>String</tt>)</span>
|
2157
2144
|
<span class="default">
|
2158
2145
|
|
2159
2146
|
</span>
|
2160
2147
|
|
2161
|
-
— <div class='inline'
|
2162
|
-
|
2163
|
-
</p>
|
2164
|
-
<ul>
|
2165
|
-
<li>description [String, nil] provider description
|
2166
|
-
|
2167
|
-
</li>
|
2168
|
-
<li>name [String] provider name
|
2169
|
-
|
2170
|
-
</li>
|
2171
|
-
<li>repository_url [String, nil] repository url
|
2172
|
-
|
2173
|
-
</li>
|
2174
|
-
</ul>
|
2148
|
+
— <div class='inline'>
|
2149
|
+
<p>provider repository url</p>
|
2175
2150
|
</div>
|
2176
2151
|
|
2177
2152
|
</li>
|
@@ -2192,9 +2167,8 @@ allowed keys are:
|
|
2192
2167
|
|
2193
2168
|
|
2194
2169
|
—
|
2195
|
-
<div class='inline'
|
2196
|
-
First item: parsed data; second item: raw body
|
2197
|
-
</p>
|
2170
|
+
<div class='inline'>
|
2171
|
+
<p>First item: parsed data; second item: raw body</p>
|
2198
2172
|
</div>
|
2199
2173
|
|
2200
2174
|
</li>
|
@@ -2207,17 +2181,16 @@ First item: parsed data; second item: raw body
|
|
2207
2181
|
<pre class="lines">
|
2208
2182
|
|
2209
2183
|
|
2210
|
-
52
|
2211
2184
|
53
|
2212
|
-
54
|
2185
|
+
54
|
2186
|
+
55</pre>
|
2213
2187
|
</td>
|
2214
2188
|
<td>
|
2215
|
-
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line
|
2189
|
+
<pre class="code"><span class="info file"># File 'lib/katello_api/resources/provider.rb', line 53</span>
|
2216
2190
|
|
2217
|
-
<span class='
|
2218
|
-
<span class='
|
2219
|
-
<span class='
|
2220
|
-
</pre>
|
2191
|
+
<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>
|
2192
|
+
<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>
|
2193
|
+
<span class='kw'>end</span></pre>
|
2221
2194
|
</td>
|
2222
2195
|
</tr>
|
2223
2196
|
</table>
|
@@ -2228,9 +2201,9 @@ First item: parsed data; second item: raw body
|
|
2228
2201
|
</div>
|
2229
2202
|
|
2230
2203
|
<div id="footer">
|
2231
|
-
Generated on
|
2204
|
+
Generated on Wed Jan 15 20:45:16 2014 by
|
2232
2205
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2233
|
-
0.8.
|
2206
|
+
0.8.7.3 (ruby-1.9.3).
|
2234
2207
|
</div>
|
2235
2208
|
|
2236
2209
|
</body>
|