diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-09 13:19:12 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-09 13:19:12 -0400 |
commit | 3eb49f0db5febee4425b8e533732be40b4f31975 (patch) | |
tree | 15375ebf8def5d9c13bd4f11d520eb24f7cfb6de /installation/src | |
parent | 79b3e7dc08c5302d5bcbf66e8f0a81b42ababf96 (diff) |
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) <dtimoney@att.com>
Former-commit-id: 0385cb952ffd952e22c1c0301dfd4ff75e7c48b6
Diffstat (limited to 'installation/src')
-rw-r--r-- | installation/src/main/properties/generic-resource-api-dg.properties | 2 |
1 files changed, 2 insertions, 0 deletions
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/ |