PUT /katello/api/products/bulk/destroy
하나 이상의 제품 삭제

Params

Param name Description
ids
required

제품 ID 목록

Validations:

  • Must be an array of any type


PUT /katello/api/products/bulk/sync
하나 이상의 제품 동기화

Params

Param name Description
ids
required

제품 ID 목록

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
하나 이상의 제품 동기화

Params

Param name Description
ids
required

제품 ID 목록

Validations:

  • Must be an array of any type

plan_id
required

첨부할 동기화 계획 ID

Validations:

  • Must be a number.