Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Interconnect
    • Overview
    • Terminology
    • Points of presence
    • Transceivers
    • Trunk
    • Private connection
    • Public connection
    • Routing
    • Monitoring
    • Data size and connection capacity
    • Quotas and limits
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
  • Pricing policy
  • Release notes

In this article:

  • gRPC request
  • GetPointOfPresenceRequest
  • PointOfPresence
  1. API reference
  2. gRPC
  3. PointOfPresence
  4. Get

Cloud Interconnect API, gRPC: PointOfPresenceService.Get

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • GetPointOfPresenceRequest
  • PointOfPresence

Returns the specified PointOfPresence resource.

To get the list of available PointOfPresence resources, make a List request.

gRPC requestgRPC request

rpc Get (GetPointOfPresenceRequest) returns (PointOfPresence)

GetPointOfPresenceRequestGetPointOfPresenceRequest

{
  "point_of_presence_id": "string"
}

Field

Description

point_of_presence_id

string

Required field. ID of the PointOfPresence resource to return.
To get the pointOfPresence ID use a PointOfPresenceService.List request.

PointOfPresencePointOfPresence

{
  "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.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.