From c00a7c3fcebe8c3608e1f3de8828edd8f9b07bad Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Tue, 10 Oct 2017 08:09:07 -0400 Subject: Add API calls for creating network zone -defaults Issue: INT-256 Change-Id: Iaa83434ba4ba32eab81712e51e5e64a4c52ca0a3 Signed-off-by: Jerry Flood --- robot/assets/templates/aai/add_zone_body.template | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 robot/assets/templates/aai/add_zone_body.template (limited to 'robot/assets') diff --git a/robot/assets/templates/aai/add_zone_body.template b/robot/assets/templates/aai/add_zone_body.template new file mode 100644 index 00000000..01f99c0a --- /dev/null +++ b/robot/assets/templates/aai/add_zone_body.template @@ -0,0 +1,7 @@ +{ +"zone-id":"${zone_id}", +"zone-name":"${zone_name}", +"design-type":"${design_type}", +"zone-context":"${zone_context}", +"status":"deployed" +} \ No newline at end of file -- cgit 1.2.3-korg