BareMetal API, REST: PrivateCloudConnection.Get
Returns the specific Private cloud connection resource.
To get the list of available Private cloud connection resources, make a List request.
HTTP request
GET https://baremetal.api.yandexcloud.kz/baremetal/v1alpha/privateCloudConnections/{privateCloudConnectionId}
Path parameters
|
Field |
Description |
|
privateCloudConnectionId |
string Required field. ID of the Private cloud connection resource to return. To get the server ID, use a PrivateCloudConnectionService.List request. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"folderId": "string",
"cloudId": "string",
"routingInstanceId": "string",
"vrfId": "string",
"status": "string",
"name": "string",
"createdAt": "string"
}
A Private cloud connection resource.
|
Field |
Description |
|
id |
string ID of the private cloud connection. |
|
folderId |
string ID of the folder that the private cloud connection belongs to. |
|
cloudId |
string ID of the cloud that the private cloud connection belongs to. |
|
routingInstanceId |
string ID of Cloud Router Routing Instance. |
|
vrfId |
string ID of VRF that is connected to routing Instance. |
|
status |
enum (Status) Status of the private cloud connection.
|
|
name |
string Name of the private cloud connection. |
|
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |