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

The Customer management API from YugabyteDB — 4 operation(s) for customer management.

YugabyteDB Customer 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 Customer 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 6 operations across 4 paths, and defines 16 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 4 paths 16 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 Customer 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 6

Across 4 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.

Customer management 6
GET
/api/v1/customers
YugabyteDB Anywhere List Customers
ListOfCustomers 1 param → 200
DELETE
/api/v1/customers/{cUUID}
YugabyteDB Anywhere Delete a Customer
deleteCustomer 2 params → 200
GET
/api/v1/customers/{cUUID}
YugabyteDB Anywhere Get a Customer's Details
CustomerDetail 1 param → 200
PUT
/api/v1/customers/{cUUID}
YugabyteDB Anywhere Update a Customer
UpdateCustomer 2 params body → 200
GET
/api/v1/customers/{cUUID}/host_info
YugabyteDB Anywhere Get a Customer's Host Info
getHostInfo 1 param → 200
POST
/api/v1/customers/{cUUID}/metrics
YugabyteDB Anywhere Add Metrics to a Customer
metrics 2 params body → 200400

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are MetricQueryParams_2 (15 properties), MetricQueryParams (15 properties), CustomerAlertData_2 (9 properties), CustomerDetailsData_2 (9 properties). Each schema is shown below with its type and property counts.

CustomerDetailsData
object
Customer details, including their universe UUIDs. Only the customer code and name are modifiable.
9 properties 2 required
MetricQueryParams
object
Metrics request data
15 properties 3 required
AlertingData
object
Alerting configuration
6 properties
CustomerAlertData
object
Format of an alert, used by the API and UI to validate data against input constraints
9 properties 3 required
YBPError
object
Generic error response from the YugabyteDB Anywhere API
6 properties
YBPSuccess
object
2 properties
SmtpData
object
SMTP configuration information
7 properties
MetricSettings
object
Settings, selected for particular metric
8 properties 1 required
Customer
object
Customer information, including associated universes
5 properties 2 required
CustomerDetailsData_2
object
Customer details, including their universe UUIDs. Only the customer code and name are modifiable.
9 properties 2 required
MetricQueryParams_2
object
Metrics request data
15 properties 3 required
AlertingData_2
object
Alerting configuration
6 properties
CustomerAlertData_2
object
Format of an alert, used by the API and UI to validate data against input constraints
9 properties 3 required
YBPSuccess_2
object
2 properties
MetricSettings_2
object
Settings, selected for particular metric
8 properties 1 required
Customer_2
object
Customer information, including associated universes
5 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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