Description | : Gets a list of AzureBareMetal instances in the specified subscription. The operations returns various properties of each Azure BareMetal instance. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.BareMetalInfrastructure/bareMetalInstances
{
api-version:
string
,
subscriptionId:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
hardwareProfile:
{
,
hardwareType:
enum
,
azureBareMetalInstanceSize:
enum
,
}
storageProfile:
{
,
nfsIpAddress:
string
,
osDisks:
}
[
]
,
{
,
name:
string
,
diskSizeGB:
integer
,
lun:
integer
,
}
osProfile:
{
,
computerName:
string
,
osType:
string
,
version:
string
,
sshPublicKey:
string
,
}
networkProfile:
{
,
networkInterfaces:
[
]
,
{
,
ipAddress:
string
,
}
circuitId:
string
,
}
azureBareMetalInstanceId:
string
,
powerState:
enum
,
proximityPlacementGroup:
string
,
hwRevision:
string
,
partnerNodeId:
string
,
provisioningState:
enum
,
}
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
}
[
,
string
,
]