Automation for Rulex PlatformΒΆ
One of the strengths of Rulex Platform is its ability to automate manual processes, improving your ability to process data and your performance on the market.
As a matter of fact, automation should work regardless of the presence of a physical user who is triggering it using the GUI.
For this reason, in Rulex Platform we take care of exposing all the most important commands of the software components through a scripting/user-less interface.
Of course, the different architectures of Rulex Platform require different interfaces to reach the same goal. In particular:
In the standalone version the system exposes a comprehensive Command Line Interface which can be queried using standard scripting software (like PowerShell or Command Prompt)
In the cloud/server version the cloud/server exposes a comprehensive REST API which can be used to create client-side scripting. Python client libraries are available upon request (contact us on our community for more information).
These interfaces are specular and expose the same commands using only different formats, that are in line with the architecture used. As usual, Rulex Platform has no differences among its different architectural versions in terms of features.
- Using Rulex Platform REST API
- API Structure
- API Response
- API Authentication
- Sample API call
- License management in REST API
- Available APIs on Rulex Platform
- General API requests
- Environment Operations
- Resource Operations
- Create Database
- Create Filesystem
- Create Macro
- Create Repository
- Create Source
- Create Vault
- Delete Database
- Delete Filesystem
- Delete Macro
- Delete Repository
- Delete Resources
- Delete Source
- Delete Vault
- Export Source
- Rename Database
- Rename Filesystem
- Rename Macro
- Rename Repository
- Rename Vault
- Copy Database
- Copy Filesystem
- Copy Macro
- Copy Repository
- Copy Resources
- Copy Vault
- List Start Resources
- List Database
- List Filesystem
- List Macro
- List Repository
- List Vault
- Execute Macro
- Flow Operations
- Import Flow
- Export Flow
- Create Flow
- Delete Flow
- Rename Flow
- List Flow
- Copy Flow
- Create Task
- Delete Code
- Reset Code
- Get Code
- List Option
- List Task
- Set Code
- Set Option
- Set Variable
- Delete Variable
- Rename Variable
- List Variable
- Insert Code
- Delete Task
- Rename Task
- Create Task Linked
- List Task
- Create Link
- Delete Multi Objects
- Delete Link
- Reset Flow
- Execute Event
- Stop Execute Event
- Compute Flow
- Stop Computation
- Using Rulex Platform Command Line Interface