GET /katello/api/content_views/:content_view_id/content_view_puppet_modules
Puppet-Module der Inhaltsansicht auflisten

Parameter

Parametername Beschreibung
content_view_id
verpflichtend

Inhaltsansichts-ID

Validations:

  • Must be a number.

name
optional

Name des Puppet-Moduls

Validations:

  • String

author
optional

Autor des Puppet-Moduls

Validations:

  • String

uuid
optional

UUID des zu verknüpfenden Puppet-Moduls

Validations:

  • String

search
optional

Suchbegriff

Validations:

  • String

page
optional

Seitennummer, beginnend bei 1

Validations:

  • Must be a number.

per_page
optional

Anzahl der angezeigten Ergebnisse pro Seite

Validations:

  • Must be a number.

order
optional

Sort field and order, eg. 'id DESC'

Validations:

  • String

full_result
optional

Ob alle Ergebnisse angezeigt werden sollen

Validations:

  • Must be one of: true, false, 1, 0

sort
optional

Hash-Version des “order”-Parameters

Validations:

  • Hash

sort[by]
optional

Ergebnisse nach diesem Feld sortieren

Validations:

  • String

sort[order]
optional

Reihenfolge der sortierten Ergebnisse (z. B. ASC für aufsteigend)

Validations:

  • String


POST /katello/api/content_views/:content_view_id/content_view_puppet_modules
Puppet-Modul zur Inhaltsansicht hinzufügen

Parameter

Parametername Beschreibung
content_view_id
verpflichtend

Inhaltsansichts-ID

Validations:

  • Must be a number.

name
optional

Name des Puppet-Moduls

Validations:

  • String

author
optional

Autor des Puppet-Moduls

Validations:

  • String

id
optional

the id of the puppet module to associate

Validations:

  • String

uuid
optional

UUID des zu verknüpfenden Puppet-Moduls

Validations:

  • String


GET /katello/api/content_views/:content_view_id/content_view_puppet_modules/:id
Inhaltsansicht-Puppet-Modul anzeigen

Parameter

Parametername Beschreibung
content_view_id
verpflichtend

Numerische ID der Inhaltsansicht

Validations:

  • Must be a number.

id
verpflichtend

Puppet-Modul-ID

Validations:

  • Must be a number.


PUT /katello/api/content_views/:content_view_id/content_view_puppet_modules/:id
Puppet-Modul aktualisieren, das der Inhaltsansicht zugewiesen ist

Parameter

Parametername Beschreibung
content_view_id
verpflichtend

Inhaltsansichts-ID

Validations:

  • Must be a number.

id
verpflichtend

Puppet-Modul-ID

Validations:

  • Must be a number.

name
optional

Name des Puppet-Moduls

Validations:

  • String

author
optional

Autor des Puppet-Moduls

Validations:

  • String

uuid
optional

UUID des zu verknüpfenden Puppet-Moduls

Validations:

  • String


DELETE /katello/api/content_views/:content_view_id/content_view_puppet_modules/:id
Puppet-Modul aus der Inhaltsansicht entfernen

Parameter

Parametername Beschreibung
content_view_id
verpflichtend

Inhaltsansichts-ID

Validations:

  • Must be a number.

id
verpflichtend

Puppet-Modul-ID

Validations:

  • Must be a number.