GET /api/hosts
Afficher tous les hôtes

GET /api/hostgroups/:hostgroup_id/hosts
Afficher tous les hôtes d'un groupe d'hôtes

GET /api/locations/:location_id/hosts
Liste des hôtes par emplacement

GET /api/organizations/:organization_id/hosts
Liste des hôtes par organisation

GET /api/environments/:environment_id/hosts
Liste des hôtes par environnement

Paramètres

Nom du paramètre Description
thin
optionel

Afficher uniquement l'ID et le nom des hôtes

Validations:

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

hostgroup_id
optionel

ID du groupe d'hôtes

Validations:

  • Must be a String

location_id
optionel

ID d'emplacement

Validations:

  • Must be a String

organization_id
optionel

ID de l'organisation

Validations:

  • Must be a String

environment_id
optionel

ID de l'environnement

Validations:

  • Must be a String

include
optionel

Tableau de types d'informations supplémentaires à ajouter

Validations:

  • Must be one of: parameters, all_parameters.

search
optionel

filtrer les résultats

Validations:

  • Must be a String

order
optionel

Champ et sens de tri, ex: 'id DESC'

Validations:

  • Must be a String

page
optionel

Numéro de la page, commençant par 1

Validations:

  • Must be a number.

per_page
optionel

Nombre de résultats par page à renvoyer

Validations:

  • Must be a number.

Rechercher les champs

Nom du champ Type Valeurs possibles
architecture
boot_time
build true, false
class string
comment
compute_resource
compute_resource_id
config_group string
created_at
domain
domain_id
environment
facts string
global_status ok, warning, error
has_ip
has_mac
hostgroup
hostgroup_fullname
hostgroup_id
hostgroup_name
hostgroup_title
image
installed_at
ip
last_report
location
location_id
mac
managed true, false
model
name
organization
organization_id
origin
os
os_description
os_id
os_major string
os_minor string
os_title
owner string
owner_id
owner_type
params string
params_name
parent_hostgroup string
puppet_ca
puppet_proxy_id
puppetmaster
realm
realm_id
smart_proxy string
status.applied
status.enabled true, false
status.failed
status.failed_restarts
status.interesting true, false
status.pending
status.restarted
status.skipped
subnet
subnet.name
subnet6
subnet6.name
user.firstname string
user.lastname string
user.login string
user.mail string
usergroup
usergroup.name
uuid

GET /api/hosts/:id
Afficher un hôte

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

show_hidden_parameters
optionel

Afficher les valeurs de paramètre masquées

Validations:

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


POST /api/hosts
Créer un hôte

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

host
requis

Validations:

  • Must be a Hash

host[name]
requis

Validations:

  • Must be a String

host[location_id]
requis

Validations:

  • Must be a number.

host[organization_id]
requis

Validations:

  • Must be a number.

host[environment_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a String

host[ip]
optionel , nil autorisé

n'est pas requis s'il s'agit d'un sous-réseau avec un proxy DHCP

Validations:

  • Must be a String

host[mac]
optionel , nil autorisé

requis pour les hôtes gérés qui sont des serveurs physiques, non requis pour les machines virtuelles

Validations:

  • Must be a String

host[architecture_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a number.

host[domain_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a number.

host[realm_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[puppet_proxy_id]
optionel , nil autorisé

ID du Proxy Puppet

Validations:

  • Must be a number.

host[puppet_ca_proxy_id]
optionel , nil autorisé

ID du Proxy Puppet CA

Validations:

  • Must be a number.

host[puppetclass_ids]
optionel , nil autorisé

Validations:

  • Must be an array of any type

host[config_group_ids]
optionel , nil autorisé

ID des groupes de configuration associés

Validations:

  • Must be an array of any type

host[operatingsystem_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a String

host[medium_id]
optionel , nil autorisé

requis si le provisioning n'est pas basé sur une image , que l'hôte est géré et que la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a String

host[pxe_loader]
optionel , nil autorisé

option nom de fichier DHCP (Grub2/PXELinux par defaut)

Validations:

  • Must be one of: None, PXELinux BIOS, PXELinux UEFI, Grub UEFI, Grub2 BIOS, Grub2 ELF, Grub2 UEFI, Grub2 UEFI SecureBoot, Grub2 UEFI HTTP, Grub2 UEFI HTTPS, Grub2 UEFI HTTPS SecureBoot, iPXE Embedded, iPXE UEFI HTTP, iPXE Chain BIOS, iPXE Chain UEFI.

host[ptable_id]
optionel , nil autorisé

requis si l'hôte est géré et possède une partition spécifique qui n'a pas été définie

Validations:

  • Must be a number.

host[subnet_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a number.

host[compute_resource_id]
optionel , nil autorisé

nil signifie que l'hôte est un serveur physique

Validations:

  • Must be a number.

host[root_pass]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes ou du mot de passe par défaut défini dans les paramètres généraux

Validations:

  • Must be a String

host[model_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[hostgroup_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[owner_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[owner_type]
optionel , nil autorisé

Type de propriétaire de l'hôte

Validations:

  • Must be one of: User, Usergroup.

host[image_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[host_parameters_attributes]
optionel , nil autorisé

Paramètres de l'hôte (tableau ou hachage indexé)

Validations:

  • Must be an Array of nested elements

host[host_parameters_attributes][name]
requis

Nom du paramêtre

Validations:

  • Must be a String

host[host_parameters_attributes][value]
requis

Valeur du paramètre

Validations:

  • Must be a String

host[host_parameters_attributes][parameter_type]
optionel , nil autorisé

Type de valeur

Validations:

  • Must be one of: string, boolean, integer, real, array, hash, yaml, json.

host[host_parameters_attributes][hidden_value]
optionel , nil autorisé

Validations:

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

host[build]
optionel , nil autorisé

Validations:

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

host[enabled]
optionel , nil autorisé

Inclure cet hôte dans les rapports Foreman

Validations:

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

host[provision_method]
optionel , nil autorisé

Méthode utilisée pour mettre en service l'hôte.

Validations:

  • Must be one of: build, image.

host[managed]
optionel , nil autorisé

Drapeau True/False pour déterminer si un hôte est géré ou non géré. Note : Cette valeur détermine aussi si certains paramètres sont obligatoires.

Validations:

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

host[progress_report_id]
optionel , nil autorisé

UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks

Validations:

  • Must be a String

host[comment]
optionel , nil autorisé

Informations additionnelles sur cet hôte

Validations:

  • Must be a String

host[capabilities]
optionel , nil autorisé

Validations:

  • Must be a String

host[compute_profile_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[interfaces_attributes]
optionel , nil autorisé

Interfaces réseau de cet hôte

Validations:

  • Must be an Array of nested elements

host[interfaces_attributes][mac]
optionel , nil autorisé

Adresse MAC de l'interface. Requis pour les interfaces gérées des hôtes physiques.

Validations:

  • Must be a String

host[interfaces_attributes][ip]
optionel , nil autorisé

interface de l'adresse IPv4

Validations:

  • Must be a String

host[interfaces_attributes][ip6]
optionel , nil autorisé

interface de l'adresse IPv6

Validations:

  • Must be a String

host[interfaces_attributes][type]
optionel , nil autorisé

Type d'interface , p.e. bmc. Valeur par défaut interface

Validations:

  • Must be one of: interface, bmc, bond, bridge.

host[interfaces_attributes][name]
optionel , nil autorisé

Nom DNS de l'interface

Validations:

  • Must be a String

host[interfaces_attributes][subnet_id]
optionel , nil autorisé

ID du sous-réseau Foreman de l'interface IPv4

Validations:

  • Must be a number.

host[interfaces_attributes][subnet6_id]
optionel , nil autorisé

ID du sous-réseau Foreman de l'interface IPv6

Validations:

  • Must be a number.

host[interfaces_attributes][domain_id]
optionel , nil autorisé

Domaine ID Foreman de l'interface. Requis pour les interfaces primaires des hôtes gérés.

Validations:

  • Must be a number.

host[interfaces_attributes][identifier]
optionel , nil autorisé

Identifiant du périphérique. Ex : eth0 ou eth1.1

Validations:

  • Must be a String

host[interfaces_attributes][managed]
optionel , nil autorisé

Cette interface doit-elle être gérée par les smart proxies DHCP et DNS et être configurée pendant le provisioning ?

Validations:

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

host[interfaces_attributes][primary]
optionel , nil autorisé

Cette interface doit-elle être utilisée pour choisir le FQDN de l'hôte ? Chaque hôte géré doit avoir une interface primaire.

Validations:

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

host[interfaces_attributes][provision]
optionel , nil autorisé

Cette interface doit-elle être utilisée pour les communications TFTP et PXE (ou SSH pour les images d'hôtes) ? Chaque hôte géré doit avoir une interface de provisioning.

Validations:

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

host[interfaces_attributes][username]
optionel , nil autorisé

Seulement pour les interfaces BMC.

Validations:

  • Must be a String

host[interfaces_attributes][password]
optionel , nil autorisé

Seulement pour les interfaces BMC.

Validations:

  • Must be a String

host[interfaces_attributes][provider]
optionel , nil autorisé

Fournisseur de l'interface. Ex. IPMI. Seulement pour les interfaces BMC.

Validations:

  • Must be one of: IPMI, SSH.

host[interfaces_attributes][virtual]
optionel , nil autorisé

Périphérique Alias ou VLAN

Validations:

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

host[interfaces_attributes][tag]
optionel , nil autorisé

Tag VLAN. Cet attribut a précédence sur l'ID VLAN du sous-réseau. Seulement pour les interfaces virtuelles.

Validations:

  • Must be a String

host[interfaces_attributes][mtu]
optionel , nil autorisé

MTU, cet attribut a précédence sur la MTU du sous réseau.

Validations:

  • Must be a Integer

host[interfaces_attributes][attached_to]
optionel , nil autorisé

Identifiant de l'interface auquel est rattachée cette interface. Ex. eth1. Seulement pour les interfaces virtuelles.

Validations:

  • Must be a String

host[interfaces_attributes][mode]
optionel , nil autorisé

Mode d'agrégat de l'interface. Par exemple balance-rr. Seulement pour les interfaces bond.

Validations:

  • Must be one of: balance-rr, active-backup, balance-xor, broadcast, 802.3ad, balance-tlb, balance-alb.

host[interfaces_attributes][attached_devices]
optionel , nil autorisé

Identifiants des interfaces rattachées. Par ex. ['eth0', 'eth1']. Pour les interfaces bond, il s'agit des esclaves. Seulement pour les interfaces de type bond ou bridge.

Validations:

  • Must be an array of any type

host[interfaces_attributes][bond_options]
optionel , nil autorisé

Options séparées par des espaces. Ex : miimon=100. Seulement pour les interfaces bond.

Validations:

  • Must be a String

host[interfaces_attributes][compute_attributes]
optionel , nil autorisé

Autres attributs pour la ressource de calcul spécifiques à cet interface.

Validations:

  • Must be a Hash

host[compute_attributes]
optionel , nil autorisé

Autres attributs spécifiques de la ressource de calcul.

Validations:

  • Must be a Hash


PUT /api/hosts/:id
Mise à jour d'un hôte

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.

host
requis

Validations:

  • Must be a Hash

host[name]
optionel

Validations:

  • Must be a String

host[location_id]
optionel

Validations:

  • Must be a number.

host[organization_id]
optionel

Validations:

  • Must be a number.

host[environment_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a String

host[ip]
optionel , nil autorisé

n'est pas requis s'il s'agit d'un sous-réseau avec un proxy DHCP

Validations:

  • Must be a String

host[mac]
optionel , nil autorisé

requis pour les hôtes gérés qui sont des serveurs physiques, non requis pour les machines virtuelles

Validations:

  • Must be a String

host[architecture_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a number.

host[domain_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a number.

host[realm_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[puppet_proxy_id]
optionel , nil autorisé

ID du Proxy Puppet

Validations:

  • Must be a number.

host[puppet_ca_proxy_id]
optionel , nil autorisé

ID du Proxy Puppet CA

Validations:

  • Must be a number.

host[puppetclass_ids]
optionel , nil autorisé

Validations:

  • Must be an array of any type

host[config_group_ids]
optionel , nil autorisé

ID des groupes de configuration associés

Validations:

  • Must be an array of any type

host[operatingsystem_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a String

host[medium_id]
optionel , nil autorisé

requis si le provisioning n'est pas basé sur une image , que l'hôte est géré et que la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a String

host[pxe_loader]
optionel , nil autorisé

option nom de fichier DHCP (Grub2/PXELinux par defaut)

Validations:

  • Must be one of: None, PXELinux BIOS, PXELinux UEFI, Grub UEFI, Grub2 BIOS, Grub2 ELF, Grub2 UEFI, Grub2 UEFI SecureBoot, Grub2 UEFI HTTP, Grub2 UEFI HTTPS, Grub2 UEFI HTTPS SecureBoot, iPXE Embedded, iPXE UEFI HTTP, iPXE Chain BIOS, iPXE Chain UEFI.

host[ptable_id]
optionel , nil autorisé

requis si l'hôte est géré et possède une partition spécifique qui n'a pas été définie

Validations:

  • Must be a number.

host[subnet_id]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes

Validations:

  • Must be a number.

host[compute_resource_id]
optionel , nil autorisé

nil signifie que l'hôte est un serveur physique

Validations:

  • Must be a number.

host[root_pass]
optionel , nil autorisé

requis si l'hôte est géré et la valeur n'est pas héritée d'un groupe d'hôtes ou du mot de passe par défaut défini dans les paramètres généraux

Validations:

  • Must be a String

host[model_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[hostgroup_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[owner_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[owner_type]
optionel , nil autorisé

Type de propriétaire de l'hôte

Validations:

  • Must be one of: User, Usergroup.

host[image_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[host_parameters_attributes]
optionel , nil autorisé

Paramètres de l'hôte (tableau ou hachage indexé)

Validations:

  • Must be an Array of nested elements

host[host_parameters_attributes][name]
optionel

Nom du paramêtre

Validations:

  • Must be a String

host[host_parameters_attributes][value]
optionel

Valeur du paramètre

Validations:

  • Must be a String

host[host_parameters_attributes][parameter_type]
optionel , nil autorisé

Type de valeur

Validations:

  • Must be one of: string, boolean, integer, real, array, hash, yaml, json.

host[host_parameters_attributes][hidden_value]
optionel , nil autorisé

Validations:

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

host[build]
optionel , nil autorisé

Validations:

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

host[enabled]
optionel , nil autorisé

Inclure cet hôte dans les rapports Foreman

Validations:

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

host[provision_method]
optionel , nil autorisé

Méthode utilisée pour mettre en service l'hôte.

Validations:

  • Must be one of: build, image.

host[managed]
optionel , nil autorisé

Drapeau True/False pour déterminer si un hôte est géré ou non géré. Note : Cette valeur détermine aussi si certains paramètres sont obligatoires.

Validations:

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

host[progress_report_id]
optionel , nil autorisé

UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks

Validations:

  • Must be a String

host[comment]
optionel , nil autorisé

Informations additionnelles sur cet hôte

Validations:

  • Must be a String

host[capabilities]
optionel , nil autorisé

Validations:

  • Must be a String

host[compute_profile_id]
optionel , nil autorisé

Validations:

  • Must be a number.

host[interfaces_attributes]
optionel , nil autorisé

Interfaces réseau de cet hôte

Validations:

  • Must be an Array of nested elements

host[interfaces_attributes][mac]
optionel , nil autorisé

Adresse MAC de l'interface. Requis pour les interfaces gérées des hôtes physiques.

Validations:

  • Must be a String

host[interfaces_attributes][ip]
optionel , nil autorisé

interface de l'adresse IPv4

Validations:

  • Must be a String

host[interfaces_attributes][ip6]
optionel , nil autorisé

interface de l'adresse IPv6

Validations:

  • Must be a String

host[interfaces_attributes][type]
optionel , nil autorisé

Type d'interface , p.e. bmc. Valeur par défaut interface

Validations:

  • Must be one of: interface, bmc, bond, bridge.

host[interfaces_attributes][name]
optionel , nil autorisé

Nom DNS de l'interface

Validations:

  • Must be a String

host[interfaces_attributes][subnet_id]
optionel , nil autorisé

ID du sous-réseau Foreman de l'interface IPv4

Validations:

  • Must be a number.

host[interfaces_attributes][subnet6_id]
optionel , nil autorisé

ID du sous-réseau Foreman de l'interface IPv6

Validations:

  • Must be a number.

host[interfaces_attributes][domain_id]
optionel , nil autorisé

Domaine ID Foreman de l'interface. Requis pour les interfaces primaires des hôtes gérés.

Validations:

  • Must be a number.

host[interfaces_attributes][identifier]
optionel , nil autorisé

Identifiant du périphérique. Ex : eth0 ou eth1.1

Validations:

  • Must be a String

host[interfaces_attributes][managed]
optionel , nil autorisé

Cette interface doit-elle être gérée par les smart proxies DHCP et DNS et être configurée pendant le provisioning ?

Validations:

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

host[interfaces_attributes][primary]
optionel , nil autorisé

Cette interface doit-elle être utilisée pour choisir le FQDN de l'hôte ? Chaque hôte géré doit avoir une interface primaire.

Validations:

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

host[interfaces_attributes][provision]
optionel , nil autorisé

Cette interface doit-elle être utilisée pour les communications TFTP et PXE (ou SSH pour les images d'hôtes) ? Chaque hôte géré doit avoir une interface de provisioning.

Validations:

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

host[interfaces_attributes][username]
optionel , nil autorisé

Seulement pour les interfaces BMC.

Validations:

  • Must be a String

host[interfaces_attributes][password]
optionel , nil autorisé

Seulement pour les interfaces BMC.

Validations:

  • Must be a String

host[interfaces_attributes][provider]
optionel , nil autorisé

Fournisseur de l'interface. Ex. IPMI. Seulement pour les interfaces BMC.

Validations:

  • Must be one of: IPMI, SSH.

host[interfaces_attributes][virtual]
optionel , nil autorisé

Périphérique Alias ou VLAN

Validations:

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

host[interfaces_attributes][tag]
optionel , nil autorisé

Tag VLAN. Cet attribut a précédence sur l'ID VLAN du sous-réseau. Seulement pour les interfaces virtuelles.

Validations:

  • Must be a String

host[interfaces_attributes][mtu]
optionel , nil autorisé

MTU, cet attribut a précédence sur la MTU du sous réseau.

Validations:

  • Must be a Integer

host[interfaces_attributes][attached_to]
optionel , nil autorisé

Identifiant de l'interface auquel est rattachée cette interface. Ex. eth1. Seulement pour les interfaces virtuelles.

Validations:

  • Must be a String

host[interfaces_attributes][mode]
optionel , nil autorisé

Mode d'agrégat de l'interface. Par exemple balance-rr. Seulement pour les interfaces bond.

Validations:

  • Must be one of: balance-rr, active-backup, balance-xor, broadcast, 802.3ad, balance-tlb, balance-alb.

host[interfaces_attributes][attached_devices]
optionel , nil autorisé

Identifiants des interfaces rattachées. Par ex. ['eth0', 'eth1']. Pour les interfaces bond, il s'agit des esclaves. Seulement pour les interfaces de type bond ou bridge.

Validations:

  • Must be an array of any type

host[interfaces_attributes][bond_options]
optionel , nil autorisé

Options séparées par des espaces. Ex : miimon=100. Seulement pour les interfaces bond.

Validations:

  • Must be a String

host[interfaces_attributes][compute_attributes]
optionel , nil autorisé

Autres attributs pour la ressource de calcul spécifiques à cet interface.

Validations:

  • Must be a Hash

host[compute_attributes]
optionel , nil autorisé

Autres attributs spécifiques de la ressource de calcul.

Validations:

  • Must be a Hash


DELETE /api/hosts/:id
Supprimer un hôte

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.


GET /api/hosts/:id/enc
Obtenir les valeurs ENC de l'hôte

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.


GET /api/hosts/:id/status/:type
Voir le statut de l'hôte

Returns string representing a host status of a given type

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

type
requis

le type de statut est l'un de ceux-ci :

  • global

  • configuration

  • build

Validations:

  • Must be one of: HostStatus::Global, configuration, build.


DELETE /api/hosts/:id/status/:type
Clear sub-status of host

Clears a host sub-status of a given type

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

type
requis

status type

Validations:

  • Must be one of: configuration, build.


GET /api/hosts/:id/vm_compute_attributes
Voir les attributs VM de l'hôte

Return the host's compute attributes that can be used to create a clone of this VM

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.


PUT /api/hosts/:id/disassociate
Dissocier l'hôte d'une VM

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.


PUT /api/hosts/:id/power
Lancer une opération d'alimentation sur l'hôte

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

power_action
requis

Action sur l'alimentation. Les actions valides sont : (on/start), (off/stop), (soft/reboot), (cycle/reset), (state/status).

Validations:

  • Must be a String


GET /api/hosts/:id/power
Fetch the status of whether the host is powered on or not. Supported hosts are VMs and physical hosts with BMCs.

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.


PUT /api/hosts/:id/boot
Serveur de boot du périphérique spécifié

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

device
requis

périphérique de démarrage. Les périphériques valides sont : disk, cdrom, pxe, bios

Validations:

  • Must be a String


POST /api/hosts/facts
Télécharge les facts d'un hôte, créé l'hôte si besoin

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

name
requis

Nom d'hôte de l'hôte

Validations:

  • Must be a String

facts
requis

hachage contenant les facts de cet hôte

Validations:

  • Must be a Hash

certname
optionel

facultatif : nom de certificat de l'hôte

Validations:

  • Must be a String

type
optionel

facultatif : le type STI de l'hôte à créer

Validations:

  • Must be a String


PUT /api/hosts/:id/rebuild_config
Reconstruire la configuration d'orchestration

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

only
optionel

Limiter les étapes de reconstruction, les étapes valides sont DHCP, DNS, TFTP

Validations:

  • Must be an array of any type


GET /api/hosts/:id/template/:kind
Aperçu du rendu du contenu du modèle de provisioning

Paramètres

Nom du paramètre Description
location_id
optionel

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optionel

Set the current organization context for the request

Validations:

  • Must be a Integer

id
requis

Validations:

  • Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, dot(.), space, underscore(_), hypen(-) with no leading or trailing space.

kind
requis

Types de modèles, valeurs possibles :

Validations:

  • Must be a String