GET /katello/api/errata
列出勘誤

參數

參數名字 描述
organization_id
選填

組織識別子

Validations:

  • Must be a number.

content_view_version_id
選填

Content View Version identifier

Validations:

  • Must be a number.

content_view_filter_id
選填

Content View Filter identifier

Validations:

  • Must be a number.

repository_id
選填

Repository identifier

Validations:

  • Must be a number.

environment_id
選填

Environment identifier

Validations:

  • Must be a number.

cve
選填

CVE 識別子

Validations:

  • String

host_id
選填

Host id to list applicable errata for

Validations:

  • Must be a number.

errata_restrict_applicable
選填

Return errata that are applicable to one or more hosts (defaults to true if host_id is specified)

Validations:

  • Must be one of: true, false, 1, 0

errata_restrict_installable
選填

Return errata that are upgradable on one or more hosts

Validations:

  • Must be one of: true, false, 1, 0

available_for
選填

Return errata that can be added to the specified object. The values 'content_view_version' and 'content_view_filter are supported.

Validations:

  • String

search
選填

搜尋字串

Validations:

  • String

page
選填

頁數,從 1 開始

Validations:

  • Must be a number.

per_page
選填

每頁要傳回的結果數量

Validations:

  • Must be a number.

order
選填

Sort field and order, eg. 'id DESC'

Validations:

  • String

full_result
選填

是否顯示所有結果

Validations:

  • Must be one of: true, false, 1, 0

sort
選填

「order」參數的雜湊版本

Validations:

  • Hash

sort[by]
選填

用來排序結果的欄位

Validations:

  • String

sort[order]
選填

如何排序結果的順序(比方說 ASC 從下到上)

Validations:

  • String


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

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

參數

參數名字 描述
repository_id
選填

軟體庫識別子

Validations:

  • Must be a number.

id
必填

an erratum 識別子

Validations:

  • String


GET /katello/api/errata/compare
列出勘誤

參數

參數名字 描述
content_view_version_ids
選填

欲進行比較的內容視域版本

Validations:

  • Must be an array of any type

repository_id
選填

欲限制比較的函式庫軟體庫 ID

Validations:

  • Must be a number.


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

參數

參數名字 描述
id
必填

Content View Version identifier

Validations:

  • Must be a number.

organization_id
選填

組織識別子

Validations:

  • Must be a number.

content_view_filter_id
選填

Content View Filter identifier

Validations:

  • Must be a number.

repository_id
選填

Repository identifier

Validations:

  • Must be a number.

environment_id
選填

Environment identifier

Validations:

  • Must be a number.

cve
選填

CVE 識別子

Validations:

  • String

host_id
選填

Host id to list applicable errata for

Validations:

  • Must be a number.

errata_restrict_applicable
選填

Return errata that are applicable to one or more hosts (defaults to true if host_id is specified)

Validations:

  • Must be one of: true, false, 1, 0

errata_restrict_installable
選填

Return errata that are upgradable on one or more hosts

Validations:

  • Must be one of: true, false, 1, 0

search
選填

搜尋字串

Validations:

  • String

page
選填

頁數,從 1 開始

Validations:

  • Must be a number.

per_page
選填

每頁要傳回的結果數量

Validations:

  • Must be a number.

order
選填

Sort field and order, eg. 'id DESC'

Validations:

  • String

full_result
選填

是否顯示所有結果

Validations:

  • Must be one of: true, false, 1, 0

sort
選填

「order」參數的雜湊版本

Validations:

  • Hash

sort[by]
選填

用來排序結果的欄位

Validations:

  • String

sort[order]
選填

如何排序結果的順序(比方說 ASC 從下到上)

Validations:

  • String