diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2020-10-23 15:44:13 -0400 |
---|---|---|
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | 2020-10-23 15:49:43 -0400 |
commit | 3c5e96dd5a0c72fd76c887a46c95528126ed1d22 (patch) | |
tree | c888d818ac9c9e1b7ed4b238d30fc0b11377ef2a /aai-service/provider/src/main/resources/aai-path.properties | |
parent | 8ac958c876d2894fc6d11628fa7f33242faa10c9 (diff) |
- Adding the path for the newly introduced (i.e. in v21) network-route resource in aai-schema, to the properties file.
- Adding tunnel-termination-points and te-link-attributes back into aai schema.
Issue-ID: CCSDK-2393
Change-Id: I80d21463c509c8caf802cf5681abc3434d6cf34a
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Diffstat (limited to 'aai-service/provider/src/main/resources/aai-path.properties')
-rwxr-xr-x | aai-service/provider/src/main/resources/aai-path.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aai-service/provider/src/main/resources/aai-path.properties b/aai-service/provider/src/main/resources/aai-path.properties index 58d6fc3a4..e597d7e0a 100755 --- a/aai-service/provider/src/main/resources/aai-path.properties +++ b/aai-service/provider/src/main/resources/aai-path.properties @@ -349,3 +349,5 @@ lan-port-configs = /aai/v21/network/lan-port-configs lan-port-config = /aai/v21/network/lan-port-configs/lan-port-config/{lan-port-config-id} zones = /aai/v21/network/zones zone = /aai/v21/network/zones/zone/{zone-id} +network-routes = /aai/v21/network/network-routes +network-route = /aai/v21/network/network-routes/network-route/{route-id} |