Enable one plugin or all plugins
If you specify a plugin name in the request, the endpoint enables the plugin so that it can be used in a workflow. If you do not specify a plugin name, the endpoint enables all Orchestrator plugins.
Note: The default format for the response is XML format. To return a response in JSON format, add
&format=json to the request.
Request example - reload a specific plugin
GET http://localhost:3000/aspera/orchestrator/api/enable_plugin?action_type=BatonFileCorrection
Parameters
| Parameter Name | Required/Optional | Data Type | Definition |
|---|---|---|---|
| action_type | optional | string | Name of the plugin you need to enable. Note: If you do not specify a plugin name, the
request enables all Orchestrator plugins.
|
Response example
The response returns the ID of the plugin that is enabled:
<EnablePlugin>
<InstallID>732</InstallID>
</EnablePlugin>