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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Interconnect
    • Overview
    • Terminology
    • Points of presence
    • CIC partners
    • 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. Partner
  4. Get

Cloud Interconnect API, REST: Partner.Get

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

Returns the specified Partner resource.

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

HTTP requestHTTP request

GET https://cic.api.cloud.yandex.net/cic/v1/partners/{partnerId}

Path parametersPath parameters

Field

Description

partnerId

string

Required field. ID of the Partner resource to return.
To get the partner ID use a PartnerService.List request.

ResponseResponse

HTTP Code: 200 - OK

{
  "id": "string",
  "regionId": "string",
  "status": "string"
}

A Partner resource.

Field

Description

id

string

ID of the partner.

regionId

string

ID of the region that the partner belongs to.

status

enum (Status)

Status of the partner.

  • STATUS_UNSPECIFIED
  • UP
  • DOWN

Was the article helpful?

Previous
Overview
Next
List
Yandex project
© 2025 Yandex.Cloud LLC