GET /katello/api/content_view_versions
Versionen der Inhaltsansicht auflisten

GET /katello/api/content_views/:content_view_id/content_view_versions
Versionen der Inhaltsansicht auflisten

Parameter

Parametername Beschreibung
content_view_id
optional

ID der Inhaltsansicht

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

environment_id
optional

Versionen nach Umgebung filtern

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

puppet_module_id
optional

Versionen nach Puppet-Modul filtern

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

version
optional

Versionen nach Versionsnummer filtern

Validations:

  • String

composite_version_id
optional

Versionen filtern, die Komponenten in der angegebenen Verbundversion sind

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

search
optional

Suchbegriff

Validations:

  • String

page
optional

Seitennummer, beginnend bei 1

Validations:

  • number.

per_page
optional

Anzahl der angezeigten Ergebnisse pro Seite

Validations:

  • number.

order
optional

Sortierungsfeld und Reihenfolge, z. B. “name DESC”

Validations:

  • String

full_results
optional

Ob alle Ergebnisse angezeigt werden sollen

Validations:

  • boolean

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


GET /katello/api/content_view_versions/:id
Inhaltsansichtsversion anzeigen

Parameter

Parametername Beschreibung
id
verpflichtend

ID der Inhaltsansichtsversion

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..


POST /katello/api/content_view_versions/:id/promote
Inhaltsansichtsversion übertragen

Parameter

Parametername Beschreibung
id
verpflichtend

ID der Inhaltsansichtsversion

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

force
optional

Übertragung der Inhaltsansicht erzwingen und Einschränkungen der Lebenszyklusumgebung umgehen

Validations:

  • boolean

environment_id
optional

LifeCycle Environment identifier

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

environment_ids
optional

Identifiers for Lifecycle Environment

Validations:

  • Must be an array of any type

description
optional

The description for the content view version promotion

Validations:

  • String

force_yum_metadata_regeneration
optional

Force metadata regeneration on the repositories in the content view version

Validations:

  • boolean


POST /katello/api/content_view_versions/:id/export
Eine Inhaltsansichtsversion exportieren

Parameter

Parametername Beschreibung
id
verpflichtend

ID der Inhaltsansichtsversion

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

export_to_iso
optional

In ISO-Format exportieren

Validations:

  • boolean

iso_mb_size
optional

Maximale ISO-Größe in MB

Validations:

  • number.

since
optional

Optionales Datum des letzten Exports (ex: 2010-01-01T12:00:00Z)

Validations:

  • Date


DELETE /katello/api/content_view_versions/:id
Inhaltsansichtsversion entfernen

Parameter

Parametername Beschreibung
id
verpflichtend

ID der Inhaltsansichtsversion

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..


POST /katello/api/content_view_versions/incremental_update
Inkrementelle Aktualisierung auf einer oder mehreren Inhaltsansichtsversionen durchführen

Parameter

Parametername Beschreibung
content_view_version_environments
optional

Validations:

  • Must be an Array of nested elements

content_view_version_environments[content_view_version_id]
optional

IDs der Inhaltsansichtsversionen, auf denen eine inkrementelle Aktualisierung durchgeführt werden soll. Kann Verbünde sowie eine oder mehrere Komponenten enthalten.

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

content_view_version_environments[environment_ids]
optional

Die Liste der Umgebungen, an welche die angegebene Inhaltsansichtsversion übertragen werden soll (ersetzt ältere Version).

Validations:

  • Must be an array of any type

description
optional

Die Beschreibung der neu generierten Inhaltsansichtsversionen

Validations:

  • String

resolve_dependencies
optional

Falls “true”, werden beim Hinzufügen der angegebenen Errata oder Pakete auch jegliche erforderlichen Abhängigkeiten kopiert.

Validations:

  • boolean

propagate_all_composites
optional

Falls “true”, wird eine neue Verbundversion veröffentlicht unter Verwendung jeglicher angegebener content_view_version_id, die in eine Lebenszyklusumgebung übertragen wurde.

Validations:

  • boolean

add_content
optional

Validations:

  • Hash

add_content[errata_ids]
optional

Errata ids or uuids to copy into the new versions.

Validations:

  • Must be an array of any type

add_content[package_ids]
optional

Package ids or uuids to copy into the new versions.

Validations:

  • Must be an array of any type

add_content[puppet_module_ids]
optional

Puppet Module ids or uuids to copy into the new versions.

Validations:

  • Must be an array of any type

update_hosts
optional

Diese Änderungen nach Erstellen der inkrementellen Aktualisierung auf die angegebenen Hosts anwenden. Derzeit werden nur Errata unterstützt.

Validations:

  • Hash

update_hosts[included]
verpflichtend

Validations:

  • Hash

update_hosts[included][search]
optional , nil erlaubt

Suchbegriff für Host, auf dem eine Aktion ausgeführt werden soll

Validations:

  • String

update_hosts[included][ids]
optional , nil erlaubt

Liste mit Host-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

update_hosts[excluded]
optional , nil erlaubt

Validations:

  • Hash

update_hosts[excluded][ids]
optional , nil erlaubt

Liste mit Host-IDs, die von einer Aktion ausgeschlossen werden sollen

Validations:

  • Must be an array of any type