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 Snapshot Policy API

The Snapshot Policy API from Weka — 7 operation(s) for snapshot policy.

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

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

This API exposes 10 operations across 7 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 5.1.

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

10 operations 7 paths 3 schemas 1 DELETE3 GET5 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 Snapshot Policy API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 10

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

Snapshot Policy 10
POST
/snapshotPolicy
Create snapshot policy
createSnapshotPolicy body → 200400401
GET
/snapshotPolicy
Get all snapshot policies
listSnapPolicies → 200401
GET
/snapshotPolicy/{uid}
Get a snapshot policy
showSnapshotPolicy 1 param → 200401404
PUT
/snapshotPolicy/{uid}
Update snapshot policy
updateSnapshotPolicy 1 param body → 200400401404
DELETE
/snapshotPolicy/{uid}
Delete snapshot policy
deleteSnapshotPolicy 1 param → 200400401404
GET
/snapshotPolicy/{uid}/filesystems
List filesystems attached to a snapshot policy
listFsAttachedToSnapshotPolicy 1 param → 200400401404
POST
/snapshotPolicy/{uid}/filesystems/attach
Attach filesystems to snapshot policy
attachFsToSnapshotPolicy 1 param body → 200400401404
POST
/snapshotPolicy/{uid}/filesystems/detach
Detach filesystems from snapshot policy
detachFsFromSnapshotPolicy 2 params body → 200400401404
POST
/snapshotPolicy/{uid}/duplicate
Duplicate a snapshot policy
duplicateSnapshotPolicy 2 params body → 200400401404
POST
/snapshotPolicy/{uid}/runOnce
Run the snapshot policy schedule once
runSnapshotPolicyScheduleOnce 1 param body → 200400401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are snapshotPolicyInfo (10 properties), snapshotPolicy (6 properties), snapshotPolicyTemplate (5 properties). Each schema is shown below with its type and property counts.

snapshotPolicy
object
6 properties
snapshotPolicyTemplate
object
5 properties
snapshotPolicyInfo
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

weka-snapshot-policy-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