Params

Param Name Description
organization_id
Required

ID of an organization to show repositories in

Validations:

  • number.

product_id
Optional

ID of a product to show repositories of

Validations:

  • number.

environment_id
Optional

ID of an environment to show repositories in

Validations:

  • number.

content_view_id
Optional

ID of a content view to show repositories in

Validations:

  • number.

content_view_version_id
Optional

ID of a content view version to show repositories in

Validations:

  • number.

erratum_id
Optional

Id of an erratum to find repositories that contain the erratum

Validations:

  • String

rpm_id
Optional

Id of a package to find repositories that contain the rpm

Validations:

  • String

library
Optional

show repositories in Library and the default content view

Validations:

  • boolean

content_type
Optional

limit to only repositories of this type

Validations:

  • Must be one of: ostree, puppet, yum, docker, file.

name
Optional

name of the repository

Validations:

  • String

available_for
Optional

interpret specified object to return only Repositories that can be associated with specified object. Only 'content_view' is supported.

Validations:

  • String

search
Optional

Search string

Validations:

  • String

page
Optional

Page number, starting at 1

Validations:

  • number.

per_page
Optional

Number of results per page to return

Validations:

  • number.

order
Optional

Sort field and order, eg. 'name DESC'

Validations:

  • String

full_results
Optional

Whether or not to show all results

Validations:

  • boolean

sort
Optional

Hash version of 'order' param

Validations:

  • Hash

sort[by]
Optional

Field to sort the results on

Validations:

  • String

sort[order]
Optional

How to order the sorted results (e.g. ASC for ascending)

Validations:

  • String