简体中文
cURL
curl --request GET \ --url https://api.ppinfra.com/gpu-instance/openapi/v1/image/prewarm/quota \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "total": 123, "limit": 123, "perImageSize": 123 }
curl --location --request GET 'https://api.ppinfra.com/gpu-instance/openapi/v1/image/prewarm/quota' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {{API_KEY}}'
{ "total": 2, "limit": 5, "perImageSize": 100 }