Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Cloud Interconnect
    • Overview
    • Operation overview
    • Terminology
    • Points of presence
    • Transceivers
    • Trunk
    • Private connection
    • Public connection
    • CIC partners
    • Monitoring
    • Data size and connection capacity
    • Quotas and limits
  • Pricing policy
  • Access management
    • API authentication
      • Overview
        • Overview
        • Get
        • List
  • Release notes

In this article:

  • gRPC request
  • GetPartnerRequest
  • Partner
  1. API reference
  2. gRPC
  3. Partner
  4. Get

Cloud Interconnect API, gRPC: PartnerService.Get

Written by
Yandex Cloud
Improved by
Tania L.
Updated at May 29, 2026
  • gRPC request
  • GetPartnerRequest
  • Partner

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

gRPC requestgRPC request

rpc Get (GetPartnerRequest) returns (Partner)

GetPartnerRequestGetPartnerRequest

{
  "partner_id": "string"
}

Field

Description

partner_id

string

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

The maximum string length in characters is 50.

PartnerPartner

{
  "id": "string",
  "name": "string",
  "url": "string",
  "pop_ids": [
    "string"
  ],
  "status": "Status"
}

A Partner resource.

Field

Description

id

string

ID of the partner.

name

string

Name of the partner.

url

string

Link to info about the partner.

pop_ids[]

string

List of pointOfPresence IDs that the partner is connected to.

status

enum Status

Status of the partner.

  • UP: Partner is up and operational.
  • DOWN: Partner is down and not operational.

Was the article helpful?

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