Retrieve data for a Server specified by its id
Servers without a valid subscription will not return the following:
Server Data
Bad request
Unauthorized
Forbidden
Not found
Not acceptable
Internal server error
{- "id": "string",
- "name": "myServer",
- "type": "compute-ops-mgmt/server",
- "resourceUri": "/compute-ops-mgmt/v1/servers/875765-S01+1M512501AB",
- "generation": 1,
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "platformFamily": { },
- "serverGeneration": "GEN_10",
- "hardware": {
- "serialNumber": "string",
- "model": "string",
- "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
- "productId": "string",
- "powerState": "UNKNOWN",
- "indicatorLed": "UNKNOWN",
- "health": {
- "summary": "UNKNOWN",
- "fans": "UNKNOWN",
- "fanRedundancy": "NON_REDUNDANT",
- "liquidCooling": "UNKNOWN",
- "liquidCoolingRedundancy": "NON_REDUNDANT",
- "memory": "UNKNOWN",
- "network": "UNKNOWN",
- "powerSupplies": "UNKNOWN",
- "powerSupplyRedundancy": "NON_REDUNDANT",
- "processor": "UNKNOWN",
- "storage": "UNKNOWN",
- "temperature": "UNKNOWN",
- "bios": "UNKNOWN",
- "smartStorage": "UNKNOWN",
- "healthLED": "UNKNOWN"
}, - "platform": "string",
- "formFactor": "string",
- "bmc": {
- "mac": "string",
- "ip": "string",
- "hostname": "string",
- "license": "string"
}, - "memoryMb": { }
}, - "state": {
- "managed": true,
- "connected": true,
- "connectedModifiedAt": "2019-08-24T14:15:22Z",
- "subscriptionState": "REQUIRED",
- "subscriptionTier": "ENHANCED",
- "subscriptionExpiresAt": "2019-08-24T14:15:22Z"
}, - "firmwareInventory": [
- {
- "name": "string",
- "version": "string",
- "deviceContext": "string"
}
], - "softwareInventory": [
- {
- "name": "string",
- "version": "string",
- "deviceContext": "string"
}
], - "firmwareBundleUri": "string",
- "lastFirmwareUpdate": {
- "status": "OK",
- "attemptedAt": "2019-08-24T14:15:22Z",
- "firmwareInventoryUpdates": [
- {
- "name": "string",
- "version": "string",
- "status": "OK"
}
]
}, - "tags": {
- "location": "San Jose"
}, - "processorVendor": "Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz",
- "biosFamily": "string",
- "host": {
- "osName": "string",
- "osVersion": "string",
- "hostname": "string",
- "osDescription": "string",
- "osType": 0
}, - "autoIloFwUpdate": true,
- "oneview": {
- "applianceUri": "string",
- "maintenanceMode": true,
- "name": "string",
- "state": "string"
}, - "lastFullInventoryCollectionAt": "2019-08-24T14:15:22Z",
- "lastFullInventoryCollectionPowerState": "string"
}