PUT /api/hosts/bulk/add_host_collections
하나 이상의 호스트에 하나 이상의 호스트 컬렉션 추가

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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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
하나 이상의 호스트에서 하나 이상의 호스트 컬렉션 삭제

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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 ID 목록 나열

Validations:

  • Must be an array of any type


PUT /api/hosts/bulk/install_content
하나 이상의 호스트에 컨텐츠 설치

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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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
하나 이상의 호스트에서 컨텐츠 업데이트

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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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
하나 이상의 호스트에서 컨텐츠 삭제

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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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
하나 이상의 호스트 삭제

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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 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: ko.apipie.nil_allowed">Nil Allowed</span>

작업을 실행하기 위해 시스템의 검색 문자열

Validations:

  • String

included[ids]
Optional , <span class="translation_missing" title="translation missing: ko.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: ko.apipie.nil_allowed">Nil Allowed</span>

제외하여 실행하지 않을 시스템 ID 목록 나열

Validations:

  • Must be an array of any type

errata_ids
Optional

에라타 ID 목록

Validations:

  • Must be an array of any type