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

Params

Param Name Description
id
Required

Id of the capsule

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 capsule

Params

Param Name Description
id
Required

Id of the capsule

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 capsule

Params

Param Name Description
id
Required

Id of the capsule

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 capsule

Params

Param Name Description
id
Required

Id of the capsule

Validations:

  • Integer

environment_id
Required

Id of the lifecycle environment

Validations:

  • Integer


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

Params

Param Name Description
id
Required

Id of the capsule

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 capsule

Validations:

  • boolean


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

Params

Param Name Description
id
Required

Id of the capsule

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 capsule synchronization.

Params

Param Name Description
id
Required

Id of the capsule

Validations:

  • Integer