GET
/
gpu-instance
/
openapi
/
v1
/
clusters
curl --request GET \
  --url https://api.ppinfra.com/gpu-instance/openapi/v1/clusters \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "availableGpuType": {},
      "supportNetworkStorage": true,
      "supportInstanceNetwork": true
    }
  ]
}

请求头

Content-Type
string
required

枚举值: application/json

Authorization
string
required

Bearer 身份验证格式,例如:Bearer {{API 密钥}}。

响应参数

data
object[]
required