diff options
author | Jerry Flood <jf9860@att.com> | 2017-10-10 08:09:07 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-10-10 10:12:59 -0400 |
commit | c00a7c3fcebe8c3608e1f3de8828edd8f9b07bad (patch) | |
tree | 168356dcc206a65724d1aef9de023d236eb44f62 /robot/assets/templates/aai | |
parent | 6bd1afa0fbc98c75cd4e0935fc04048a97f94118 (diff) |
Add API calls for creating network zone -defaults
Issue: INT-256
Change-Id: Iaa83434ba4ba32eab81712e51e5e64a4c52ca0a3
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/assets/templates/aai')
-rw-r--r-- | robot/assets/templates/aai/add_zone_body.template | 7 |
1 files changed, 7 insertions, 0 deletions
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 |