Managed Service for YDB API, REST: Location.List
Returns the list of available locations.
HTTP request
GET https://ydb.api.cloud.yandex.net/ydb/v1/locations
Query parameters
Field |
Description |
pageSize |
string (int64) The maximum number of results per page that should be returned. If the number of available |
pageToken |
string Page token. Set |
Response
HTTP Code: 200 - OK
{
"locations": [
{
"id": "string",
"description": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
locations[] |
Requested list of locations. |
nextPageToken |
string This token allows you to get the next page of results for ListLocations requests, |
Location
Field |
Description |
id |
string |
description |
string |