Cloud Interconnect API, gRPC: PointOfPresenceService.List
Retrieves the list of PointOfPresence resources in the specified folder.
gRPC request
rpc List (ListPointOfPresencesRequest) returns (ListPointOfPresencesResponse)
ListPointOfPresencesRequest
{
"pageSize": "int64",
"pageToken": "string",
"filter": "string"
}
Field |
Description |
pageSize |
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 |
filter |
string A filter expression that filters resources listed in the response.
|
ListPointOfPresencesResponse
{
"pointOfPresences": [
{
"id": "string",
"regionId": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
pointOfPresences[] |
List of PointOfPresence resources. |
nextPageToken |
string This token allows you to get the next page of results for list requests. If the number of results |
PointOfPresence
A PointOfPresence resource.
Field |
Description |
id |
string ID of the pointOfPresence. |
regionId |
string ID of the region that the pointOfPresence belongs to. |