PUT /api/hosts/bulk/add_host_collections
1 つ以上のホストコレクションを 1 つ以上のホストに追加

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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

host_collection_ids
Required

ホストコレクション ID の一覧

Validations:

  • Must be an array of any type


PUT /api/hosts/bulk/remove_host_collections
1 つ以上のホストから 1 つ以上のホストコレクションを削除

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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

host_collection_ids
Required

ホストコレクション ID の一覧

Validations:

  • Must be an array of any type


POST /api/hosts/bulk/applicable_errata
システムの適用可能なエラータを取得します。

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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


PUT /api/hosts/bulk/install_content
1 つ以上のホストにコンテンツをインストール

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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

content_type
Required

コンテンツのタイプです。次のタイプがサポートされています。'package'、'package_group' および 'errata'

Validations:

  • String

content
Required

コンテンツの一覧 (例: パッケージ名、パッケージグループ名またはエラータ ID)

Validations:

  • Must be an array of any type


PUT /api/hosts/bulk/update_content
1 つ以上のホストのコンテンツを更新

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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

content_type
Required

コンテンツのタイプです。次のタイプがサポートされています。'package' および 'package_group

Validations:

  • String

content
Required

コンテンツの一覧 (例: パッケージ名、パッケージグループ名)

Validations:

  • Must be an array of any type

update_all
Optional

Updates all packages on the host(s)

Validations:

  • boolean


PUT /api/hosts/bulk/remove_content
1 つ以上のホストのコンテンツを削除

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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

content_type
Required

コンテンツのタイプです。次のタイプがサポートされています。'package' および 'package_group

Validations:

  • String

content
Required

コンテンツの一覧 (例: パッケージ名、パッケージグループ名)

Validations:

  • Must be an array of any type


PUT /api/hosts/bulk/destroy
1 つ以上のホストを破棄

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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


PUT /api/hosts/bulk/subscriptions/remove_subscriptions
Remove subscriptions from one or more hosts

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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

subscriptions
Optional

削除するサブスクリプションの配列

Validations:

  • Must be an Array of nested elements

subscriptions[id]
Required

サブスクリプションプール ID

Validations:

  • String

subscriptions[quantity]
Optional

Quantity of specified subscription to remove

Validations:

  • Integer


PUT /api/hosts/bulk/subscriptions/add_subscriptions
Add subscriptions to one or more hosts

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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

subscriptions
Required

追加するサブスクリプションの配列

Validations:

  • Must be an Array of nested elements

subscriptions[id]
Required

サブスクリプションプール ID

Validations:

  • String

subscriptions[quantity]
Required

追加するこのサブスクリプションの数量

Validations:

  • number.


PUT /api/hosts/bulk/subscriptions/auto_attach
Trigger an auto-attach of subscriptions on one or more hosts

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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


PUT /api/hosts/bulk/environment_content_view
Assign the environment and content view to one or more hosts

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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

environment_id
Optional

Validations:

  • Integer

content_view_id
Optional

Validations:

  • Integer


POST /api/hosts/bulk/available_incremental_updates
ホストおよびエラータのセットに基づいて、更新の必要なコンテンツビューのバージョンおよび環境を一覧表示します。

Params

Param Name Description
organization_id
Required

組織の ID

Validations:

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

included
Required

Validations:

  • Hash

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

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

Validations:

  • String

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

excluded
Required

Validations:

  • Hash

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

errata_ids
Optional

エラータ ID の一覧

Validations:

  • Must be an array of any type