POST: /restconf/data/ietf-l3vpn-ntw:l3vpn-ntw/vpn-services Host: example.com Content-Type: application/yang-data+json { "ietf-l3vpn-ntw:vpn-services": { "vpn-service": [ { "vpn-id": "4G", "vpn-description": "VPN to deploy 4G services", "customer-name": "mycustomer", "vpn-service-topology": "custom", "vpn-instance-profiles": { "vpn-instance-profile": [ { "profile-id": "simple-profile", "local-as": 65550, "rd": "0:65550:1", "address-family": [ { "address-family": "ietf-vpn-common:dual-stack", "vpn-targets": { "vpn-target": [ { "id": 1, "route-targets": [ { "route-target": "0:65550:1" } ], "route-target-type": "both" } ] } } ] } ] } } ] } }