BareMetalHost is the Schema for the baremetalhosts API
BareMetalHost is the Schema for the baremetalhosts API
object
Property | Type | Description |
---|---|---|
|
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources |
|
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
Standard object’s metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata |
|
|
|
BareMetalHostSpec defines the desired state of BareMetalHost. |
|
|
BareMetalHostStatus defines the observed state of BareMetalHost. |
BareMetalHostSpec defines the desired state of BareMetalHost.
object
online
Property | Type | Description |
---|---|---|
|
|
CPU architecture of the host, e.g. "x86_64" or "aarch64". If unset, eventually populated by inspection. |
|
|
When set to disabled, automated cleaning will be skipped during provisioning and deprovisioning. |
|
|
How do we connect to the BMC (Baseboard Management Controller) on the host? |
|
|
The MAC address of the NIC used for provisioning the host. In case of network boot, this is the MAC address of the PXE booting interface. The MAC address of the BMC must never be used here! |
|
|
Select the method of initializing the hardware during boot. Defaults to UEFI. Legacy boot should only be used for hardware that does not support UEFI correctly. Set to UEFISecureBoot to turn secure boot on automatically after provisioning. |
|
|
ConsumerRef can be used to store information about something that is using a host. When it is not empty, the host is considered "in use". The common use case is a link to a Machine resource when the host is used by Cluster API. |
|
|
A custom deploy procedure. This is an advanced feature that allows using a custom deploy step provided by a site-specific deployment ramdisk. Most users will want to use "image" instead. Setting this field triggers provisioning. |
|
|
Description is a human-entered text used to help identify the host. |
|
|
ExternallyProvisioned means something else has provisioned the image running on the host, and the operator should only manage the power status. This field is used for integration with already provisioned hosts and when pivoting hosts between clusters. If unsure, leave this field as false. |
|
|
Firmware (BIOS) configuration for bare metal server. If set, the requested settings will be applied before the host is provisioned. Only some vendor drivers support this field. An alternative is to use HostFirmwareSettings resources that allow changing arbitrary values and support the generic Redfish-based drivers. |
|
|
What is the name of the hardware profile for this host? Hardware profiles are deprecated and should not be used. Use the separate fields Architecture and RootDeviceHints instead. Set to "empty" to prepare for the future version of the API without hardware profiles. |
|
|
Image holds the details of the image to be provisioned. Populating the image will cause the host to start provisioning. |
|
|
MetaData holds the reference to the Secret containing host metadata which is passed to the Config Drive. By default, metadata will be generated for the host, so most users do not need to set this field. |
|
|
NetworkData holds the reference to the Secret containing network configuration which is passed to the Config Drive and interpreted by the first boot software such as cloud-init. |
|
|
Should the host be powered on? If the host is currently in a stable state (e.g. provisioned), its power state will be forced to match this value. |
|
|
PreprovisioningNetworkDataName is the name of the Secret in the local namespace containing network configuration which is passed to the preprovisioning image, and to the Config Drive if not overridden by specifying NetworkData. |
|
|
RAID configuration for bare metal server. If set, the RAID settings will be applied before the host is provisioned. If not, the current settings will not be modified. Only one of the sub-fields hardwareRAIDVolumes and softwareRAIDVolumes can be set at the same time. |
|
|
Provide guidance about how to choose the device for the image being provisioned. The default is currently to use /dev/sda as the root device. |
|
|
Taints is the full, authoritative list of taints to apply to the corresponding Machine. This list will overwrite any modifications made to the Machine on an ongoing basis. |
|
|
The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint. |
|
|
UserData holds the reference to the Secret containing the user data which is passed to the Config Drive and interpreted by the first-boot software such as cloud-init. The format of user data is specific to the first-boot software. |
How do we connect to the BMC (Baseboard Management Controller) on the host?
object
address
credentialsName
Property | Type | Description |
---|---|---|
|
|
Address holds the URL for accessing the controller on the network. The scheme part designates the driver to use with the host. |
|
|
The name of the secret containing the BMC credentials (requires keys "username" and "password"). |
|
|
DisableCertificateVerification disables verification of server certificates when using HTTPS to connect to the BMC. This is required when the server certificate is self-signed, but is insecure because it allows a man-in-the-middle to intercept the connection. |
ConsumerRef can be used to store information about something that is using a host. When it is not empty, the host is considered "in use". The common use case is a link to a Machine resource when the host is used by Cluster API.
object
Property | Type | Description |
---|---|---|
|
|
API version of the referent. |
|
|
If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. |
|
|
Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds |
|
|
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names |
|
|
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ |
|
|
Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency |
|
|
UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids |
A custom deploy procedure. This is an advanced feature that allows using a custom deploy step provided by a site-specific deployment ramdisk. Most users will want to use "image" instead. Setting this field triggers provisioning.
object
method
Property | Type | Description |
---|---|---|
|
|
Custom deploy method name. This name is specific to the deploy ramdisk used. If you don’t have a custom deploy ramdisk, you shouldn’t use CustomDeploy. |
Firmware (BIOS) configuration for bare metal server. If set, the requested settings will be applied before the host is provisioned. Only some vendor drivers support this field. An alternative is to use HostFirmwareSettings resources that allow changing arbitrary values and support the generic Redfish-based drivers.
object
Property | Type | Description |
---|---|---|
|
|
Allows a single physical processor core to appear as several logical processors. |
|
|
SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. |
|
|
Supports the virtualization of platform hardware. |
Image holds the details of the image to be provisioned. Populating the image will cause the host to start provisioning.
object
url
Property | Type | Description |
---|---|---|
|
|
Checksum is the checksum for the image. Required for all formats except for "live-iso". |
|
|
ChecksumType is the checksum algorithm for the image, e.g md5, sha256 or sha512. The special value "auto" can be used to detect the algorithm from the checksum. If missing, MD5 is used. If in doubt, use "auto". |
|
|
Format contains the format of the image (raw, qcow2, …). When set to "live-iso", an ISO 9660 image referenced by the url will be live-booted and not deployed to disk. |
|
|
URL is a location of an image to deploy. |
MetaData holds the reference to the Secret containing host metadata which is passed to the Config Drive. By default, metadata will be generated for the host, so most users do not need to set this field.
object
Property | Type | Description |
---|---|---|
|
|
name is unique within a namespace to reference a secret resource. |
|
|
namespace defines the space within which the secret name must be unique. |
NetworkData holds the reference to the Secret containing network configuration which is passed to the Config Drive and interpreted by the first boot software such as cloud-init.
object
Property | Type | Description |
---|---|---|
|
|
name is unique within a namespace to reference a secret resource. |
|
|
namespace defines the space within which the secret name must be unique. |
RAID configuration for bare metal server. If set, the RAID settings will be applied before the host is provisioned. If not, the current settings will not be modified. Only one of the sub-fields hardwareRAIDVolumes and softwareRAIDVolumes can be set at the same time.
object
Property | Type | Description |
---|---|---|
|
`` |
The list of logical disks for hardware RAID, if rootDeviceHints isn’t used, first volume is root volume.
You can set the value of this field to |
|
`` |
The list of logical disks for software RAID, if rootDeviceHints isn’t used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting host in case of a disk failure. Software RAID will always be deleted. |
Provide guidance about how to choose the device for the image being provisioned. The default is currently to use /dev/sda as the root device.
object
Property | Type | Description |
---|---|---|
|
|
A Linux device name like "/dev/vda", or a by-path link to it like "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:0:0". The hint must match the actual value exactly. |
|
|
A SCSI bus address like 0:0:0:0. The hint must match the actual value exactly. |
|
|
The minimum size of the device in Gigabytes. |
|
|
A vendor-specific device identifier. The hint can be a substring of the actual value. |
|
|
True if the device should use spinning media, false otherwise. |
|
|
Device serial number. The hint must match the actual value exactly. |
|
|
The name of the vendor or manufacturer of the device. The hint can be a substring of the actual value. |
|
|
Unique storage identifier. The hint must match the actual value exactly. |
|
|
Unique vendor storage identifier. The hint must match the actual value exactly. |
|
|
Unique storage identifier with the vendor extension appended. The hint must match the actual value exactly. |
Taints is the full, authoritative list of taints to apply to the corresponding Machine. This list will overwrite any modifications made to the Machine on an ongoing basis.
array
The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.
object
effect
key
Property | Type | Description |
---|---|---|
|
|
Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute. |
|
|
Required. The taint key to be applied to a node. |
|
|
TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. |
|
|
The taint value corresponding to the taint key. |
UserData holds the reference to the Secret containing the user data which is passed to the Config Drive and interpreted by the first-boot software such as cloud-init. The format of user data is specific to the first-boot software.
object
Property | Type | Description |
---|---|---|
|
|
name is unique within a namespace to reference a secret resource. |
|
|
namespace defines the space within which the secret name must be unique. |
BareMetalHostStatus defines the observed state of BareMetalHost.
object
errorCount
errorMessage
operationalStatus
poweredOn
provisioning
Property | Type | Description |
---|---|---|
|
|
ErrorCount records how many times the host has encoutered an error since the last successful operation |
|
|
The last error message reported by the provisioning subsystem. |
|
|
ErrorType indicates the type of failure encountered when the OperationalStatus is OperationalStatusError |
|
|
The last credentials we were able to validate as working. |
|
|
The hardware discovered to exist on the host. This field will be removed in the next API version in favour of the separate HardwareData resource. |
|
|
The name of the profile matching the hardware details. Hardware profiles are deprecated and should not be relied on. |
|
|
LastUpdated identifies when this status was last observed. |
|
|
OperationHistory holds information about operations performed on this host. |
|
|
OperationalStatus holds the status of the host |
|
|
The currently detected power state of the host. This field may get briefly out of sync with the actual state of the hardware while provisioning processes are running. |
|
|
Information tracked by the provisioner. |
|
|
The last credentials we sent to the provisioning backend. |
The last credentials we were able to validate as working.
object
Property | Type | Description |
---|---|---|
|
|
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace |
|
|
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
object
Property | Type | Description |
---|---|---|
|
|
name is unique within a namespace to reference a secret resource. |
|
|
namespace defines the space within which the secret name must be unique. |
The hardware discovered to exist on the host. This field will be removed in the next API version in favour of the separate HardwareData resource.
object
Property | Type | Description |
---|---|---|
|
|
Details of the CPU(s) in the system. |
|
|
System firmware information. |
|
|
|
|
|
List of network interfaces for the host. |
|
|
NIC describes one network interface on the host. |
|
|
The host’s amount of memory in Mebibytes. |
|
|
List of storage (disk, SSD, etc.) available to the host. |
|
|
Storage describes one storage device (disk, SSD, etc.) on the host. |
|
|
System vendor information. |
Details of the CPU(s) in the system.
object
Property | Type | Description |
---|---|---|
|
|
|
|
|
ClockSpeed is a clock speed in MHz |
|
|
|
|
|
|
|
|
System firmware information.
object
Property | Type | Description |
---|---|---|
|
|
The BIOS for this firmware |
The BIOS for this firmware
object
Property | Type | Description |
---|---|---|
|
|
The release/build date for this BIOS |
|
|
The vendor name for this BIOS |
|
|
The version of the BIOS |
NIC describes one network interface on the host.
object
Property | Type | Description |
---|---|---|
|
|
The IP address of the interface. This will be an IPv4 or IPv6 address if one is present. If both IPv4 and IPv6 addresses are present in a dual-stack environment, two nics will be output, one with each IP. |
|
|
The device MAC address |
|
|
The vendor and product IDs of the NIC, e.g. "0x8086 0x1572" |
|
|
The name of the network interface, e.g. "en0" |
|
|
Whether the NIC is PXE Bootable |
|
|
The speed of the device in Gigabits per second |
|
|
The untagged VLAN ID |
|
|
The VLANs available |
|
|
VLAN represents the name and ID of a VLAN. |
VLAN represents the name and ID of a VLAN.
object
Property | Type | Description |
---|---|---|
|
|
VLANID is a 12-bit 802.1Q VLAN identifier |
|
|
List of storage (disk, SSD, etc.) available to the host.
array
Storage describes one storage device (disk, SSD, etc.) on the host.
object
Property | Type | Description |
---|---|---|
|
|
A list of alternate Linux device names of the disk, e.g. "/dev/sda". Note that this list is not exhaustive, and names may not be stable across reboots. |
|
|
The SCSI location of the device |
|
|
Hardware model |
|
|
A Linux device name of the disk, e.g. "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:0:0". This will be a name that is stable across reboots if one is available. |
|
|
Whether this disk represents rotational storage. This field is not recommended for usage, please prefer using 'Type' field instead, this field will be deprecated eventually. |
|
|
The serial number of the device |
|
|
The size of the disk in Bytes |
|
|
Device type, one of: HDD, SSD, NVME. |
|
|
The name of the vendor of the device |
|
|
The WWN of the device |
|
|
The WWN Vendor extension of the device |
|
|
The WWN with the extension |
System vendor information.
object
Property | Type | Description |
---|---|---|
|
|
|
|
|
|
|
|
OperationHistory holds information about operations performed on this host.
object
Property | Type | Description |
---|---|---|
|
|
OperationMetric contains metadata about an operation (inspection, provisioning, etc.) used for tracking metrics. |
|
|
OperationMetric contains metadata about an operation (inspection, provisioning, etc.) used for tracking metrics. |
|
|
OperationMetric contains metadata about an operation (inspection, provisioning, etc.) used for tracking metrics. |
|
|
OperationMetric contains metadata about an operation (inspection, provisioning, etc.) used for tracking metrics. |
OperationMetric contains metadata about an operation (inspection, provisioning, etc.) used for tracking metrics.
object
Property | Type | Description |
---|---|---|
|
`` |
|
|
`` |
OperationMetric contains metadata about an operation (inspection, provisioning, etc.) used for tracking metrics.
object
Property | Type | Description |
---|---|---|
|
`` |
|
|
`` |
OperationMetric contains metadata about an operation (inspection, provisioning, etc.) used for tracking metrics.
object
Property | Type | Description |
---|---|---|
|
`` |
|
|
`` |
OperationMetric contains metadata about an operation (inspection, provisioning, etc.) used for tracking metrics.
object
Property | Type | Description |
---|---|---|
|
`` |
|
|
`` |
Information tracked by the provisioner.
object
ID
state
Property | Type | Description |
---|---|---|
|
|
The hosts’s ID from the underlying provisioning tool (e.g. the Ironic node UUID). |
|
|
BootMode indicates the boot mode used to provision the host. |
|
|
Custom deploy procedure applied to the host. |
|
|
The firmware settings that have been applied. |
|
|
Image holds the details of the last image successfully provisioned to the host. |
|
|
The RAID configuration that has been applied. |
|
|
The root device hints used to provision the host. |
|
|
An indicator for what the provisioner is doing with the host. |
Custom deploy procedure applied to the host.
object
method
Property | Type | Description |
---|---|---|
|
|
Custom deploy method name. This name is specific to the deploy ramdisk used. If you don’t have a custom deploy ramdisk, you shouldn’t use CustomDeploy. |
The firmware settings that have been applied.
object
Property | Type | Description |
---|---|---|
|
|
Allows a single physical processor core to appear as several logical processors. |
|
|
SR-IOV support enables a hypervisor to create virtual instances of a PCI-express device, potentially increasing performance. |
|
|
Supports the virtualization of platform hardware. |
Image holds the details of the last image successfully provisioned to the host.
object
url
Property | Type | Description |
---|---|---|
|
|
Checksum is the checksum for the image. Required for all formats except for "live-iso". |
|
|
ChecksumType is the checksum algorithm for the image, e.g md5, sha256 or sha512. The special value "auto" can be used to detect the algorithm from the checksum. If missing, MD5 is used. If in doubt, use "auto". |
|
|
Format contains the format of the image (raw, qcow2, …). When set to "live-iso", an ISO 9660 image referenced by the url will be live-booted and not deployed to disk. |
|
|
URL is a location of an image to deploy. |
The RAID configuration that has been applied.
object
Property | Type | Description |
---|---|---|
|
`` |
The list of logical disks for hardware RAID, if rootDeviceHints isn’t used, first volume is root volume.
You can set the value of this field to |
|
`` |
The list of logical disks for software RAID, if rootDeviceHints isn’t used, first volume is root volume. If HardwareRAIDVolumes is set this item will be invalid. The number of created Software RAID devices must be 1 or 2. If there is only one Software RAID device, it has to be a RAID-1. If there are two, the first one has to be a RAID-1, while the RAID level for the second one can be 0, 1, or 1+0. As the first RAID device will be the deployment device, enforcing a RAID-1 reduces the risk of ending up with a non-booting host in case of a disk failure. Software RAID will always be deleted. |
The root device hints used to provision the host.
object
Property | Type | Description |
---|---|---|
|
|
A Linux device name like "/dev/vda", or a by-path link to it like "/dev/disk/by-path/pci-0000:01:00.0-scsi-0:2:0:0". The hint must match the actual value exactly. |
|
|
A SCSI bus address like 0:0:0:0. The hint must match the actual value exactly. |
|
|
The minimum size of the device in Gigabytes. |
|
|
A vendor-specific device identifier. The hint can be a substring of the actual value. |
|
|
True if the device should use spinning media, false otherwise. |
|
|
Device serial number. The hint must match the actual value exactly. |
|
|
The name of the vendor or manufacturer of the device. The hint can be a substring of the actual value. |
|
|
Unique storage identifier. The hint must match the actual value exactly. |
|
|
Unique vendor storage identifier. The hint must match the actual value exactly. |
|
|
Unique storage identifier with the vendor extension appended. The hint must match the actual value exactly. |
The last credentials we sent to the provisioning backend.
object
Property | Type | Description |
---|---|---|
|
|
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace |
|
|
SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace
object
Property | Type | Description |
---|---|---|
|
|
name is unique within a namespace to reference a secret resource. |
|
|
namespace defines the space within which the secret name must be unique. |
The following API endpoints are available:
/apis/metal3.io/v1alpha1/baremetalhosts
GET
: list objects of kind BareMetalHost
/apis/metal3.io/v1alpha1/namespaces/{namespace}/baremetalhosts
DELETE
: delete collection of BareMetalHost
GET
: list objects of kind BareMetalHost
POST
: create a BareMetalHost
/apis/metal3.io/v1alpha1/namespaces/{namespace}/baremetalhosts/{name}
DELETE
: delete a BareMetalHost
GET
: read the specified BareMetalHost
PATCH
: partially update the specified BareMetalHost
PUT
: replace the specified BareMetalHost
/apis/metal3.io/v1alpha1/namespaces/{namespace}/baremetalhosts/{name}/status
GET
: read status of the specified BareMetalHost
PATCH
: partially update status of the specified BareMetalHost
PUT
: replace status of the specified BareMetalHost
GET
list objects of kind BareMetalHost
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
DELETE
delete collection of BareMetalHost
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
GET
list objects of kind BareMetalHost
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
POST
create a BareMetalHost
Parameter | Type | Description |
---|---|---|
|
|
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
|
|
fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
Parameter | Type | Description |
---|---|---|
|
|
HTTP code | Reponse body |
---|---|
200 - OK |
|
201 - Created |
|
202 - Accepted |
|
401 - Unauthorized |
Empty |
Parameter | Type | Description |
---|---|---|
|
|
name of the BareMetalHost |
DELETE
delete a BareMetalHost
Parameter | Type | Description |
---|---|---|
|
|
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
HTTP code | Reponse body |
---|---|
200 - OK |
|
202 - Accepted |
|
401 - Unauthorized |
Empty |
GET
read the specified BareMetalHost
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
PATCH
partially update the specified BareMetalHost
Parameter | Type | Description |
---|---|---|
|
|
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
|
|
fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
PUT
replace the specified BareMetalHost
Parameter | Type | Description |
---|---|---|
|
|
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
|
|
fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
Parameter | Type | Description |
---|---|---|
|
|
HTTP code | Reponse body |
---|---|
200 - OK |
|
201 - Created |
|
401 - Unauthorized |
Empty |
Parameter | Type | Description |
---|---|---|
|
|
name of the BareMetalHost |
GET
read status of the specified BareMetalHost
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
PATCH
partially update status of the specified BareMetalHost
Parameter | Type | Description |
---|---|---|
|
|
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
|
|
fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
HTTP code | Reponse body |
---|---|
200 - OK |
|
401 - Unauthorized |
Empty |
PUT
replace status of the specified BareMetalHost
Parameter | Type | Description |
---|---|---|
|
|
When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed |
|
|
fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. |
Parameter | Type | Description |
---|---|---|
|
|
HTTP code | Reponse body |
---|---|
200 - OK |
|
201 - Created |
|
401 - Unauthorized |
Empty |