complexType UpdateSyslogConfigurationReq
diagram AXLSoap_p17078.png
namespace http://www.cisco.com/AXL/API/15.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children serverName serviceGroup service alarmConfigs EndPointAlarm
used by
element updateSyslogConfiguration
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateSyslogConfigurationReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:sequence>
         
<xsd:element name="serverName" type="xsd:string" nillable="false"/>
         
<xsd:element name="serviceGroup" type="axlapi:XServiceGrouping" default="CM Services" nillable="false"/>
         
<xsd:element name="service" type="xsd:string" nillable="false"/>
       
</xsd:sequence>
       
<xsd:element name="alarmConfigs">
         
<xsd:complexType>
           
<xsd:sequence>
             
<xsd:element name="AlarmConfig" type="axlapi:XSyslogConfig" minOccurs="1" maxOccurs="4"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="EndPointAlarm" type="axlapi:boolean" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateSyslogConfigurationReq/serverName
diagram AXLSoap_p17079.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="serverName" type="xsd:string" nillable="false"/>

element UpdateSyslogConfigurationReq/serviceGroup
diagram AXLSoap_p17080.png
type axlapi:XServiceGrouping
properties
content simple
default CM Services
nillable false
source <xsd:element name="serviceGroup" type="axlapi:XServiceGrouping" default="CM Services" nillable="false"/>

element UpdateSyslogConfigurationReq/service
diagram AXLSoap_p17081.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="service" type="xsd:string" nillable="false"/>

element UpdateSyslogConfigurationReq/alarmConfigs
diagram AXLSoap_p17082.png
properties
content complex
children AlarmConfig
source <xsd:element name="alarmConfigs">
 
<xsd:complexType>
   
<xsd:sequence>
     
<xsd:element name="AlarmConfig" type="axlapi:XSyslogConfig" minOccurs="1" maxOccurs="4"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateSyslogConfigurationReq/alarmConfigs/AlarmConfig
diagram AXLSoap_p17083.png
type axlapi:XSyslogConfig
properties
minOcc 1
maxOcc 4
content complex
children AlarmLevelEvent RemoteServerName1 RemoteServerName2 RemoteServerName3 RemoteServerName4 RemoteServerName5 monitor Enable
source <xsd:element name="AlarmConfig" type="axlapi:XSyslogConfig" minOccurs="1" maxOccurs="4"/>

element UpdateSyslogConfigurationReq/EndPointAlarm
diagram AXLSoap_p17084.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="EndPointAlarm" type="axlapi:boolean" minOccurs="0"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy