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 Maintenance windows API

The Maintenance windows API from YugabyteDB — 4 operation(s) for maintenance windows.

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

Tagged areas include Maintenance windows. 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 DELETE1 GET3 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 Maintenance windows 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, 1 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Maintenance windows 6
POST
/api/v1/customers/{cUUID}/maintenance_windows
YugabyteDB Anywhere Create Maintenance Window
create 2 params body → 200
POST
/api/v1/customers/{cUUID}/maintenance_windows/list
YugabyteDB Anywhere List Maintenance Windows
listOfMaintenanceWindows 2 params body → 200
POST
/api/v1/customers/{cUUID}/maintenance_windows/page
YugabyteDB Anywhere List Maintenance Windows (paginated)
page 2 params body → 200
DELETE
/api/v1/customers/{cUUID}/maintenance_windows/{windowUUID}
YugabyteDB Anywhere Delete Maintenance Window
delete 3 params → 200
GET
/api/v1/customers/{cUUID}/maintenance_windows/{windowUUID}
YugabyteDB Anywhere Get Details of a Maintenance Window
get 2 params → 200
PUT
/api/v1/customers/{cUUID}/maintenance_windows/{windowUUID}
YugabyteDB Anywhere Update Maintenance Window
update 3 params body → 200

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are MaintenanceWindow_2 (10 properties), MaintenanceWindow (10 properties), AlertConfigurationApiFilter (9 properties), AlertConfigurationApiFilter_2 (9 properties). Each schema is shown below with its type and property counts.

MaintenanceWindowApiFilter
object
2 properties 2 required
AlertConfigurationApiFilter
object
9 properties
AlertConfigurationTarget
object
Alert target. Set to all, or specify one or more target UUIDs.
2 properties
MaintenanceWindowPagedResponse
object
4 properties 4 required
MaintenanceWindow
object
Maintenance Window
10 properties 7 required
MaintenanceWindowPagedApiQuery
object
6 properties 6 required
YBPSuccess
object
2 properties
SuppressHealthCheckNotificationsConfig
object
2 properties
MaintenanceWindowApiFilter_2
object
2 properties 2 required
AlertConfigurationApiFilter_2
object
9 properties
AlertConfigurationTarget_2
object
Alert target. Set to all, or specify one or more target UUIDs.
2 properties
MaintenanceWindowPagedResponse_2
object
4 properties 4 required
MaintenanceWindow_2
object
Maintenance Window
10 properties 7 required
MaintenanceWindowPagedApiQuery_2
object
6 properties 6 required
YBPSuccess_2
object
2 properties
SuppressHealthCheckNotificationsConfig_2
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

yugabytedb-maintenance-windows-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