Details
-
Feature
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- The JS7 REST API offers the /agents/export path to export any Standalone Agents and Cluster Agents individually to a compressed archive (.zip, .tar.gz).
- The GUI offers export of all Standalone Agents and Cluster Agents only.
Desired Behavior
- Bulk operations are introduced
- to export all Standalone Agents or selected Standalone Agents.
- to export all Cluster Agents or selected Cluster Agents. A Cluster Agent includes all Subagents of the given cluster.
- to export all Agents or individual Agents from both lists of Standalone Agents and Cluster Agents in a single operation.
- No change of API is required
- Calling /agents provides the list of Standalone Agents and Cluster Agents.
- Calling /agents/export accepts the list of related Agent IDs.