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 vaults API

Manage backup vaults that store snapshots.

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

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

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

Requests are made against a single base URL, /.

4 operations 3 paths 14 schemas 1 GET1 PATCH2 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 vaults API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 4

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

vaults 4

Manage backup vaults that store snapshots.

POST
/v1/projects/{projectId}/vaults
Create Vault
createVault 1 param body → 2014091XX3XX4XX5XX
GET
/v1/projects/{projectId}/vaults/{vaultId}
Get Vault
getVault 2 params → 2004041XX3XX4XX5XX
PATCH
/v1/projects/{projectId}/vaults/{vaultId}
Update Vault
updateVault 2 params body → 2004041XX3XX4XX5XX
POST
/v1/projects/{projectId}/vaults/list
List Vaults
listVaults 3 params → 2001XX3XX4XX5XX

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are BackupVault (7 properties), ListBackupVaultResponse (3 properties), CreateVaultRequest (3 properties), VaultProviderAttributes (2 properties). Each schema is shown below with its type and property counts.

GetVaultResponse
object
1 property 1 required
UpdateVaultRequest
object
1 property 1 required
Provider
string
Cloud provider. PROVIDERUNSPECIFIED is supported only in responses.
Error
object
1 property
BackupVault
object
7 properties 7 required
VaultProviderAttributesInput
object
Cloud-provider-specific vault attributes.
2 properties 1 required
AwsVaultConfigInput
object
AWS-specific vault configuration.
1 property
ListBackupVaultResponse
object
3 properties 2 required
createVault_409_response
object
1 property
AwsVaultConfig
object
AWS-specific vault configuration.
1 property
UpdateVaultResponse
object
1 property 1 required
VaultProviderAttributes
object
Cloud-provider-specific vault attributes.
2 properties 1 required
CreateVaultResponse
object
1 property 1 required
CreateVaultRequest
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eon-vaults-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 databaseSnapshots API
Eon iam API
Eon jobs API
Eon resources API
Eon snapshots API