PUT /api/hosts/bulk/add_host_collections
Eine oder mehrere Hostsammlungen zu einem oder mehreren Hosts hinzufügen

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type

host_collection_ids
verpflichtend

Liste mit Hostsammlungs-IDs

Validations:

  • Must be an array of any type


PUT /api/hosts/bulk/remove_host_collections
Eine oder mehrere Hostsammlungen von einem oder mehreren Hosts entfernen

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type

host_collection_ids
verpflichtend

Liste mit Hostsammlungs-IDs

Validations:

  • Must be an array of any type


POST /api/hosts/bulk/applicable_errata
Relevante Errata für ein System abrufen.

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type


PUT /api/hosts/bulk/install_content
Inhalte auf einem oder mehreren Hosts installieren

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type

content_type
verpflichtend

Der Inhaltstyp. Die folgenden Typen werden unterstützt: “package”, “package_group” und “errata”.

Validations:

  • String

content
verpflichtend

Liste mit Inhalten (z. B. Paketnamen, Paketgruppennamen oder Errata-IDs)

Validations:

  • Must be an array of any type


PUT /api/hosts/bulk/update_content
Inhalte auf einem oder mehreren Hosts aktualisieren

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type

content_type
verpflichtend

Der Inhaltstyp. Die folgenden Typen werden unterstützt: “package” und “package_group”.

Validations:

  • String

content
verpflichtend

Liste mit Inhalten (z. B. Paketnamen oder Paketgruppennamen)

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
Inhalte von einem oder mehreren Hosts entfernen

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type

content_type
verpflichtend

Der Inhaltstyp. Die folgenden Typen werden unterstützt: “package” und “package_group”.

Validations:

  • String

content
verpflichtend

Liste mit Inhalten (z. B. Paketnamen oder Paketgruppennamen)

Validations:

  • Must be an array of any type


PUT /api/hosts/bulk/destroy
Ein oder mehrere Hosts löschen

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type


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

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type

subscriptions
optional

Array der zu entfernenden Subskriptionen

Validations:

  • Must be an Array of nested elements

subscriptions[id]
verpflichtend

Subskriptionspool-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

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type

subscriptions
verpflichtend

Array der hinzuzufügenden Subskriptionen

Validations:

  • Must be an Array of nested elements

subscriptions[id]
verpflichtend

Subskriptionspool-ID

Validations:

  • String

subscriptions[quantity]
verpflichtend

Hinzuzufügende Anzahl der Subskription

Validations:

  • number.


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

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

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

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

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
Listet Inhaltsansichtsversionen und Umgebungen auf, die für eine angegebene Gruppe von Hosts und Errata aktualisiert werden müssen.

Parameter

Parametername Beschreibung
organization_id
verpflichtend

ID der Organisation

Validations:

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

included
verpflichtend

Validations:

  • Hash

included[search]
optional , nil erlaubt

Suchbegriff für Systeme, auf denen eine Aktion ausgeführt werden soll

Validations:

  • String

included[ids]
optional , nil erlaubt

Liste mit System-IDs, auf denen eine Aktion ausgeführt werden soll

Validations:

  • Must be an array of any type

excluded
verpflichtend

Validations:

  • Hash

excluded[ids]
optional , nil erlaubt

Liste mit System-IDs, die ausgeschlossen werden sollen von einer Aktion

Validations:

  • Must be an array of any type

errata_ids
optional

Liste mit Errata-IDs

Validations:

  • Must be an array of any type