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 Table management API

The Table management API from YugabyteDB — 8 operation(s) for table management.

YugabyteDB Table 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 Table 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 12 operations across 8 paths, and defines 36 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.

12 operations 8 paths 36 schemas 1 DELETE5 GET2 POST4 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 Table 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 12

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

Table management 12
GET
/api/v1/customers/{cUUID}/universes/{uniUUID}/namespaces
YugabyteDB Anywhere Get a List of All Namespaces in the Specified Universe.
getAllNamespaces 3 params → 200
GET
/api/v1/customers/{cUUID}/universes/{uniUUID}/tables
YugabyteDB Anywhere Get a List of All Tables in the Specified Universe
getAllTables 6 params → 200
POST
/api/v1/customers/{cUUID}/universes/{uniUUID}/tables
YugabyteDB Anywhere Create a YugabyteDB Table
createTable 3 params body → 200
DELETE
/api/v1/customers/{cUUID}/universes/{uniUUID}/tables/{tableUUID}
YugabyteDB Anywhere Drop a YugabyteDB Table
dropTable 4 params → 200
GET
/api/v1/customers/{cUUID}/universes/{uniUUID}/tables/{tableUUID}
YugabyteDB Anywhere Describe a Table
describeTable 3 params → 200
PUT
/api/v1/customers/{cUUID}/universes/{uniUUID}/tables/{tableUUID}
YugabyteDB Anywhere Alter a YugabyteDB Table
alterTable 4 params → 200
PUT
/api/v1/customers/{cUUID}/universes/{uniUUID}/tables/{tableUUID}/bulk_import
YugabyteDB Anywhere Bulk Import Data
bulkImportData 4 params body → 200
GET
/api/v1/customers/{cUUID}/universes/{uniUUID}/tablespaces
YugabyteDB Anywhere Get a List of All Tablespaces of a Given Universe.
getAllTableSpaces 2 params → 200
POST
/api/v1/customers/{cUUID}/universes/{uniUUID}/tablespaces
YugabyteDB Anywhere Create TableSpaces
createTableSpaces 3 params body → 200
GET
/api/v1/metadata/yql_data_types
YugabyteDB Anywhere List Column Types
getYQLDataTypes → 200
PUT
/api/v1/customers/{cUUID}/universes/{uniUUID}/multi_table_backup
Create a multi-table backup
createMultiTableBackup 3 params → 200400
PUT
/api/v1/customers/{cUUID}/universes/{uniUUID}/tables/{tableUUID}/create_backup
Create a single-table backup
createSingleTableBackup 4 params → 200

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are NodeDetails_2 (37 properties), NodeDetails (37 properties), BulkImportParams (30 properties), BulkImportParams_2 (30 properties). Each schema is shown below with its type and property counts.

EncryptionAtRestConfig
object
Encryption at rest configuration
4 properties
DeviceInfo
object
Device information
8 properties
NamespaceInfoResp
object
Namespace information response
3 properties
TableSpaceInfo
object
Tablespace information
3 properties 2 required
NodeDetails
object
Details of a cloud node
37 properties
CloudVolumeEncryption
object
Volume encryption settings for AWS EBS volumes
2 properties
ExtraDependencies
object
Extra dependencies
1 property
PlacementBlock
object
5 properties 3 required
TableDefinitionTaskParams
object
27 properties 7 required
TableDetails
object
Table details
5 properties
CreateTablespaceParams
object
1 property 1 required
BulkImportParams
object
Bulk import parameters
30 properties 5 required
CommunicationPorts
object
Communication ports
15 properties
CloudSpecificInfo
object
Node information reported by the cloud provider
18 properties
ColumnDetails
object
Details of a CQL database column
8 properties
TableInfoResp
object
Table information response
16 properties
YBPTask
object
2 properties
Users
object
A user associated with a customer
12 properties 3 required
EncryptionAtRestConfig_2
object
Encryption at rest configuration
4 properties
DeviceInfo_2
object
Device information
8 properties
NamespaceInfoResp_2
object
Namespace information response
3 properties
TableSpaceInfo_2
object
Tablespace information
3 properties 2 required
NodeDetails_2
object
Details of a cloud node
37 properties
CloudVolumeEncryption_2
object
Volume encryption settings for AWS EBS volumes
2 properties
ExtraDependencies_2
object
Extra dependencies
1 property
PlacementBlock_2
object
5 properties 3 required
TableDefinitionTaskParams_2
object
27 properties 7 required
TableDetails_2
object
Table details
5 properties
CreateTablespaceParams_2
object
1 property 1 required
BulkImportParams_2
object
Bulk import parameters
30 properties 5 required
CommunicationPorts_2
object
Communication ports
15 properties
CloudSpecificInfo_2
object
Node information reported by the cloud provider
18 properties
ColumnDetails_2
object
Details of a CQL database column
8 properties
TableInfoResp_2
object
Table information response
16 properties
YBPTask_2
object
2 properties
Users_2
object
A user associated with a customer
12 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yugabytedb-table-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