Cloud Interconnect API, gRPC: PointOfPresenceService.List
Retrieves the list of PointOfPresence resources in the specified folder.
gRPC request
rpc List (ListPointOfPresencesRequest) returns (ListPointOfPresencesResponse)
ListPointOfPresencesRequest
{
"page_size": "int64",
"page_token": "string",
"filter": "string"
}
|
Field |
Description |
|
page_size |
int64 The maximum number of results per page to return. If the number of available The maximum value is 1000. |
|
page_token |
string Page token. To get the next page of results, set The maximum string length in characters is 100. |
|
filter |
string A filter expression that filters resources listed in the response.
The maximum string length in characters is 1000. |
ListPointOfPresencesResponse
{
"point_of_presences": [
{
"id": "string",
"name": "string",
"location_address": "string",
"connection_points": [
"string"
]
}
],
"next_page_token": "string"
}
|
Field |
Description |
|
point_of_presences[] |
List of PointOfPresence resources. |
|
next_page_token |
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. |
|
name |
string Name of the pointOfPresence. |
|
location_address |
string Location address of the pointOfPresence. |
|
connection_points[] |
string Links to info about the connection points. |