Import assets through an agent
POST/agent/assetImport/:agentId
Decodes the supplied FileInfo, asks the agent protocol to import it, persists the returned asset tree below the agent, and returns that tree.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 500
The request completed successfully
The request parameters or body are invalid
Authentication is required or the supplied credentials are invalid
The authenticated user does not have permission to perform this operation
The requested resource does not exist
The selected agent protocol does not support asset import
The operation failed because of an unexpected server error