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

The Telemetry API from Weka — 4 operation(s) for telemetry.

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

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

This API exposes 9 operations across 4 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.

9 operations 4 paths 3 schemas 2 DELETE3 GET2 POST2 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 Telemetry API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 9

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

Telemetry 9
GET
/telemetry
Get telemetry configuration
getTelemetryStatus → 200400401
POST
/telemetry
Update telemetry configuration
updateTelemetryStatus body → 200400401
GET
/telemetry/exports
Get all telemetry exports
getTelemetryExports → 200400401
PUT
/telemetry/exports
Create a telemetry export
createTelemetryExport body → 200400401
GET
/telemetry/exports/{uid}
Get a telemetry export
getTelemetryExport 1 param → 200400401404
POST
/telemetry/exports/{uid}
Update a telemetry export
updateTelemetryExport 1 param body → 200400401404
DELETE
/telemetry/exports/{uid}
Delete a telemetry export
removeTelemetryExport 1 param → 200400401404
PUT
/telemetry/exports/{uid}/sources
Attach data sources to export
attachTelemetrySourceToExport 1 param body → 200400401404
DELETE
/telemetry/exports/{uid}/sources
Detach data sources from export
detachTelemetrySourceFromExport 1 param body → 200400401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are telemetryExportReq (17 properties), telemetryExport (14 properties), telemetryInfo (3 properties). Each schema is shown below with its type and property counts.

telemetryExportReq
object
17 properties
telemetryInfo
object
3 properties
telemetryExport
object
14 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

weka-telemetry-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