From 0385cb952ffd952e22c1c0301dfd4ff75e7c48b6 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Tue, 9 Oct 2018 13:19:12 -0400 Subject: [PATCH] Add preload info to GR-API properties Add preload info to generic-resource-api DG properties file Change-Id: I05bf081aada23cb833522ec03b827c61f593bb53 Issue-ID: SDNC-449 Signed-off-by: Timoney, Dan (dt5972) --- installation/src/main/properties/generic-resource-api-dg.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installation/src/main/properties/generic-resource-api-dg.properties b/installation/src/main/properties/generic-resource-api-dg.properties index f4f4e2a6..863c77f8 100644 --- a/installation/src/main/properties/generic-resource-api-dg.properties +++ b/installation/src/main/properties/generic-resource-api-dg.properties @@ -61,3 +61,5 @@ restapi.ss-vfmodule-assignments=/restconf/config/GENERIC-RESOURCE-API:services/s restapi.ss-mS-vlan-tag-assign=/vlantagapi/v1/{action} restapi.ss-mS-mac-address-assign=/api/macaddress/v1/service/assign restapi.ss-mS-mac-address-unassign=/api/macaddress/v1/service/unassign +restapi.preload-network=/restconf/config/GENERIC-RESOURCE-API:preload-information/preload-list/{network-name}/network/preload-data/preload-network-topology-information/ +restapi.preloadinformation=/restconf/config/GENERIC-RESOURCE-API:preload-information/preload-list/ -- 2.16.6