summaryrefslogtreecommitdiffstats
path: root/csit/data/subscription-notification/createCmHandleRequestBody.json
diff options
context:
space:
mode:
authorLuke Gleeson <luke.gleeson@est.tech>2023-08-24 08:44:42 +0000
committerGerrit Code Review <gerrit@onap.org>2023-08-24 08:44:42 +0000
commit19705920ec1456326399ae0d85d5617ed3b3f0cc (patch)
tree31d6eac2f1498f43295df727707a741f97dfd5ee /csit/data/subscription-notification/createCmHandleRequestBody.json
parentd35ad5cfae5b7dfac94612762a126f0ded11ac03 (diff)
parent1340c579a5f7dec89b786059d404a1a0a06d742e (diff)
Merge "Add verification flow in CSIT: Cm Data Subscription Create"
Diffstat (limited to 'csit/data/subscription-notification/createCmHandleRequestBody.json')
-rw-r--r--csit/data/subscription-notification/createCmHandleRequestBody.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/csit/data/subscription-notification/createCmHandleRequestBody.json b/csit/data/subscription-notification/createCmHandleRequestBody.json
new file mode 100644
index 0000000000..642ea6269e
--- /dev/null
+++ b/csit/data/subscription-notification/createCmHandleRequestBody.json
@@ -0,0 +1,17 @@
+{
+ "dmiDataPlugin":"dminame1",
+ "dmiModelPlugin":"x",
+ "createdCmHandles": [
+ {
+ "cmHandle": "CMHandle1",
+ "cmHandleProperties": {
+ "Books": "Social Media"
+ },
+ "publicCmHandleProperties": {
+ "Color": "yellow",
+ "Size": "small",
+ "Shape": "cube"
+ }
+ }
+ ]
+} \ No newline at end of file