Get server details by system id and server id
Returns information about a specific server on a specific system. Retrieving all of the properties for a server can take a long time because the amount of data is large. Use the select query parameter to choose only the properties you want to retrieve.
For example, to get details of the server's id, name, serial number and hypervisor host, use ?select=id,name,serialNumber,hypervisorHost
Success
Bad Request
The current user is not authorized to perform the requested operation.
Not Found
Internal Server Error
{- "health": {
- "agentlessManagementService": "string",
- "biosOrHardwareHealth": "OK",
- "fanHealth": "OK",
- "fanRedundancy": "REDUNDANT",
- "hbLastUpdateTimestamp": "string",
- "memoryHealth": "OK",
- "networkHealth": "OK",
- "overallServerHealth": "OK",
- "powerState": "string",
- "powerSuppliesHealth": "OK",
- "powerSuppliesRedundancy": "REDUNDANT",
- "processorHealth": "OK",
- "smartStorageBatteryHealth": "OK",
- "storageHealth": "OK",
- "temperaturesHealth": "OK"
}, - "hypervisorHost": {
- "hypervisorClusterId": "19414828-43e0-4fc0-9f77-960311303439",
- "hypervisorClusterName": "string",
- "hypervisorHostIp": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "hypervisor-host-name",
- "resourceUri": "string",
- "type": "hypervisor-host"
}, - "iloFirmwareVersion": "iLO 5 v2.14",
- "iloNetworkInfo": {
- "gateway": "string",
- "iloHostname": "string",
- "iloIp": "string",
- "network": "string",
- "subnetMask": "string"
}, - "iloState": "ENABLED",
- "iloStatus": "ON",
- "indicatorLedStatus": "OFF",
- "maintenanceMode": true,
- "memoryGib": "string",
- "model": "ProLiant DL325 Gen10",
- "ncmVersion": "7.0.2-650014",
- "powerState": "ON",
- "processorCount": "string",
- "processorModel": "Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz",
- "serialNumber": "MXQ02203VM",
- "systemId": "4423a5f3-2691-4d92-a9ef-2418d2c205d8",
- "createdAt": "2019-08-24T14:15:22Z",
- "customerId": "string",
- "generation": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "resourceUri": "string",
- "type": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}