aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json
diff options
context:
space:
mode:
authorwsx25289 <10200860@zte.com.cn>2018-09-29 04:58:52 -0400
committerDan Timoney <dtimoney@att.com>2018-10-04 19:56:09 +0000
commit56936dba1ce6f60f9180931099b8054e74b887fe (patch)
tree460aab812f0c21484df939eee1fa13682e0f0670 /platform-logic/restapi-templates/src/main/json
parent0d607948ff5a38a1ca0306bc68f7985a94b0be37 (diff)
json body for get zte topology resource
Issue-ID: SDNC-354 Change-Id: I63e89d46269e7104fb7a778f06376cc4669f5df6 Signed-off-by: Wsx25289 <10200860@zte.com.cn> Former-commit-id: 1aa2dbad460030e67acf85b56de86226d432b250
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/getzteodutoponodedetailstemplate.json6
-rw-r--r--platform-logic/restapi-templates/src/main/json/getzteodutoponodenepdetailstemplate.json6
-rw-r--r--platform-logic/restapi-templates/src/main/json/getzteodutoponodetemplate.json6
-rw-r--r--platform-logic/restapi-templates/src/main/json/getzteodutopotemplate.json5
4 files changed, 23 insertions, 0 deletions
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
index 00000000..5d893833
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/getzteodutoponodedetailstemplate.json
@@ -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
index 00000000..7f84b6dd
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/getzteodutoponodenepdetailstemplate.json
@@ -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
index 00000000..d7e9cde6
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/getzteodutoponodetemplate.json
@@ -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
index 00000000..29253999
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/getzteodutopotemplate.json
@@ -0,0 +1,5 @@
+
+{
+ "input":{
+ }
+}