Create stubbed /api/agent-plugins/<string:type>/<string:name>
endpoint
#2578
Labels
Complexity: Low
Feature
Issue that describes a new feature to be implemented.
Impact: High
Plugins
Refactor
Description
Create a stubbed endpoint at
/api/agent-plugins/<string:type>/<string:name>
. The stubbed endpoint will always return 404.Goal/Context
Agents will request plugins from the Island at runtime. Between now and when plugins are fully implemented, we can begin to implement the infrastructure for passing them from the Island to the agent. At a later date, this endpoint will be fully implemented to return plugins instead of 404. For now, the stubbed endpoint allows development on the plugin infrastructure (e.g. #2579) to proceed.
Tasks
The text was updated successfully, but these errors were encountered: