curl --request GET \
--url https://api.gcore.com/cloud/v3/gpu/virtual/{project_id}/{region_id}/clusters \
--header 'Authorization: <api-key>'{
"count": 1,
"results": [
{
"created_at": "2023-11-07T05:31:56Z",
"flavor": "<string>",
"id": "<string>",
"name": "<string>",
"servers_count": 123,
"servers_ids": [
"<string>"
],
"servers_settings": {
"interfaces": [
{
"ip_family": "dual",
"name": "eth0",
"type": "<string>"
}
],
"security_groups": [
"<string>"
],
"ssh_key_name": "my-ssh-key",
"user_data": "eyJ0ZXN0IjogImRhdGEifQ==",
"volumes": [
{
"boot_index": 1,
"delete_on_termination": true,
"image_id": "3793c250-0b3b-4678-bab3-e11afbc29657",
"name": "<string>",
"size": 123,
"snapshot_id": "4bfd9ba6-a07e-4ee9-b0ad-6d01a2fcf5a8",
"tags": [
{
"key": "<string>",
"read_only": true,
"value": "<string>"
}
],
"type": "cold"
}
]
},
"status": "active",
"tags": [
{
"key": "<string>",
"read_only": true,
"value": "<string>"
}
],
"updated_at": "2025-01-11T23:59:59Z"
}
]
}curl --request GET \
--url https://api.gcore.com/cloud/v3/gpu/virtual/{project_id}/{region_id}/clusters \
--header 'Authorization: <api-key>'{
"count": 1,
"results": [
{
"created_at": "2023-11-07T05:31:56Z",
"flavor": "<string>",
"id": "<string>",
"name": "<string>",
"servers_count": 123,
"servers_ids": [
"<string>"
],
"servers_settings": {
"interfaces": [
{
"ip_family": "dual",
"name": "eth0",
"type": "<string>"
}
],
"security_groups": [
"<string>"
],
"ssh_key_name": "my-ssh-key",
"user_data": "eyJ0ZXN0IjogImRhdGEifQ==",
"volumes": [
{
"boot_index": 1,
"delete_on_termination": true,
"image_id": "3793c250-0b3b-4678-bab3-e11afbc29657",
"name": "<string>",
"size": 123,
"snapshot_id": "4bfd9ba6-a07e-4ee9-b0ad-6d01a2fcf5a8",
"tags": [
{
"key": "<string>",
"read_only": true,
"value": "<string>"
}
],
"type": "cold"
}
]
},
"status": "active",
"tags": [
{
"key": "<string>",
"read_only": true,
"value": "<string>"
}
],
"updated_at": "2025-01-11T23:59:59Z"
}
]
}API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
1
Region ID
7
Limit of items on a single page
x <= 100010
Offset in results list
x >= 00
Was this page helpful?