PUT /katello/api/products/bulk/destroy
Elimina uno o più prodotti

Parametri

Nome parametro Descrizione
ids
richiesto

Elenco id del prodotto

Validations:

  • Must be an array of any type


PUT /katello/api/products/bulk/sync
Sincronizza uno o più prodotti

Parametri

Nome parametro Descrizione
ids
richiesto

Elenco id del prodotto

Validations:

  • Must be an array of any type

skip_metadata_check
opzionale

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
opzionale

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
Sincronizza uno o più prodotti

Parametri

Nome parametro Descrizione
ids
richiesto

Elenco id del prodotto

Validations:

  • Must be an array of any type

plan_id
richiesto

identificatore programmazione della sincronizzazione da assegnare

Validations:

  • Must be a number.