From: Joseph Keenan Date: Mon, 27 Jun 2022 10:08:47 +0000 (+0000) Subject: Merge "Introducing DELETING and DELETED Cmhandle State" X-Git-Tag: 3.1.0~92 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=89c2f729954a4c93bebcd3b7495df8d191ba00b9;hp=-c;p=cps.git Merge "Introducing DELETING and DELETED Cmhandle State" --- 89c2f729954a4c93bebcd3b7495df8d191ba00b9 diff --combined cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json index 2dcc30e6e,235a6aa72..8685034dc --- a/cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json +++ b/cps-ncmp-events/src/main/resources/schemas/ncmp-event-schema-v1.json @@@ -59,10 -59,15 +59,10 @@@ "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.",