GET /katello/api/products/:product_id/repository_sets
List repository sets for a product.

Params

Param Name Description
product_id
Required

ID of a product to list repository sets from

Validations:

  • number.

name
Optional

Repository set name to search on

Validations:

  • String


GET /katello/api/products/:product_id/repository_sets/:id
Get info about a repository set

Params

Param Name Description
id
Required

ID of the repository set

Validations:

  • number.

product_id
Required

ID of a product to list repository sets from

Validations:

  • number.


GET /katello/api/products/:product_id/repository_sets/:id/available_repositories
Get list or available repositories for the repository set

Params

Param Name Description
id
Required

ID of the repository set

Validations:

  • number.

product_id
Required

ID of a product to list repository sets from

Validations:

  • number.


PUT /katello/api/products/:product_id/repository_sets/:id/enable
Enable a repository from the set

Params

Param Name Description
id
Required

ID of the repository set to enable

Validations:

  • number.

product_id
Required

ID of the product containing the repository set

Validations:

  • number.

basearch
Optional

Basearch to enable

Validations:

  • String

releasever
Optional

Releasever to enable

Validations:

  • String


PUT /katello/api/products/:product_id/repository_sets/:id/disable
Disable a repository form the set

Params

Param Name Description
id
Required

ID of the repository set to enable

Validations:

  • number.

product_id
Required

ID of the product containing the repository set

Validations:

  • number.

basearch
Optional

Basearch to disable

Validations:

  • String

releasever
Optional

Releasever to disable

Validations:

  • String