Martini Server Runtime REST API
Martini Server Runtime REST API for Deployments
To manually deploy packages to Martini Server Runtime, you can use the Martini Server Runtime API. This guide provides instructions for uploading your package using the API Explorer.
Steps to Deploy a Package
-
Open the API Explorer:
Access the API Explorer at
[host]/api-explorer
. -
Select the
esbapi
Specification (if necessary):If the
esbapi
specification is not already selected, choose it from the specification dropdown. This is usually selected by default. -
Navigate to the
packages
API:In the navigator panel on the left side, locate and select the
packages
API. -
Upload the Package:
Use the
POST /esbapi/packages/upload
operation to upload the Zip file containing the package you exported. Follow the prompts to upload the Zip file.
Additional Resources
- API Documentation: For more details on the available operations and parameters.
- Troubleshooting Guide: For assistance with common issues and errors related to the deployment process.
If you encounter any issues or need further assistance, please refer to the API documentation or the troubleshooting guide for support.