Examples

PUT /katello/api/products/bulk/http_proxy
{
  "ids": [
    785257261,
    905280015
  ],
  "products_bulk_action": {
    "ids": [
      785257261,
      905280015
    ]
  }
}
204

Params

Param name Description
ids
required

List of product ids

Validations:

  • Must be an array of any type

http_proxy_policy
optional

policy for HTTP proxy for content sync

Validations:

  • Must be one of: global_default_http_proxy, none, use_selected_http_proxy.

http_proxy_id
optional

HTTP Proxy identifier to associated

Validations:

  • Must be a number.