跳至主要内容

WEDA Core Release Notes (v0.1 Alpha)

Release Date: December 05, 2025

This is the Initial Release (v0.1) of WEDA Core. All features listed below are currently in Alpha stage and are subject to change as we refine the platform.


References

Note: The following links are the primary sources for documentation and API definitions.


Alpha Features

Identity & Access

  • Organization Management

    • Feature: Supports creating, updating, and deleting organizations, as well as querying hierarchies.
    • Reference: create-a-new-organization, delete-an-organization, get-a-specific-organization-by-id, get-children-organizations-up-to-certain-depth, get-organizations-root-or-sub-orgs, get-parent-organizations-up-to-certain-depth, update-an-existing-organization
  • User & Role Management

    • Feature: Enables user authentication (token generation), adding users to organizations, assigning roles, and managing access.
    • Reference: add-an-existing-user-to-an-organization, create-jwt-access-token, get-a-paginated-list-of-users, get-organization-user-by-composite-key, get-users-by-organization-id, get-users-roles-across-organizations, update-organization-user-by-composite-key

Devices

  • Lifecycle Management

    • Feature: Comprehensive capabilities for device creation, updates, deletion, and activation.
    • Reference: activate-device, create-device, delete-device, get-device-auth-info, get-devices, get-devices-of-one-organization, get-paginated-of-all-devices, list-device-capabilities, update-device
  • Organization Linking

    • Feature: Allows linking devices to organizations and managing these associations.
    • Reference: link-or-create-one-device-to-one-organization, remove-linkage-between-device-and-organization
  • Metadata Management

    • Feature: Supports managing custom device attributes and capabilities.
    • Reference: add-or-update-multiple-custom-info-entries, delete-all-custom-info-of-a-device, get-custom-info-of-a-device, update-a-single-custom-info-entry

Data Objects

  • Alerting

    • Feature: Full lifecycle management for alert rules.
    • Reference: create-alert-rule, delete-alert-rule, get-alert-rule-by-id, get-alert-rules-with-pagination, update-alert-rule, update-alert-rule-status
  • Configuration & Telemetry

    • Feature: APIs for device config updates and telemetry data querying.
    • Reference: get-config, get-device-latest-telemetry-snapshot, get-paginated-data-object-channel-results-of-time-range, get-paginated-telemetry-results-of-time-range, get-state, update-config

Batch Tasks

  • Batch & Task Lifecycle

    • Feature: Management of batch jobs and individual tasks.
    • Reference: create-a-new-batch-under-org, create-a-new-task-under-an-organization, delete-a-batch-safely, delete-a-task, enable-or-disable-an-existing-batch, get-a-batch-by-id, get-a-paginated-list-of-tasks-by-organization, get-a-task-by-id, get-batch-list-of-an-org, get-results-of-a-batch, update-a-task, update-an-existing-batch, update-only-actions-of-a-batch
  • Execution

    • Feature: Triggering executions and inspecting associations.
    • Reference: get-devices-associated-with-a-batch, get-trigger-list-for-a-batch, trigger-a-batch-execution

Container Stacks

  • Stack Management
    • Feature: APIs for container stack definitions and revision control.
    • Reference: compare-specified-revisions-of-container-stack, create-container-stack, delete-specified-container-stack, delete-specifiedrevision-of-container-stack, get-all-revision-of-container-stack, get-container-stacks, get-latest-revision-of-container-stack, get-specified-revision-of-a-container-stack, update-the-latest-revision-of-a-container-stack

Container Deployments

  • Deployment Operations
    • Feature: Deploying stacks to devices and querying status.
    • Reference: deploys-container-stack, get-stack-deployments, get-stack-deployments-in-the-revision, get-the-stacks-in-the-device, undeploy-stack-from-device

Container Commands

  • Command Execution & Inspection
    • Feature: Executing commands on devices and querying their status and logs.
    • Reference: execute-device-command, queries-command-log-for-the-stack-on-the-device, query-the-status-of-the-latest-command-for-the-stack-on-the-device

Container Registries

  • Registry Management
    • Feature: Lifecycle management for container registries.
    • Reference: create-registry, delete-a-registry, get-a-registry-by-id, get-registries, updates-a-registry

Trial & Support

For trial access or technical support regarding this Alpha release, please contact the WISE-Edge AE & PM Team.


Known Issues

  • Documentation: The technical documentation and API guides are currently in their initial draft phase. They will be continuously revised and improved.

  • Alpha Stability: As this is an Alpha release, API signatures and behaviors may undergo changes based on feedback. Production deployment is not recommended.