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