Get inventory report
Query parameters
Page number (0-indexed). Not used for CSV format
Response format (json or csv)
Sign the CSV with NVIDIA’s signing key and return a zip containing the CSV plus a .sig.bundle (cosign-verifiable Sigstore bundle). Only valid with format=csv.
Inventory source: inband (default) or oob. The JSON and CSV fields are source-specific.
Start time for filtering nodes active during period (RFC3339 format, e.g., 2024-01-01T00:00:00Z)
End time for filtering nodes active during period (RFC3339 format, e.g., 2024-12-31T23:59:59Z)
Field to sort by. In-band fields: hostname, gpuType, gpuCount, publicIP, privateIP. OOB fields: nodeName, bmcHostname, bmcIP. Shared fields: nodeUUID, nodeGroup, computeZone, verificationCheck, location. integrityCheck and geoLocation remain deprecated aliases. Defaults to hostname for inband and bmcHostname for oob.
Sort order (asc, desc)
Response
OOB JSON response (agentType=oob). CSV responses use a source-specific header; signed CSV returns application/zip.