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.
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": [ ]
}
}