List raw inventories for a serverDeprecated

get/compute-ops-mgmt/v1/servers/{id}/raw-inventory

Note: This path operation is going to be deprecated and sunset!

  • Deprecated at: Fri, 7 Nov 2024 23:59:59 GMT
  • Sunset at: Fri, 30 May 2025 23:59:59 GMT
  • Successor version: 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.

SecurityBearer
Request
path Parameters
id
required
string

Unique Server identifier

header Parameters
Tenant-Acid
string <uuid>

Tenant-Acid header can be used by an MSP workspace to make API calls on behalf of their tenant by specifying the tenant's application customer ID.

In order to make such an API call, the Bearer token must belong to an MSP workspace and this header value must be the application customer ID of a tenant within the MSP workspace. Use the /compute-ops-mgmt/v1beta1/accounts API to determine the application customer IDs for your tenant accounts.

Responses
200

Server's raw inventory Data

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "id": "string",
  • "type": "compute-ops-mgmt/server/raw-inventory",
  • "serial": "string",
  • "productId": "string",
  • "firmwareInventory": [
    ],
  • "softwareInventory": [
    ],
  • "storageInventory": {
    },
  • "pciDevices": [
    ],
  • "smartUpdateTool": {
    }
}