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.
-
WEDA Core Technical Documentation:
https://learn.advantech.com/weda/docs/weda_core/what_is_weda_core
Scope: What's WEDA Core, How-To-Use, Fundamentals, Release Notes -
WEDA Core API Documentation:
https://learn.advantech.com/weda/api/weda-api
Scope: Full API reference including endpoints, parameters, and error codes.
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