PUT /katello/api/alternate_content_sources/bulk/destroy
Destroy one or more alternate content sources

Examples

PUT /katello/api/alternate_content_sources/bulk/destroy
{
  "ids": [
    209079975,
    175019167
  ],
  "alternate_content_sources_bulk_action": {
    "ids": [
      209079975,
      175019167
    ]
  }
}
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 alternate content source IDs

Validations:

  • Must be an array of any type


POST /katello/api/alternate_content_sources/bulk/refresh
Refresh alternate content sources

Examples

POST /katello/api/alternate_content_sources/bulk/refresh
{
  "ids": [
    209079975,
    175019167
  ],
  "alternate_content_sources_bulk_action": {
    "ids": [
      209079975,
      175019167
    ]
  }
}
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 alternate content source IDs

Validations:

  • Must be an array of any type