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

Paramètres

Nom du paramètre Description
id
requis

Id of the smart proxy

Validations:

  • Integer

organization_id
optionel

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

Paramètres

Nom du paramètre Description
id
requis

Id of the smart proxy

Validations:

  • Integer

organization_id
optionel

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

Paramètres

Nom du paramètre Description
id
requis

Id of the smart proxy

Validations:

  • Integer

environment_id
requis

Id of the lifecycle environment

Validations:

  • Integer


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

Paramètres

Nom du paramètre Description
id
requis

Id of the smart proxy

Validations:

  • Integer

environment_id
requis

Id of the lifecycle environment

Validations:

  • Integer


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

Paramètres

Nom du paramètre Description
id
requis

Id of the smart proxy

Validations:

  • Integer

environment_id
optionel

Id of the environment to limit the synchronization on

Validations:

  • Integer

skip_metadata_check
optionel

Skip metadata check on each repository on the smart proxy

Validations:

  • boolean


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

Paramètres

Nom du paramètre Description
id
requis

Id of the smart proxy

Validations:

  • Integer

organization_id
optionel

Id of the organization to get the status for

Validations:

  • Integer


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

Paramètres

Nom du paramètre Description
id
requis

Id of the smart proxy

Validations:

  • Integer