GPUs
Path parameters
fabricNamestringRequiredExample:
Name of the fabric. Required in every API request.
Fabric2SUtenantNamestringRequiredExample:
Name of the tenant.
cokeBody
operationstring · enumRequiredPossible values:
ADD to allocate servers to the tenant; DELETE to deallocate.
Responses
200
GPU update processed successfully
application/json
messagestringOptionalExample:
GPU update processed successfully.400
Invalid request — GPU allocation exceeds tenant quota, or server list is null/empty
application/json
404
Server list is null or empty
application/json
409
One or more GPU servers are already allocated to another tenant
application/json
patch
/fabrics/{fabricName}/tenants/{tenantName}Path parameters
fabricNamestringRequiredExample:
Name of the fabric. Required in every API request.
Fabric2SUResponses
200
List of available GPU servers retrieved successfully
application/json
availableGPUsstring[]OptionalExample:
List of GPU server hostnames available for allocation.
["hgx-su01-h00","hgx-su01-h01"]get
/fabrics/{fabricName}/available_servers200
List of available GPU servers retrieved successfully
Last updated