Configuration tools
- Last UpdatedSep 25, 2025
- 2 minute read
Edge Data Store () and adapters can be configured with either the EdgeCmd utility, AVEVA's proprietary tool for configuring and adapters, or commonly-used tools.
EdgeCmd utility
The EdgeCmd utility enables and adapter configuration on both Linux and Windows operating systems. For more information on using the EdgeCmd utility, see the EdgeCmd utility help.
REST tools
The following tools can be used to make calls.
is a command line tool used to make calls and is supported on both Windows and Linux operating systems. curl can be scripted using or on either or , and can be used to perform administrative and programming tasks. commands are used in configuration and management examples throughout this documentation.
Definition: Bash, short for Bourne-Again SHell, is a shell program and command language.
PowerShell
Definition:
Definition:
Definition: Postman is a global software company that offers an API platform for developers to design, build, test, and collaborate on APIs.
In instances where is installed on a platform with a component, is a useful tool for learning more about s and creating calls.
Definition: Postman is a global software company that offers an API platform for developers to design, build, test, and collaborate on APIs.
, ,
C#
Python
Go
is designed to use platform-independent programming, and any modern programming language can be used to make calls to administer and write programs for . Since the administrative and programming interfaces use , applications can manage and read and write data. For example, an application can access the Diagnostics namespace locally to monitor and act upon the local system state.
System Tools
Use Windows tools like and to facilitate working across platforms, such as to copy files and remotely access command lines.
PuTTY
WinSCP
Definition: