{"type":"model","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"required":["transport"],"type":"object","properties":{"management":{"required":["interface"],"type":"object","properties":{"interface":{"maxItems":2147483647,"minItems":1,"type":"array","items":{"required":["ifName"],"type":"object","properties":{"ifName":{"pattern":"^(?=.{1,32}$)(?:(ge0\\/\\d+(?:\\.\\d+)?|loopback\\d+|eth\\d+(?:\\.\\d+)?))$","type":"string","description":"Interface name eth\u003c0-..\u003e or eth\u003c0-..\u003e.vlanid or loopback\u003cstring\u003e when present","example":"eth0"},"ip":{"type":"object","properties":{"address":{"pattern":"^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/)([0-2]?[0-9]$|[3]?[0-2])$","type":"string","description":"Assign IPv4 address","example":"10.0.1.1/24"},"dhcpClient":{"type":"boolean","description":"Enable DHCP","example":false,"default":false},"dhcpDistance":{"maximum":65536,"minimum":1,"type":"integer","description":"Set administrative distance for DHCP default route","format":"int32","example":1,"default":1}},"description":"IPv4 address or DHCP","$$ref":"#/components/schemas/IpConfig"},"ipv6":{"type":"object","properties":{"address":{"pattern":"((^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*(\\/)(\\b([0-9]{1,2}|1[01][0-9]|12[0-8])\\b)$))","type":"string","description":"Assign IPv6 address","example":"2001:a0:64::20/64"},"dhcpClient":{"type":"boolean","description":"Enable DHCP","example":false,"default":false},"dhcpDistance":{"maximum":65536,"minimum":1,"type":"integer","description":"Set administrative distance for DHCP default route","format":"int32","example":1,"default":1},"dhcpRapidCommit":{"type":"boolean","description":"Enable DHCPv6 rapid commit","example":false,"default":false}},"description":"IPv6 address or DHCP","$$ref":"#/components/schemas/Ipv6Config"},"shutdown":{"type":"boolean","description":"Administrative state","example":false,"default":false}},"description":"Interfaces configuration","$$ref":"#/components/schemas/BaseInterfaceSetting"}},"ipRoute":{"type":"object","properties":{"route":{"type":"array","items":{"required":["nextHop","prefix"],"type":"object","properties":{"nextHop":{"maxItems":2147483647,"minItems":1,"type":"array","items":{"required":["address"],"type":"object","properties":{"address":{"pattern":"^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$","type":"string","description":"IPv4 Address","example":"10.0.0.1"},"distance":{"maximum":255,"minimum":1,"type":"integer","description":"Administrative distance","format":"int32","example":1,"default":1}},"description":"IP gateway address","$$ref":"#/components/schemas/NextHop"}},"prefix":{"pattern":"^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/)([0-2]?[0-9]$|[3]?[0-2])$","type":"string","description":"IPv4 Prefix","example":"0.0.0.0/0"}},"description":"Configure static routes","$$ref":"#/components/schemas/StaticRoute"}}},"description":"IP Route information","$$ref":"#/components/schemas/IpRoute"},"ipv6Route":{"type":"object","properties":{"route":{"type":"array","items":{"required":["nextHop","prefix"],"type":"object","properties":{"nextHop":{"maxItems":2147483647,"minItems":1,"type":"array","items":{"required":["address"],"type":"object","properties":{"address":{"pattern":"(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3,3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3,3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))","type":"string","description":"IPv6 Address","example":"2001::1"},"distance":{"maximum":255,"minimum":1,"type":"integer","description":"Administrative distance","format":"int32","example":1,"default":1}},"description":"IP gateway address","$$ref":"#/components/schemas/IPV6NextHop"}},"prefix":{"pattern":"((^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*(\\/)(\\b([0-9]{1,2}|1[01][0-9]|12[0-8])\\b)$))","type":"string","description":"IPv6 Prefix","example":"2001::/4"}},"description":"Configure IPv6 static routes","$$ref":"#/components/schemas/Ipv6StaticRoute"}}},"description":"IPv6 Route information","$$ref":"#/components/schemas/Ipv6Route"}},"description":"Management VPN instance","$$ref":"#/components/schemas/baseVpnInstanceBaseInterfaceSetting"},"transport":{"required":["interface"],"type":"object","properties":{"interface":{"maxItems":2147483647,"minItems":1,"type":"array","items":{"required":["ifName"],"type":"object","properties":{"ifName":{"pattern":"^(?=.{1,32}$)(?:(ge0\\/\\d+(?:\\.\\d+)?|loopback\\d+|eth\\d+(?:\\.\\d+)?))$","type":"string","description":"Interface name eth\u003c0-..\u003e or eth\u003c0-..\u003e.vlanid or loopback\u003cstring\u003e when present","example":"eth0"},"ip":{"type":"object","properties":{"address":{"pattern":"^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/)([0-2]?[0-9]$|[3]?[0-2])$","type":"string","description":"Assign IPv4 address","example":"10.0.1.1/24"},"dhcpClient":{"type":"boolean","description":"Enable DHCP","example":false,"default":false},"dhcpDistance":{"maximum":65536,"minimum":1,"type":"integer","description":"Set administrative distance for DHCP default route","format":"int32","example":1,"default":1}},"description":"IPv4 address or DHCP","$$ref":"#/components/schemas/IpConfig"},"ipv6":{"type":"object","properties":{"address":{"pattern":"((^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*(\\/)(\\b([0-9]{1,2}|1[01][0-9]|12[0-8])\\b)$))","type":"string","description":"Assign IPv6 address","example":"2001:a0:64::20/64"},"dhcpClient":{"type":"boolean","description":"Enable DHCP","example":false,"default":false},"dhcpDistance":{"maximum":65536,"minimum":1,"type":"integer","description":"Set administrative distance for DHCP default route","format":"int32","example":1,"default":1},"dhcpRapidCommit":{"type":"boolean","description":"Enable DHCPv6 rapid commit","example":false,"default":false}},"description":"IPv6 address or DHCP","$$ref":"#/components/schemas/Ipv6Config"},"shutdown":{"type":"boolean","description":"Administrative state","example":false,"default":false},"tunnelInterface":{"type":"object","properties":{"allowService":{"type":"object","properties":{"all":{"type":"boolean","description":"Allow all traffic. Overrides all other allow-service options if allow-service all is set","example":false,"default":false},"dhcp":{"type":"boolean","description":"Allow/Deny DHCP","example":true,"default":true},"dns":{"type":"boolean","description":"Allow/Deny DNS","example":true,"default":true},"icmp":{"type":"boolean","description":"Allow/Deny ICMP","example":true,"default":true},"netconf":{"type":"boolean","description":"Allow/Deny NETCONF","example":false,"default":false},"ntp":{"type":"boolean","description":"Allow/Deny NTP","example":false,"default":false},"sshd":{"type":"boolean","description":"Allow/Deny SSH","example":false,"default":false},"stun":{"type":"boolean","description":"Allow/Deny STUN","example":false,"default":false}},"description":"Set services allowed on the WAN interface","$$ref":"#/components/schemas/AllowService"},"color":{"type":"object","properties":{"value":{"type":"string","description":"Set color for TLOC","example":"default","enum":["default","mpls","metro-ethernet","biz-internet","public-internet","lte","3g","red","green","blue","gold","silver","bronze","custom1","custom2","custom3","private1","private2","private3","private4","private5","private6"],"default":"default"}},"description":"Set color for TLOC","$$ref":"#/components/schemas/Color"}},"description":"Tunnel interface configuration","$$ref":"#/components/schemas/TunnelInterface"}},"description":"Interfaces configuration","$$ref":"#/components/schemas/TransportInterfaceSetting"}},"ipRoute":{"type":"object","properties":{"route":{"type":"array","items":{"required":["nextHop","prefix"],"type":"object","properties":{"nextHop":{"maxItems":2147483647,"minItems":1,"type":"array","items":{"required":["address"],"type":"object","properties":{"address":{"pattern":"^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$","type":"string","description":"IPv4 Address","example":"10.0.0.1"},"distance":{"maximum":255,"minimum":1,"type":"integer","description":"Administrative distance","format":"int32","example":1,"default":1}},"description":"IP gateway address","$$ref":"#/components/schemas/NextHop"}},"prefix":{"pattern":"^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\\/)([0-2]?[0-9]$|[3]?[0-2])$","type":"string","description":"IPv4 Prefix","example":"0.0.0.0/0"}},"description":"Configure static routes","$$ref":"#/components/schemas/StaticRoute"}}},"description":"IP Route information","$$ref":"#/components/schemas/IpRoute"},"ipv6Route":{"type":"object","properties":{"route":{"type":"array","items":{"required":["nextHop","prefix"],"type":"object","properties":{"nextHop":{"maxItems":2147483647,"minItems":1,"type":"array","items":{"required":["address"],"type":"object","properties":{"address":{"pattern":"(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3,3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3,3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))","type":"string","description":"IPv6 Address","example":"2001::1"},"distance":{"maximum":255,"minimum":1,"type":"integer","description":"Administrative distance","format":"int32","example":1,"default":1}},"description":"IP gateway address","$$ref":"#/components/schemas/IPV6NextHop"}},"prefix":{"pattern":"((^\\s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)(\\.(25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]?\\d)){3}))|:)))(%.+)?\\s*(\\/)(\\b([0-9]{1,2}|1[01][0-9]|12[0-8])\\b)$))","type":"string","description":"IPv6 Prefix","example":"2001::/4"}},"description":"Configure IPv6 static routes","$$ref":"#/components/schemas/Ipv6StaticRoute"}}},"description":"IPv6 Route information","$$ref":"#/components/schemas/Ipv6Route"}},"description":"Transport VPN instance","$$ref":"#/components/schemas/baseVpnInstanceTransportInterfaceSetting"}},"description":"Controller VPN setting","$$ref":"#/components/schemas/ControllerVpnSetting","title":"ControllerVpnSetting"}}