Cloud Interconnect API, gRPC: PointOfPresenceService.Get
Статья создана
Обновлена 26 ноября 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
{
"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. |