get /katello/api/content_views/:content_view_id/filters
list filters

get /katello/api/content_view_filters
list filters

パラメーター

パラメーター名 記述
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]
任意

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

Validations:

  • String

content_view_id
必須

コンテンツビュー ID

Validations:

  • Must be a number.

name
任意

filter content view filters by name

Validations:

  • String

types
任意

types of filters

Validations:

  • Must be an array of any type


post /katello/api/content_views/:content_view_id/filters
create a filter for a content view

post /katello/api/content_view_filters
create a filter for a content view

パラメーター

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

コンテンツビュー ID

Validations:

  • Must be a number.

name
必須

フィルターの名前

Validations:

  • String

type
必須

type of filter (e.g. rpm, package_group, erratum, docker)

Validations:

  • String

original_packages
任意

add all packages without errata to the included/excluded list. (package filter only)

Validations:

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

inclusion
任意

コンテンツの組み込みまたは除外の指定。デフォルト: inclusion=false

Validations:

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

repository_ids
任意

リポジトリー ID の一覧

Validations:

  • Must be an array of any type

description
任意

フィルターの説明

Validations:

  • String


get /katello/api/content_views/:content_view_id/filters/:id
show filter info

get /katello/api/content_view_filters/:id
show filter info

パラメーター

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

コンテンツビュー ID

Validations:

  • Must be a number.

id
必須

フィルター ID

Validations:

  • Must be a number.


put /katello/api/content_views/:content_view_id/filters/:id
update a filter

put /katello/api/content_view_filters/:id
update a filter

パラメーター

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

コンテンツビュー ID

Validations:

  • Must be a number.

id
必須

フィルター ID

Validations:

  • Must be a number.

name
任意

フィルターの新規の名前

Validations:

  • String

original_packages
任意

add all packages without errata to the included/excluded list. (package filter only)

Validations:

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

inclusion
任意

コンテンツの組み込みまたは除外の指定。デフォルト: inclusion=false

Validations:

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

repository_ids
任意

リポジトリー ID の一覧

Validations:

  • Must be an array of any type


delete /katello/api/content_views/:content_view_id/filters/:id
delete a filter

delete /katello/api/content_view_filters/:id
delete a filter

パラメーター

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

コンテンツビュー ID

Validations:

  • Must be a number.

id
必須

フィルター ID

Validations:

  • Must be a number.