diff options
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-inter-connect-zte-create.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/sdwan-inter-connect-zte-create.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-inter-connect-zte-create.json b/platform-logic/restapi-templates/src/main/json/sdwan-inter-connect-zte-create.json new file mode 100644 index 00000000..d6814d5c --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/sdwan-inter-connect-zte-create.json @@ -0,0 +1,9 @@ +{ + "vpns": [ + { + "name": ${prop.name}, + "id": ${prop.vpn1Id} + } + ] +} + |