Cloud Interconnect API, gRPC: PointOfPresenceService.Get
Статья создана
Обновлена 29 мая 2026 г.
Returns the specified PointOfPresence resource.
To get the list of available PointOfPresence resources, make a List request.
gRPC request
rpc Get (GetPointOfPresenceRequest) returns (PointOfPresence)
GetPointOfPresenceRequest
{
"point_of_presence_id": "string"
}
|
Field |
Description |
|
point_of_presence_id |
string Required field. ID of the PointOfPresence resource to return. The maximum string length in characters is 50. |
PointOfPresence
{
"id": "string",
"name": "string",
"location_address": "string",
"connection_points": [
"string"
]
}
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. |