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 CDN
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • GetProviderCName
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • Troubleshooting

In this article:

  • gRPC request
  • GetProviderCNameRequest
  • GetProviderCNameResponse
  1. API reference
  2. gRPC
  3. Resource
  4. GetProviderCName

Cloud CDN API, gRPC: ResourceService.GetProviderCName

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetProviderCNameRequest
  • GetProviderCNameResponse

Get Provider's CNAME (edge endpoint) bind to specified folder id.
Returns UNIMPLEMENTED error, if provider doesn't support CNAME request.

gRPC request

rpc GetProviderCName (GetProviderCNameRequest) returns (GetProviderCNameResponse)

GetProviderCNameRequest

{
  "folder_id": "string"
}

Field

Description

folder_id

string

Required field. Folder ID to get provider's CNAME.

GetProviderCNameResponse

{
  "cname": "string",
  "folder_id": "string"
}

Field

Description

cname

string

Provider's CNAME.

folder_id

string

ID of the folder that the provider belongs to.

Was the article helpful?

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