Skip to content

Retrieve a single Geo node

GET
/api/v4/geo_nodes/{id}

Retrieves a single Geo Node.

id
required
integer

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

404 GeoNode Not Found