summaryrefslogtreecommitdiffstats
path: root/restapi-call-node/provider/src/main/resources/vpn-allocation-request.json
diff options
context:
space:
mode:
Diffstat (limited to 'restapi-call-node/provider/src/main/resources/vpn-allocation-request.json')
-rw-r--r--restapi-call-node/provider/src/main/resources/vpn-allocation-request.json15
1 files changed, 0 insertions, 15 deletions
diff --git a/restapi-call-node/provider/src/main/resources/vpn-allocation-request.json b/restapi-call-node/provider/src/main/resources/vpn-allocation-request.json
deleted file mode 100644
index 7a689bd5c..000000000
--- a/restapi-call-node/provider/src/main/resources/vpn-allocation-request.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "AllocateVpnResourcesRequest": {
- "message-id": "${service-data.oper-status.modify-timestamp}",
- "service-instance-id": "${service-data.service-information.service-instance-id}",
- "vrf-request-type": {
- "vpn-id": "${service-data.avpn-logicalchannel-information.vpn-id}",
- "vpn-service": "${service-data.service-information.service-type}",
- "e2e-vpn-id": "${service-data.avpn-logicalchannel-information.e2e-vpn-id}",
- "vpe-name": "${service-data.avpn-logicalchannel-information.evc-endpoint-information.vpe-name}",
- "asn": "${service-data.avpn-logicalchannel-information.carrier-asn}",
- "route-group-name": "${service-data.avpn-logicalchannel-information.bgp-options.neighbor-address-information.route-group-name}",
- "hub-or-spoke": "${service-data.avpn-logicalchannel-information.hub-or-spoke}"
- }
- }
-}