diff options
author | Dan Timoney <dt5972@att.com> | 2018-09-07 12:38:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-07 12:38:10 +0000 |
commit | 15b6f37c4392e27a3f2ce94afbe4faff3e5a4d43 (patch) | |
tree | 692d1e5fefca3ab7ecadc9716d2bffc5ac524205 | |
parent | 09b802a72b4bd7fbac2084a8abbe7c207c4f9b7e (diff) | |
parent | fd3317f8e09963e88c00c253851a3408c3ed5840 (diff) |
Merge "Updating thirdparty sdnc path aai version"
-rwxr-xr-x | aai-service/provider/src/main/resources/aai-path.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-service/provider/src/main/resources/aai-path.properties b/aai-service/provider/src/main/resources/aai-path.properties index e4b36dd9..0d328a51 100755 --- a/aai-service/provider/src/main/resources/aai-path.properties +++ b/aai-service/provider/src/main/resources/aai-path.properties @@ -319,5 +319,5 @@ vpn-binding|route-targets = /aai/v13/network/vpn-bindings/vpn-binding/{vpn-id}/r vpn-binding|route-target = /aai/v13/network/vpn-bindings/vpn-binding/{vpn-id}/route-targets/route-target/{global-route-target}/{route-target-role} zones = /aai/v13/network/zones zone = /aai/v13/network/zones/zone/{zone-id} -esr-thirdparty-sdnc = /aai/v11/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id} -esr-thirdparty-sdnc-list = /aai/v11/external-system/esr-thirdparty-sdnc-list
\ No newline at end of file +esr-thirdparty-sdnc = /aai/v13/external-system/esr-thirdparty-sdnc-list/esr-thirdparty-sdnc/{thirdparty-sdnc-id} +esr-thirdparty-sdnc-list = /aai/v13/external-system/esr-thirdparty-sdnc-list
\ No newline at end of file |