summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/sdwan-device-del.json
diff options
context:
space:
mode:
authorDan Timoney <dt5972@att.com>2018-08-17 16:39:08 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-17 16:39:08 +0000
commitcb1aa771847fe52d74eebdd7dc6ad6b1218e1a22 (patch)
treeba318160f06947bb01bbb1227e369a8c388e6e21 /platform-logic/restapi-templates/src/main/json/sdwan-device-del.json
parent3c02eaf06b46237f3ce69be0182c490ac8f9d7b8 (diff)
parent807e81260d9d2b905489e88b4d42f763e1961e47 (diff)
Merge "SDWAN Site DGs update"
Former-commit-id: aff8871a93ea3d6ac2fbaedbb8b3483cbfdca2c3
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-device-del.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/sdwan-device-del.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-device-del.json b/platform-logic/restapi-templates/src/main/json/sdwan-device-del.json
new file mode 100644
index 00000000..5aa5a92d
--- /dev/null
+++ b/platform-logic/restapi-templates/src/main/json/sdwan-device-del.json
@@ -0,0 +1,26 @@
+/*-
+ * ============LICENSE_START=======================================================
+ * ONAP - CCSDK
+ * ================================================================================
+ * Copyright (C) 2018 Huawei Technologies Co., Ltd. All rights reserved.
+ * ================================================================================
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ============LICENSE_END=========================================================
+ */
+
+{
+ "deviceIds": [${repeat:prop.devices_length:
+ ${prop.devices[${1}]},
+ }
+ ]
+}