Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.9 KB

BareMetalDeviceCreate.md

File metadata and controls

23 lines (19 loc) · 1.9 KB

BareMetalDeviceCreate

Properties

Name Type Description Notes
LocationName string A facility code. For example `NYC1`. [default to null]
VlanId int32 [optional] [default to null]
ForceDeviceId int32 For users with reserved devices. The unique ID of the target device to provision. [optional] [default to null]
OsName string The name of the Operating System to provision on this device. Must match name of an operating system product option. [default to null]
Hostname string A FQDN for the device. For example: `example.hivelocity.net` [default to null]
CustomIPXEScriptContents string Contents of iPXE script if not supplying URL [optional] [default to null]
Period string hourly monthly
Tags []string User specified values. [optional] [default to null]
IgnitionId int32 The unique ID of an Ignition File for FlatcarOS provisions. [optional] [default to null]
ProductId int32 The unique ID of the desired product to provision. [default to null]
PublicSshKeyId int32 [optional] [default to null]
Script string A Cloud-Init script or a post-install script (Bash for Linux or Powershell for Windows). [optional] [default to null]
CustomIPXEScriptURL string URL to download custom iPXE script if not supplying script in entirety [optional] [default to null]
BondingSupport bool If true, ensures the provisioned device supports port bonding. If false, ensures no bonding support. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]