Examples

POST /katello/api/capsules/281110143/content/sync
{
  "content_view_id": 909058347,
  "capsule_content": {
    "content_view_id": 909058347
  }
}
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
id
required

Id of the smart proxy

Validations:

  • Integer

environment_id
optional

Id of the environment to limit the synchronization on

Validations:

  • Integer

content_view_id
optional

Id of the content view to limit the synchronization on

Validations:

  • Integer

repository_id
optional

Id of the repository to limit the synchronization on

Validations:

  • Integer

skip_metadata_check
optional

Skip metadata check on each repository on the smart proxy

Validations:

  • Must be one of: true, false, 1, 0.