Provider

List the provider org's nodes (with GPUs + location)

get/v1/orgs/{orgId}/provider/nodes

Path parameters

orgIdstring required

Query parameters

includeRemovedboolean
statusstring

Filter to one status (online|offline|maintenance|draining|removed)

Response

OK

cpuCoresinteger nullable
cpuModelstring nullable
createdAtstring required
hostnamestring required
idstring required
locationCitystring nullable
locationCountrystring nullable
nodeTypestring required
ramGbinteger nullable
runtimestring

Node runtime: qemu (VFIO VM host) or runc (GPU-container Pod node). Empty reads as qemu.

statusstring required
tdxEnabledboolean required

Changes

Changed in 2 of the 19 revisions of this API.7

    • added the optional property items/runtime to the response with the 200 status

      response-optional-property-added

    • added the optional property items/reservation/reservations/items/managingOrgIds to the response with the 200 status

      response-optional-property-added

    • added the optional property items/reservation/reservations/items/releasedUnitIds to the response with the 200 status

      response-optional-property-added

    • added the optional property items/reservation/reservations/items/skipped to the response with the 200 status

      response-optional-property-added

    • added the optional property items/reservation/reservations/items/terminated to the response with the 200 status

      response-optional-property-added

    • added the optional property items/reservation/reservations/items/wouldSkip to the response with the 200 status

      response-optional-property-added

    • added the optional property items/reservation/reservations/items/wouldTerminate to the response with the 200 status

      response-optional-property-added