cURL
curl --request GET \ --url https://api.novita.ai/gpu-instance/openapi/v1/image/prewarm \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "data": [ { "id": "<string>", "imageName": "<string>", "imageUrl": "<string>", "repositoryAuth": "<string>", "clusterId": "<string>", "clusterName": "<string>", "products": [ { "productId": "<string>", "productName": "<string>" } ], "imageSize": "<string>", "createTime": "<string>", "state": "<string>", "completeTime": "<string>", "note": "<string>", "reason": [ "<string>" ] } ], "total": 123 }
application/json
Pending
Running
Succeeded
Failed
Hide properties
Show properties
Was this page helpful?