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,541 @@
|
|
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.SignatureDefinition"
|
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="Classification.SignatureDefinition.SignatureUpdateProgressStatusTypeSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Classification.SignatureDefinition.SignatureUpdateProgressStatusType[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.TimeStampSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.TimeStamp[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:simpleType name="Common.EnabledState">
|
39
|
+
<xsd:restriction base="xsd:string">
|
40
|
+
<xsd:enumeration value="STATE_DISABLED">
|
41
|
+
<xsd:annotation>
|
42
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
43
|
+
</xsd:annotation>
|
44
|
+
</xsd:enumeration>
|
45
|
+
<xsd:enumeration value="STATE_ENABLED">
|
46
|
+
<xsd:annotation>
|
47
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
48
|
+
</xsd:annotation>
|
49
|
+
</xsd:enumeration>
|
50
|
+
</xsd:restriction>
|
51
|
+
</xsd:simpleType>
|
52
|
+
<xsd:complexType name="Common.TimeStamp">
|
53
|
+
<xsd:sequence>
|
54
|
+
<xsd:element name="year" type="xsd:long"/>
|
55
|
+
<xsd:element name="month" type="xsd:long"/>
|
56
|
+
<xsd:element name="day" type="xsd:long"/>
|
57
|
+
<xsd:element name="hour" type="xsd:long"/>
|
58
|
+
<xsd:element name="minute" type="xsd:long"/>
|
59
|
+
<xsd:element name="second" type="xsd:long"/>
|
60
|
+
</xsd:sequence>
|
61
|
+
</xsd:complexType>
|
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:simpleType name="Classification.SignatureDefinition.SignatureUpdateProgressStatusType">
|
70
|
+
<xsd:restriction base="xsd:string">
|
71
|
+
<xsd:enumeration value="SIGNATURE_UPDATE_STATUS_TYPE_UNKNOWN">
|
72
|
+
<xsd:annotation>
|
73
|
+
<xsd:documentation>SIGNATURE_UPDATE_STATUS_TYPE_UNKNOWN</xsd:documentation>
|
74
|
+
</xsd:annotation>
|
75
|
+
</xsd:enumeration>
|
76
|
+
<xsd:enumeration value="SIGNATURE_UPDATE_STATUS_TYPE_NONE">
|
77
|
+
<xsd:annotation>
|
78
|
+
<xsd:documentation>SIGNATURE_UPDATE_STATUS_TYPE_NONE</xsd:documentation>
|
79
|
+
</xsd:annotation>
|
80
|
+
</xsd:enumeration>
|
81
|
+
<xsd:enumeration value="SIGNATURE_UPDATE_STATUS_TYPE_SUCCESS">
|
82
|
+
<xsd:annotation>
|
83
|
+
<xsd:documentation>SIGNATURE_UPDATE_STATUS_TYPE_SUCCESS</xsd:documentation>
|
84
|
+
</xsd:annotation>
|
85
|
+
</xsd:enumeration>
|
86
|
+
<xsd:enumeration value="SIGNATURE_UPDATE_STATUS_TYPE_FAILURE">
|
87
|
+
<xsd:annotation>
|
88
|
+
<xsd:documentation>SIGNATURE_UPDATE_STATUS_TYPE_FAILURE</xsd:documentation>
|
89
|
+
</xsd:annotation>
|
90
|
+
</xsd:enumeration>
|
91
|
+
<xsd:enumeration value="SIGNATURE_UPDATE_STATUS_TYPE_IN_PROGRESS">
|
92
|
+
<xsd:annotation>
|
93
|
+
<xsd:documentation>SIGNATURE_UPDATE_STATUS_TYPE_IN_PROGRESS</xsd:documentation>
|
94
|
+
</xsd:annotation>
|
95
|
+
</xsd:enumeration>
|
96
|
+
</xsd:restriction>
|
97
|
+
</xsd:simpleType>
|
98
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
99
|
+
<xsd:complexContent>
|
100
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
101
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
102
|
+
</xsd:restriction>
|
103
|
+
</xsd:complexContent>
|
104
|
+
</xsd:complexType>
|
105
|
+
</xsd:schema>
|
106
|
+
</types>
|
107
|
+
|
108
|
+
<!-- message -->
|
109
|
+
|
110
|
+
<message name="Classification.SignatureDefinition.get_listRequest">
|
111
|
+
</message>
|
112
|
+
<message name="Classification.SignatureDefinition.get_listResponse">
|
113
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
114
|
+
</message>
|
115
|
+
|
116
|
+
<message name="Classification.SignatureDefinition.get_last_attempt_automatic_mode_stateRequest">
|
117
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
118
|
+
</message>
|
119
|
+
<message name="Classification.SignatureDefinition.get_last_attempt_automatic_mode_stateResponse">
|
120
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
121
|
+
</message>
|
122
|
+
|
123
|
+
<message name="Classification.SignatureDefinition.get_last_attempt_timeRequest">
|
124
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
125
|
+
</message>
|
126
|
+
<message name="Classification.SignatureDefinition.get_last_attempt_timeResponse">
|
127
|
+
<part name="return" type="tns:Common.TimeStampSequence"/>
|
128
|
+
</message>
|
129
|
+
|
130
|
+
<message name="Classification.SignatureDefinition.get_last_attempt_userRequest">
|
131
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="Classification.SignatureDefinition.get_last_attempt_userResponse">
|
134
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
135
|
+
</message>
|
136
|
+
|
137
|
+
<message name="Classification.SignatureDefinition.get_last_update_automatic_mode_stateRequest">
|
138
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
139
|
+
</message>
|
140
|
+
<message name="Classification.SignatureDefinition.get_last_update_automatic_mode_stateResponse">
|
141
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Classification.SignatureDefinition.get_last_update_timeRequest">
|
145
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
146
|
+
</message>
|
147
|
+
<message name="Classification.SignatureDefinition.get_last_update_timeResponse">
|
148
|
+
<part name="return" type="tns:Common.TimeStampSequence"/>
|
149
|
+
</message>
|
150
|
+
|
151
|
+
<message name="Classification.SignatureDefinition.get_last_update_userRequest">
|
152
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
153
|
+
</message>
|
154
|
+
<message name="Classification.SignatureDefinition.get_last_update_userResponse">
|
155
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
156
|
+
</message>
|
157
|
+
|
158
|
+
<message name="Classification.SignatureDefinition.get_messageRequest">
|
159
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="Classification.SignatureDefinition.get_messageResponse">
|
162
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
163
|
+
</message>
|
164
|
+
|
165
|
+
<message name="Classification.SignatureDefinition.get_progress_status_typeRequest">
|
166
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
167
|
+
</message>
|
168
|
+
<message name="Classification.SignatureDefinition.get_progress_status_typeResponse">
|
169
|
+
<part name="return" type="tns:Classification.SignatureDefinition.SignatureUpdateProgressStatusTypeSequence"/>
|
170
|
+
</message>
|
171
|
+
|
172
|
+
<message name="Classification.SignatureDefinition.get_versionRequest">
|
173
|
+
</message>
|
174
|
+
<message name="Classification.SignatureDefinition.get_versionResponse">
|
175
|
+
<part name="return" type="xsd:string"/>
|
176
|
+
</message>
|
177
|
+
|
178
|
+
<!-- portType -->
|
179
|
+
|
180
|
+
<portType name="Classification.SignatureDefinitionPortType">
|
181
|
+
<operation name="get_list">
|
182
|
+
<documentation>
|
183
|
+
Gets a list of all signature update definitions.
|
184
|
+
|
185
|
+
</documentation>
|
186
|
+
<input message="tns:Classification.SignatureDefinition.get_listRequest"/>
|
187
|
+
<output message="tns:Classification.SignatureDefinition.get_listResponse"/>
|
188
|
+
</operation>
|
189
|
+
<operation name="get_last_attempt_automatic_mode_state">
|
190
|
+
<documentation>
|
191
|
+
Gets the last attempt automatic mode states for the specified
|
192
|
+
signature definitions. This indicates whether the last
|
193
|
+
attempt to update the signature file was done manually or
|
194
|
+
automatically by the system. An enabled value indicates the
|
195
|
+
automatic update.
|
196
|
+
|
197
|
+
</documentation>
|
198
|
+
<input message="tns:Classification.SignatureDefinition.get_last_attempt_automatic_mode_stateRequest"/>
|
199
|
+
<output message="tns:Classification.SignatureDefinition.get_last_attempt_automatic_mode_stateResponse"/>
|
200
|
+
</operation>
|
201
|
+
<operation name="get_last_attempt_time">
|
202
|
+
<documentation>
|
203
|
+
Gets the last attempt timestamps for the specified signature
|
204
|
+
update definitions. This indicates the date and time of the last
|
205
|
+
attempt to update the signature file.
|
206
|
+
|
207
|
+
</documentation>
|
208
|
+
<input message="tns:Classification.SignatureDefinition.get_last_attempt_timeRequest"/>
|
209
|
+
<output message="tns:Classification.SignatureDefinition.get_last_attempt_timeResponse"/>
|
210
|
+
</operation>
|
211
|
+
<operation name="get_last_attempt_user">
|
212
|
+
<documentation>
|
213
|
+
Gets the last attempt users for the specified signature update
|
214
|
+
definitions. This indicates the user who is the last one to attempt
|
215
|
+
to update the signature file.
|
216
|
+
|
217
|
+
</documentation>
|
218
|
+
<input message="tns:Classification.SignatureDefinition.get_last_attempt_userRequest"/>
|
219
|
+
<output message="tns:Classification.SignatureDefinition.get_last_attempt_userResponse"/>
|
220
|
+
</operation>
|
221
|
+
<operation name="get_last_update_automatic_mode_state">
|
222
|
+
<documentation>
|
223
|
+
Gets the last update automatic mode states for the specified
|
224
|
+
signature update definitions. This indicates whether the last
|
225
|
+
successful signature file update was done manually or
|
226
|
+
automatically by the system. An enabled value indicates the
|
227
|
+
automatic update. The value of the last update automatic mode may
|
228
|
+
be different from the value of the last attempt automatic mode if
|
229
|
+
the last update attempt fails.
|
230
|
+
|
231
|
+
</documentation>
|
232
|
+
<input message="tns:Classification.SignatureDefinition.get_last_update_automatic_mode_stateRequest"/>
|
233
|
+
<output message="tns:Classification.SignatureDefinition.get_last_update_automatic_mode_stateResponse"/>
|
234
|
+
</operation>
|
235
|
+
<operation name="get_last_update_time">
|
236
|
+
<documentation>
|
237
|
+
Gets the last update timestamps for the specified signature
|
238
|
+
update definitions. This indicates the date and time of the last
|
239
|
+
successful signature file update. The value of the
|
240
|
+
last update datetime is different from the value of the
|
241
|
+
last attempt datetime if the last update attempt fails.
|
242
|
+
|
243
|
+
</documentation>
|
244
|
+
<input message="tns:Classification.SignatureDefinition.get_last_update_timeRequest"/>
|
245
|
+
<output message="tns:Classification.SignatureDefinition.get_last_update_timeResponse"/>
|
246
|
+
</operation>
|
247
|
+
<operation name="get_last_update_user">
|
248
|
+
<documentation>
|
249
|
+
Gets the last update users for the specified signature update
|
250
|
+
definitions. This indicates the user who did the last successful
|
251
|
+
signature file update. The value of the last update user may be
|
252
|
+
different from the value of the last-attempt-user if the last
|
253
|
+
update attempt fails.
|
254
|
+
|
255
|
+
</documentation>
|
256
|
+
<input message="tns:Classification.SignatureDefinition.get_last_update_userRequest"/>
|
257
|
+
<output message="tns:Classification.SignatureDefinition.get_last_update_userResponse"/>
|
258
|
+
</operation>
|
259
|
+
<operation name="get_message">
|
260
|
+
<documentation>
|
261
|
+
Gets the messages for the specified signature update definitions.
|
262
|
+
This indicates the error message when it fails to attempt to
|
263
|
+
update the signature file.
|
264
|
+
|
265
|
+
</documentation>
|
266
|
+
<input message="tns:Classification.SignatureDefinition.get_messageRequest"/>
|
267
|
+
<output message="tns:Classification.SignatureDefinition.get_messageResponse"/>
|
268
|
+
</operation>
|
269
|
+
<operation name="get_progress_status_type">
|
270
|
+
<documentation>
|
271
|
+
Gets the signature definition types for the specified
|
272
|
+
signature update definitions. This indicates the progress definition
|
273
|
+
when attempting to update the signature file. The options are
|
274
|
+
none, success, failure, and in-progress.
|
275
|
+
|
276
|
+
</documentation>
|
277
|
+
<input message="tns:Classification.SignatureDefinition.get_progress_status_typeRequest"/>
|
278
|
+
<output message="tns:Classification.SignatureDefinition.get_progress_status_typeResponse"/>
|
279
|
+
</operation>
|
280
|
+
<operation name="get_version">
|
281
|
+
<documentation>
|
282
|
+
Gets the version information for this interface.
|
283
|
+
|
284
|
+
</documentation>
|
285
|
+
<input message="tns:Classification.SignatureDefinition.get_versionRequest"/>
|
286
|
+
<output message="tns:Classification.SignatureDefinition.get_versionResponse"/>
|
287
|
+
</operation>
|
288
|
+
</portType>
|
289
|
+
|
290
|
+
<!-- binding -->
|
291
|
+
|
292
|
+
<binding name="Classification.SignatureDefinitionBinding" type="tns:Classification.SignatureDefinitionPortType">
|
293
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
294
|
+
<operation name="get_list">
|
295
|
+
<documentation>
|
296
|
+
Gets a list of all signature update definitions.
|
297
|
+
|
298
|
+
</documentation>
|
299
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
300
|
+
<input>
|
301
|
+
<soap:body
|
302
|
+
use="encoded"
|
303
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
304
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
305
|
+
</input>
|
306
|
+
<output>
|
307
|
+
<soap:body
|
308
|
+
use="encoded"
|
309
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
310
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
311
|
+
</output>
|
312
|
+
</operation>
|
313
|
+
|
314
|
+
<operation name="get_last_attempt_automatic_mode_state">
|
315
|
+
<documentation>
|
316
|
+
Gets the last attempt automatic mode states for the specified
|
317
|
+
signature definitions. This indicates whether the last
|
318
|
+
attempt to update the signature file was done manually or
|
319
|
+
automatically by the system. An enabled value indicates the
|
320
|
+
automatic update.
|
321
|
+
|
322
|
+
</documentation>
|
323
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
324
|
+
<input>
|
325
|
+
<soap:body
|
326
|
+
use="encoded"
|
327
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
328
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
329
|
+
</input>
|
330
|
+
<output>
|
331
|
+
<soap:body
|
332
|
+
use="encoded"
|
333
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
334
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
335
|
+
</output>
|
336
|
+
</operation>
|
337
|
+
|
338
|
+
<operation name="get_last_attempt_time">
|
339
|
+
<documentation>
|
340
|
+
Gets the last attempt timestamps for the specified signature
|
341
|
+
update definitions. This indicates the date and time of the last
|
342
|
+
attempt to update the signature file.
|
343
|
+
|
344
|
+
</documentation>
|
345
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
346
|
+
<input>
|
347
|
+
<soap:body
|
348
|
+
use="encoded"
|
349
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
350
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
351
|
+
</input>
|
352
|
+
<output>
|
353
|
+
<soap:body
|
354
|
+
use="encoded"
|
355
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
356
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
357
|
+
</output>
|
358
|
+
</operation>
|
359
|
+
|
360
|
+
<operation name="get_last_attempt_user">
|
361
|
+
<documentation>
|
362
|
+
Gets the last attempt users for the specified signature update
|
363
|
+
definitions. This indicates the user who is the last one to attempt
|
364
|
+
to update the signature file.
|
365
|
+
|
366
|
+
</documentation>
|
367
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
368
|
+
<input>
|
369
|
+
<soap:body
|
370
|
+
use="encoded"
|
371
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
372
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
373
|
+
</input>
|
374
|
+
<output>
|
375
|
+
<soap:body
|
376
|
+
use="encoded"
|
377
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
378
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
379
|
+
</output>
|
380
|
+
</operation>
|
381
|
+
|
382
|
+
<operation name="get_last_update_automatic_mode_state">
|
383
|
+
<documentation>
|
384
|
+
Gets the last update automatic mode states for the specified
|
385
|
+
signature update definitions. This indicates whether the last
|
386
|
+
successful signature file update was done manually or
|
387
|
+
automatically by the system. An enabled value indicates the
|
388
|
+
automatic update. The value of the last update automatic mode may
|
389
|
+
be different from the value of the last attempt automatic mode if
|
390
|
+
the last update attempt fails.
|
391
|
+
|
392
|
+
</documentation>
|
393
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
394
|
+
<input>
|
395
|
+
<soap:body
|
396
|
+
use="encoded"
|
397
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
398
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
399
|
+
</input>
|
400
|
+
<output>
|
401
|
+
<soap:body
|
402
|
+
use="encoded"
|
403
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
404
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
405
|
+
</output>
|
406
|
+
</operation>
|
407
|
+
|
408
|
+
<operation name="get_last_update_time">
|
409
|
+
<documentation>
|
410
|
+
Gets the last update timestamps for the specified signature
|
411
|
+
update definitions. This indicates the date and time of the last
|
412
|
+
successful signature file update. The value of the
|
413
|
+
last update datetime is different from the value of the
|
414
|
+
last attempt datetime if the last update attempt fails.
|
415
|
+
|
416
|
+
</documentation>
|
417
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
418
|
+
<input>
|
419
|
+
<soap:body
|
420
|
+
use="encoded"
|
421
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
422
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
423
|
+
</input>
|
424
|
+
<output>
|
425
|
+
<soap:body
|
426
|
+
use="encoded"
|
427
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
428
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
429
|
+
</output>
|
430
|
+
</operation>
|
431
|
+
|
432
|
+
<operation name="get_last_update_user">
|
433
|
+
<documentation>
|
434
|
+
Gets the last update users for the specified signature update
|
435
|
+
definitions. This indicates the user who did the last successful
|
436
|
+
signature file update. The value of the last update user may be
|
437
|
+
different from the value of the last-attempt-user if the last
|
438
|
+
update attempt fails.
|
439
|
+
|
440
|
+
</documentation>
|
441
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
442
|
+
<input>
|
443
|
+
<soap:body
|
444
|
+
use="encoded"
|
445
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
446
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
447
|
+
</input>
|
448
|
+
<output>
|
449
|
+
<soap:body
|
450
|
+
use="encoded"
|
451
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
452
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
453
|
+
</output>
|
454
|
+
</operation>
|
455
|
+
|
456
|
+
<operation name="get_message">
|
457
|
+
<documentation>
|
458
|
+
Gets the messages for the specified signature update definitions.
|
459
|
+
This indicates the error message when it fails to attempt to
|
460
|
+
update the signature file.
|
461
|
+
|
462
|
+
</documentation>
|
463
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
464
|
+
<input>
|
465
|
+
<soap:body
|
466
|
+
use="encoded"
|
467
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
468
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
469
|
+
</input>
|
470
|
+
<output>
|
471
|
+
<soap:body
|
472
|
+
use="encoded"
|
473
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
474
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
475
|
+
</output>
|
476
|
+
</operation>
|
477
|
+
|
478
|
+
<operation name="get_progress_status_type">
|
479
|
+
<documentation>
|
480
|
+
Gets the signature definition types for the specified
|
481
|
+
signature update definitions. This indicates the progress definition
|
482
|
+
when attempting to update the signature file. The options are
|
483
|
+
none, success, failure, and in-progress.
|
484
|
+
|
485
|
+
</documentation>
|
486
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
487
|
+
<input>
|
488
|
+
<soap:body
|
489
|
+
use="encoded"
|
490
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
491
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
492
|
+
</input>
|
493
|
+
<output>
|
494
|
+
<soap:body
|
495
|
+
use="encoded"
|
496
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
497
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
498
|
+
</output>
|
499
|
+
</operation>
|
500
|
+
|
501
|
+
<operation name="get_version">
|
502
|
+
<documentation>
|
503
|
+
Gets the version information for this interface.
|
504
|
+
|
505
|
+
</documentation>
|
506
|
+
<soap:operation soapAction="urn:iControl:Classification/SignatureDefinition"/>
|
507
|
+
<input>
|
508
|
+
<soap:body
|
509
|
+
use="encoded"
|
510
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
511
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
512
|
+
</input>
|
513
|
+
<output>
|
514
|
+
<soap:body
|
515
|
+
use="encoded"
|
516
|
+
namespace="urn:iControl:Classification/SignatureDefinition"
|
517
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
518
|
+
</output>
|
519
|
+
</operation>
|
520
|
+
</binding>
|
521
|
+
|
522
|
+
<!-- service -->
|
523
|
+
|
524
|
+
<service name="Classification.SignatureDefinition">
|
525
|
+
<documentation>
|
526
|
+
The classification methods have some signatures, and these signatures
|
527
|
+
change with time. For example, the signatures to identify the Skype
|
528
|
+
traffic working now may not work later. Thus the classification
|
529
|
+
signatures need to be updated. This signature definition
|
530
|
+
interface enables you to configure the different attributes that show
|
531
|
+
the definition for classification signature updates.
|
532
|
+
|
533
|
+
Please specify the following key in all methods in the interface:
|
534
|
+
'/Common/signature-definition'.
|
535
|
+
|
536
|
+
</documentation>
|
537
|
+
<port name="Classification.SignatureDefinitionPort" binding="tns:Classification.SignatureDefinitionBinding">
|
538
|
+
<soap:address location="https://url_to_service"/>
|
539
|
+
</port>
|
540
|
+
</service>
|
541
|
+
</definitions>
|