Merge "Introducing DELETING and DELETED Cmhandle State"
authorJoseph Keenan <joseph.keenan@est.tech>
Mon, 27 Jun 2022 10:08:47 +0000 (10:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 27 Jun 2022 10:08:47 +0000 (10:08 +0000)
1  2 
cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json

            "description": "cmHandle id",
            "type": "string"
          },
 -        "operation": {
 -          "description": "The name of the Operation that triggered this event.",
 -          "type": "string",
 -          "enum": ["CREATE", "UPDATE", "DELETE"]
 -        },
          "cmhandle-state": {
            "description": "State of cmHandle.",
            "type": "string",
-           "enum": ["ADVISED", "READY", "LOCKED"]
+           "enum": ["ADVISED", "READY", "LOCKED", "DELETING", "DELETED"]
          },
          "cmhandle-properties": {
            "description": "cmHandle properties as json object.",