Retrieve Expected Machine
Retrieve a specific Expected Machine by ID.
Org must have an Infrastructure Provider entity. User must have FORGE_PROVIDER_ADMIN or FORGE_PROVIDER_VIEWER role.
Alternatively, Tenant Admins with TargetedInstanceCreation capability can also retrieve Expected Machines if they have an account with the Site’s Infrastructure Provider.
Authentication
AuthorizationBearer
```
export JWT_BEARER_TOKEN="<jwt-bearer-token>"
# Example org name: "acme-inc
export ORG_NAME=<org-name>
# Use the JWT bearer token in your API request auth header:
curl -v -X GET -H "Content-Type: application/json" -H "Authorization: Bearer $JWT_BEARER_TOKEN" https://carbide-rest-api.carbide.svc.cluster.local/v2/org/$ORG_NAME/carbide/user/current
```
Path parameters
org
expectedMachineId
Query parameters
includeRelation
Related entity to expand
Allowed values:
Response
OK
id
Unique identifier for the Expected Machine
siteId
ID of the site the Expected Machine belongs to
bmcMacAddress
MAC address of the Expected Machine’s BMC (Baseboard Management Controller)
chassisSerialNumber
Serial number of the Expected Machine's chassis
fallbackDPUSerialNumbers
Serial numbers of the Expected Machine’s fallback DPUs (Data Processing Units)
skuId
Optional ID of the SKU associated with this Expected Machine
sku
SKU information for this Expected Machine (populated when includeRelation=Sku is specified)
machineId
Optional ID of the Machine associated with this Expected Machine
machine
Machine information for this Expected Machine (populated when includeRelation=Machine is specified)
rackId
Optional rack identifier for this component
name
Display name for this component
manufacturer
Manufacturer of this component
model
Model of this component
description
Description of this component
firmwareVersion
Firmware version of this component
slotId
Slot ID within the rack
trayIdx
Tray index within the rack
hostId
Host ID within the tray
labels
User-defined key-value pairs for organizing and categorizing Expected Machines
created
ISO 8601 datetime when the Expected Machine was created
updated
ISO 8601 datetime when the Expected Machine was last updated
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error