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 Access Keys API

The Access Keys API from YugabyteDB — 3 operation(s) for access keys.

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

Tagged areas include Access Keys. 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 6 operations across 3 paths, and defines 9 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.

6 operations 3 paths 9 schemas 1 DELETE3 GET1 POST1 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 Access Keys 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 6

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

Access Keys 6
GET
/api/v1/customers/{cUUID}/access_keys
YugabyteDB Anywhere List Access Keys for All Providers of a Customer
listAllForCustomer 1 param → 200
GET
/api/v1/customers/{cUUID}/providers/{pUUID}/access_keys
YugabyteDB Anywhere List Access Keys for a Specific Provider
list 2 params → 200
POST
/api/v1/customers/{cUUID}/providers/{pUUID}/access_keysdeprecated
YugabyteDB Anywhere Create/Upload Access Key for Onprem Provider Region - Deprecated
createAccesskey 3 params body → 200
DELETE
/api/v1/customers/{cUUID}/providers/{pUUID}/access_keys/{keyCode}
YugabyteDB Anywhere Delete an Access Key
delete_accesskey 4 params → 200
GET
/api/v1/customers/{cUUID}/providers/{pUUID}/access_keys/{keyCode}
YugabyteDB Anywhere Get an Access Key
index 3 params → 200
PUT
/api/v1/customers/{cUUID}/providers/{pUUID}/access_keys/{keyCode}
YugabyteDB Anywhere Modify the Existing Access Key
editAccesskey 4 params body → 200

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are KeyInfo (21 properties), KeyInfo_2 (21 properties), AccessKey (4 properties), AccessKeyFormData (4 properties). Each schema is shown below with its type and property counts.

AccessKeyFormData
object
4 properties 3 required
YBPSuccess
object
2 properties
AccessKey
object
Access key for the cloud provider. This helps to authenticate the user and get access to the provider.
4 properties 2 required
KeyInfo
object
21 properties
AccessKeyId
object
2 properties
AccessKeyFormData_2
object
4 properties 3 required
YBPSuccess_2
object
2 properties
KeyInfo_2
object
21 properties
AccessKeyId_2
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yugabytedb-access-keys-api-openapi.yml Raw ↑

Other APIs YugabyteDB publishes across the network.

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
YugabyteDB Clusters API