post https://api.solace.cloud/api/v2/architecture/runtimeManagement/applicationDeployments
Application deployments control application resources on event brokers. There are two variants of the action to be performed:
-
deploy
creates and updates an application's resources on an event broker. -
undeploy
detaches an application from an event broker and cleans up all related resources.
Only one version of an application can be deployed on an event broker at a time.
Deploying different versions of the same application behaves as an upgrade or downgrade of the application to the newly deployed version.
For environments with configuration push enabled and a live event broker connected, deployments trigger configuration push jobs
on the live event broker.
Token Permissions: [ modeled_event_broker:deploy:*
and application:update:*
]