GET /katello/api/errata
List errata

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.

cve
Optional

CVE identifier

Validations:

  • String

errata_restrict_applicable
Optional

show only errata with one or more applicable hosts

Validations:

  • boolean

errata_restrict_installable
Optional

show only errata with one or more installable hosts

Validations:

  • boolean

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/errata/:id
Show an erratum

GET /katello/api/repositories/:repository_id/errata/:id
Show an erratum

Params

Param Name Description
repository_id
Optional

repository identifier

Validations:

  • number.

id
Required

an erratum identifier

Validations:

  • String


GET /katello/api/compare
List errata

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..