Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

YugabyteDB Region management API

The Region management API from YugabyteDB — 5 operation(s) for region management.

YugabyteDB Region management API is one of 73 APIs that YugabyteDB publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Region management. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 7 operations across 5 paths, and defines 19 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://cloud.yugabyte.com/api/public/v1.

7 operations 5 paths 19 schemas 1 DELETE2 GET2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://cloud.yugabyte.com/api/public/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

YugabyteDB Region management API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API key obtained from the YugabyteDB Aeon UI under User Profile API Keys. Pass the key as a Bearer token in the Authorization header.

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Region management 7
POST
/api/v1/customers/{cUUID}/providers/{pUUID}/provider_regions
YugabyteDB Anywhere Create a New Region
createProviderRegion 3 params body → 200
PUT
/api/v1/customers/{cUUID}/providers/{pUUID}/provider_regions/{rUUID}
YugabyteDB Anywhere Modify a Region
editProviderRegion 4 params body → 200
GET
/api/v1/customers/{cUUID}/providers/{pUUID}/regions
YugabyteDB Anywhere List a Provider's Regions
getRegion 2 params → 200500
POST
/api/v1/customers/{cUUID}/providers/{pUUID}/regionsdeprecated
YugabyteDB Anywhere Create Region - Deprecated
createRegion 3 params body → 200
DELETE
/api/v1/customers/{cUUID}/providers/{pUUID}/regions/{rUUID}
YugabyteDB Anywhere Delete a Region
deleteRegion 4 params → 200
PUT
/api/v1/customers/{cUUID}/providers/{pUUID}/regions/{rUUID}deprecated
YugabyteDB Anywhere Edit Regions - Deprecated
editRegion 4 params body → 200
GET
/api/v1/customers/{cUUID}/regions
YugabyteDB Anywhere List Regions for All Providers
listAllRegions 1 param → 200

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are KubernetesRegionInfo_2 (22 properties), KubernetesRegionInfo (22 properties), Region_2 (12 properties), Region (12 properties). Each schema is shown below with its type and property counts.

Region
object
Region within a given provider. Typically, this maps to a single cloud provider region.
12 properties 1 required
AzureRegionCloudInfo
object
5 properties
AWSRegionCloudInfo
object
4 properties
AvailabilityZone
object
Availability zone (AZ) for a region
9 properties 1 required
RegionDetails
object
1 property
GCPRegionCloudInfo
object
2 properties
YBPError
object
Generic error response from the YugabyteDB Anywhere API
6 properties
AvailabilityZoneDetails
object
1 property
RegionFormData
object
10 properties 10 required
AZCloudInfo
object
1 property
RegionCloudInfo
object
4 properties
KubernetesRegionInfo
object
22 properties 1 required
Region_2
object
Region within a given provider. Typically, this maps to a single cloud provider region.
12 properties 1 required
AzureRegionCloudInfo_2
object
5 properties
AWSRegionCloudInfo_2
object
4 properties
AvailabilityZone_2
object
Availability zone (AZ) for a region
9 properties 1 required
GCPRegionCloudInfo_2
object
2 properties
RegionFormData_2
object
10 properties 10 required
KubernetesRegionInfo_2
object
22 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yugabytedb-region-management-api-openapi.yml Raw ↑

Other APIs YugabyteDB publishes across the network.

YugabyteDB Access Keys API
YugabyteDB Accounts API
YugabyteDB Alerts API
YugabyteDB AllowLists API
YugabyteDB Asynchronous Replication API
YugabyteDB Audit API
YugabyteDB Authentication API
YugabyteDB Availability Zones API
YugabyteDB Backup and Restore API
YugabyteDB Backups API
YugabyteDB Certificate Info API
YugabyteDB Cloud providers API