GET /katello/api/content_view_versions
コンテンツビューのバージョンを一覧表示

GET /katello/api/content_views/:content_view_id/content_view_versions
コンテンツビューのバージョンを一覧表示

Params

Param Name Description
content_view_id
Optional

コンテンツビュー ID

Validations:

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

environment_id
Optional

環境でバージョンをフィルター

Validations:

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

puppet_module_id
Optional

puppet モジュール別のバージョンのフィルター

Validations:

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

version
Optional

バージョン番号でバージョンをフィルター

Validations:

  • String

composite_version_id
Optional

指定された複合バージョンのコンポーネントであるバージョンをフィルター

Validations:

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

search
Optional

検索文字列

Validations:

  • String

page
Optional

1 から始まるページ番号

Validations:

  • number.

per_page
Optional

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

Validations:

  • number.

order
Optional

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

Validations:

  • String

full_results
Optional

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

Validations:

  • boolean

sort
Optional

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

Validations:

  • Hash

sort[by]
Optional

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

Validations:

  • String

sort[order]
Optional

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

Validations:

  • String


GET /katello/api/content_view_versions/:id
コンテンツビューバージョンの表示

Params

Param Name Description
id
Required

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

Validations:

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


POST /katello/api/content_view_versions/:id/promote
コンテンツビューバージョンのプロモート

Params

Param Name Description
id
Required

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

Validations:

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

force
Optional

コンテンツビューのプロモートを強制およびライフサイクル環境の制限をバイパス

Validations:

  • boolean

environment_id
Optional

LifeCycle Environment identifier

Validations:

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

environment_ids
Optional

Identifiers for Lifecycle Environment

Validations:

  • Must be an array of any type

description
Optional

The description for the content view version promotion

Validations:

  • String

force_yum_metadata_regeneration
Optional

Force metadata regeneration on the repositories in the content view version

Validations:

  • boolean


POST /katello/api/content_view_versions/:id/export
コンテンツビューバージョンのエクスポート

Params

Param Name Description
id
Required

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

Validations:

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

export_to_iso
Optional

ISO 形式にエクスポート

Validations:

  • boolean

iso_mb_size
Optional

各 ISO の最大サイズ (MB 単位)

Validations:

  • number.

since
Optional

最後のエクスポートのオプションの日付 (例: 2010-01-01T12:00:00Z)

Validations:

  • Date


DELETE /katello/api/content_view_versions/:id
コンテンツビューバージョンを削除

Params

Param Name Description
id
Required

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

Validations:

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


POST /katello/api/content_view_versions/incremental_update
1 つ以上のコンテンツビューバージョンで増分更新を実行

Params

Param Name Description
content_view_version_environments
Optional

Validations:

  • Must be an Array of nested elements

content_view_version_environments[content_view_version_id]
Optional

増分更新を実行するためのコンテンツビューバージョン ID です。更新する複合および 1 つ以上のコンポーネントが含まれる場合があります。

Validations:

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

content_view_version_environments[environment_ids]
Optional

指定されたコンテンツビューバージョンをプロモートする (古いバージョンに置き換わる) 環境の一覧です。

Validations:

  • Must be an array of any type

description
Optional

新規に生成されたコンテンツビューバージョンの説明

Validations:

  • String

resolve_dependencies
Optional

true の場合、指定されたエラータまたはパッケージを追加すると、必要な依存関係もコピーされます。

Validations:

  • boolean

propagate_all_composites
Optional

true の場合、ライフサイクル環境にプロモートされている指定された content_view_version_id を使用して新規の複合バージョンが公開されます。

Validations:

  • boolean

add_content
Optional

Validations:

  • Hash

add_content[errata_ids]
Optional

Errata ids or uuids to copy into the new versions.

Validations:

  • Must be an array of any type

add_content[package_ids]
Optional

Package ids or uuids to copy into the new versions.

Validations:

  • Must be an array of any type

add_content[puppet_module_ids]
Optional

Puppet Module ids or uuids to copy into the new versions.

Validations:

  • Must be an array of any type

update_hosts
Optional

増分更新の生成後、指定されたホストに変更を適用します。現在、エラータのみがサポートされています。

Validations:

  • Hash

update_hosts[included]
Required

Validations:

  • Hash

update_hosts[included][search]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

アクションを実行するホストの文字列の検索

Validations:

  • String

update_hosts[included][ids]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

アクションを実行するホスト ID の一覧

Validations:

  • Must be an array of any type

update_hosts[excluded]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

Validations:

  • Hash

update_hosts[excluded][ids]
Optional , <span class="translation_missing" title="translation missing: ja.apipie.nil_allowed">Nil Allowed</span>

除外するホスト ID、およびアクションを実行しないホスト ID の一覧

Validations:

  • Must be an array of any type