Out-of-the-box MuleSoft Apps
In Progress….
This article lists the out-of-the-box MuleSoft Apps and Operations available in Luma Automation. Tenant Administrators can import these Apps to their tenants.Â
To import these Apps into your tenant, please contact Serviceaide Support Team.
It is strongly recommended that you import these in staging environment and update the Service Configurations to connect to the Staging systems. Once the operations are verified and tested, import it into the Production environment.
Windows AD using WinRM
Operations | Details of the Operation | Input Parameters | Output Parameter |
Create/Add user | Creates new account in the AD. | First Name | Â |
Reset user password | Resets a user’s password | Sam Account Name Password |  |
Unlock locked users | Unlock a locked Active Directory user. | Sam Account Name | Â |
Delete user | Deletes user in Active Directory | Sam Account Name | Â |
Enable user | Enable user in Active Directory | Sam Account Name | Â |
Add a new group to Active Directory | Add a new group to Active directory | Group Name | Â |
Disable user | Disable user in Active Directory | Sam Account Name | Â |
Update User | Update User | Sam Account Name | Â |
Update user to group | Updates a member to the group | Sam Account Name Group Sam Account Name | Â |
Search user | Validates if a user exist | Search Query | Â |
AWS EC2
Operations | Details of the Operation | Input Parameters | Output Parameter |
create-instance | Create instance in AWS | Â | Â |
start-instances | Start specific instance | Â | Â |
stop-instances | Stop specific instance | Â | Â |
terminate-instances | Terminate specific instance | Â | Â |
reboot-instances | Reboot specific instance | Â | Â |
describe-instances | Get specific instance details | Â | Â |
list-instances | Get List of all instances | Â | Â |
create-security-group | Create Security group | Â | Â |
security-group-add-rule | Add In-bound or out-bound rule to already exist security group |  |  |
describe-security-group | Get details of the security group | Â | Â |
delete-security-group | Delete security group | Â | Â |
allocate-address | Allocate IP address on AWS-EC2 | Â | Â |
release-address | Release IP address on AWS-EC2 | Â | Â |
associate-address | Associate IP address on AWS-EC2 | Â | Â |
disassociate-address | Disassociate IP address on AWS-EC2 | Â | Â |
describe-addresses | Get all IP Address on AWS-EC2 | Â | Â |
create-tags | Create Tags on AWS-EC2 | Â | Â |
delete-tags | Delete Tags on AWS-EC2 | Â | Â |
describe-tags | Get details of Tags on AWS-EC2 | Â | Â |
create-snapshot | Create snapshot for a specific VM in AWS-EC2 | Â | Â |
delete-snapshot | Delete snapshot for a specific VM in AWS-EC2 | Â | Â |
AWS-S3
Operations | Details of the Operation | Input Parameters | Output Parameter |
create-bucket | Create new bucket in aws-s3 with given name. | Â | Â |
create-folder | Create folder in given bucket name with given name | Â | Â |
delete-bucket | Delete bucket with given name | Â | Â |
delete-folder | Delete folder in given bucket name with given name | Â | Â |
delete-file | Delete file in the given bucket name | Â | Â |
put-s3-object | Upload file on aws-s3 | Â | Â |
set-permission | set permissions to the particular file. | Â | Â |
Microsoft Azure Infra
Operations | Details of the Operation | Input Parameters | Output Parameter |
Create Instance | Creates a new instance | Â | Â |
Stop the instance | Stops the instance | Â | Â |
Start the instance | Start the instance | Â | Â |
Clone the instance | Clone the instance | Â | Â |
Terminate instance | Terminate instance | Â | Â |
Modify the instance | Modify the instance | Â | Â |
Twilio Send SMS
Operations | Details of the Operation | Input Parameters | Output Parameter |
Send SMS | Send an SMS with given message body | SMS Body Phone Number to send the SMS | Â |