GET /katello/api/packages
List packages

GET /katello/api/content_views/:content_view_id/filters/:filter_id/packages
List packages

GET /katello/api/content_view_filters/:content_view_filter_id/packages
List packages

GET /katello/api/repositories/:repository_id/packages
List packages

Params

Param Name Description
organization_id
Optional

organization identifier

Validations:

  • number.

content_view_version_id
Optional

content view version identifier

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

content_view_filter_id
Optional

content view filter identifier

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..

repository_id
Optional

repository identifier

Validations:

  • number.

environment_id
Optional

environment identifier

Validations:

  • number.

ids
Optional

ids to filter content by

Validations:

  • Must be an array of any type

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


GET /katello/api/packages/:id
Show a package

GET /katello/api/repositories/:repository_id/packages/:id
Show a package

Params

Param Name Description
repository_id
Optional

repository identifier

Validations:

  • number.

id
Required

a package identifier

Validations:

  • String


GET /katello/api/compare
List packages

Params

Param Name Description
content_view_version_ids
Optional

content view versions to compare

Validations:

  • Must be an array of any type

repository_id
Optional

Library repository id to restrict comparisons to

Validations:

  • string from 2 to 128 characters containing only alphanumeric characters, space, '_', '-' with no leading or trailing space..