GET /katello/api/errata
エラータを一覧表示

パラメーター

パラメーター名 記述
organization_id
任意

組織 ID

Validations:

  • number.

content_view_version_id
任意

コンテンツビューバージョン ID

Validations:

  • number.

content_view_filter_id
任意

コンテンツビューフィルター ID

Validations:

  • number.

repository_id
任意

リポジトリー ID

Validations:

  • number.

environment_id
任意

環境 ID

Validations:

  • number.

cve
任意

CVE ID

Validations:

  • String

errata_restrict_applicable
任意

show only errata with one or more applicable hosts

Validations:

  • boolean

errata_restrict_installable
任意

show only errata with one or more installable hosts

Validations:

  • boolean

search
任意

検索文字列

Validations:

  • String

page
任意

1 から始まるページ番号

Validations:

  • number.

per_page
任意

戻されるページごとの結果数

Validations:

  • number.

order
任意

フィールドと順序のソート (例: 'name DESC')

Validations:

  • String

full_result
任意

すべての結果を表示するかどうか

Validations:

  • boolean

sort
任意

ハッシュバージョンの 'order' パラメーター

Validations:

  • Hash

sort[by]
任意

結果をソートするフィールド

Validations:

  • String

sort[order]
任意

ソートされた結果を順序付ける方法 (例: ascending (昇順) の ASC)

Validations:

  • String


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

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

パラメーター

パラメーター名 記述
repository_id
任意

リポジトリー ID

Validations:

  • number.

id
必須

an erratum ID

Validations:

  • String


GET /katello/api/errata/compare
エラータを一覧表示

パラメーター

パラメーター名 記述
content_view_version_ids
任意

比較するコンテンツビューバージョン

Validations:

  • Must be an array of any type

repository_id
任意

比較を制限するためのライブラリーのリポジトリー ID

Validations:

  • number.


GET /katello/api/content_view_versions/:id/available_errata
List errata that can be added to the Content View Version via an Incremental Update

パラメーター

パラメーター名 記述
id
必須

Content View Version identifier

Validations:

  • number.

repository_id
任意

リポジトリー ID

Validations:

  • number.

cve
任意

CVE ID

Validations:

  • String

errata_restrict_applicable
任意

show only errata with one or more applicable hosts

Validations:

  • boolean

search
任意

検索文字列

Validations:

  • String

page
任意

1 から始まるページ番号

Validations:

  • number.

per_page
任意

戻されるページごとの結果数

Validations:

  • number.

order
任意

フィールドと順序のソート (例: 'name DESC')

Validations:

  • String

full_result
任意

すべての結果を表示するかどうか

Validations:

  • boolean

sort
任意

ハッシュバージョンの 'order' パラメーター

Validations:

  • Hash

sort[by]
任意

結果をソートするフィールド

Validations:

  • String

sort[order]
任意

ソートされた結果を順序付ける方法 (例: ascending (昇順) の ASC)

Validations:

  • String