BareMetal API, REST: PrivateCloudConnection.List
Retrieves the list of Private cloud connection resources in the specified folder.
HTTP request
GET https://baremetal.api.cloud.yandex.net/baremetal/v1alpha/privateCloudConnections
Query parameters
|
Field |
Description |
|
folderId |
string ID of the folder to list private cloud connections in. To get the folder ID, use a yandex.cloud.resourcemanager.v1.FolderService.List request. |
|
pageSize |
string (int64) The maximum number of results per page to return. If the number of available |
|
pageToken |
string Page token. To get the next page of results, set |
|
orderBy |
string By which column the listing should be ordered and in which direction, |
|
filter |
string A filter expression that filters resources listed in the response. Each condition has the form
|
Response
HTTP Code: 200 - OK
{
"privateCloudConnections": [
{
"id": "string",
"folderId": "string",
"cloudId": "string",
"routingInstanceId": "string",
"vrfId": "string",
"status": "string",
"name": "string",
"createdAt": "string"
}
],
"nextPageToken": "string"
}
|
Field |
Description |
|
privateCloudConnections[] |
List of Private cloud connection resources. |
|
nextPageToken |
string Token for getting the next page of the list. If the number of results is greater than Each subsequent page will have its own |
PrivateCloudConnection
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 |