Note: This path operation is going to be deprecated and sunset!
Fri, 7 Nov 2024 23:59:59 GMT
Fri, 30 May 2025 23:59:59 GMT
compute-ops-mgmt/v1/servers/{id}/inventory
Retrieve firmware, software, storage inventories, PCI devices and smart update tool settings for a server specified by the id of the server.
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.
Server's raw inventory Data
Bad request
Unauthorized
Forbidden
Not found
Not acceptable
Internal server error
{- "id": "string",
- "type": "compute-ops-mgmt/server/raw-inventory",
- "serial": "string",
- "productId": "string",
- "firmwareInventory": [
- {
- "property1": [ ],
- "property2": [ ]
}
], - "softwareInventory": [
- {
- "property1": [ ],
- "property2": [ ]
}
], - "storageInventory": {
- "property1": [ ],
- "property2": [ ]
}, - "pciDevices": [
- {
- "property1": [ ],
- "property2": [ ]
}
], - "smartUpdateTool": {
- "property1": [ ],
- "property2": [ ]
}
}