參數名字 | 描述 |
---|---|
id 必填 |
Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space. |
host 必填 |
Value: Must be a Hash |
host[name] 選填 |
Value: Must be String |
host[environment_id] 選填 , 允許空值 |
required if host is managed and value is not inherited from host group Value: Must be String |
host[ip] 選填 , 允許空值 |
若是使用一個含有 DHCP 協定的子網路則不需要 Value: Must be String |
host[mac] 選填 , 允許空值 |
required for managed host that is bare metal, not required if it's a virtual machine Value: Must be String |
host[architecture_id] 選填 , 允許空值 |
required if host is managed and value is not inherited from host group Value: Must be a number. |
host[domain_id] 選填 , 允許空值 |
required if host is managed and value is not inherited from host group Value: Must be a number. |
host[realm_id] 選填 , 允許空值 |
Value: Must be a number. |
host[puppet_proxy_id] 選填 , 允許空值 |
Value: Must be a number. |
host[puppet_class_ids] 選填 , 允許空值 |
Value: Must be an array of any type |
host[operatingsystem_id] 選填 , 允許空值 |
required if host is managed and value is not inherited from host group Value: Must be String |
host[medium_id] 選填 , 允許空值 |
required if not imaged based provisioning and host is managed and value is not inherited from host group Value: Must be String |
host[ptable_id] 選填 , 允許空值 |
required if host is managed and custom partition has not been defined Value: Must be a number. |
host[subnet_id] 選填 , 允許空值 |
required if host is managed and value is not inherited from host group Value: Must be a number. |
host[compute_resource_id] 選填 , 允許空值 |
nil means host is bare metal Value: Must be a number. |
host[root_pass] 選填 , 允許空值 |
required if host is managed and value is not inherited from host group or default password in settings Value: Must be String |
host[model_id] 選填 , 允許空值 |
Value: Must be a number. |
host[hostgroup_id] 選填 , 允許空值 |
Value: Must be a number. |
host[owner_id] 選填 , 允許空值 |
Value: Must be a number. |
host[owner_type] 選填 , 允許空值 |
Host's owner type Value: Must be one of: User, Usergroup. |
host[puppet_ca_proxy_id] 選填 , 允許空值 |
Value: Must be a number. |
host[image_id] 選填 , 允許空值 |
Value: Must be a number. |
host[host_parameters_attributes] 選填 , 允許空值 |
Value: Must be an array of any type |
host[build] 選填 , 允許空值 |
Value: Must be 'true' or 'false' |
host[enabled] 選填 , 允許空值 |
Value: Must be 'true' or 'false' |
host[provision_method] 選填 , 允許空值 |
The method used to provision the host. Possible provision_methods may be build (基於網路), image (基於映像檔) Value: Must be String |
host[managed] 選填 , 允許空值 |
True/False flag whether a host is managed or unmanaged. Note: this value also determines whether several parameters are required or not Value: Must be 'true' or 'false' |
host[progress_report_id] 選填 , 允許空值 |
用來追蹤協調流程任務狀態的 UUID,GET /api/orchestration/:UUID/tasks Value: Must be String |
host[comment] 選填 , 允許空值 |
有關於這部主機的額外資訊 Value: Must be String |
host[capabilities] 選填 , 允許空值 |
Value: Must be String |
host[compute_profile_id] 選填 , 允許空值 |
Value: Must be a number. |
host[interfaces_attributes] 選填 , 允許空值 |
Host's network interfaces. Value: Must be an Array of nested elements |
host[interfaces_attributes][mac] 選填 , 允許空值 |
MAC address of interface. Required for managed interfaces on bare metal. Value: Must be String |
host[interfaces_attributes][ip] 選填 , 允許空值 |
IP address of interface Value: Must be String |
host[interfaces_attributes][type] 選填 , 允許空值 |
Interface type, e.g. bmc. Default is interface Value: Must be one of: interface, bmc, bond, bridge. |
host[interfaces_attributes][name] 選填 , 允許空值 |
Interface's DNS name Value: Must be String |
host[interfaces_attributes][subnet_id] 選填 , 允許空值 |
Foreman subnet ID of interface Value: Must be Fixnum |
host[interfaces_attributes][domain_id] 選填 , 允許空值 |
Foreman domain ID of interface. Required for primary interfaces on managed hosts. Value: Must be Fixnum |
host[interfaces_attributes][identifier] 選填 , 允許空值 |
Device identifier, e.g. eth0 or eth1.1 Value: Must be String |
host[interfaces_attributes][managed] 選填 , 允許空值 |
Should this interface be managed via DHCP and DNS smart proxy and should it be configured during provisioning? Value: Must be 'true' or 'false' |
host[interfaces_attributes][primary] 選填 , 允許空值 |
Should this interface be used for constructing the FQDN of the host? Each managed hosts needs to have one primary interface. Value: Must be 'true' or 'false' |
host[interfaces_attributes][provision] 選填 , 允許空值 |
Should this interface be used for TFTP of PXELinux (or SSH for image-based hosts)? Each managed hosts needs to have one provision interface. Value: Must be 'true' or 'false' |
host[interfaces_attributes][username] 選填 , 允許空值 |
Only for BMC interfaces. Value: Must be String |
host[interfaces_attributes][password] 選填 , 允許空值 |
Only for BMC interfaces. Value: Must be String |
host[interfaces_attributes][provider] 選填 , 允許空值 |
Interface provider, e.g. IPMI. Only for BMC interfaces. Value: Must be one of: IPMI. |
host[interfaces_attributes][virtual] 選填 , 允許空值 |
Alias or VLAN device Value: Must be 'true' or 'false' |
host[interfaces_attributes][tag] 選填 , 允許空值 |
VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces. Value: Must be String |
host[interfaces_attributes][attached_to] 選填 , 允許空值 |
Identifier of the interface to which this interface belongs, e.g. eth1. Only for virtual interfaces. Value: Must be String |
host[interfaces_attributes][mode] 選填 , 允許空值 |
Bond mode of the interface, e.g. balance-rr. Only for bond interfaces. Value: Must be one of: balance-rr, active-backup, balance-xor, broadcast, 802.3ad, balance-tlb, balance-alb. |
host[interfaces_attributes][attached_devices] 選填 , 允許空值 |
Identifiers of attached interfaces, e.g. `['eth1', 'eth2']`. For bond interfaces those are the slaves. Only for bond and bridges interfaces. Value: Must be an array of any type |
host[interfaces_attributes][bond_options] 選填 , 允許空值 |
Space separated options, e.g. miimon=100. Only for bond interfaces. Value: Must be String |
host[interfaces_attributes][compute_attributes] 選填 , 允許空值 |
Additional compute resource specific attributes for the interface. Value: Must be Hash |
host[compute_attributes] 選填 , 允許空值 |
Additional compute resource specific attributes. Value: Must be Hash |