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:

  • HTTP request
  • Path parameters
  • Response
  1. API reference
  2. REST
  3. PointOfPresence
  4. Get

Cloud Interconnect API, REST: PointOfPresence.Get

Written by
Yandex Cloud
Improved by
Tania L.
Updated at April 24, 2025
  • HTTP request
  • Path parameters
  • Response

Returns the specified PointOfPresence resource.

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

HTTP requestHTTP request

GET https://cic.api.cloud.yandex.net/cic/v1/pointOfPresences/{pointOfPresenceId}

Path parametersPath parameters

Field

Description

pointOfPresenceId

string

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

ResponseResponse

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.

Was the article helpful?

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