json body for get zte topology resource 51/69551/2
authorwsx25289 <10200860@zte.com.cn>
Sat, 29 Sep 2018 08:58:52 +0000 (04:58 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 4 Oct 2018 19:56:09 +0000 (19:56 +0000)
Issue-ID: SDNC-354

Change-Id: I63e89d46269e7104fb7a778f06376cc4669f5df6
Signed-off-by: Wsx25289 <10200860@zte.com.cn>
Former-commit-id: 1aa2dbad460030e67acf85b56de86226d432b250

platform-logic/restapi-templates/src/main/json/getzteodutoponodedetailstemplate.json [new file with mode: 0644]
platform-logic/restapi-templates/src/main/json/getzteodutoponodenepdetailstemplate.json [new file with mode: 0644]
platform-logic/restapi-templates/src/main/json/getzteodutoponodetemplate.json [new file with mode: 0644]
platform-logic/restapi-templates/src/main/json/getzteodutopotemplate.json [new file with mode: 0644]

diff --git a/platform-logic/restapi-templates/src/main/json/getzteodutoponodedetailstemplate.json b/platform-logic/restapi-templates/src/main/json/getzteodutoponodedetailstemplate.json
new file mode 100644 (file)
index 0000000..5d89383
--- /dev/null
@@ -0,0 +1,6 @@
+
+{
+  "input":{
+     "node-id":${prop.zte.odutopo.node.name}
+  }
+}
diff --git a/platform-logic/restapi-templates/src/main/json/getzteodutoponodenepdetailstemplate.json b/platform-logic/restapi-templates/src/main/json/getzteodutoponodenepdetailstemplate.json
new file mode 100644 (file)
index 0000000..7f84b6d
--- /dev/null
@@ -0,0 +1,6 @@
+
+{
+  "input":{
+     "node-edge-point-id":${prop.zte.odutopo.node.nep.uuid}
+  }
+}
diff --git a/platform-logic/restapi-templates/src/main/json/getzteodutoponodetemplate.json b/platform-logic/restapi-templates/src/main/json/getzteodutoponodetemplate.json
new file mode 100644 (file)
index 0000000..d7e9cde
--- /dev/null
@@ -0,0 +1,6 @@
+
+{
+  "input":{
+     "topology-name":${prop.zte.odutopo.name}
+  }
+}
diff --git a/platform-logic/restapi-templates/src/main/json/getzteodutopotemplate.json b/platform-logic/restapi-templates/src/main/json/getzteodutopotemplate.json
new file mode 100644 (file)
index 0000000..2925399
--- /dev/null
@@ -0,0 +1,5 @@
+
+{
+  "input":{
+  }
+}