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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 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
  • 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 April 24, 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.

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.