请求头
Bearer 身份验证格式,例如:Bearer {{API 密钥}}。
请求体
curl --location --request POST 'https://api.ppinfra.com/gpu-instance/openapi/v1/image/prewarm' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{API_KEY}}' \
--data-raw '{
"imageUrl": "nginx:latest",
"repositoryAuth": "",
"clusterId": "dev-test",
"productIds": [],
"note": "test"
}'
响应参数
响应示例
{
"id": "nzd5nyi4keefsv2d"
}