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,382 @@
|
|
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="Classification.SignatureUpdateSchedule"
|
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:simpleType name="Classification.SignatureUpdateSchedule.SignatureUpdateIntervalType">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="SIGNATURE_UPDATE_INTERVAL_TYPE_UNKNOWN">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>SIGNATURE_UPDATE_INTERVAL_TYPE_UNKNOWN</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="SIGNATURE_UPDATE_INTERVAL_TYPE_DAILY">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>SIGNATURE_UPDATE_INTERVAL_TYPE_DAILY</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
<xsd:enumeration value="SIGNATURE_UPDATE_INTERVAL_TYPE_WEEKLY">
|
37
|
+
<xsd:annotation>
|
38
|
+
<xsd:documentation>SIGNATURE_UPDATE_INTERVAL_TYPE_WEEKLY</xsd:documentation>
|
39
|
+
</xsd:annotation>
|
40
|
+
</xsd:enumeration>
|
41
|
+
<xsd:enumeration value="SIGNATURE_UPDATE_INTERVAL_TYPE_MONTHLY">
|
42
|
+
<xsd:annotation>
|
43
|
+
<xsd:documentation>SIGNATURE_UPDATE_INTERVAL_TYPE_MONTHLY</xsd:documentation>
|
44
|
+
</xsd:annotation>
|
45
|
+
</xsd:enumeration>
|
46
|
+
</xsd:restriction>
|
47
|
+
</xsd:simpleType>
|
48
|
+
<xsd:simpleType name="Common.EnabledState">
|
49
|
+
<xsd:restriction base="xsd:string">
|
50
|
+
<xsd:enumeration value="STATE_DISABLED">
|
51
|
+
<xsd:annotation>
|
52
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
53
|
+
</xsd:annotation>
|
54
|
+
</xsd:enumeration>
|
55
|
+
<xsd:enumeration value="STATE_ENABLED">
|
56
|
+
<xsd:annotation>
|
57
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
58
|
+
</xsd:annotation>
|
59
|
+
</xsd:enumeration>
|
60
|
+
</xsd:restriction>
|
61
|
+
</xsd:simpleType>
|
62
|
+
<xsd:complexType name="Common.StringSequence">
|
63
|
+
<xsd:complexContent>
|
64
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
65
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
66
|
+
</xsd:restriction>
|
67
|
+
</xsd:complexContent>
|
68
|
+
</xsd:complexType>
|
69
|
+
<xsd:complexType name="Classification.SignatureUpdateSchedule.SignatureUpdateIntervalTypeSequence">
|
70
|
+
<xsd:complexContent>
|
71
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
72
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Classification.SignatureUpdateSchedule.SignatureUpdateIntervalType[]'/>
|
73
|
+
</xsd:restriction>
|
74
|
+
</xsd:complexContent>
|
75
|
+
</xsd:complexType>
|
76
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
77
|
+
<xsd:complexContent>
|
78
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
79
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
80
|
+
</xsd:restriction>
|
81
|
+
</xsd:complexContent>
|
82
|
+
</xsd:complexType>
|
83
|
+
</xsd:schema>
|
84
|
+
</types>
|
85
|
+
|
86
|
+
<!-- message -->
|
87
|
+
|
88
|
+
<message name="Classification.SignatureUpdateSchedule.get_listRequest">
|
89
|
+
</message>
|
90
|
+
<message name="Classification.SignatureUpdateSchedule.get_listResponse">
|
91
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<message name="Classification.SignatureUpdateSchedule.set_auto_update_interval_typeRequest">
|
95
|
+
<part name="schedules" type="tns:Common.StringSequence"/>
|
96
|
+
<part name="types" type="tns:Classification.SignatureUpdateSchedule.SignatureUpdateIntervalTypeSequence"/>
|
97
|
+
</message>
|
98
|
+
<message name="Classification.SignatureUpdateSchedule.set_auto_update_interval_typeResponse">
|
99
|
+
</message>
|
100
|
+
|
101
|
+
<message name="Classification.SignatureUpdateSchedule.get_auto_update_interval_typeRequest">
|
102
|
+
<part name="schedules" type="tns:Common.StringSequence"/>
|
103
|
+
</message>
|
104
|
+
<message name="Classification.SignatureUpdateSchedule.get_auto_update_interval_typeResponse">
|
105
|
+
<part name="return" type="tns:Classification.SignatureUpdateSchedule.SignatureUpdateIntervalTypeSequence"/>
|
106
|
+
</message>
|
107
|
+
|
108
|
+
<message name="Classification.SignatureUpdateSchedule.set_update_mode_automatic_stateRequest">
|
109
|
+
<part name="schedules" type="tns:Common.StringSequence"/>
|
110
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
111
|
+
</message>
|
112
|
+
<message name="Classification.SignatureUpdateSchedule.set_update_mode_automatic_stateResponse">
|
113
|
+
</message>
|
114
|
+
|
115
|
+
<message name="Classification.SignatureUpdateSchedule.get_update_mode_automatic_stateRequest">
|
116
|
+
<part name="schedules" type="tns:Common.StringSequence"/>
|
117
|
+
</message>
|
118
|
+
<message name="Classification.SignatureUpdateSchedule.get_update_mode_automatic_stateResponse">
|
119
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
120
|
+
</message>
|
121
|
+
|
122
|
+
<message name="Classification.SignatureUpdateSchedule.update_signaturesRequest">
|
123
|
+
</message>
|
124
|
+
<message name="Classification.SignatureUpdateSchedule.update_signaturesResponse">
|
125
|
+
</message>
|
126
|
+
|
127
|
+
<message name="Classification.SignatureUpdateSchedule.get_versionRequest">
|
128
|
+
</message>
|
129
|
+
<message name="Classification.SignatureUpdateSchedule.get_versionResponse">
|
130
|
+
<part name="return" type="xsd:string"/>
|
131
|
+
</message>
|
132
|
+
|
133
|
+
<!-- portType -->
|
134
|
+
|
135
|
+
<portType name="Classification.SignatureUpdateSchedulePortType">
|
136
|
+
<operation name="get_list">
|
137
|
+
<documentation>
|
138
|
+
Gets a list of all signature update schedules.
|
139
|
+
|
140
|
+
</documentation>
|
141
|
+
<input message="tns:Classification.SignatureUpdateSchedule.get_listRequest"/>
|
142
|
+
<output message="tns:Classification.SignatureUpdateSchedule.get_listResponse"/>
|
143
|
+
</operation>
|
144
|
+
<operation name="set_auto_update_interval_type">
|
145
|
+
<documentation>
|
146
|
+
Sets the signature update interval types for the specified
|
147
|
+
signature update schedules when auto update is enabled.
|
148
|
+
You can configure the following options: daily, weekly, and
|
149
|
+
monthly. The default value is weekly.
|
150
|
+
|
151
|
+
</documentation>
|
152
|
+
<input message="tns:Classification.SignatureUpdateSchedule.set_auto_update_interval_typeRequest"/>
|
153
|
+
<output message="tns:Classification.SignatureUpdateSchedule.set_auto_update_interval_typeResponse"/>
|
154
|
+
</operation>
|
155
|
+
<operation name="get_auto_update_interval_type">
|
156
|
+
<documentation>
|
157
|
+
Gets the signature update interval types for the specified
|
158
|
+
signature update schedules.
|
159
|
+
|
160
|
+
</documentation>
|
161
|
+
<input message="tns:Classification.SignatureUpdateSchedule.get_auto_update_interval_typeRequest"/>
|
162
|
+
<output message="tns:Classification.SignatureUpdateSchedule.get_auto_update_interval_typeResponse"/>
|
163
|
+
</operation>
|
164
|
+
<operation name="set_update_mode_automatic_state">
|
165
|
+
<documentation>
|
166
|
+
Sets the update mode states for the specified signature update
|
167
|
+
schedules. The state specifies whether the update scheduler is
|
168
|
+
enabled or disabled.
|
169
|
+
|
170
|
+
</documentation>
|
171
|
+
<input message="tns:Classification.SignatureUpdateSchedule.set_update_mode_automatic_stateRequest"/>
|
172
|
+
<output message="tns:Classification.SignatureUpdateSchedule.set_update_mode_automatic_stateResponse"/>
|
173
|
+
</operation>
|
174
|
+
<operation name="get_update_mode_automatic_state">
|
175
|
+
<documentation>
|
176
|
+
Gets the update mode states for the specified signature update
|
177
|
+
schedules.
|
178
|
+
|
179
|
+
</documentation>
|
180
|
+
<input message="tns:Classification.SignatureUpdateSchedule.get_update_mode_automatic_stateRequest"/>
|
181
|
+
<output message="tns:Classification.SignatureUpdateSchedule.get_update_mode_automatic_stateResponse"/>
|
182
|
+
</operation>
|
183
|
+
<operation name="update_signatures">
|
184
|
+
<documentation>
|
185
|
+
If the automatic update is set to disabled, the user can manually
|
186
|
+
update the classification signatures with this function in iControl.
|
187
|
+
Only administrators can run this command.
|
188
|
+
|
189
|
+
</documentation>
|
190
|
+
<input message="tns:Classification.SignatureUpdateSchedule.update_signaturesRequest"/>
|
191
|
+
<output message="tns:Classification.SignatureUpdateSchedule.update_signaturesResponse"/>
|
192
|
+
</operation>
|
193
|
+
<operation name="get_version">
|
194
|
+
<documentation>
|
195
|
+
Gets the version information for this interface.
|
196
|
+
|
197
|
+
</documentation>
|
198
|
+
<input message="tns:Classification.SignatureUpdateSchedule.get_versionRequest"/>
|
199
|
+
<output message="tns:Classification.SignatureUpdateSchedule.get_versionResponse"/>
|
200
|
+
</operation>
|
201
|
+
</portType>
|
202
|
+
|
203
|
+
<!-- binding -->
|
204
|
+
|
205
|
+
<binding name="Classification.SignatureUpdateScheduleBinding" type="tns:Classification.SignatureUpdateSchedulePortType">
|
206
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
207
|
+
<operation name="get_list">
|
208
|
+
<documentation>
|
209
|
+
Gets a list of all signature update schedules.
|
210
|
+
|
211
|
+
</documentation>
|
212
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureUpdateSchedule"/>
|
213
|
+
<input>
|
214
|
+
<soap:body
|
215
|
+
use="encoded"
|
216
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
217
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
218
|
+
</input>
|
219
|
+
<output>
|
220
|
+
<soap:body
|
221
|
+
use="encoded"
|
222
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
223
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
224
|
+
</output>
|
225
|
+
</operation>
|
226
|
+
|
227
|
+
<operation name="set_auto_update_interval_type">
|
228
|
+
<documentation>
|
229
|
+
Sets the signature update interval types for the specified
|
230
|
+
signature update schedules when auto update is enabled.
|
231
|
+
You can configure the following options: daily, weekly, and
|
232
|
+
monthly. The default value is weekly.
|
233
|
+
|
234
|
+
</documentation>
|
235
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureUpdateSchedule"/>
|
236
|
+
<input>
|
237
|
+
<soap:body
|
238
|
+
use="encoded"
|
239
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
240
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
241
|
+
</input>
|
242
|
+
<output>
|
243
|
+
<soap:body
|
244
|
+
use="encoded"
|
245
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
246
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
247
|
+
</output>
|
248
|
+
</operation>
|
249
|
+
|
250
|
+
<operation name="get_auto_update_interval_type">
|
251
|
+
<documentation>
|
252
|
+
Gets the signature update interval types for the specified
|
253
|
+
signature update schedules.
|
254
|
+
|
255
|
+
</documentation>
|
256
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureUpdateSchedule"/>
|
257
|
+
<input>
|
258
|
+
<soap:body
|
259
|
+
use="encoded"
|
260
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
261
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
262
|
+
</input>
|
263
|
+
<output>
|
264
|
+
<soap:body
|
265
|
+
use="encoded"
|
266
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
267
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
268
|
+
</output>
|
269
|
+
</operation>
|
270
|
+
|
271
|
+
<operation name="set_update_mode_automatic_state">
|
272
|
+
<documentation>
|
273
|
+
Sets the update mode states for the specified signature update
|
274
|
+
schedules. The state specifies whether the update scheduler is
|
275
|
+
enabled or disabled.
|
276
|
+
|
277
|
+
</documentation>
|
278
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureUpdateSchedule"/>
|
279
|
+
<input>
|
280
|
+
<soap:body
|
281
|
+
use="encoded"
|
282
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
283
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
284
|
+
</input>
|
285
|
+
<output>
|
286
|
+
<soap:body
|
287
|
+
use="encoded"
|
288
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
289
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
290
|
+
</output>
|
291
|
+
</operation>
|
292
|
+
|
293
|
+
<operation name="get_update_mode_automatic_state">
|
294
|
+
<documentation>
|
295
|
+
Gets the update mode states for the specified signature update
|
296
|
+
schedules.
|
297
|
+
|
298
|
+
</documentation>
|
299
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureUpdateSchedule"/>
|
300
|
+
<input>
|
301
|
+
<soap:body
|
302
|
+
use="encoded"
|
303
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
304
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
305
|
+
</input>
|
306
|
+
<output>
|
307
|
+
<soap:body
|
308
|
+
use="encoded"
|
309
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
310
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
311
|
+
</output>
|
312
|
+
</operation>
|
313
|
+
|
314
|
+
<operation name="update_signatures">
|
315
|
+
<documentation>
|
316
|
+
If the automatic update is set to disabled, the user can manually
|
317
|
+
update the classification signatures with this function in iControl.
|
318
|
+
Only administrators can run this command.
|
319
|
+
|
320
|
+
</documentation>
|
321
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureUpdateSchedule"/>
|
322
|
+
<input>
|
323
|
+
<soap:body
|
324
|
+
use="encoded"
|
325
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
326
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
327
|
+
</input>
|
328
|
+
<output>
|
329
|
+
<soap:body
|
330
|
+
use="encoded"
|
331
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
332
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
333
|
+
</output>
|
334
|
+
</operation>
|
335
|
+
|
336
|
+
<operation name="get_version">
|
337
|
+
<documentation>
|
338
|
+
Gets the version information for this interface.
|
339
|
+
|
340
|
+
</documentation>
|
341
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureUpdateSchedule"/>
|
342
|
+
<input>
|
343
|
+
<soap:body
|
344
|
+
use="encoded"
|
345
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
346
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
347
|
+
</input>
|
348
|
+
<output>
|
349
|
+
<soap:body
|
350
|
+
use="encoded"
|
351
|
+
namespace="urn:iControl:Classification/SignatureUpdateSchedule"
|
352
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
353
|
+
</output>
|
354
|
+
</operation>
|
355
|
+
</binding>
|
356
|
+
|
357
|
+
<!-- service -->
|
358
|
+
|
359
|
+
<service name="Classification.SignatureUpdateSchedule">
|
360
|
+
<documentation>
|
361
|
+
The classification methods have some signatures, and these signatures
|
362
|
+
change with time. For example, the signatures to identify the Skype
|
363
|
+
traffic working now may not work later. Thus the classification
|
364
|
+
signatures need to be updated. This signature update schedule
|
365
|
+
interface enables you to configure the schedule for classification
|
366
|
+
signature updates. The signatures can be updated automatically or
|
367
|
+
manually. If the automatic update is set to disabled, the user can
|
368
|
+
update the classification signatures using the browser-based BIG-IP
|
369
|
+
Configuration utility. If the automatic update is set to enabled, the
|
370
|
+
update schedules daily, weekly, or monthly then takes effect. Both
|
371
|
+
the automatic update and schedule can be configured through this
|
372
|
+
interface.
|
373
|
+
|
374
|
+
Please specify the following key in all methods in the interface:
|
375
|
+
'/Common/signature-update-schedule'.
|
376
|
+
|
377
|
+
</documentation>
|
378
|
+
<port name="Classification.SignatureUpdateSchedulePort" binding="tns:Classification.SignatureUpdateScheduleBinding">
|
379
|
+
<soap:address location="https://url_to_service"/>
|
380
|
+
</port>
|
381
|
+
</service>
|
382
|
+
</definitions>
|
@@ -0,0 +1,233 @@
|
|
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="Classification.SignatureVersion"
|
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="Common.TimeStampSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.TimeStamp[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.TimeStamp">
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="year" type="xsd:long"/>
|
34
|
+
<xsd:element name="month" type="xsd:long"/>
|
35
|
+
<xsd:element name="day" type="xsd:long"/>
|
36
|
+
<xsd:element name="hour" type="xsd:long"/>
|
37
|
+
<xsd:element name="minute" type="xsd:long"/>
|
38
|
+
<xsd:element name="second" type="xsd:long"/>
|
39
|
+
</xsd:sequence>
|
40
|
+
</xsd:complexType>
|
41
|
+
<xsd:complexType name="Common.StringSequence">
|
42
|
+
<xsd:complexContent>
|
43
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
44
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
45
|
+
</xsd:restriction>
|
46
|
+
</xsd:complexContent>
|
47
|
+
</xsd:complexType>
|
48
|
+
</xsd:schema>
|
49
|
+
</types>
|
50
|
+
|
51
|
+
<!-- message -->
|
52
|
+
|
53
|
+
<message name="Classification.SignatureVersion.get_listRequest">
|
54
|
+
</message>
|
55
|
+
<message name="Classification.SignatureVersion.get_listResponse">
|
56
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
57
|
+
</message>
|
58
|
+
|
59
|
+
<message name="Classification.SignatureVersion.get_update_timeRequest">
|
60
|
+
<part name="versions" type="tns:Common.StringSequence"/>
|
61
|
+
</message>
|
62
|
+
<message name="Classification.SignatureVersion.get_update_timeResponse">
|
63
|
+
<part name="return" type="tns:Common.TimeStampSequence"/>
|
64
|
+
</message>
|
65
|
+
|
66
|
+
<message name="Classification.SignatureVersion.get_version_numberRequest">
|
67
|
+
<part name="versions" type="tns:Common.StringSequence"/>
|
68
|
+
</message>
|
69
|
+
<message name="Classification.SignatureVersion.get_version_numberResponse">
|
70
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
71
|
+
</message>
|
72
|
+
|
73
|
+
<message name="Classification.SignatureVersion.get_versionRequest">
|
74
|
+
</message>
|
75
|
+
<message name="Classification.SignatureVersion.get_versionResponse">
|
76
|
+
<part name="return" type="xsd:string"/>
|
77
|
+
</message>
|
78
|
+
|
79
|
+
<!-- portType -->
|
80
|
+
|
81
|
+
<portType name="Classification.SignatureVersionPortType">
|
82
|
+
<operation name="get_list">
|
83
|
+
<documentation>
|
84
|
+
Gets a list of all signature update versions.
|
85
|
+
|
86
|
+
</documentation>
|
87
|
+
<input message="tns:Classification.SignatureVersion.get_listRequest"/>
|
88
|
+
<output message="tns:Classification.SignatureVersion.get_listResponse"/>
|
89
|
+
</operation>
|
90
|
+
<operation name="get_update_time">
|
91
|
+
<documentation>
|
92
|
+
Gets the update times for the specified signature update
|
93
|
+
versions. An update time specifies the time when the last
|
94
|
+
classification signature is updated.
|
95
|
+
|
96
|
+
</documentation>
|
97
|
+
<input message="tns:Classification.SignatureVersion.get_update_timeRequest"/>
|
98
|
+
<output message="tns:Classification.SignatureVersion.get_update_timeResponse"/>
|
99
|
+
</operation>
|
100
|
+
<operation name="get_version_number">
|
101
|
+
<documentation>
|
102
|
+
Gets the version numbers (in strings) for the specified
|
103
|
+
signature update versions. A version number specifies the
|
104
|
+
version of the last updated classification signature. An example
|
105
|
+
version number looks like: "version-number 7"; the higher the
|
106
|
+
number (in string) is, the newer the version is.
|
107
|
+
|
108
|
+
</documentation>
|
109
|
+
<input message="tns:Classification.SignatureVersion.get_version_numberRequest"/>
|
110
|
+
<output message="tns:Classification.SignatureVersion.get_version_numberResponse"/>
|
111
|
+
</operation>
|
112
|
+
<operation name="get_version">
|
113
|
+
<documentation>
|
114
|
+
Gets the version information for this interface.
|
115
|
+
|
116
|
+
</documentation>
|
117
|
+
<input message="tns:Classification.SignatureVersion.get_versionRequest"/>
|
118
|
+
<output message="tns:Classification.SignatureVersion.get_versionResponse"/>
|
119
|
+
</operation>
|
120
|
+
</portType>
|
121
|
+
|
122
|
+
<!-- binding -->
|
123
|
+
|
124
|
+
<binding name="Classification.SignatureVersionBinding" type="tns:Classification.SignatureVersionPortType">
|
125
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
126
|
+
<operation name="get_list">
|
127
|
+
<documentation>
|
128
|
+
Gets a list of all signature update versions.
|
129
|
+
|
130
|
+
</documentation>
|
131
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureVersion"/>
|
132
|
+
<input>
|
133
|
+
<soap:body
|
134
|
+
use="encoded"
|
135
|
+
namespace="urn:iControl:Classification/SignatureVersion"
|
136
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
137
|
+
</input>
|
138
|
+
<output>
|
139
|
+
<soap:body
|
140
|
+
use="encoded"
|
141
|
+
namespace="urn:iControl:Classification/SignatureVersion"
|
142
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
143
|
+
</output>
|
144
|
+
</operation>
|
145
|
+
|
146
|
+
<operation name="get_update_time">
|
147
|
+
<documentation>
|
148
|
+
Gets the update times for the specified signature update
|
149
|
+
versions. An update time specifies the time when the last
|
150
|
+
classification signature is updated.
|
151
|
+
|
152
|
+
</documentation>
|
153
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureVersion"/>
|
154
|
+
<input>
|
155
|
+
<soap:body
|
156
|
+
use="encoded"
|
157
|
+
namespace="urn:iControl:Classification/SignatureVersion"
|
158
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
159
|
+
</input>
|
160
|
+
<output>
|
161
|
+
<soap:body
|
162
|
+
use="encoded"
|
163
|
+
namespace="urn:iControl:Classification/SignatureVersion"
|
164
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
165
|
+
</output>
|
166
|
+
</operation>
|
167
|
+
|
168
|
+
<operation name="get_version_number">
|
169
|
+
<documentation>
|
170
|
+
Gets the version numbers (in strings) for the specified
|
171
|
+
signature update versions. A version number specifies the
|
172
|
+
version of the last updated classification signature. An example
|
173
|
+
version number looks like: "version-number 7"; the higher the
|
174
|
+
number (in string) is, the newer the version is.
|
175
|
+
|
176
|
+
</documentation>
|
177
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureVersion"/>
|
178
|
+
<input>
|
179
|
+
<soap:body
|
180
|
+
use="encoded"
|
181
|
+
namespace="urn:iControl:Classification/SignatureVersion"
|
182
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
183
|
+
</input>
|
184
|
+
<output>
|
185
|
+
<soap:body
|
186
|
+
use="encoded"
|
187
|
+
namespace="urn:iControl:Classification/SignatureVersion"
|
188
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
189
|
+
</output>
|
190
|
+
</operation>
|
191
|
+
|
192
|
+
<operation name="get_version">
|
193
|
+
<documentation>
|
194
|
+
Gets the version information for this interface.
|
195
|
+
|
196
|
+
</documentation>
|
197
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureVersion"/>
|
198
|
+
<input>
|
199
|
+
<soap:body
|
200
|
+
use="encoded"
|
201
|
+
namespace="urn:iControl:Classification/SignatureVersion"
|
202
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
203
|
+
</input>
|
204
|
+
<output>
|
205
|
+
<soap:body
|
206
|
+
use="encoded"
|
207
|
+
namespace="urn:iControl:Classification/SignatureVersion"
|
208
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
209
|
+
</output>
|
210
|
+
</operation>
|
211
|
+
</binding>
|
212
|
+
|
213
|
+
<!-- service -->
|
214
|
+
|
215
|
+
<service name="Classification.SignatureVersion">
|
216
|
+
<documentation>
|
217
|
+
The classification methods have some signatures, and these signatures
|
218
|
+
change with time. For example, the signatures to identify the Skype
|
219
|
+
traffic working now may not work later. Thus the classification
|
220
|
+
signatures need to be updated. This signature update version
|
221
|
+
interface enables you to configure the versions for classification
|
222
|
+
signature updates. In more detail, the update time and version number
|
223
|
+
of the last updated classification signature can be shown.
|
224
|
+
|
225
|
+
Please specify the following key in all methods in the interface:
|
226
|
+
'/Common/version-info'.
|
227
|
+
|
228
|
+
</documentation>
|
229
|
+
<port name="Classification.SignatureVersionPort" binding="tns:Classification.SignatureVersionBinding">
|
230
|
+
<soap:address location="https://url_to_service"/>
|
231
|
+
</port>
|
232
|
+
</service>
|
233
|
+
</definitions>
|