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 version the cloud 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
- REST API Reference Manual
- Auth Token
- Compute Flow
- Create Database
- Create Environment
- Create Filesystem
- Create Flow
- Create Macro
- Create Source
- Create Environment Variable
- Create Vault
- Delete Database
- Delete Environment
- Delete Filesystem
- Delete Flow
- Delete Macro
- Delete Repository
- Delete Environment Variable
- Delete Vault
- Export Flow
- Get File
- Get Resource id
- Get Result
- Import Flow
- List Database
- List Environment
- List Filesystem
- List Flow
- List Macro
- List Environment Variables
- List Vault
- Refresh Token
- Rename Database
- Rename Environment
- Rename Filesystem
- Rename Flow
- Rename Macro
- Rename Environment Variable
- Rename Vault
- Set Stop Computation
- Set Environment Variable
- REST API Reference Manual
- Using Rulex Platform Command Line Interface