f5-icontrol 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/LICENSE +9 -0
- data/LICENSE.txt +22 -0
- data/README.md +55 -0
- data/Rakefile +7 -0
- data/bin/f5 +6 -0
- data/f5-icontrol.gemspec +30 -0
- data/lib/f5/cli/application.rb +102 -0
- data/lib/f5/cli/config.rb +21 -0
- data/lib/f5/icontrol.rb +40 -0
- data/lib/f5/icontrol/local_lb/node_address_v2.rb +27 -0
- data/lib/f5/icontrol/local_lb/pool.rb +27 -0
- data/lib/f5/icontrol/system/system_info.rb +27 -0
- data/lib/f5/icontrol/version.rb +5 -0
- data/lib/wsdl/ASM.LoggingProfile.wsdl +1467 -0
- data/lib/wsdl/ASM.ObjectParams.wsdl +198 -0
- data/lib/wsdl/ASM.PSMProfile.wsdl +228 -0
- data/lib/wsdl/ASM.Policy.wsdl +3504 -0
- data/lib/wsdl/ASM.PolicyGroup.wsdl +389 -0
- data/lib/wsdl/ASM.SystemConfiguration.wsdl +730 -0
- data/lib/wsdl/ASM.WebApplication.wsdl +1138 -0
- data/lib/wsdl/ASM.WebApplicationGroup.wsdl +393 -0
- data/lib/wsdl/Classification.Application.wsdl +517 -0
- data/lib/wsdl/Classification.Category.wsdl +519 -0
- data/lib/wsdl/Classification.SignatureDefinition.wsdl +541 -0
- data/lib/wsdl/Classification.SignatureUpdateSchedule.wsdl +382 -0
- data/lib/wsdl/Classification.SignatureVersion.wsdl +233 -0
- data/lib/wsdl/GlobalLB.Application.wsdl +963 -0
- data/lib/wsdl/GlobalLB.DNSSECKey.wsdl +1642 -0
- data/lib/wsdl/GlobalLB.DNSSECZone.wsdl +825 -0
- data/lib/wsdl/GlobalLB.DataCenter.wsdl +7144 -0
- data/lib/wsdl/GlobalLB.Globals.wsdl +5513 -0
- data/lib/wsdl/GlobalLB.Link.wsdl +7654 -0
- data/lib/wsdl/GlobalLB.Monitor.wsdl +2228 -0
- data/lib/wsdl/GlobalLB.Pool.wsdl +9949 -0
- data/lib/wsdl/GlobalLB.PoolMember.wsdl +6939 -0
- data/lib/wsdl/GlobalLB.ProberPool.wsdl +7026 -0
- data/lib/wsdl/GlobalLB.Region.wsdl +560 -0
- data/lib/wsdl/GlobalLB.Rule.wsdl +6632 -0
- data/lib/wsdl/GlobalLB.Server.wsdl +8234 -0
- data/lib/wsdl/GlobalLB.Topology.wsdl +548 -0
- data/lib/wsdl/GlobalLB.VirtualServer.wsdl +6916 -0
- data/lib/wsdl/GlobalLB.VirtualServerV2.wsdl +7016 -0
- data/lib/wsdl/GlobalLB.WideIP.wsdl +8154 -0
- data/lib/wsdl/LTConfig.Class.wsdl +656 -0
- data/lib/wsdl/LTConfig.Field.wsdl +679 -0
- data/lib/wsdl/LocalLB.Class.wsdl +2153 -0
- data/lib/wsdl/LocalLB.DNSCache.wsdl +8380 -0
- data/lib/wsdl/LocalLB.DNSExpress.wsdl +6972 -0
- data/lib/wsdl/LocalLB.DNSGlobals.wsdl +457 -0
- data/lib/wsdl/LocalLB.DataGroupFile.wsdl +971 -0
- data/lib/wsdl/LocalLB.LSNPool.wsdl +7461 -0
- data/lib/wsdl/LocalLB.Monitor.wsdl +2214 -0
- data/lib/wsdl/LocalLB.NAT.wsdl +6413 -0
- data/lib/wsdl/LocalLB.NATV2.wsdl +6748 -0
- data/lib/wsdl/LocalLB.NodeAddress.wsdl +7143 -0
- data/lib/wsdl/LocalLB.NodeAddressV2.wsdl +7754 -0
- data/lib/wsdl/LocalLB.Pool.wsdl +11328 -0
- data/lib/wsdl/LocalLB.PoolMember.wsdl +7156 -0
- data/lib/wsdl/LocalLB.ProfileAnalytics.wsdl +5756 -0
- data/lib/wsdl/LocalLB.ProfileAuth.wsdl +6957 -0
- data/lib/wsdl/LocalLB.ProfileClassification.wsdl +370 -0
- data/lib/wsdl/LocalLB.ProfileClientSSL.wsdl +10232 -0
- data/lib/wsdl/LocalLB.ProfileDNS.wsdl +7723 -0
- data/lib/wsdl/LocalLB.ProfileDNSLogging.wsdl +852 -0
- data/lib/wsdl/LocalLB.ProfileDiameter.wsdl +8070 -0
- data/lib/wsdl/LocalLB.ProfileDiameterEndpoint.wsdl +7199 -0
- data/lib/wsdl/LocalLB.ProfileFTP.wsdl +6564 -0
- data/lib/wsdl/LocalLB.ProfileFastHttp.wsdl +7944 -0
- data/lib/wsdl/LocalLB.ProfileFastL4.wsdl +8235 -0
- data/lib/wsdl/LocalLB.ProfileHttp.wsdl +12256 -0
- data/lib/wsdl/LocalLB.ProfileHttpClass.wsdl +7414 -0
- data/lib/wsdl/LocalLB.ProfileHttpCompression.wsdl +8166 -0
- data/lib/wsdl/LocalLB.ProfileICAP.wsdl +6917 -0
- data/lib/wsdl/LocalLB.ProfileIIOP.wsdl +6726 -0
- data/lib/wsdl/LocalLB.ProfileOneConnect.wsdl +6784 -0
- data/lib/wsdl/LocalLB.ProfilePersistence.wsdl +2740 -0
- data/lib/wsdl/LocalLB.ProfileRADIUS.wsdl +6696 -0
- data/lib/wsdl/LocalLB.ProfileRTSP.wsdl +7424 -0
- data/lib/wsdl/LocalLB.ProfileRequestAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileRequestLogging.wsdl +2042 -0
- data/lib/wsdl/LocalLB.ProfileResponseAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileSCTP.wsdl +7887 -0
- data/lib/wsdl/LocalLB.ProfileSIP.wsdl +7866 -0
- data/lib/wsdl/LocalLB.ProfileSPDY.wsdl +7489 -0
- data/lib/wsdl/LocalLB.ProfileSPM.wsdl +953 -0
- data/lib/wsdl/LocalLB.ProfileServerSSL.wsdl +9566 -0
- data/lib/wsdl/LocalLB.ProfileStream.wsdl +6561 -0
- data/lib/wsdl/LocalLB.ProfileTCP.wsdl +9869 -0
- data/lib/wsdl/LocalLB.ProfileUDP.wsdl +6948 -0
- data/lib/wsdl/LocalLB.ProfileUserStatistic.wsdl +916 -0
- data/lib/wsdl/LocalLB.ProfileWebAcceleration.wsdl +8213 -0
- data/lib/wsdl/LocalLB.ProfileXML.wsdl +7022 -0
- data/lib/wsdl/LocalLB.RAMCacheInformation.wsdl +372 -0
- data/lib/wsdl/LocalLB.RateClass.wsdl +9480 -0
- data/lib/wsdl/LocalLB.Rule.wsdl +7033 -0
- data/lib/wsdl/LocalLB.SNAT.wsdl +7262 -0
- data/lib/wsdl/LocalLB.SNATPool.wsdl +6606 -0
- data/lib/wsdl/LocalLB.SNATPoolMember.wsdl +5960 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddress.wsdl +6599 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddressV2.wsdl +6760 -0
- data/lib/wsdl/LocalLB.VirtualAddress.wsdl +6676 -0
- data/lib/wsdl/LocalLB.VirtualAddressV2.wsdl +7539 -0
- data/lib/wsdl/LocalLB.VirtualServer.wsdl +14758 -0
- data/lib/wsdl/LocalLB.iFile.wsdl +302 -0
- data/lib/wsdl/LocalLB.iFileFile.wsdl +712 -0
- data/lib/wsdl/Log.DestinationArcSight.wsdl +377 -0
- data/lib/wsdl/Log.DestinationLocalSyslog.wsdl +469 -0
- data/lib/wsdl/Log.DestinationRemoteHighSpeedLog.wsdl +486 -0
- data/lib/wsdl/Log.DestinationRemoteSyslog.wsdl +751 -0
- data/lib/wsdl/Log.DestinationSplunk.wsdl +377 -0
- data/lib/wsdl/Log.Filter.wsdl +1175 -0
- data/lib/wsdl/Log.Publisher.wsdl +448 -0
- data/lib/wsdl/Management.ApplicationPresentationScript.wsdl +698 -0
- data/lib/wsdl/Management.ApplicationService.wsdl +1804 -0
- data/lib/wsdl/Management.ApplicationTemplate.wsdl +1323 -0
- data/lib/wsdl/Management.CCLDAPConfiguration.wsdl +1637 -0
- data/lib/wsdl/Management.CLIScript.wsdl +684 -0
- data/lib/wsdl/Management.CRLDPConfiguration.wsdl +763 -0
- data/lib/wsdl/Management.CRLDPServer.wsdl +626 -0
- data/lib/wsdl/Management.CertLDAPConfiguration.wsdl +2453 -0
- data/lib/wsdl/Management.ChangeControl.wsdl +735 -0
- data/lib/wsdl/Management.DBVariable.wsdl +352 -0
- data/lib/wsdl/Management.Device.wsdl +1697 -0
- data/lib/wsdl/Management.DeviceGroup.wsdl +1241 -0
- data/lib/wsdl/Management.EM.wsdl +456 -0
- data/lib/wsdl/Management.EventNotification.wsdl +1031 -0
- data/lib/wsdl/Management.EventSubscription.wsdl +1542 -0
- data/lib/wsdl/Management.FeatureModule.wsdl +424 -0
- data/lib/wsdl/Management.Folder.wsdl +635 -0
- data/lib/wsdl/Management.Globals.wsdl +166 -0
- data/lib/wsdl/Management.KeyCertificate.wsdl +2027 -0
- data/lib/wsdl/Management.LDAPConfiguration.wsdl +2645 -0
- data/lib/wsdl/Management.LicenseAdministration.wsdl +906 -0
- data/lib/wsdl/Management.Named.wsdl +740 -0
- data/lib/wsdl/Management.OCSPConfiguration.wsdl +447 -0
- data/lib/wsdl/Management.OCSPResponder.wsdl +2370 -0
- data/lib/wsdl/Management.Partition.wsdl +545 -0
- data/lib/wsdl/Management.Provision.wsdl +743 -0
- data/lib/wsdl/Management.RADIUSConfiguration.wsdl +951 -0
- data/lib/wsdl/Management.RADIUSServer.wsdl +602 -0
- data/lib/wsdl/Management.ResourceRecord.wsdl +2168 -0
- data/lib/wsdl/Management.SFlowDataSource.wsdl +776 -0
- data/lib/wsdl/Management.SFlowGlobals.wsdl +826 -0
- data/lib/wsdl/Management.SFlowReceiver.wsdl +694 -0
- data/lib/wsdl/Management.SMTPConfiguration.wsdl +854 -0
- data/lib/wsdl/Management.SNMPConfiguration.wsdl +4672 -0
- data/lib/wsdl/Management.TACACSConfiguration.wsdl +943 -0
- data/lib/wsdl/Management.TMOSModule.wsdl +309 -0
- data/lib/wsdl/Management.TrafficGroup.wsdl +953 -0
- data/lib/wsdl/Management.Trust.wsdl +703 -0
- data/lib/wsdl/Management.UserManagement.wsdl +1693 -0
- data/lib/wsdl/Management.View.wsdl +381 -0
- data/lib/wsdl/Management.Zone.wsdl +528 -0
- data/lib/wsdl/Management.ZoneRunner.wsdl +206 -0
- data/lib/wsdl/Networking.ARP.wsdl +776 -0
- data/lib/wsdl/Networking.AdminIP.wsdl +864 -0
- data/lib/wsdl/Networking.BWControllerPolicy.wsdl +1107 -0
- data/lib/wsdl/Networking.IPsecIkeDaemon.wsdl +368 -0
- data/lib/wsdl/Networking.IPsecIkePeer.wsdl +2701 -0
- data/lib/wsdl/Networking.IPsecManualSecurityAssociation.wsdl +1146 -0
- data/lib/wsdl/Networking.IPsecPolicy.wsdl +1380 -0
- data/lib/wsdl/Networking.IPsecTrafficSelector.wsdl +1104 -0
- data/lib/wsdl/Networking.Interfaces.wsdl +8359 -0
- data/lib/wsdl/Networking.LLDPGlobals.wsdl +590 -0
- data/lib/wsdl/Networking.PacketFilter.wsdl +6728 -0
- data/lib/wsdl/Networking.PacketFilterGlobals.wsdl +926 -0
- data/lib/wsdl/Networking.PortMirror.wsdl +373 -0
- data/lib/wsdl/Networking.ProfileFEC.wsdl +1350 -0
- data/lib/wsdl/Networking.ProfileGRE.wsdl +645 -0
- data/lib/wsdl/Networking.ProfileIPIP.wsdl +695 -0
- data/lib/wsdl/Networking.ProfileVXLAN.wsdl +563 -0
- data/lib/wsdl/Networking.ProfileWCCPGRE.wsdl +841 -0
- data/lib/wsdl/Networking.RouteDomain.wsdl +646 -0
- data/lib/wsdl/Networking.RouteDomainV2.wsdl +10056 -0
- data/lib/wsdl/Networking.RouteTable.wsdl +1209 -0
- data/lib/wsdl/Networking.RouteTableV2.wsdl +1531 -0
- data/lib/wsdl/Networking.RouterAdvertisement.wsdl +1067 -0
- data/lib/wsdl/Networking.STPGlobals.wsdl +796 -0
- data/lib/wsdl/Networking.STPInstance.wsdl +1147 -0
- data/lib/wsdl/Networking.STPInstanceV2.wsdl +1232 -0
- data/lib/wsdl/Networking.SelfIP.wsdl +557 -0
- data/lib/wsdl/Networking.SelfIPPortLockdown.wsdl +421 -0
- data/lib/wsdl/Networking.SelfIPV2.wsdl +10077 -0
- data/lib/wsdl/Networking.Trunk.wsdl +7133 -0
- data/lib/wsdl/Networking.Tunnel.wsdl +1354 -0
- data/lib/wsdl/Networking.VLAN.wsdl +2215 -0
- data/lib/wsdl/Networking.VLANGroup.wsdl +1441 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRoute.wsdl +491 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRouteV2.wsdl +619 -0
- data/lib/wsdl/Networking.iSessionDatastor.wsdl +459 -0
- data/lib/wsdl/Networking.iSessionDeduplication.wsdl +401 -0
- data/lib/wsdl/Networking.iSessionLocalInterface.wsdl +922 -0
- data/lib/wsdl/Networking.iSessionPeerDiscovery.wsdl +818 -0
- data/lib/wsdl/Networking.iSessionRemoteInterface.wsdl +1100 -0
- data/lib/wsdl/Networking.iSessionRemoteInterfaceV2.wsdl +1307 -0
- data/lib/wsdl/PEM.FormatScript.wsdl +542 -0
- data/lib/wsdl/PEM.ForwardingEndpoint.wsdl +849 -0
- data/lib/wsdl/PEM.InterceptionEndpoint.wsdl +414 -0
- data/lib/wsdl/PEM.Listener.wsdl +495 -0
- data/lib/wsdl/PEM.Policy.wsdl +4097 -0
- data/lib/wsdl/PEM.ServiceChainEndpoint.wsdl +762 -0
- data/lib/wsdl/PEM.Subscriber.wsdl +6527 -0
- data/lib/wsdl/Security.DoSDevice.wsdl +6670 -0
- data/lib/wsdl/Security.FirewallAddressList.wsdl +542 -0
- data/lib/wsdl/Security.FirewallGlobalAdminIPRuleList.wsdl +8891 -0
- data/lib/wsdl/Security.FirewallGlobalRuleList.wsdl +9171 -0
- data/lib/wsdl/Security.FirewallPolicy.wsdl +9355 -0
- data/lib/wsdl/Security.FirewallPortList.wsdl +544 -0
- data/lib/wsdl/Security.FirewallRuleList.wsdl +3360 -0
- data/lib/wsdl/Security.FirewallWeeklySchedule.wsdl +825 -0
- data/lib/wsdl/Security.LogProfile.wsdl +6927 -0
- data/lib/wsdl/Security.ProfileDNSSecurity.wsdl +6881 -0
- data/lib/wsdl/Security.ProfileDoS.wsdl +10389 -0
- data/lib/wsdl/Security.ProfileIPIntelligence.wsdl +7154 -0
- data/lib/wsdl/System.CertificateRevocationListFile.wsdl +840 -0
- data/lib/wsdl/System.Cluster.wsdl +956 -0
- data/lib/wsdl/System.ConfigSync.wsdl +1289 -0
- data/lib/wsdl/System.Connections.wsdl +497 -0
- data/lib/wsdl/System.Disk.wsdl +1442 -0
- data/lib/wsdl/System.ExternalMonitorFile.wsdl +834 -0
- data/lib/wsdl/System.Failover.wsdl +539 -0
- data/lib/wsdl/System.GeoIP.wsdl +181 -0
- data/lib/wsdl/System.HAGroup.wsdl +1983 -0
- data/lib/wsdl/System.HAStatus.wsdl +695 -0
- data/lib/wsdl/System.Inet.wsdl +438 -0
- data/lib/wsdl/System.Internal.wsdl +279 -0
- data/lib/wsdl/System.PerformanceSFlow.wsdl +722 -0
- data/lib/wsdl/System.Services.wsdl +1054 -0
- data/lib/wsdl/System.Session.wsdl +1023 -0
- data/lib/wsdl/System.SoftwareManagement.wsdl +1073 -0
- data/lib/wsdl/System.Statistics.wsdl +9469 -0
- data/lib/wsdl/System.SystemInfo.wsdl +7493 -0
- data/lib/wsdl/System.VCMP.wsdl +7766 -0
- data/lib/wsdl/WebAccelerator.Applications.wsdl +7765 -0
- data/lib/wsdl/WebAccelerator.Policies.wsdl +570 -0
- data/lib/wsdl/WebAccelerator.ProxyMessage.wsdl +157 -0
- data/lib/wsdl/iCall.PeriodicHandler.wsdl +751 -0
- data/lib/wsdl/iCall.PerpetualHandler.wsdl +1081 -0
- data/lib/wsdl/iCall.Script.wsdl +372 -0
- data/lib/wsdl/iCall.TriggeredHandler.wsdl +1071 -0
- data/metadata +323 -0
- data/spec/cassettes/F5_Icontrol_LocalLB_Pool/creates_a_pool.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_something_with_a_complex_return_type_and_input.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_uptime.yml +96 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_version.yml +99 -0
- data/spec/models/local_lb/pool_spec.rb +26 -0
- data/spec/models/system/system_info_spec.rb +31 -0
- data/spec/spec_helper.rb +13 -0
- metadata +415 -0
@@ -0,0 +1,1542 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!--
|
3
|
+
Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved.
|
4
|
+
|
5
|
+
F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries.
|
6
|
+
|
7
|
+
All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5.
|
8
|
+
|
9
|
+
-->
|
10
|
+
<definitions name="Management.EventSubscription"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionStatisticsSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventSubscription.SubscriptionStatistics[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionDefinitionSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventSubscription.SubscriptionDefinition[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:simpleType name="Management.EventSubscription.SubscriptionStatusCode">
|
39
|
+
<xsd:restriction base="xsd:string">
|
40
|
+
<xsd:enumeration value="E_OK">
|
41
|
+
<xsd:annotation>
|
42
|
+
<xsd:documentation>E_OK</xsd:documentation>
|
43
|
+
</xsd:annotation>
|
44
|
+
</xsd:enumeration>
|
45
|
+
<xsd:enumeration value="E_GENERAL_ERROR">
|
46
|
+
<xsd:annotation>
|
47
|
+
<xsd:documentation>E_GENERAL_ERROR</xsd:documentation>
|
48
|
+
</xsd:annotation>
|
49
|
+
</xsd:enumeration>
|
50
|
+
<xsd:enumeration value="E_INVALID_EVENT_TYPE">
|
51
|
+
<xsd:annotation>
|
52
|
+
<xsd:documentation>E_INVALID_EVENT_TYPE</xsd:documentation>
|
53
|
+
</xsd:annotation>
|
54
|
+
</xsd:enumeration>
|
55
|
+
<xsd:enumeration value="E_INVALID_ID">
|
56
|
+
<xsd:annotation>
|
57
|
+
<xsd:documentation>E_INVALID_ID</xsd:documentation>
|
58
|
+
</xsd:annotation>
|
59
|
+
</xsd:enumeration>
|
60
|
+
<xsd:enumeration value="E_INVALID_URL">
|
61
|
+
<xsd:annotation>
|
62
|
+
<xsd:documentation>E_INVALID_URL</xsd:documentation>
|
63
|
+
</xsd:annotation>
|
64
|
+
</xsd:enumeration>
|
65
|
+
<xsd:enumeration value="E_INVALID_USERNAME">
|
66
|
+
<xsd:annotation>
|
67
|
+
<xsd:documentation>E_INVALID_USERNAME</xsd:documentation>
|
68
|
+
</xsd:annotation>
|
69
|
+
</xsd:enumeration>
|
70
|
+
<xsd:enumeration value="E_INVALID_PASSWORD">
|
71
|
+
<xsd:annotation>
|
72
|
+
<xsd:documentation>E_INVALID_PASSWORD</xsd:documentation>
|
73
|
+
</xsd:annotation>
|
74
|
+
</xsd:enumeration>
|
75
|
+
<xsd:enumeration value="E_INVALID_TTL">
|
76
|
+
<xsd:annotation>
|
77
|
+
<xsd:documentation>E_INVALID_TTL</xsd:documentation>
|
78
|
+
</xsd:annotation>
|
79
|
+
</xsd:enumeration>
|
80
|
+
<xsd:enumeration value="E_INVALID_MIN_EVENTS_PER_TIMESLICE">
|
81
|
+
<xsd:annotation>
|
82
|
+
<xsd:documentation>E_INVALID_MIN_EVENTS_PER_TIMESLICE</xsd:documentation>
|
83
|
+
</xsd:annotation>
|
84
|
+
</xsd:enumeration>
|
85
|
+
<xsd:enumeration value="E_INVALID_MAX_TIMESLICE">
|
86
|
+
<xsd:annotation>
|
87
|
+
<xsd:documentation>E_INVALID_MAX_TIMESLICE</xsd:documentation>
|
88
|
+
</xsd:annotation>
|
89
|
+
</xsd:enumeration>
|
90
|
+
<xsd:enumeration value="E_INVALID_ENABLED_STATE">
|
91
|
+
<xsd:annotation>
|
92
|
+
<xsd:documentation>E_INVALID_ENABLED_STATE</xsd:documentation>
|
93
|
+
</xsd:annotation>
|
94
|
+
</xsd:enumeration>
|
95
|
+
<xsd:enumeration value="E_CONNECTION_REFUSED">
|
96
|
+
<xsd:annotation>
|
97
|
+
<xsd:documentation>E_CONNECTION_REFUSED</xsd:documentation>
|
98
|
+
</xsd:annotation>
|
99
|
+
</xsd:enumeration>
|
100
|
+
<xsd:enumeration value="E_CONNECTION_TIMEDOUT">
|
101
|
+
<xsd:annotation>
|
102
|
+
<xsd:documentation>E_CONNECTION_TIMEDOUT</xsd:documentation>
|
103
|
+
</xsd:annotation>
|
104
|
+
</xsd:enumeration>
|
105
|
+
</xsd:restriction>
|
106
|
+
</xsd:simpleType>
|
107
|
+
<xsd:simpleType name="Common.EnabledState">
|
108
|
+
<xsd:restriction base="xsd:string">
|
109
|
+
<xsd:enumeration value="STATE_DISABLED">
|
110
|
+
<xsd:annotation>
|
111
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
112
|
+
</xsd:annotation>
|
113
|
+
</xsd:enumeration>
|
114
|
+
<xsd:enumeration value="STATE_ENABLED">
|
115
|
+
<xsd:annotation>
|
116
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
117
|
+
</xsd:annotation>
|
118
|
+
</xsd:enumeration>
|
119
|
+
</xsd:restriction>
|
120
|
+
</xsd:simpleType>
|
121
|
+
<xsd:complexType name="Common.TimeStamp">
|
122
|
+
<xsd:sequence>
|
123
|
+
<xsd:element name="year" type="xsd:long"/>
|
124
|
+
<xsd:element name="month" type="xsd:long"/>
|
125
|
+
<xsd:element name="day" type="xsd:long"/>
|
126
|
+
<xsd:element name="hour" type="xsd:long"/>
|
127
|
+
<xsd:element name="minute" type="xsd:long"/>
|
128
|
+
<xsd:element name="second" type="xsd:long"/>
|
129
|
+
</xsd:sequence>
|
130
|
+
</xsd:complexType>
|
131
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionDefinition">
|
132
|
+
<xsd:sequence>
|
133
|
+
<xsd:element name="id" type="xsd:string"/>
|
134
|
+
<xsd:element name="details" type="tns:Management.EventSubscription.SubscriptionDetails"/>
|
135
|
+
</xsd:sequence>
|
136
|
+
</xsd:complexType>
|
137
|
+
<xsd:complexType name="Common.StringSequence">
|
138
|
+
<xsd:complexContent>
|
139
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
140
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
141
|
+
</xsd:restriction>
|
142
|
+
</xsd:complexContent>
|
143
|
+
</xsd:complexType>
|
144
|
+
<xsd:simpleType name="Management.EventSubscription.EventType">
|
145
|
+
<xsd:restriction base="xsd:string">
|
146
|
+
<xsd:enumeration value="EVENTTYPE_NONE">
|
147
|
+
<xsd:annotation>
|
148
|
+
<xsd:documentation>EVENTTYPE_NONE</xsd:documentation>
|
149
|
+
</xsd:annotation>
|
150
|
+
</xsd:enumeration>
|
151
|
+
<xsd:enumeration value="EVENTTYPE_TEST">
|
152
|
+
<xsd:annotation>
|
153
|
+
<xsd:documentation>EVENTTYPE_TEST</xsd:documentation>
|
154
|
+
</xsd:annotation>
|
155
|
+
</xsd:enumeration>
|
156
|
+
<xsd:enumeration value="EVENTTYPE_ALL">
|
157
|
+
<xsd:annotation>
|
158
|
+
<xsd:documentation>EVENTTYPE_ALL</xsd:documentation>
|
159
|
+
</xsd:annotation>
|
160
|
+
</xsd:enumeration>
|
161
|
+
<xsd:enumeration value="EVENTTYPE_SYSTEM_STARTUP">
|
162
|
+
<xsd:annotation>
|
163
|
+
<xsd:documentation>EVENTTYPE_SYSTEM_STARTUP</xsd:documentation>
|
164
|
+
</xsd:annotation>
|
165
|
+
</xsd:enumeration>
|
166
|
+
<xsd:enumeration value="EVENTTYPE_SYSTEM_SHUTDOWN">
|
167
|
+
<xsd:annotation>
|
168
|
+
<xsd:documentation>EVENTTYPE_SYSTEM_SHUTDOWN</xsd:documentation>
|
169
|
+
</xsd:annotation>
|
170
|
+
</xsd:enumeration>
|
171
|
+
<xsd:enumeration value="EVENTTYPE_SYSTEM_CONFIG_LOAD">
|
172
|
+
<xsd:annotation>
|
173
|
+
<xsd:documentation>EVENTTYPE_SYSTEM_CONFIG_LOAD</xsd:documentation>
|
174
|
+
</xsd:annotation>
|
175
|
+
</xsd:enumeration>
|
176
|
+
<xsd:enumeration value="EVENTTYPE_CREATE">
|
177
|
+
<xsd:annotation>
|
178
|
+
<xsd:documentation>EVENTTYPE_CREATE</xsd:documentation>
|
179
|
+
</xsd:annotation>
|
180
|
+
</xsd:enumeration>
|
181
|
+
<xsd:enumeration value="EVENTTYPE_MODIFY">
|
182
|
+
<xsd:annotation>
|
183
|
+
<xsd:documentation>EVENTTYPE_MODIFY</xsd:documentation>
|
184
|
+
</xsd:annotation>
|
185
|
+
</xsd:enumeration>
|
186
|
+
<xsd:enumeration value="EVENTTYPE_DELETE">
|
187
|
+
<xsd:annotation>
|
188
|
+
<xsd:documentation>EVENTTYPE_DELETE</xsd:documentation>
|
189
|
+
</xsd:annotation>
|
190
|
+
</xsd:enumeration>
|
191
|
+
<xsd:enumeration value="EVENTTYPE_ADMIN_IP">
|
192
|
+
<xsd:annotation>
|
193
|
+
<xsd:documentation>EVENTTYPE_ADMIN_IP</xsd:documentation>
|
194
|
+
</xsd:annotation>
|
195
|
+
</xsd:enumeration>
|
196
|
+
<xsd:enumeration value="EVENTTYPE_ARP_ENTRY">
|
197
|
+
<xsd:annotation>
|
198
|
+
<xsd:documentation>EVENTTYPE_ARP_ENTRY</xsd:documentation>
|
199
|
+
</xsd:annotation>
|
200
|
+
</xsd:enumeration>
|
201
|
+
<xsd:enumeration value="EVENTTYPE_DAEMON_HA">
|
202
|
+
<xsd:annotation>
|
203
|
+
<xsd:documentation>EVENTTYPE_DAEMON_HA</xsd:documentation>
|
204
|
+
</xsd:annotation>
|
205
|
+
</xsd:enumeration>
|
206
|
+
<xsd:enumeration value="EVENTTYPE_DB_VARIABLE">
|
207
|
+
<xsd:annotation>
|
208
|
+
<xsd:documentation>EVENTTYPE_DB_VARIABLE</xsd:documentation>
|
209
|
+
</xsd:annotation>
|
210
|
+
</xsd:enumeration>
|
211
|
+
<xsd:enumeration value="EVENTTYPE_FEATURE_FLAGS">
|
212
|
+
<xsd:annotation>
|
213
|
+
<xsd:documentation>EVENTTYPE_FEATURE_FLAGS</xsd:documentation>
|
214
|
+
</xsd:annotation>
|
215
|
+
</xsd:enumeration>
|
216
|
+
<xsd:enumeration value="EVENTTYPE_FILTER_PROFILE">
|
217
|
+
<xsd:annotation>
|
218
|
+
<xsd:documentation>EVENTTYPE_FILTER_PROFILE</xsd:documentation>
|
219
|
+
</xsd:annotation>
|
220
|
+
</xsd:enumeration>
|
221
|
+
<xsd:enumeration value="EVENTTYPE_GTMD">
|
222
|
+
<xsd:annotation>
|
223
|
+
<xsd:documentation>EVENTTYPE_GTMD</xsd:documentation>
|
224
|
+
</xsd:annotation>
|
225
|
+
</xsd:enumeration>
|
226
|
+
<xsd:enumeration value="EVENTTYPE_INTERFACE">
|
227
|
+
<xsd:annotation>
|
228
|
+
<xsd:documentation>EVENTTYPE_INTERFACE</xsd:documentation>
|
229
|
+
</xsd:annotation>
|
230
|
+
</xsd:enumeration>
|
231
|
+
<xsd:enumeration value="EVENTTYPE_LCDWARN">
|
232
|
+
<xsd:annotation>
|
233
|
+
<xsd:documentation>EVENTTYPE_LCDWARN</xsd:documentation>
|
234
|
+
</xsd:annotation>
|
235
|
+
</xsd:enumeration>
|
236
|
+
<xsd:enumeration value="EVENTTYPE_L2_FORWARD">
|
237
|
+
<xsd:annotation>
|
238
|
+
<xsd:documentation>EVENTTYPE_L2_FORWARD</xsd:documentation>
|
239
|
+
</xsd:annotation>
|
240
|
+
</xsd:enumeration>
|
241
|
+
<xsd:enumeration value="EVENTTYPE_MIRROR_PORT_MEMBER">
|
242
|
+
<xsd:annotation>
|
243
|
+
<xsd:documentation>EVENTTYPE_MIRROR_PORT_MEMBER</xsd:documentation>
|
244
|
+
</xsd:annotation>
|
245
|
+
</xsd:enumeration>
|
246
|
+
<xsd:enumeration value="EVENTTYPE_MIRROR_PORT">
|
247
|
+
<xsd:annotation>
|
248
|
+
<xsd:documentation>EVENTTYPE_MIRROR_PORT</xsd:documentation>
|
249
|
+
</xsd:annotation>
|
250
|
+
</xsd:enumeration>
|
251
|
+
<xsd:enumeration value="EVENTTYPE_MIRROR_VLAN">
|
252
|
+
<xsd:annotation>
|
253
|
+
<xsd:documentation>EVENTTYPE_MIRROR_VLAN</xsd:documentation>
|
254
|
+
</xsd:annotation>
|
255
|
+
</xsd:enumeration>
|
256
|
+
<xsd:enumeration value="EVENTTYPE_MONITOR">
|
257
|
+
<xsd:annotation>
|
258
|
+
<xsd:documentation>EVENTTYPE_MONITOR</xsd:documentation>
|
259
|
+
</xsd:annotation>
|
260
|
+
</xsd:enumeration>
|
261
|
+
<xsd:enumeration value="EVENTTYPE_NAT">
|
262
|
+
<xsd:annotation>
|
263
|
+
<xsd:documentation>EVENTTYPE_NAT</xsd:documentation>
|
264
|
+
</xsd:annotation>
|
265
|
+
</xsd:enumeration>
|
266
|
+
<xsd:enumeration value="EVENTTYPE_NODE_ADDRESS">
|
267
|
+
<xsd:annotation>
|
268
|
+
<xsd:documentation>EVENTTYPE_NODE_ADDRESS</xsd:documentation>
|
269
|
+
</xsd:annotation>
|
270
|
+
</xsd:enumeration>
|
271
|
+
<xsd:enumeration value="EVENTTYPE_PACKET_FILTER">
|
272
|
+
<xsd:annotation>
|
273
|
+
<xsd:documentation>EVENTTYPE_PACKET_FILTER</xsd:documentation>
|
274
|
+
</xsd:annotation>
|
275
|
+
</xsd:enumeration>
|
276
|
+
<xsd:enumeration value="EVENTTYPE_PCI_DEVICE">
|
277
|
+
<xsd:annotation>
|
278
|
+
<xsd:documentation>EVENTTYPE_PCI_DEVICE</xsd:documentation>
|
279
|
+
</xsd:annotation>
|
280
|
+
</xsd:enumeration>
|
281
|
+
<xsd:enumeration value="EVENTTYPE_POOL">
|
282
|
+
<xsd:annotation>
|
283
|
+
<xsd:documentation>EVENTTYPE_POOL</xsd:documentation>
|
284
|
+
</xsd:annotation>
|
285
|
+
</xsd:enumeration>
|
286
|
+
<xsd:enumeration value="EVENTTYPE_POOL_MEMBER">
|
287
|
+
<xsd:annotation>
|
288
|
+
<xsd:documentation>EVENTTYPE_POOL_MEMBER</xsd:documentation>
|
289
|
+
</xsd:annotation>
|
290
|
+
</xsd:enumeration>
|
291
|
+
<xsd:enumeration value="EVENTTYPE_RATE_FILTER">
|
292
|
+
<xsd:annotation>
|
293
|
+
<xsd:documentation>EVENTTYPE_RATE_FILTER</xsd:documentation>
|
294
|
+
</xsd:annotation>
|
295
|
+
</xsd:enumeration>
|
296
|
+
<xsd:enumeration value="EVENTTYPE_ROUTE_MGMT">
|
297
|
+
<xsd:annotation>
|
298
|
+
<xsd:documentation>EVENTTYPE_ROUTE_MGMT</xsd:documentation>
|
299
|
+
</xsd:annotation>
|
300
|
+
</xsd:enumeration>
|
301
|
+
<xsd:enumeration value="EVENTTYPE_ROUTE_UPDATE">
|
302
|
+
<xsd:annotation>
|
303
|
+
<xsd:documentation>EVENTTYPE_ROUTE_UPDATE</xsd:documentation>
|
304
|
+
</xsd:annotation>
|
305
|
+
</xsd:enumeration>
|
306
|
+
<xsd:enumeration value="EVENTTYPE_RULE">
|
307
|
+
<xsd:annotation>
|
308
|
+
<xsd:documentation>EVENTTYPE_RULE</xsd:documentation>
|
309
|
+
</xsd:annotation>
|
310
|
+
</xsd:enumeration>
|
311
|
+
<xsd:enumeration value="EVENTTYPE_SELF_IP">
|
312
|
+
<xsd:annotation>
|
313
|
+
<xsd:documentation>EVENTTYPE_SELF_IP</xsd:documentation>
|
314
|
+
</xsd:annotation>
|
315
|
+
</xsd:enumeration>
|
316
|
+
<xsd:enumeration value="EVENTTYPE_SENSOR">
|
317
|
+
<xsd:annotation>
|
318
|
+
<xsd:documentation>EVENTTYPE_SENSOR</xsd:documentation>
|
319
|
+
</xsd:annotation>
|
320
|
+
</xsd:enumeration>
|
321
|
+
<xsd:enumeration value="EVENTTYPE_SNAT_ADDRESS">
|
322
|
+
<xsd:annotation>
|
323
|
+
<xsd:documentation>EVENTTYPE_SNAT_ADDRESS</xsd:documentation>
|
324
|
+
</xsd:annotation>
|
325
|
+
</xsd:enumeration>
|
326
|
+
<xsd:enumeration value="EVENTTYPE_SNAT_POOL">
|
327
|
+
<xsd:annotation>
|
328
|
+
<xsd:documentation>EVENTTYPE_SNAT_POOL</xsd:documentation>
|
329
|
+
</xsd:annotation>
|
330
|
+
</xsd:enumeration>
|
331
|
+
<xsd:enumeration value="EVENTTYPE_SNAT_POOL_MEMBER">
|
332
|
+
<xsd:annotation>
|
333
|
+
<xsd:documentation>EVENTTYPE_SNAT_POOL_MEMBER</xsd:documentation>
|
334
|
+
</xsd:annotation>
|
335
|
+
</xsd:enumeration>
|
336
|
+
<xsd:enumeration value="EVENTTYPE_STP">
|
337
|
+
<xsd:annotation>
|
338
|
+
<xsd:documentation>EVENTTYPE_STP</xsd:documentation>
|
339
|
+
</xsd:annotation>
|
340
|
+
</xsd:enumeration>
|
341
|
+
<xsd:enumeration value="EVENTTYPE_SWITCH_DOMAIN">
|
342
|
+
<xsd:annotation>
|
343
|
+
<xsd:documentation>EVENTTYPE_SWITCH_DOMAIN</xsd:documentation>
|
344
|
+
</xsd:annotation>
|
345
|
+
</xsd:enumeration>
|
346
|
+
<xsd:enumeration value="EVENTTYPE_SWITCH_EDGE">
|
347
|
+
<xsd:annotation>
|
348
|
+
<xsd:documentation>EVENTTYPE_SWITCH_EDGE</xsd:documentation>
|
349
|
+
</xsd:annotation>
|
350
|
+
</xsd:enumeration>
|
351
|
+
<xsd:enumeration value="EVENTTYPE_TAMD_AUTH">
|
352
|
+
<xsd:annotation>
|
353
|
+
<xsd:documentation>EVENTTYPE_TAMD_AUTH</xsd:documentation>
|
354
|
+
</xsd:annotation>
|
355
|
+
</xsd:enumeration>
|
356
|
+
<xsd:enumeration value="EVENTTYPE_TRUNK">
|
357
|
+
<xsd:annotation>
|
358
|
+
<xsd:documentation>EVENTTYPE_TRUNK</xsd:documentation>
|
359
|
+
</xsd:annotation>
|
360
|
+
</xsd:enumeration>
|
361
|
+
<xsd:enumeration value="EVENTTYPE_TRUNK_CONFIG_MEMBER">
|
362
|
+
<xsd:annotation>
|
363
|
+
<xsd:documentation>EVENTTYPE_TRUNK_CONFIG_MEMBER</xsd:documentation>
|
364
|
+
</xsd:annotation>
|
365
|
+
</xsd:enumeration>
|
366
|
+
<xsd:enumeration value="EVENTTYPE_TRUNK_WORKING_MEMBER">
|
367
|
+
<xsd:annotation>
|
368
|
+
<xsd:documentation>EVENTTYPE_TRUNK_WORKING_MEMBER</xsd:documentation>
|
369
|
+
</xsd:annotation>
|
370
|
+
</xsd:enumeration>
|
371
|
+
<xsd:enumeration value="EVENTTYPE_VALUE_LIST">
|
372
|
+
<xsd:annotation>
|
373
|
+
<xsd:documentation>EVENTTYPE_VALUE_LIST</xsd:documentation>
|
374
|
+
</xsd:annotation>
|
375
|
+
</xsd:enumeration>
|
376
|
+
<xsd:enumeration value="EVENTTYPE_VIRTUAL_ADDRESS">
|
377
|
+
<xsd:annotation>
|
378
|
+
<xsd:documentation>EVENTTYPE_VIRTUAL_ADDRESS</xsd:documentation>
|
379
|
+
</xsd:annotation>
|
380
|
+
</xsd:enumeration>
|
381
|
+
<xsd:enumeration value="EVENTTYPE_VIRTUAL_SERVER">
|
382
|
+
<xsd:annotation>
|
383
|
+
<xsd:documentation>EVENTTYPE_VIRTUAL_SERVER</xsd:documentation>
|
384
|
+
</xsd:annotation>
|
385
|
+
</xsd:enumeration>
|
386
|
+
<xsd:enumeration value="EVENTTYPE_VIRTUAL_SERVER_PROFILE">
|
387
|
+
<xsd:annotation>
|
388
|
+
<xsd:documentation>EVENTTYPE_VIRTUAL_SERVER_PROFILE</xsd:documentation>
|
389
|
+
</xsd:annotation>
|
390
|
+
</xsd:enumeration>
|
391
|
+
<xsd:enumeration value="EVENTTYPE_VLAN">
|
392
|
+
<xsd:annotation>
|
393
|
+
<xsd:documentation>EVENTTYPE_VLAN</xsd:documentation>
|
394
|
+
</xsd:annotation>
|
395
|
+
</xsd:enumeration>
|
396
|
+
<xsd:enumeration value="EVENTTYPE_VLAN_MEMBER">
|
397
|
+
<xsd:annotation>
|
398
|
+
<xsd:documentation>EVENTTYPE_VLAN_MEMBER</xsd:documentation>
|
399
|
+
</xsd:annotation>
|
400
|
+
</xsd:enumeration>
|
401
|
+
<xsd:enumeration value="EVENTTYPE_VLANGROUP">
|
402
|
+
<xsd:annotation>
|
403
|
+
<xsd:documentation>EVENTTYPE_VLANGROUP</xsd:documentation>
|
404
|
+
</xsd:annotation>
|
405
|
+
</xsd:enumeration>
|
406
|
+
</xsd:restriction>
|
407
|
+
</xsd:simpleType>
|
408
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionStatus">
|
409
|
+
<xsd:sequence>
|
410
|
+
<xsd:element name="code" type="tns:Management.EventSubscription.SubscriptionStatusCode"/>
|
411
|
+
<xsd:element name="data" type="xsd:string"/>
|
412
|
+
</xsd:sequence>
|
413
|
+
</xsd:complexType>
|
414
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionStatusSequence">
|
415
|
+
<xsd:complexContent>
|
416
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
417
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventSubscription.SubscriptionStatus[]'/>
|
418
|
+
</xsd:restriction>
|
419
|
+
</xsd:complexContent>
|
420
|
+
</xsd:complexType>
|
421
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionDetailsV2">
|
422
|
+
<xsd:sequence>
|
423
|
+
<xsd:element name="name" type="xsd:string"/>
|
424
|
+
<xsd:element name="event_type_list" type="tns:Management.EventSubscription.EventTypeSequence"/>
|
425
|
+
<xsd:element name="url" type="xsd:string"/>
|
426
|
+
<xsd:element name="url_credentials" type="tns:Management.EventSubscription.UserCredential"/>
|
427
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
428
|
+
<xsd:element name="min_events_per_timeslice" type="xsd:long"/>
|
429
|
+
<xsd:element name="max_timeslice" type="xsd:long"/>
|
430
|
+
<xsd:element name="enabled_state" type="tns:Common.EnabledState"/>
|
431
|
+
<xsd:element name="proxy_url" type="xsd:string"/>
|
432
|
+
</xsd:sequence>
|
433
|
+
</xsd:complexType>
|
434
|
+
<xsd:complexType name="Management.EventSubscription.UserCredentialSequence">
|
435
|
+
<xsd:complexContent>
|
436
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
437
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventSubscription.UserCredential[]'/>
|
438
|
+
</xsd:restriction>
|
439
|
+
</xsd:complexContent>
|
440
|
+
</xsd:complexType>
|
441
|
+
<xsd:complexType name="Management.EventSubscription.UserCredential">
|
442
|
+
<xsd:sequence>
|
443
|
+
<xsd:element name="auth_mode" type="tns:Management.EventSubscription.AuthenticationMode"/>
|
444
|
+
<xsd:element name="username" type="xsd:string"/>
|
445
|
+
<xsd:element name="password" type="xsd:string"/>
|
446
|
+
</xsd:sequence>
|
447
|
+
</xsd:complexType>
|
448
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionDefinitionV2Sequence">
|
449
|
+
<xsd:complexContent>
|
450
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
451
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventSubscription.SubscriptionDefinitionV2[]'/>
|
452
|
+
</xsd:restriction>
|
453
|
+
</xsd:complexContent>
|
454
|
+
</xsd:complexType>
|
455
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionDefinitionV2">
|
456
|
+
<xsd:sequence>
|
457
|
+
<xsd:element name="id" type="xsd:string"/>
|
458
|
+
<xsd:element name="details" type="tns:Management.EventSubscription.SubscriptionDetailsV2"/>
|
459
|
+
</xsd:sequence>
|
460
|
+
</xsd:complexType>
|
461
|
+
<xsd:complexType name="Common.LongSequence">
|
462
|
+
<xsd:complexContent>
|
463
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
464
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
465
|
+
</xsd:restriction>
|
466
|
+
</xsd:complexContent>
|
467
|
+
</xsd:complexType>
|
468
|
+
<xsd:simpleType name="Management.EventSubscription.AuthenticationMode">
|
469
|
+
<xsd:restriction base="xsd:string">
|
470
|
+
<xsd:enumeration value="AUTHMODE_NONE">
|
471
|
+
<xsd:annotation>
|
472
|
+
<xsd:documentation>AUTHMODE_NONE</xsd:documentation>
|
473
|
+
</xsd:annotation>
|
474
|
+
</xsd:enumeration>
|
475
|
+
<xsd:enumeration value="AUTHMODE_BASIC">
|
476
|
+
<xsd:annotation>
|
477
|
+
<xsd:documentation>AUTHMODE_BASIC</xsd:documentation>
|
478
|
+
</xsd:annotation>
|
479
|
+
</xsd:enumeration>
|
480
|
+
</xsd:restriction>
|
481
|
+
</xsd:simpleType>
|
482
|
+
<xsd:complexType name="Management.EventSubscription.EventTypeSequence">
|
483
|
+
<xsd:complexContent>
|
484
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
485
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventSubscription.EventType[]'/>
|
486
|
+
</xsd:restriction>
|
487
|
+
</xsd:complexContent>
|
488
|
+
</xsd:complexType>
|
489
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionDetails">
|
490
|
+
<xsd:sequence>
|
491
|
+
<xsd:element name="name" type="xsd:string"/>
|
492
|
+
<xsd:element name="event_type_list" type="tns:Management.EventSubscription.EventTypeSequence"/>
|
493
|
+
<xsd:element name="url" type="xsd:string"/>
|
494
|
+
<xsd:element name="url_credentials" type="tns:Management.EventSubscription.UserCredential"/>
|
495
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
496
|
+
<xsd:element name="min_events_per_timeslice" type="xsd:long"/>
|
497
|
+
<xsd:element name="max_timeslice" type="xsd:long"/>
|
498
|
+
<xsd:element name="enabled_state" type="tns:Common.EnabledState"/>
|
499
|
+
</xsd:sequence>
|
500
|
+
</xsd:complexType>
|
501
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionDetailsV2Sequence">
|
502
|
+
<xsd:complexContent>
|
503
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
504
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventSubscription.SubscriptionDetailsV2[]'/>
|
505
|
+
</xsd:restriction>
|
506
|
+
</xsd:complexContent>
|
507
|
+
</xsd:complexType>
|
508
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionDetailsSequence">
|
509
|
+
<xsd:complexContent>
|
510
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
511
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.EventSubscription.SubscriptionDetails[]'/>
|
512
|
+
</xsd:restriction>
|
513
|
+
</xsd:complexContent>
|
514
|
+
</xsd:complexType>
|
515
|
+
<xsd:complexType name="Management.EventSubscription.SubscriptionStatistics">
|
516
|
+
<xsd:sequence>
|
517
|
+
<xsd:element name="id" type="xsd:string"/>
|
518
|
+
<xsd:element name="time_created" type="tns:Common.TimeStamp"/>
|
519
|
+
<xsd:element name="time_last_modified" type="tns:Common.TimeStamp"/>
|
520
|
+
<xsd:element name="time_last_notified" type="tns:Common.TimeStamp"/>
|
521
|
+
<xsd:element name="notifications_sent" type="xsd:long"/>
|
522
|
+
<xsd:element name="last_status" type="tns:Management.EventSubscription.SubscriptionStatus"/>
|
523
|
+
</xsd:sequence>
|
524
|
+
</xsd:complexType>
|
525
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
526
|
+
<xsd:complexContent>
|
527
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
528
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
529
|
+
</xsd:restriction>
|
530
|
+
</xsd:complexContent>
|
531
|
+
</xsd:complexType>
|
532
|
+
</xsd:schema>
|
533
|
+
</types>
|
534
|
+
|
535
|
+
<!-- message -->
|
536
|
+
|
537
|
+
<message name="Management.EventSubscription.createRequest">
|
538
|
+
<part name="sub_detail_list" type="tns:Management.EventSubscription.SubscriptionDetailsSequence"/>
|
539
|
+
</message>
|
540
|
+
<message name="Management.EventSubscription.createResponse">
|
541
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
542
|
+
</message>
|
543
|
+
|
544
|
+
<message name="Management.EventSubscription.create_v2Request">
|
545
|
+
<part name="sub_detail_list" type="tns:Management.EventSubscription.SubscriptionDetailsV2Sequence"/>
|
546
|
+
</message>
|
547
|
+
<message name="Management.EventSubscription.create_v2Response">
|
548
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
549
|
+
</message>
|
550
|
+
|
551
|
+
<message name="Management.EventSubscription.modifyRequest">
|
552
|
+
<part name="sub_def_list" type="tns:Management.EventSubscription.SubscriptionDefinitionSequence"/>
|
553
|
+
</message>
|
554
|
+
<message name="Management.EventSubscription.modifyResponse">
|
555
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
556
|
+
</message>
|
557
|
+
|
558
|
+
<message name="Management.EventSubscription.modify_v2Request">
|
559
|
+
<part name="sub_def_list" type="tns:Management.EventSubscription.SubscriptionDefinitionV2Sequence"/>
|
560
|
+
</message>
|
561
|
+
<message name="Management.EventSubscription.modify_v2Response">
|
562
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
563
|
+
</message>
|
564
|
+
|
565
|
+
<message name="Management.EventSubscription.removeRequest">
|
566
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
567
|
+
</message>
|
568
|
+
<message name="Management.EventSubscription.removeResponse">
|
569
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
570
|
+
</message>
|
571
|
+
|
572
|
+
<message name="Management.EventSubscription.get_listRequest">
|
573
|
+
</message>
|
574
|
+
<message name="Management.EventSubscription.get_listResponse">
|
575
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
576
|
+
</message>
|
577
|
+
|
578
|
+
<message name="Management.EventSubscription.queryRequest">
|
579
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
580
|
+
</message>
|
581
|
+
<message name="Management.EventSubscription.queryResponse">
|
582
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
583
|
+
<part name="sub_def_list" type="tns:Management.EventSubscription.SubscriptionDefinitionSequence"/>
|
584
|
+
</message>
|
585
|
+
|
586
|
+
<message name="Management.EventSubscription.query_v2Request">
|
587
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
588
|
+
</message>
|
589
|
+
<message name="Management.EventSubscription.query_v2Response">
|
590
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
591
|
+
<part name="sub_def_list" type="tns:Management.EventSubscription.SubscriptionDefinitionV2Sequence"/>
|
592
|
+
</message>
|
593
|
+
|
594
|
+
<message name="Management.EventSubscription.get_available_event_typesRequest">
|
595
|
+
</message>
|
596
|
+
<message name="Management.EventSubscription.get_available_event_typesResponse">
|
597
|
+
<part name="return" type="tns:Management.EventSubscription.EventTypeSequence"/>
|
598
|
+
</message>
|
599
|
+
|
600
|
+
<message name="Management.EventSubscription.set_stateRequest">
|
601
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
602
|
+
<part name="state_list" type="tns:Common.EnabledStateSequence"/>
|
603
|
+
</message>
|
604
|
+
<message name="Management.EventSubscription.set_stateResponse">
|
605
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
606
|
+
</message>
|
607
|
+
|
608
|
+
<message name="Management.EventSubscription.get_stateRequest">
|
609
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
610
|
+
</message>
|
611
|
+
<message name="Management.EventSubscription.get_stateResponse">
|
612
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
613
|
+
<part name="state_list" type="tns:Common.EnabledStateSequence"/>
|
614
|
+
</message>
|
615
|
+
|
616
|
+
<message name="Management.EventSubscription.set_urlRequest">
|
617
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
618
|
+
<part name="url_list" type="tns:Common.StringSequence"/>
|
619
|
+
</message>
|
620
|
+
<message name="Management.EventSubscription.set_urlResponse">
|
621
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
622
|
+
</message>
|
623
|
+
|
624
|
+
<message name="Management.EventSubscription.get_urlRequest">
|
625
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
626
|
+
</message>
|
627
|
+
<message name="Management.EventSubscription.get_urlResponse">
|
628
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
629
|
+
<part name="url_list" type="tns:Common.StringSequence"/>
|
630
|
+
</message>
|
631
|
+
|
632
|
+
<message name="Management.EventSubscription.set_authenticationRequest">
|
633
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
634
|
+
<part name="credential_list" type="tns:Management.EventSubscription.UserCredentialSequence"/>
|
635
|
+
</message>
|
636
|
+
<message name="Management.EventSubscription.set_authenticationResponse">
|
637
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
638
|
+
</message>
|
639
|
+
|
640
|
+
<message name="Management.EventSubscription.get_authenticationRequest">
|
641
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
642
|
+
</message>
|
643
|
+
<message name="Management.EventSubscription.get_authenticationResponse">
|
644
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
645
|
+
<part name="credential_list" type="tns:Management.EventSubscription.UserCredentialSequence"/>
|
646
|
+
</message>
|
647
|
+
|
648
|
+
<message name="Management.EventSubscription.set_ttlRequest">
|
649
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
650
|
+
<part name="ttl_list" type="tns:Common.LongSequence"/>
|
651
|
+
</message>
|
652
|
+
<message name="Management.EventSubscription.set_ttlResponse">
|
653
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
654
|
+
</message>
|
655
|
+
|
656
|
+
<message name="Management.EventSubscription.get_ttlRequest">
|
657
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
658
|
+
</message>
|
659
|
+
<message name="Management.EventSubscription.get_ttlResponse">
|
660
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
661
|
+
<part name="ttl_list" type="tns:Common.LongSequence"/>
|
662
|
+
</message>
|
663
|
+
|
664
|
+
<message name="Management.EventSubscription.set_min_events_per_timesliceRequest">
|
665
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
666
|
+
<part name="min_events_list" type="tns:Common.LongSequence"/>
|
667
|
+
</message>
|
668
|
+
<message name="Management.EventSubscription.set_min_events_per_timesliceResponse">
|
669
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
670
|
+
</message>
|
671
|
+
|
672
|
+
<message name="Management.EventSubscription.get_min_events_per_timesliceRequest">
|
673
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
674
|
+
</message>
|
675
|
+
<message name="Management.EventSubscription.get_min_events_per_timesliceResponse">
|
676
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
677
|
+
<part name="min_events_list" type="tns:Common.LongSequence"/>
|
678
|
+
</message>
|
679
|
+
|
680
|
+
<message name="Management.EventSubscription.set_max_timesliceRequest">
|
681
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
682
|
+
<part name="max_timeslice_list" type="tns:Common.LongSequence"/>
|
683
|
+
</message>
|
684
|
+
<message name="Management.EventSubscription.set_max_timesliceResponse">
|
685
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
686
|
+
</message>
|
687
|
+
|
688
|
+
<message name="Management.EventSubscription.get_max_timesliceRequest">
|
689
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
690
|
+
</message>
|
691
|
+
<message name="Management.EventSubscription.get_max_timesliceResponse">
|
692
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
693
|
+
<part name="max_timeslice_list" type="tns:Common.LongSequence"/>
|
694
|
+
</message>
|
695
|
+
|
696
|
+
<message name="Management.EventSubscription.set_proxy_urlRequest">
|
697
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
698
|
+
<part name="proxies" type="tns:Common.StringSequence"/>
|
699
|
+
</message>
|
700
|
+
<message name="Management.EventSubscription.set_proxy_urlResponse">
|
701
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
702
|
+
</message>
|
703
|
+
|
704
|
+
<message name="Management.EventSubscription.get_proxy_urlRequest">
|
705
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
706
|
+
</message>
|
707
|
+
<message name="Management.EventSubscription.get_proxy_urlResponse">
|
708
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
709
|
+
<part name="proxies" type="tns:Common.StringSequence"/>
|
710
|
+
</message>
|
711
|
+
|
712
|
+
<message name="Management.EventSubscription.get_statisticsRequest">
|
713
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
714
|
+
</message>
|
715
|
+
<message name="Management.EventSubscription.get_statisticsResponse">
|
716
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
717
|
+
<part name="statistics_list" type="tns:Management.EventSubscription.SubscriptionStatisticsSequence"/>
|
718
|
+
</message>
|
719
|
+
|
720
|
+
<message name="Management.EventSubscription.reset_statisticsRequest">
|
721
|
+
<part name="id_list" type="tns:Common.StringSequence"/>
|
722
|
+
</message>
|
723
|
+
<message name="Management.EventSubscription.reset_statisticsResponse">
|
724
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatusSequence"/>
|
725
|
+
</message>
|
726
|
+
|
727
|
+
<message name="Management.EventSubscription.pingRequest">
|
728
|
+
</message>
|
729
|
+
<message name="Management.EventSubscription.pingResponse">
|
730
|
+
<part name="return" type="tns:Management.EventSubscription.SubscriptionStatus"/>
|
731
|
+
</message>
|
732
|
+
|
733
|
+
<message name="Management.EventSubscription.get_versionRequest">
|
734
|
+
</message>
|
735
|
+
<message name="Management.EventSubscription.get_versionResponse">
|
736
|
+
<part name="return" type="xsd:string"/>
|
737
|
+
</message>
|
738
|
+
|
739
|
+
<!-- portType -->
|
740
|
+
|
741
|
+
<portType name="Management.EventSubscriptionPortType">
|
742
|
+
<operation name="create">
|
743
|
+
<documentation>
|
744
|
+
Create a new subscription. This takes an an input a list of subscription details, one for each subscription requested.
|
745
|
+
|
746
|
+
</documentation>
|
747
|
+
<input message="tns:Management.EventSubscription.createRequest"/>
|
748
|
+
<output message="tns:Management.EventSubscription.createResponse"/>
|
749
|
+
</operation>
|
750
|
+
<operation name="create_v2">
|
751
|
+
<documentation>
|
752
|
+
Create a new subscription. This takes an an input a list of
|
753
|
+
subscription details, one for each subscription requested.
|
754
|
+
|
755
|
+
</documentation>
|
756
|
+
<input message="tns:Management.EventSubscription.create_v2Request"/>
|
757
|
+
<output message="tns:Management.EventSubscription.create_v2Response"/>
|
758
|
+
</operation>
|
759
|
+
<operation name="modify">
|
760
|
+
<documentation>
|
761
|
+
Modify a list of subscriptions. This takes a list of subscription definitions representing the subscriptions that are
|
762
|
+
to be modified.
|
763
|
+
|
764
|
+
</documentation>
|
765
|
+
<input message="tns:Management.EventSubscription.modifyRequest"/>
|
766
|
+
<output message="tns:Management.EventSubscription.modifyResponse"/>
|
767
|
+
</operation>
|
768
|
+
<operation name="modify_v2">
|
769
|
+
<documentation>
|
770
|
+
Modify a list of subscriptions. This takes a list of subscription
|
771
|
+
definitions representing the subscriptions that are to be modified.
|
772
|
+
|
773
|
+
</documentation>
|
774
|
+
<input message="tns:Management.EventSubscription.modify_v2Request"/>
|
775
|
+
<output message="tns:Management.EventSubscription.modify_v2Response"/>
|
776
|
+
</operation>
|
777
|
+
<operation name="remove">
|
778
|
+
<documentation>
|
779
|
+
Remove a list of subscriptions. This takes as input a list of subscription id's and returns a list of status
|
780
|
+
structures with the associated status code for each item in the id_list.
|
781
|
+
|
782
|
+
</documentation>
|
783
|
+
<input message="tns:Management.EventSubscription.removeRequest"/>
|
784
|
+
<output message="tns:Management.EventSubscription.removeResponse"/>
|
785
|
+
</operation>
|
786
|
+
<operation name="get_list">
|
787
|
+
<documentation>
|
788
|
+
Retrieve the list of configured subscription identifiers.
|
789
|
+
|
790
|
+
</documentation>
|
791
|
+
<input message="tns:Management.EventSubscription.get_listRequest"/>
|
792
|
+
<output message="tns:Management.EventSubscription.get_listResponse"/>
|
793
|
+
</operation>
|
794
|
+
<operation name="query">
|
795
|
+
<documentation>
|
796
|
+
Retrieve the subscription definitions for a list of subscription identifiers.
|
797
|
+
|
798
|
+
</documentation>
|
799
|
+
<input message="tns:Management.EventSubscription.queryRequest"/>
|
800
|
+
<output message="tns:Management.EventSubscription.queryResponse"/>
|
801
|
+
</operation>
|
802
|
+
<operation name="query_v2">
|
803
|
+
<documentation>
|
804
|
+
Retrieve the subscription definitions for a list of subscription
|
805
|
+
identifiers.
|
806
|
+
|
807
|
+
</documentation>
|
808
|
+
<input message="tns:Management.EventSubscription.query_v2Request"/>
|
809
|
+
<output message="tns:Management.EventSubscription.query_v2Response"/>
|
810
|
+
</operation>
|
811
|
+
<operation name="get_available_event_types">
|
812
|
+
<documentation>
|
813
|
+
Retrieve a list of event types available on this system.
|
814
|
+
|
815
|
+
</documentation>
|
816
|
+
<input message="tns:Management.EventSubscription.get_available_event_typesRequest"/>
|
817
|
+
<output message="tns:Management.EventSubscription.get_available_event_typesResponse"/>
|
818
|
+
</operation>
|
819
|
+
<operation name="set_state">
|
820
|
+
<documentation>
|
821
|
+
Set the enabled state of a list of subscriptions identifiers
|
822
|
+
|
823
|
+
</documentation>
|
824
|
+
<input message="tns:Management.EventSubscription.set_stateRequest"/>
|
825
|
+
<output message="tns:Management.EventSubscription.set_stateResponse"/>
|
826
|
+
</operation>
|
827
|
+
<operation name="get_state">
|
828
|
+
<documentation>
|
829
|
+
Get the enabled state of a list of subscription identifiers.
|
830
|
+
|
831
|
+
</documentation>
|
832
|
+
<input message="tns:Management.EventSubscription.get_stateRequest"/>
|
833
|
+
<output message="tns:Management.EventSubscription.get_stateResponse"/>
|
834
|
+
</operation>
|
835
|
+
<operation name="set_url">
|
836
|
+
<documentation>
|
837
|
+
Set the url endpoint that implements the EventNotification interface.
|
838
|
+
|
839
|
+
</documentation>
|
840
|
+
<input message="tns:Management.EventSubscription.set_urlRequest"/>
|
841
|
+
<output message="tns:Management.EventSubscription.set_urlResponse"/>
|
842
|
+
</operation>
|
843
|
+
<operation name="get_url">
|
844
|
+
<documentation>
|
845
|
+
Get the url endpoint that implements the EventNotification interface.
|
846
|
+
|
847
|
+
</documentation>
|
848
|
+
<input message="tns:Management.EventSubscription.get_urlRequest"/>
|
849
|
+
<output message="tns:Management.EventSubscription.get_urlResponse"/>
|
850
|
+
</operation>
|
851
|
+
<operation name="set_authentication">
|
852
|
+
<documentation>
|
853
|
+
Set the credentials for the url's associated with the given list of subscription identifiers.
|
854
|
+
|
855
|
+
</documentation>
|
856
|
+
<input message="tns:Management.EventSubscription.set_authenticationRequest"/>
|
857
|
+
<output message="tns:Management.EventSubscription.set_authenticationResponse"/>
|
858
|
+
</operation>
|
859
|
+
<operation name="get_authentication">
|
860
|
+
<documentation>
|
861
|
+
Gets the credentials for the URL's associated with a set of
|
862
|
+
subscription identifiers.
|
863
|
+
|
864
|
+
</documentation>
|
865
|
+
<input message="tns:Management.EventSubscription.get_authenticationRequest"/>
|
866
|
+
<output message="tns:Management.EventSubscription.get_authenticationResponse"/>
|
867
|
+
</operation>
|
868
|
+
<operation name="set_ttl">
|
869
|
+
<documentation>
|
870
|
+
Set the time to live (ttl) in seconds for the list of subscription identifiers.
|
871
|
+
|
872
|
+
</documentation>
|
873
|
+
<input message="tns:Management.EventSubscription.set_ttlRequest"/>
|
874
|
+
<output message="tns:Management.EventSubscription.set_ttlResponse"/>
|
875
|
+
</operation>
|
876
|
+
<operation name="get_ttl">
|
877
|
+
<documentation>
|
878
|
+
Get the time to live (ttl) in seconds for the list of subscription identifiers.
|
879
|
+
|
880
|
+
</documentation>
|
881
|
+
<input message="tns:Management.EventSubscription.get_ttlRequest"/>
|
882
|
+
<output message="tns:Management.EventSubscription.get_ttlResponse"/>
|
883
|
+
</operation>
|
884
|
+
<operation name="set_min_events_per_timeslice">
|
885
|
+
<documentation>
|
886
|
+
Set the minimum number of events needed to trigger a notification message.
|
887
|
+
This value is used to force a notification message to occur even if the
|
888
|
+
max timeslice attribute is not reached yet.
|
889
|
+
|
890
|
+
</documentation>
|
891
|
+
<input message="tns:Management.EventSubscription.set_min_events_per_timesliceRequest"/>
|
892
|
+
<output message="tns:Management.EventSubscription.set_min_events_per_timesliceResponse"/>
|
893
|
+
</operation>
|
894
|
+
<operation name="get_min_events_per_timeslice">
|
895
|
+
<documentation>
|
896
|
+
Get the minimum number of events needed to trigger a notification message.
|
897
|
+
|
898
|
+
</documentation>
|
899
|
+
<input message="tns:Management.EventSubscription.get_min_events_per_timesliceRequest"/>
|
900
|
+
<output message="tns:Management.EventSubscription.get_min_events_per_timesliceResponse"/>
|
901
|
+
</operation>
|
902
|
+
<operation name="set_max_timeslice">
|
903
|
+
<documentation>
|
904
|
+
Set the maximum timeslice (in seconds) between event notifications. This value is used
|
905
|
+
to ensure that notifications are sent despite the minimum event attribute not reaching
|
906
|
+
its threashold.
|
907
|
+
|
908
|
+
</documentation>
|
909
|
+
<input message="tns:Management.EventSubscription.set_max_timesliceRequest"/>
|
910
|
+
<output message="tns:Management.EventSubscription.set_max_timesliceResponse"/>
|
911
|
+
</operation>
|
912
|
+
<operation name="get_max_timeslice">
|
913
|
+
<documentation>
|
914
|
+
Get the maximum timeslice (in seconds) between event notifications for the list of subscription identifiers.
|
915
|
+
|
916
|
+
</documentation>
|
917
|
+
<input message="tns:Management.EventSubscription.get_max_timesliceRequest"/>
|
918
|
+
<output message="tns:Management.EventSubscription.get_max_timesliceResponse"/>
|
919
|
+
</operation>
|
920
|
+
<operation name="set_proxy_url">
|
921
|
+
<documentation>
|
922
|
+
Sets the proxy URL required for accessing the notification service
|
923
|
+
for a set of subscriptions.
|
924
|
+
|
925
|
+
</documentation>
|
926
|
+
<input message="tns:Management.EventSubscription.set_proxy_urlRequest"/>
|
927
|
+
<output message="tns:Management.EventSubscription.set_proxy_urlResponse"/>
|
928
|
+
</operation>
|
929
|
+
<operation name="get_proxy_url">
|
930
|
+
<documentation>
|
931
|
+
Gets the proxy URL required for accessing the notification service
|
932
|
+
for a set of subscriptions.
|
933
|
+
|
934
|
+
</documentation>
|
935
|
+
<input message="tns:Management.EventSubscription.get_proxy_urlRequest"/>
|
936
|
+
<output message="tns:Management.EventSubscription.get_proxy_urlResponse"/>
|
937
|
+
</operation>
|
938
|
+
<operation name="get_statistics">
|
939
|
+
<documentation>
|
940
|
+
Get the statistics for the given list of subscription identifiers.
|
941
|
+
|
942
|
+
</documentation>
|
943
|
+
<input message="tns:Management.EventSubscription.get_statisticsRequest"/>
|
944
|
+
<output message="tns:Management.EventSubscription.get_statisticsResponse"/>
|
945
|
+
</operation>
|
946
|
+
<operation name="reset_statistics">
|
947
|
+
<documentation>
|
948
|
+
Reset the statistics for the given list of subscription identifiers.
|
949
|
+
|
950
|
+
</documentation>
|
951
|
+
<input message="tns:Management.EventSubscription.reset_statisticsRequest"/>
|
952
|
+
<output message="tns:Management.EventSubscription.reset_statisticsResponse"/>
|
953
|
+
</operation>
|
954
|
+
<operation name="ping">
|
955
|
+
<documentation>
|
956
|
+
A lightweight ping to determine the event notification service's health.
|
957
|
+
|
958
|
+
</documentation>
|
959
|
+
<input message="tns:Management.EventSubscription.pingRequest"/>
|
960
|
+
<output message="tns:Management.EventSubscription.pingResponse"/>
|
961
|
+
</operation>
|
962
|
+
<operation name="get_version">
|
963
|
+
<documentation>
|
964
|
+
Gets the version information for this interface.
|
965
|
+
|
966
|
+
</documentation>
|
967
|
+
<input message="tns:Management.EventSubscription.get_versionRequest"/>
|
968
|
+
<output message="tns:Management.EventSubscription.get_versionResponse"/>
|
969
|
+
</operation>
|
970
|
+
</portType>
|
971
|
+
|
972
|
+
<!-- binding -->
|
973
|
+
|
974
|
+
<binding name="Management.EventSubscriptionBinding" type="tns:Management.EventSubscriptionPortType">
|
975
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
976
|
+
<operation name="create">
|
977
|
+
<documentation>
|
978
|
+
Create a new subscription. This takes an an input a list of subscription details, one for each subscription requested.
|
979
|
+
|
980
|
+
</documentation>
|
981
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
982
|
+
<input>
|
983
|
+
<soap:body
|
984
|
+
use="encoded"
|
985
|
+
namespace="urn:iControl:Management/EventSubscription"
|
986
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
987
|
+
</input>
|
988
|
+
<output>
|
989
|
+
<soap:body
|
990
|
+
use="encoded"
|
991
|
+
namespace="urn:iControl:Management/EventSubscription"
|
992
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
993
|
+
</output>
|
994
|
+
</operation>
|
995
|
+
|
996
|
+
<operation name="create_v2">
|
997
|
+
<documentation>
|
998
|
+
Create a new subscription. This takes an an input a list of
|
999
|
+
subscription details, one for each subscription requested.
|
1000
|
+
|
1001
|
+
</documentation>
|
1002
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1003
|
+
<input>
|
1004
|
+
<soap:body
|
1005
|
+
use="encoded"
|
1006
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1007
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1008
|
+
</input>
|
1009
|
+
<output>
|
1010
|
+
<soap:body
|
1011
|
+
use="encoded"
|
1012
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1013
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1014
|
+
</output>
|
1015
|
+
</operation>
|
1016
|
+
|
1017
|
+
<operation name="modify">
|
1018
|
+
<documentation>
|
1019
|
+
Modify a list of subscriptions. This takes a list of subscription definitions representing the subscriptions that are
|
1020
|
+
to be modified.
|
1021
|
+
|
1022
|
+
</documentation>
|
1023
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1024
|
+
<input>
|
1025
|
+
<soap:body
|
1026
|
+
use="encoded"
|
1027
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1028
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1029
|
+
</input>
|
1030
|
+
<output>
|
1031
|
+
<soap:body
|
1032
|
+
use="encoded"
|
1033
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1034
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1035
|
+
</output>
|
1036
|
+
</operation>
|
1037
|
+
|
1038
|
+
<operation name="modify_v2">
|
1039
|
+
<documentation>
|
1040
|
+
Modify a list of subscriptions. This takes a list of subscription
|
1041
|
+
definitions representing the subscriptions that are to be modified.
|
1042
|
+
|
1043
|
+
</documentation>
|
1044
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1045
|
+
<input>
|
1046
|
+
<soap:body
|
1047
|
+
use="encoded"
|
1048
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1049
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1050
|
+
</input>
|
1051
|
+
<output>
|
1052
|
+
<soap:body
|
1053
|
+
use="encoded"
|
1054
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1055
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1056
|
+
</output>
|
1057
|
+
</operation>
|
1058
|
+
|
1059
|
+
<operation name="remove">
|
1060
|
+
<documentation>
|
1061
|
+
Remove a list of subscriptions. This takes as input a list of subscription id's and returns a list of status
|
1062
|
+
structures with the associated status code for each item in the id_list.
|
1063
|
+
|
1064
|
+
</documentation>
|
1065
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1066
|
+
<input>
|
1067
|
+
<soap:body
|
1068
|
+
use="encoded"
|
1069
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1070
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1071
|
+
</input>
|
1072
|
+
<output>
|
1073
|
+
<soap:body
|
1074
|
+
use="encoded"
|
1075
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1076
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1077
|
+
</output>
|
1078
|
+
</operation>
|
1079
|
+
|
1080
|
+
<operation name="get_list">
|
1081
|
+
<documentation>
|
1082
|
+
Retrieve the list of configured subscription identifiers.
|
1083
|
+
|
1084
|
+
</documentation>
|
1085
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1086
|
+
<input>
|
1087
|
+
<soap:body
|
1088
|
+
use="encoded"
|
1089
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1090
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1091
|
+
</input>
|
1092
|
+
<output>
|
1093
|
+
<soap:body
|
1094
|
+
use="encoded"
|
1095
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1096
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1097
|
+
</output>
|
1098
|
+
</operation>
|
1099
|
+
|
1100
|
+
<operation name="query">
|
1101
|
+
<documentation>
|
1102
|
+
Retrieve the subscription definitions for a list of subscription identifiers.
|
1103
|
+
|
1104
|
+
</documentation>
|
1105
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1106
|
+
<input>
|
1107
|
+
<soap:body
|
1108
|
+
use="encoded"
|
1109
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1110
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1111
|
+
</input>
|
1112
|
+
<output>
|
1113
|
+
<soap:body
|
1114
|
+
use="encoded"
|
1115
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1116
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1117
|
+
</output>
|
1118
|
+
</operation>
|
1119
|
+
|
1120
|
+
<operation name="query_v2">
|
1121
|
+
<documentation>
|
1122
|
+
Retrieve the subscription definitions for a list of subscription
|
1123
|
+
identifiers.
|
1124
|
+
|
1125
|
+
</documentation>
|
1126
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1127
|
+
<input>
|
1128
|
+
<soap:body
|
1129
|
+
use="encoded"
|
1130
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1131
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1132
|
+
</input>
|
1133
|
+
<output>
|
1134
|
+
<soap:body
|
1135
|
+
use="encoded"
|
1136
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1137
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1138
|
+
</output>
|
1139
|
+
</operation>
|
1140
|
+
|
1141
|
+
<operation name="get_available_event_types">
|
1142
|
+
<documentation>
|
1143
|
+
Retrieve a list of event types available on this system.
|
1144
|
+
|
1145
|
+
</documentation>
|
1146
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1147
|
+
<input>
|
1148
|
+
<soap:body
|
1149
|
+
use="encoded"
|
1150
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1151
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1152
|
+
</input>
|
1153
|
+
<output>
|
1154
|
+
<soap:body
|
1155
|
+
use="encoded"
|
1156
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1157
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1158
|
+
</output>
|
1159
|
+
</operation>
|
1160
|
+
|
1161
|
+
<operation name="set_state">
|
1162
|
+
<documentation>
|
1163
|
+
Set the enabled state of a list of subscriptions identifiers
|
1164
|
+
|
1165
|
+
</documentation>
|
1166
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1167
|
+
<input>
|
1168
|
+
<soap:body
|
1169
|
+
use="encoded"
|
1170
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1171
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1172
|
+
</input>
|
1173
|
+
<output>
|
1174
|
+
<soap:body
|
1175
|
+
use="encoded"
|
1176
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1177
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1178
|
+
</output>
|
1179
|
+
</operation>
|
1180
|
+
|
1181
|
+
<operation name="get_state">
|
1182
|
+
<documentation>
|
1183
|
+
Get the enabled state of a list of subscription identifiers.
|
1184
|
+
|
1185
|
+
</documentation>
|
1186
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1187
|
+
<input>
|
1188
|
+
<soap:body
|
1189
|
+
use="encoded"
|
1190
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1191
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1192
|
+
</input>
|
1193
|
+
<output>
|
1194
|
+
<soap:body
|
1195
|
+
use="encoded"
|
1196
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1197
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1198
|
+
</output>
|
1199
|
+
</operation>
|
1200
|
+
|
1201
|
+
<operation name="set_url">
|
1202
|
+
<documentation>
|
1203
|
+
Set the url endpoint that implements the EventNotification interface.
|
1204
|
+
|
1205
|
+
</documentation>
|
1206
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1207
|
+
<input>
|
1208
|
+
<soap:body
|
1209
|
+
use="encoded"
|
1210
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1211
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1212
|
+
</input>
|
1213
|
+
<output>
|
1214
|
+
<soap:body
|
1215
|
+
use="encoded"
|
1216
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1217
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1218
|
+
</output>
|
1219
|
+
</operation>
|
1220
|
+
|
1221
|
+
<operation name="get_url">
|
1222
|
+
<documentation>
|
1223
|
+
Get the url endpoint that implements the EventNotification interface.
|
1224
|
+
|
1225
|
+
</documentation>
|
1226
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1227
|
+
<input>
|
1228
|
+
<soap:body
|
1229
|
+
use="encoded"
|
1230
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1231
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1232
|
+
</input>
|
1233
|
+
<output>
|
1234
|
+
<soap:body
|
1235
|
+
use="encoded"
|
1236
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1237
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1238
|
+
</output>
|
1239
|
+
</operation>
|
1240
|
+
|
1241
|
+
<operation name="set_authentication">
|
1242
|
+
<documentation>
|
1243
|
+
Set the credentials for the url's associated with the given list of subscription identifiers.
|
1244
|
+
|
1245
|
+
</documentation>
|
1246
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1247
|
+
<input>
|
1248
|
+
<soap:body
|
1249
|
+
use="encoded"
|
1250
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1251
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1252
|
+
</input>
|
1253
|
+
<output>
|
1254
|
+
<soap:body
|
1255
|
+
use="encoded"
|
1256
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1257
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1258
|
+
</output>
|
1259
|
+
</operation>
|
1260
|
+
|
1261
|
+
<operation name="get_authentication">
|
1262
|
+
<documentation>
|
1263
|
+
Gets the credentials for the URL's associated with a set of
|
1264
|
+
subscription identifiers.
|
1265
|
+
|
1266
|
+
</documentation>
|
1267
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1268
|
+
<input>
|
1269
|
+
<soap:body
|
1270
|
+
use="encoded"
|
1271
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1272
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1273
|
+
</input>
|
1274
|
+
<output>
|
1275
|
+
<soap:body
|
1276
|
+
use="encoded"
|
1277
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1278
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1279
|
+
</output>
|
1280
|
+
</operation>
|
1281
|
+
|
1282
|
+
<operation name="set_ttl">
|
1283
|
+
<documentation>
|
1284
|
+
Set the time to live (ttl) in seconds for the list of subscription identifiers.
|
1285
|
+
|
1286
|
+
</documentation>
|
1287
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1288
|
+
<input>
|
1289
|
+
<soap:body
|
1290
|
+
use="encoded"
|
1291
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1292
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1293
|
+
</input>
|
1294
|
+
<output>
|
1295
|
+
<soap:body
|
1296
|
+
use="encoded"
|
1297
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1298
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1299
|
+
</output>
|
1300
|
+
</operation>
|
1301
|
+
|
1302
|
+
<operation name="get_ttl">
|
1303
|
+
<documentation>
|
1304
|
+
Get the time to live (ttl) in seconds for the list of subscription identifiers.
|
1305
|
+
|
1306
|
+
</documentation>
|
1307
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1308
|
+
<input>
|
1309
|
+
<soap:body
|
1310
|
+
use="encoded"
|
1311
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1312
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1313
|
+
</input>
|
1314
|
+
<output>
|
1315
|
+
<soap:body
|
1316
|
+
use="encoded"
|
1317
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1318
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1319
|
+
</output>
|
1320
|
+
</operation>
|
1321
|
+
|
1322
|
+
<operation name="set_min_events_per_timeslice">
|
1323
|
+
<documentation>
|
1324
|
+
Set the minimum number of events needed to trigger a notification message.
|
1325
|
+
This value is used to force a notification message to occur even if the
|
1326
|
+
max timeslice attribute is not reached yet.
|
1327
|
+
|
1328
|
+
</documentation>
|
1329
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1330
|
+
<input>
|
1331
|
+
<soap:body
|
1332
|
+
use="encoded"
|
1333
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1334
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1335
|
+
</input>
|
1336
|
+
<output>
|
1337
|
+
<soap:body
|
1338
|
+
use="encoded"
|
1339
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1340
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1341
|
+
</output>
|
1342
|
+
</operation>
|
1343
|
+
|
1344
|
+
<operation name="get_min_events_per_timeslice">
|
1345
|
+
<documentation>
|
1346
|
+
Get the minimum number of events needed to trigger a notification message.
|
1347
|
+
|
1348
|
+
</documentation>
|
1349
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1350
|
+
<input>
|
1351
|
+
<soap:body
|
1352
|
+
use="encoded"
|
1353
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1354
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1355
|
+
</input>
|
1356
|
+
<output>
|
1357
|
+
<soap:body
|
1358
|
+
use="encoded"
|
1359
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1360
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1361
|
+
</output>
|
1362
|
+
</operation>
|
1363
|
+
|
1364
|
+
<operation name="set_max_timeslice">
|
1365
|
+
<documentation>
|
1366
|
+
Set the maximum timeslice (in seconds) between event notifications. This value is used
|
1367
|
+
to ensure that notifications are sent despite the minimum event attribute not reaching
|
1368
|
+
its threashold.
|
1369
|
+
|
1370
|
+
</documentation>
|
1371
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1372
|
+
<input>
|
1373
|
+
<soap:body
|
1374
|
+
use="encoded"
|
1375
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1376
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1377
|
+
</input>
|
1378
|
+
<output>
|
1379
|
+
<soap:body
|
1380
|
+
use="encoded"
|
1381
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1382
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1383
|
+
</output>
|
1384
|
+
</operation>
|
1385
|
+
|
1386
|
+
<operation name="get_max_timeslice">
|
1387
|
+
<documentation>
|
1388
|
+
Get the maximum timeslice (in seconds) between event notifications for the list of subscription identifiers.
|
1389
|
+
|
1390
|
+
</documentation>
|
1391
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1392
|
+
<input>
|
1393
|
+
<soap:body
|
1394
|
+
use="encoded"
|
1395
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1396
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1397
|
+
</input>
|
1398
|
+
<output>
|
1399
|
+
<soap:body
|
1400
|
+
use="encoded"
|
1401
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1402
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1403
|
+
</output>
|
1404
|
+
</operation>
|
1405
|
+
|
1406
|
+
<operation name="set_proxy_url">
|
1407
|
+
<documentation>
|
1408
|
+
Sets the proxy URL required for accessing the notification service
|
1409
|
+
for a set of subscriptions.
|
1410
|
+
|
1411
|
+
</documentation>
|
1412
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1413
|
+
<input>
|
1414
|
+
<soap:body
|
1415
|
+
use="encoded"
|
1416
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1417
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1418
|
+
</input>
|
1419
|
+
<output>
|
1420
|
+
<soap:body
|
1421
|
+
use="encoded"
|
1422
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1423
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1424
|
+
</output>
|
1425
|
+
</operation>
|
1426
|
+
|
1427
|
+
<operation name="get_proxy_url">
|
1428
|
+
<documentation>
|
1429
|
+
Gets the proxy URL required for accessing the notification service
|
1430
|
+
for a set of subscriptions.
|
1431
|
+
|
1432
|
+
</documentation>
|
1433
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1434
|
+
<input>
|
1435
|
+
<soap:body
|
1436
|
+
use="encoded"
|
1437
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1438
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1439
|
+
</input>
|
1440
|
+
<output>
|
1441
|
+
<soap:body
|
1442
|
+
use="encoded"
|
1443
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1444
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1445
|
+
</output>
|
1446
|
+
</operation>
|
1447
|
+
|
1448
|
+
<operation name="get_statistics">
|
1449
|
+
<documentation>
|
1450
|
+
Get the statistics for the given list of subscription identifiers.
|
1451
|
+
|
1452
|
+
</documentation>
|
1453
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1454
|
+
<input>
|
1455
|
+
<soap:body
|
1456
|
+
use="encoded"
|
1457
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1458
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1459
|
+
</input>
|
1460
|
+
<output>
|
1461
|
+
<soap:body
|
1462
|
+
use="encoded"
|
1463
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1464
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1465
|
+
</output>
|
1466
|
+
</operation>
|
1467
|
+
|
1468
|
+
<operation name="reset_statistics">
|
1469
|
+
<documentation>
|
1470
|
+
Reset the statistics for the given list of subscription identifiers.
|
1471
|
+
|
1472
|
+
</documentation>
|
1473
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1474
|
+
<input>
|
1475
|
+
<soap:body
|
1476
|
+
use="encoded"
|
1477
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1478
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1479
|
+
</input>
|
1480
|
+
<output>
|
1481
|
+
<soap:body
|
1482
|
+
use="encoded"
|
1483
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1484
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1485
|
+
</output>
|
1486
|
+
</operation>
|
1487
|
+
|
1488
|
+
<operation name="ping">
|
1489
|
+
<documentation>
|
1490
|
+
A lightweight ping to determine the event notification service's health.
|
1491
|
+
|
1492
|
+
</documentation>
|
1493
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1494
|
+
<input>
|
1495
|
+
<soap:body
|
1496
|
+
use="encoded"
|
1497
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1498
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1499
|
+
</input>
|
1500
|
+
<output>
|
1501
|
+
<soap:body
|
1502
|
+
use="encoded"
|
1503
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1504
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1505
|
+
</output>
|
1506
|
+
</operation>
|
1507
|
+
|
1508
|
+
<operation name="get_version">
|
1509
|
+
<documentation>
|
1510
|
+
Gets the version information for this interface.
|
1511
|
+
|
1512
|
+
</documentation>
|
1513
|
+
<soap:operation soapAction="urn:iControl:Management/EventSubscription"/>
|
1514
|
+
<input>
|
1515
|
+
<soap:body
|
1516
|
+
use="encoded"
|
1517
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1518
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1519
|
+
</input>
|
1520
|
+
<output>
|
1521
|
+
<soap:body
|
1522
|
+
use="encoded"
|
1523
|
+
namespace="urn:iControl:Management/EventSubscription"
|
1524
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1525
|
+
</output>
|
1526
|
+
</operation>
|
1527
|
+
</binding>
|
1528
|
+
|
1529
|
+
<!-- service -->
|
1530
|
+
|
1531
|
+
<service name="Management.EventSubscription">
|
1532
|
+
<documentation>
|
1533
|
+
The EventSubscription interface is to be used to register for system configuration change events. Events are sent using the EventNotification interface.
|
1534
|
+
|
1535
|
+
This interface does not support transactions.
|
1536
|
+
|
1537
|
+
</documentation>
|
1538
|
+
<port name="Management.EventSubscriptionPort" binding="tns:Management.EventSubscriptionBinding">
|
1539
|
+
<soap:address location="https://url_to_service"/>
|
1540
|
+
</port>
|
1541
|
+
</service>
|
1542
|
+
</definitions>
|