PUT /katello/api/products/bulk/destroy
消除一个或多个产品

参数

参数名字 描述
ids
必填

产品 id 列表

Validations:

  • Must be an array of any type


PUT /katello/api/products/bulk/sync
同步一个或多个产品

参数

参数名字 描述
ids
必填

产品 id 列表

Validations:

  • Must be an array of any type

skip_metadata_check
选填

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
选填

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
同步一个或多个产品

参数

参数名字 描述
ids
必填

产品 id 列表

Validations:

  • Must be an array of any type

plan_id
必填

要附加的同步计划识别符

Validations:

  • Must be a number.