Partially update a Server specified by its id
Servers without a valid subscription will not return the following:
This API now supports the URI path prefix /compute-ops-mgmt
which used to be /compute-ops
. The /compute-ops
prefix is deprecated
and might become unresponsive after Tuesday, April 1, 2025. The Guide
provides more information about this change.
Successful Response
Bad request
Unauthorized
Forbidden
Not found
Not acceptable
Unsupported media type
Internal server error
{- "autoIloFwUpdate": true
}
{- "id": "string",
- "name": "myServer",
- "type": "compute-ops-mgmt/server",
- "resourceUri": "/compute-ops-mgmt/v1beta2/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"
}