Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • 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
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud CDN
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • API authentication
      • Overview
        • Overview
        • Activate
        • Deactivate
        • Get
        • Update
        • ListAvailableLocations
  • Monitoring metrics for the EdgeCDN provider
  • Monitoring metrics for the Yandex Cloud CDN provider
  • Request logs
  • Audit Trails events
  • Release notes
  • Troubleshooting

In this article:

  • gRPC request
  • GetShieldingDetailsRequest
  • ShieldingDetails
  1. API reference
  2. gRPC
  3. Shielding
  4. Get

Cloud CDN API, gRPC: ShieldingService.Get

Written by
Yandex Cloud
Updated at December 1, 2025
  • gRPC request
  • GetShieldingDetailsRequest
  • ShieldingDetails

Get shielding details by resource ID.

gRPC requestgRPC request

rpc Get (GetShieldingDetailsRequest) returns (ShieldingDetails)

GetShieldingDetailsRequestGetShieldingDetailsRequest

{
  "resource_id": "string"
}

Request to retrieve shielding details for a specific resource.

Field

Description

resource_id

string

Required field. ID of the resource for which to get shielding details.

The maximum string length in characters is 50.

ShieldingDetailsShieldingDetails

{
  "location_id": "int64",
  "data_center": "string",
  "country": "string",
  "city": "string"
}

Message representing the details of a shielding server.

Field

Description

location_id

int64

Unique identifier for the geographical location of the shielding server.

data_center

string

Name of the data center where the shielding server is located.

country

string

Country where the shielding server's data center is located, useful for understanding geographical distribution.

city

string

City where the shielding server's data center is situated, providing a more precise location than just the country.

Was the article helpful?

Previous
Deactivate
Next
Update
© 2025 Direct Cursus Technology L.L.C.