List all Geo nodes
GET
/api/v4/geo_nodes
Lists all Geo nodes for the instance.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”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
sync_object_storage
boolean
clone_protocol
string
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, "sync_object_storage": true, "clone_protocol": "example", "web_edit_url": "example", "web_geo_replication_details_url": "example", "_links": {}}400 Bad request
401 Unauthorized
403 Forbidden