Cloud Interconnect API, REST: PointOfPresence.Get
Written by
Updated at November 13, 2024
Returns the specified PointOfPresence resource.
To get the list of available PointOfPresence resources, make a List request.
HTTP request
GET https://cic-api.api.cloud.yandex.net/cic/v1/pointOfPresences/{pointOfPresenceId}
Path parameters
Field |
Description |
pointOfPresenceId |
string Required field. ID of the PointOfPresence resource to return. |
Response
HTTP Code: 200 - OK
{
"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. |