Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
- WHY
for the users, need to finish undeploy by REST API
- for CI/CD
- for day 1 and day 2 operations
- WHAT
- can undeploy jar across the whole cluster
- can undeploy jar for specified 1 or n group
endpoint:
- for whole cluster, it will be [DELETE] /management/v1/deployments/[artifact id]
- for 1 or more group, it will be [PATCH] /management/v1/deployments/[artifact id] for groups info
Phases:
- phase 0: support operation on whole cluster
- phase 1: support for 1 or more group