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:

  • 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 April 24, 2025
  • 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.

PartnerPartner

{
  "id": "string",
  "region_id": "string",
  "status": "Status"
}

A Partner resource.

Field

Description

id

string

ID of the partner.

region_id

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