Deploying a MuleSoft application on-premises using the Anypoint Runtime Manager (ARM) REST API
MuleSoft provides the ARM API for deploying applications on cluster or server groups or servers registered on Anypoint Platform. It also provides endpoints for managing servers, clusters, and server groups and supports many other operations via the ARM REST API. Here is the full list of operations: https://anypoint.mulesoft.com/exchange/portals/anypoint-platform/f1e97bc6-315a-4490-82a7-23abe036327a.anypoint-platform/arm-rest-services/.
The following table showcases deploying an application to the target using the ARM API:
Method |
POST |
API endpoint |
https://anypoint.mulesoft.com/hybrid/api/v1/applications |
Request body |
{ "applicationSource": { "source": "... |