aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates')
-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":{
+ }
+}