GET /katello/api/capsules/:id/content/lifecycle_environments
List the lifecycle environments attached to the smart proxy

Params

Param name Description
id
required

Id of the smart proxy

Validations:

  • Integer

organization_id
optional

Id of the organization to limit environments on

Validations:

  • Integer


GET /katello/api/capsules/:id/content/available_lifecycle_environments
List the lifecycle environments not attached to the smart proxy

Params

Param name Description
id
required

Id of the smart proxy

Validations:

  • Integer

organization_id
optional

Id of the organization to limit environments on

Validations:

  • Integer


POST /katello/api/capsules/:id/content/lifecycle_environments
Add lifecycle environments to the smart proxy

Params

Param name Description
id
required

Id of the smart proxy

Validations:

  • Integer

environment_id
required

Id of the lifecycle environment

Validations:

  • Integer


DELETE /katello/api/capsules/:id/content/lifecycle_environments/:environment_id
Remove lifecycle environments from the smart proxy

Params

Param name Description
id
required

Id of the smart proxy

Validations:

  • Integer

environment_id
required

Id of the lifecycle environment

Validations:

  • Integer


POST /katello/api/capsules/:id/content/sync
Synchronize the content to the smart proxy

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

skip_metadata_check
optional

Skip metadata check on each repository on the smart proxy

Validations:

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


GET /katello/api/capsules/:id/content/sync
Get current smart proxy synchronization status

Params

Param name Description
id
required

Id of the smart proxy

Validations:

  • Integer

organization_id
optional

Id of the organization to get the status for

Validations:

  • Integer


DELETE /katello/api/capsules/:id/content/sync
Cancel running smart proxy synchronization

Params

Param name Description
id
required

Id of the smart proxy

Validations:

  • Integer