cURL
curl --request GET \ --url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/gpu-clusters
{ "clusters": [ { "id": "<string>", "name": "<string>", "status": "<string>", "account_id": "<string>", "project_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "metadata": "<string>", "resources": [ { "external_id": "<string>", "name": "<string>", "resource_type": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z", "primary_ip": "<string>" } ] } ], "total_count": 123, "count": 123, "message": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.aion.xyz/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aion.xyz/llms.txt
Use this file to discover all available pages before exploring further.
OK
Show child attributes