You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Gang Yan (Jira)" <ji...@apache.org> on 2019/12/18 19:46:00 UTC

[jira] [Created] (GEODE-7595) Ability: can undeploy jar by REST API

Gang Yan created GEODE-7595:
-------------------------------

             Summary: Ability: can undeploy jar by REST API
                 Key: GEODE-7595
                 URL: https://issues.apache.org/jira/browse/GEODE-7595
             Project: Geode
          Issue Type: New Feature
          Components: management, rest (admin)
            Reporter: Gang Yan


# 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








--
This message was sent by Atlassian Jira
(v8.3.4#803005)