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