VMware VSHIELD APP 1.0 - API Programming Manual page 88

Vshield api
Table of Contents

Advertisement

vShield API Programming Guide
<xs:complexType name="TrafficStats">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="StatsRecord" type="StatsRecord" />
</xs:sequence>
</xs:complexType>
<xs:complexType name="StatsRecord">
<xs:sequence>
<xs:element name="ipAddress" type="xs:NMTOKEN" />
<xs:element minOccurs="0" name="timeStamp" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="txPacketCount" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="rxPacketCount" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="txByteCount" type="xs:unsignedInt" />
<xs:element minOccurs="0" name="rxByteCount" type="xs:unsignedInt" />
</xs:sequence>
</xs:complexType>
</xs:schema>
Syslog Schema
This schema enables connection from a vShield Edge to a syslog server.
<?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="SyslogServerConfig">
<xs:choice>
</xs:choice>
</xs:complexType>
<xs:simpleType name="IP">
<xs:restriction base="xs:string">
<xs:pattern value=
</xs:restriction>
</xs:simpleType>
<xs:complexType name="Snapshots">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="timestamp" type="xs:unsignedInt" />
</xs:sequence>
</xs:complexType>
</xs:schema>
88
<xs:element name="SyslogServerConfig" type="SyslogServerConfig"/>
<xs:element minOccurs="1" maxOccurs="2" name="ipAddress" type="IP" />
<xs:element name="Snapshots" type="Snapshots"/>
<!--
Only in Response from Server
"((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])"/>
-->
VMware, Inc.

Advertisement

Table of Contents
loading
Need help?

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

Subscribe to Our Youtube Channel

Table of Contents