Get Host Config Profile
Get the specified host config profile.
The ID of the Host Config Profile
The specified host config profile.
{
"id": "string",
"version": 0,
"name": "string",
"advanceSystemSettings": {
"attributes": [
{
"key": "string",
"value": "string"
}
]
},
"biosSetting": {
"attributes": [
{
"key": "string",
"value": "string"
}
]
},
"cpuPowerManagementSpec": [
{
"type": "string",
"value": "string"
}
],
"firmwares": [
{
"name": "string",
"softwareId": "string",
"version": "string",
"location": "string",
"checksum": "string"
}
],
"pciDevices": [
{
"filters": [
{
"numaId": 0,
"vendorId": "string",
"deviceIds": [
"string"
],
"indices": [
0
],
"alias": "string"
}
],
"actions": [
{
"type": "string",
"maxVfs": 0,
"passthroughEnabled": false,
"deviceType": "string",
"attributes": [
{
"key": "string",
"value": "string"
}
]
}
]
}
],
"pciGroups": [
{
"name": "string",
"filters": [
{
"isVf": false,
"deviceIds": [
"string"
],
"vendorId": "string",
"sriovEnabled": false,
"numaId": 0,
"indices": [
0
],
"alias": "string"
}
]
}
],
"reservation": {
"reservedCoresPerNumaNode": 0,
"reservedMemoryPerNumaNode": 0,
"minCoresForCPUReservationPerNumaNode": 0
},
"createdTimestamp": 0,
"lastUpdatedTimestamp": 0
}
The unique ID of the host config profile.
The version of this host config profile entity.
Name of the host config profile.
advanceSystemSettings
biosSetting
cpuPowerManagementSpec
firmwares
pciDevices
pciGroups
reservation
The timestamp of when this host config profile was created.
The timestamp of when this host config profile was last modified.
API endpoint has permanently moved.
{
"redirectURL": "string"
}
redirectURL
Response Headers
URI where the client will find the new endpoint.
User is not authenticated to invoke this endpoint.
User is not authorized to invoke this endpoint.
The specified host config profile was not found.
The request parameters couldn't be processed by the server.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.
An internal server error has occurred.
{
"warnings": [
{
"code": "string",
"message": "string",
"stack": "string"
}
],
"errors": [
{
"code": "string",
"message": "string",
"stack": "string"
}
]
}
The list of warnings.
The list of errors.