<xs:complexType name="Snapshots">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="timestamp" type="xs:unsignedInt" />
</xs:sequence>
</xs:complexType>
<xs:simpleType name="IP">
<xs:restriction base="xs:string">
<xs:pattern value=
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Moid">
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z0-9\-]+"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
VPN Schema
This schema configures VPN parameters for a node.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="VShieldEdgeConfig">
<xs:complexType>
<xs:all minOccurs="0">
</xs:all>
</xs:complexType>
</xs:element>
<xs:complexType name="VPNConfig">
<xs:choice>
<xs:element name="IpsecVPNConfig" type="IpsecVPNConfig"/>
<xs:element minOccurs="0" name="Snapshots" type="Snapshots"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="IpsecVPNConfig">
<xs:choice>
<xs:element minOccurs="0" name="SiteToSiteIpsec" type="SiteToSiteIpsec"/>
<xs:element minOccurs="0" name="IpsecService" type="xs:string" />
</xs:choice>
</xs:complexType>
<xs:complexType name="SiteToSiteIpsec">
<xs:choice>
<xs:element name="VPNServerConfig" type="VPNServerConfig"/>
<xs:element maxOccurs="unbounded" name="VPNSite" type="VPNSite"/>
</xs:choice>
</xs:complexType>
<xs:complexType name="VPNServerConfig">
<xs:sequence>
<xs:element name="externalIpAddress" type="IP" />
<xs:element minOccurs="0" name="natedPublicIpAddress" type="IP" />
<xs:element minOccurs="0" name="log" type="xs:boolean" />
</xs:sequence>
</xs:complexType>
VMware, Inc.
"((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9]?[0-9])\.){3}(25[0-5]|2[0-4][
0-9]|1[0-9][0-9]|[1-9]?[0-9])"/>
<xs:element name="VPNConfig" type="VPNConfig"/>
<!--
Only in Response from Server
<!-- Only in Response from Server -->
<!-- This might be absent when addSite api is called -->
Appendix 8 Appendix: REST API Schemas
-->
83
Need help?
Do you have a question about the VSHIELD APP 1.0 - API and is the answer not in the manual?
Questions and answers