Hardware Types
This endpoint retrieves information about a specific hardware type.
Path parameters
hardware_type_idstringRequiredExample:
The unique identifier of the hardware type.
NVIDIA_L40S_1Responses
200
Successfully retrieved hardware type information.
application/json
401
Unauthorized - Bearer token missing or invalid.
404
Hardware type not found.
500
Internal server error.
get
/hardware-types/{hardware_type_id}Last updated