Weka Weka home API

The Weka home API from Weka — 6 operation(s) for weka home.

Operations 8

GET /wekaHome Get WEKA Home configuration #
GET /wekaHome/proxy Get WEKA Home proxy URL
POST /wekaHome/proxy Set WEKA Home proxy URL #
GET /wekaHome/uploadRate Get WEKA Home upload rate #
PUT /wekaHome/uploadRate Set WEKA Home upload rate #
GET /wekaHome/url Get WEKA Home URL #
POST /wekaHome/enable Enable WEKA Home #
POST /wekaHome/disable Disable WEKA Home #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/weka-weka-home-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

weka-weka-home-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: '@weka-api Active Directory Weka home API'
  version: '5.1'
  description: "\n<div>\n  The WEKA system provides a RESTful API, enabling efficient\n  automation and integration into existing workflows or monitoring systems. To access\n  the REST API documentation within the cluster, navigate to <code>/api/v2/docs</code>\n  on port 14000 (e.g.,\n  <code>https://weka01:14000/api/v2/docs</code>).\n  <br>\n  <br>\n  For detailed guidance on using the REST API, including CLI command equivalents and related concepts, refer to the official\n  documentation:\n  <a href=\"https://docs.weka.io/getting-started-with-weka/getting-started-with-weka-rest-api\">Getting Started with the WEKA REST API</a>.\n  <br>\n  <br>\n  <div style=\"margin-top: 15px;\">\n    <b>Important:</b>\n    WEKA uses 64-bit numbers, which requires careful handling when interacting with the API across different programming languages.\n    In JavaScript, for instance, the\n    <code>\"json-bigint\"</code>\n    library is recommended.\n  </div>\n</div>"
servers:
- url: /api/v2
security:
- bearerAuth: []
tags:
- name: Weka home
paths:
  /wekaHome:
    get:
      tags:
      - Weka home
      summary: Get WEKA Home configuration
      description: Returns the current configuration for the WEKA Home cloud service.
      operationId: getCloud
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                properties:
                  data:
                    type: object
                    properties:
                      cloud_stats_enabled:
                        type: boolean
                        example: false
                      status:
                        type: string
                        example: healthy
                      isRegistered:
                        type: boolean
                        example: true
                      hosts:
                        type: object
                        properties:
                          HostId<0>:
                            type: object
                            properties:
                              load:
                                type: number
                                example: 0
                              health:
                                type: string
                                example: READY
                      url:
                        type: string
                        example: https://company.com
        '401':
          $ref: '#/components/responses/401'
  /wekaHome/proxy:
    get:
      tags:
      - Weka home
      summary: Get WEKA Home proxy URL
      description: Returns the configured proxy URL for accessing WEKA Home.
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                properties:
                  data:
                    type: object
                    properties:
                      proxy:
                        type: string
                        example: proxy.some
        '401':
          $ref: '#/components/responses/401'
    post:
      tags:
      - Weka home
      summary: Set WEKA Home proxy URL
      description: Sets or updates the proxy URL used for accessing WEKA Home.
      operationId: setCloudProxy
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                proxy:
                  type: string
                  description: HTTP proxy used to connect to cloud services.
              required:
              - proxy
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                properties:
                  data:
                    type: object
                    properties:
                      proxy:
                        type: string
                        example: proxy.some
        '400':
          $ref: '#/components/responses/400'
        '401':
          $ref: '#/components/responses/401'
  /wekaHome/uploadRate:
    get:
      tags:
      - Weka home
      summary: Get WEKA Home upload rate
      description: Returns the current data upload rate limit for WEKA Home.
      operationId: getCloudUploadRate
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                properties:
                  data:
                    type: number
                    example: 1048576
                    description: Maximum uploaded bytes per second.
        '401':
          $ref: '#/components/responses/401'
    put:
      tags:
      - Weka home
      summary: Set WEKA Home upload rate
      description: Sets the maximum data upload rate to WEKA Home in bytes per second.
      operationId: updateCloudUploadRate
      responses:
        '200':
          $ref: '#/components/responses/200'
        '401':
          $ref: '#/components/responses/401'
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                bytes_per_second:
                  type: number
                  description: Maximum uploaded bytes per second.
              required:
              - bytes_per_second
  /wekaHome/url:
    get:
      tags:
      - Weka home
      summary: Get WEKA Home URL
      description: Returns the base URL for the WEKA Home cloud service.
      operationId: getCloudUrl
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                properties:
                  data:
                    type: string
                    example: https://some_cloud.com
        '401':
          $ref: '#/components/responses/401'
  /wekaHome/enable:
    post:
      tags:
      - Weka home
      summary: Enable WEKA Home
      description: Enables and configures the connection to the WEKA Home cloud service.
      operationId: enableCloud
      responses:
        '200':
          $ref: '#/components/responses/200'
        '401':
          $ref: '#/components/responses/401'
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                cloud_url:
                  type: string
                  description: The base url of the cloud service.
                enable_cloud_stats:
                  type: boolean
                  description: Enable or disable uploading stats to the cloud.
  /wekaHome/disable:
    post:
      tags:
      - Weka home
      summary: Disable WEKA Home
      description: Disables the connection to the WEKA Home cloud service.
      operationId: disableCloud
      responses:
        '200':
          $ref: '#/components/responses/200'
        '401':
          $ref: '#/components/responses/401'
components:
  responses:
    '200':
      description: Success
      content:
        application/json:
          schema:
            properties:
              data:
                example: null
    '401':
      description: Unauthorized
      content:
        application/json:
          schema:
            properties:
              data:
                type: string
                example: Unauthorized
    '400':
      description: Bad Request
      content:
        application/json:
          schema:
            properties:
              message:
                type: string
                example: error message
              data:
                type: object
                properties:
                  missing_params:
                    type: array
                    items:
                      type: string
                      example: param1
                  param:
                    type: string
                    example: param2
                  error:
                    type: string
                    example: param2 has an error
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT