Get a single region-config by id
GET /region-configs/{id}
GET
/region-configs/{id}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
DocumentId
Responses
Section titled “ Responses ”OK
object
data
object
region
required
Provider region identifier (e.g. us-east-1, eu-west-1, ap-southeast-1)
string
provider
required
string
display_name
Human-readable region label (e.g. US East (N. Virginia))
string
is_primary
Designates this as the primary region for the provider within the organisation. Only one region per provider per organisation may be primary.
boolean
is_enabled
boolean
replication_target
DocumentId of the target region-config that receives replicated data from this region
string
latency_ms
Last measured round-trip latency from primary in milliseconds
integer
status
string
organisation
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Missing or invalid authentication
Not authorized (tenant scope or capability)
Not found