Cloud Interconnect API, gRPC: PointOfPresenceService.Get
Written by
Updated at November 8, 2024
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
{
"pointOfPresenceId": "string"
}
Field |
Description |
pointOfPresenceId |
string Required field. ID of the PointOfPresence resource to return. |
PointOfPresence
{
"id": "string",
"regionId": "string"
}
A PointOfPresence resource.
Field |
Description |
id |
string ID of the pointOfPresence. |
regionId |
string ID of the region that the pointOfPresence belongs to. |