请求头
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
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
}