Skip to content

List all Geo sites

GET
/api/v4/geo_sites

Lists all Geo sites for the instance.

page
integer
default: 1 nullable

Current page number

Example
1
per_page
integer
default: 20 nullable

Number of items per page

Example
20

OK

Media type application/json
object
id
integer format: int64
name
string
url
string
internal_url
string
primary
boolean
enabled
boolean
current
boolean
files_max_capacity
integer
repos_max_capacity
integer
verification_max_capacity
integer
container_repositories_max_capacity
integer
selective_sync_type
string
selective_sync_shards
array
selective_sync_namespace_ids
array
selective_sync_organization_ids
array
minimum_reverification_interval
integer
blob_download_timeout
integer
sync_object_storage
boolean
web_edit_url
string
web_geo_replication_details_url
string
_links
object
Example generated
{
"id": 1,
"name": "example",
"url": "example",
"internal_url": "example",
"primary": true,
"enabled": true,
"current": true,
"files_max_capacity": 1,
"repos_max_capacity": 1,
"verification_max_capacity": 1,
"container_repositories_max_capacity": 1,
"selective_sync_type": "example",
"selective_sync_shards": [
"example"
],
"selective_sync_namespace_ids": [
"example"
],
"selective_sync_organization_ids": [
"example"
],
"minimum_reverification_interval": 1,
"blob_download_timeout": 1,
"sync_object_storage": true,
"web_edit_url": "example",
"web_geo_replication_details_url": "example",
"_links": {}
}

400 Bad request

401 Unauthorized

403 Forbidden