Deploy a new application to a specific remote desktop instance with flexible configuration options.
This endpoint allows you to install applications either from the Jotelulu marketplace or as custom applications with specific configurations. Perfect for software deployment and application provisioning in remote desktop environments.
Deployment Options:
- Marketplace Applications: Deploy pre-configured applications using application ID
- Custom Applications: Install custom applications with specific configurations
- Flexible Configuration: Configure installation paths, executables, and arguments
- Category Assignment: Organize applications using category tags
Marketplace Deployment:
Use the applicationId parameter to deploy applications from the Jotelulu marketplace.
These applications come with pre-configured settings and automatic installation.
Custom Application Deployment: For custom applications, provide detailed configuration including:
- Application name and category tag
- Installation directory and executable path
- Command line arguments for application startup
Best Practices:
- Use marketplace applications when available for easier management
- Provide descriptive names for custom applications
- Use appropriate category tags for organization
- Test custom application configurations before deployment
- Document custom application requirements and dependencies
Deployment Process: This endpoint initiates asynchronous application deployment. Monitor the application state to track installation progress and completion.
Configuration Requirements:
- Marketplace: Only
applicationIdandinstanceIdrequired - Custom: Requires
name,tagId,directory,executable, andinstanceId