InstallPlugin
Install a plugin onto a specific agent by triggering an async install task
POST
/api/v1/agents/{agentId}/plugins/{pluginId}/installOperation ID
InstallPluginSince
1.0.0Execution Mode
AsynchronousAuth Context
Auth RequiredAsync Workflow
This endpoint starts asynchronous work.
Expect an initial acceptance response first, then follow the workflow-specific identifier or task status from the response payload.
Auth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Path Parameters
agentIdStringRequiredUUID of the agent on which to install the plugin
pluginIdStringRequiredUnique identifier of the plugin to install
