Compute Cloud API, REST: GpuCluster.Get
Returns the specified GPU cluster.
To get the list of available GPU clusters, make a List request.
HTTP request
GET https://compute.api.cloud.yandex.net/compute/v1/gpuClusters/{gpuClusterId}
Path parameters
Field |
Description |
gpuClusterId |
string Required field. ID of the GPU cluster to return. To get a GPU cluster ID, make a GpuClusterService.List request. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"labels": "string",
"status": "string",
"zoneId": "string",
"interconnectType": "string"
}
A GPU cluster. For details about the concept, see documentation.
Field |
Description |
id |
string ID of GPU cluster. |
folderId |
string ID of the folder that the GPU cluster belongs to. |
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Name of the GPU cluster. The name is unique within the folder. |
description |
string Description of the GPU cluster. |
labels |
string GPU cluster labels as |
status |
enum (Status) Status of the GPU cluster.
|
zoneId |
string ID of the availability zone where the GPU cluster resides. |
interconnectType |
enum (GpuInterconnectType) Type of interconnect used for this GPU cluster.
|