Examples

PUT /katello/api/products/bulk/http_proxy
{
  "ids": [
    785257261
  ],
  "organization_id": 114267492,
  "http_proxy_policy": "global_default_http_proxy",
  "products_bulk_action": {
    "ids": [
      785257261
    ],
    "organization_id": 114267492,
    "http_proxy_policy": "global_default_http_proxy"
  }
}
202
{
  "id": null,
  "label": null,
  "pending": null,
  "username": null,
  "started_at": null,
  "ended_at": null,
  "state": null,
  "result": null,
  "progress": null,
  "input": null,
  "output": {},
  "humanized": null,
  "cli_example": null,
  "available_actions": {
    "cancellable": null,
    "resumable": null
  }
}

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.