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

Eon databaseSnapshots API

Manage database snapshots and their recovery points.

Eon databaseSnapshots API is one of 13 APIs that Eon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include databaseSnapshots. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 3 operations across 3 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 1.0.0.

Requests are made against a single base URL, /.

3 operations 3 paths 8 schemas 2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0.0
Base URL
https://console.eon.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Eon databaseSnapshots API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 3

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

databaseSnapshots 3

Manage database snapshots and their recovery points.

POST
/v1/projects/{projectId}/snapshots/{snapshotId}/databases/query
Run Query
runQuery 2 params body → 2021XX3XX4XX5XX
GET
/v1/projects/{projectId}/queries/{queryId}/status
Get Query Status
getQueryStatus 2 params → 2004041XX3XX4XX5XX
GET
/v1/projects/{projectId}/queries/{queryId}/results
Get Query Result
getQueryResult 4 params → 2004041XX3XX4XX5XX

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are QueryDBRequest (4 properties), QueryDBStatusResponse (4 properties), QueryDBResultResponse (3 properties), S3RestoreDestination (2 properties). Each schema is shown below with its type and property counts.

QueryDBResponse
object
1 property 1 required
Error
object
1 property
QueryDBRequest
object
4 properties 4 required
QueryDBResultResponse
object
3 properties 3 required
QueryDBStatusResponse
object
4 properties 1 required
S3RestoreDestination
object
S3 bucket.
2 properties 1 required
QueryDBRestoreDestination
object
1 property
QueryDBStatus
string
Query status. If completed, the query results can be retrieved. UNSPECIFIED is supported only in responses.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eon-databasesnapshots-api-openapi.yml Raw ↑

Other APIs Eon publishes across the network.

Eon accounts API
Eon actionApprovals API
Eon auth API
Eon backupPolicies API
Eon backups API
Eon billing API
Eon dashboard API
Eon iam API
Eon jobs API
Eon resources API
Eon snapshots API
Eon vaults API