PUT /katello/api/products/bulk/destroy
Ein oder mehrere Produkte löschen

Parameter

Parametername Beschreibung
ids
verpflichtend

Liste mit Produkt-IDs

Validations:

  • Must be an array of any type


PUT /katello/api/products/bulk/sync
Ein oder mehrere Produkte synchronisieren

Parameter

Parametername Beschreibung
ids
verpflichtend

Liste mit Produkt-IDs

Validations:

  • Must be an array of any type

skip_metadata_check
optional

Force sync even if no upstream changes are detected. Non-yum repositories are skipped.

Validations:

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

validate_contents
optional

Force a sync and validate the checksums of all content. Non-yum repositories (or those with On Demand download policy) are skipped.

Validations:

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


PUT /katello/api/products/bulk/sync_plan
Ein oder mehrere Produkte synchronisieren

Parameter

Parametername Beschreibung
ids
verpflichtend

Liste mit Produkt-IDs

Validations:

  • Must be an array of any type

plan_id
verpflichtend

ID des zu verknüpfenden Synchronisationsplans

Validations:

  • Must be a number.