Cloud Interconnect API, gRPC: PointOfPresenceService.Get
Written by
Updated at April 24, 2025
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. |
PointOfPresence
{
"id": "string",
"region_id": "string"
}
A PointOfPresence resource.
|
Field |
Description |
|
id |
string ID of the pointOfPresence. |
|
region_id |
string ID of the region that the pointOfPresence belongs to. |