Download parsed AHS file contents

get/compute-ops-mgmt/v1beta1/ahs-files/{id}/download

This API triggers a get request to download parsed (CSV/JSON) AHS file contents.

SecurityBearer
Request
path Parameters
id
required
string <uuid>

Unique File Identifier (File UUID)

query Parameters
filename
required
string

File name to be downloaded

Example: filename=MXQ0xxxT3-20241205-1025-SERVER_INVENTORY.json
Responses
200

Successful Response

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

429

Too many requests

500

Internal server error

Request samples
Response samples
application/json
{
  • "ProductName": "ProLiant ML350 Gen10",
  • "SerialNumber": "MXQOxxxT3",
  • "ServerID": "R4xx5A:MXQOxxxT3",
  • "DateProcessed": "2025-04-02 12:47:25.868511+00:00 UTC",
  • "PowerState": "Not Available",
  • "Chassis": [
    ],
  • "ILO": [
    ],
  • "BIOS": [
    ],
  • "Processor": [
    ],
  • "Device": [
    ],
  • "Memory": [
    ],
  • "Storage": [
    ],
  • "Storage_NVME": [ ],
  • "Network": [ ],
  • "Power": [
    ],
  • "Thermal-FanInformation": [
    ],
  • "Firmware": [
    ],
  • "Applications": [ ],
  • "Drivers": [ ],
  • "SDcards": [
    ],
  • "IntegratedManagementLogs": [ ],
  • "ILOEventLogs": [ ],
  • "SecurityEventLogs": [ ],
  • "PowerSupplySummary": [
    ],
  • "Thermal-SensorTemperatureInformationInCelsius": [
    ]
}