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
  • ListShieldingLocationsRequest
  • ListShieldingLocationsResponse
  • ShieldingDetails
  1. API reference
  2. gRPC
  3. Shielding
  4. ListAvailableLocations

Cloud CDN API, gRPC: ShieldingService.ListAvailableLocations

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • ListShieldingLocationsRequest
  • ListShieldingLocationsResponse
  • ShieldingDetails

Lists available geographical locations.

gRPC requestgRPC request

rpc ListAvailableLocations (ListShieldingLocationsRequest) returns (ListShieldingLocationsResponse)

ListShieldingLocationsRequestListShieldingLocationsRequest

{
  "folder_id": "string",
  "page_size": "int64",
  "page_token": "string"
}

Request to list available geographical locations for shielding.

Field

Description

folder_id

string

Required field. ID of the folder for which to request a list of locations where shielding can be activated.

page_size

int64

Maximum number of results per page.

page_token

string

Page token. To get the next page of results,
set page_token to the ListShieldingLocationsResponse.next_page_token
returned by a previous list response.

ListShieldingLocationsResponseListShieldingLocationsResponse

{
  "shielding_locations": [
    {
      "location_id": "int64",
      "data_center": "string",
      "country": "string",
      "city": "string"
    }
  ],
  "next_page_token": "string"
}

Response for the list of available shielding locations.

Field

Description

shielding_locations[]

ShieldingDetails

List of available shielding locations, each representing a potential geographical location for the shielding server.

next_page_token

string

Token for getting the next page of results.

ShieldingDetailsShieldingDetails

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
Update
Next
Overview
© 2025 Direct Cursus Technology L.L.C.