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

Weka Snapshots API

The Snapshots API from Weka — 9 operation(s) for snapshots.

Weka Snapshots API is one of 45 APIs that Weka publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Snapshots. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 12 operations across 9 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 5.1.

Requests are made against a single base URL, /api/v2.

12 operations 9 paths 5 schemas 1 DELETE2 GET8 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
5.1
Base URL
https://api.docs.weka.io/api/v2
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

Paths & Operations 12

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

Snapshots 12
GET
/snapshots
List all snapshots
getSnapshots 1 param → 200401
POST
/snapshots
Create a new snapshot
createSnapshot body → 200400401404
GET
/snapshots/{uid}
Get snapshot details
getSnapshot 1 param → 200401404
PUT
/snapshots/{uid}
Update snapshot configuration
updateSnapshot 1 param body → 200400401404
DELETE
/snapshots/{uid}
Delete a snapshot
1 param → 200401404
POST
/snapshots/{uid}/copy
Create a copy of a snapshot
copySnapshot 1 param body → 200400401404
POST
/snapshots/{uid}/upload
Upload snapshot to object store
uploadSnapshot 1 param body → 200401404
POST
/snapshots/download
Download snapshot from object store
downloadSnapshot body → 200400401404
POST
/snapshots/{fs_uid}/{uid}/restore
Restore filesystem from snapshot
restoreFileSystemFromSnapshot 2 params → 200400401404
POST
/snapshots/locatorInfo
Get snapshot metadata from object store
locatorInfo body → 200400401
POST
/snapshots/diff/prepare
Initialize snapshot differential analysis
diffPrepare body → 200401
POST
/snapshots/diff/getResults
Get snapshot differential results
diffList body → 200401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are snapshotLocatorInfoDetails (24 properties), snapshot (18 properties), snapshotEdit (11 properties), diff_list (3 properties). Each schema is shown below with its type and property counts.

snapshotLocatorInfoDetails
object
24 properties
cookielist
array
snapshot
object
18 properties
snapshotEdit
object
11 properties
diff_list
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

weka-snapshots-api-openapi.yml Raw ↑

Other APIs Weka publishes across the network.

Weka Active Directory API
Weka Alerts API
Weka Catalog API
Weka Cluster API
Weka Containers API
Weka DataService API
Weka Default network API
Weka Drive API
Weka Events API
Weka Failure domains API
Weka Filesystem API
Weka Filesystem group API