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,519 @@
|
|
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.Category"
|
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="Common.EnabledState">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="STATE_DISABLED">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="STATE_ENABLED">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
</xsd:restriction>
|
37
|
+
</xsd:simpleType>
|
38
|
+
<xsd:complexType name="Common.StringSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.ULongSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
53
|
+
<xsd:complexContent>
|
54
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
55
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
56
|
+
</xsd:restriction>
|
57
|
+
</xsd:complexContent>
|
58
|
+
</xsd:complexType>
|
59
|
+
</xsd:schema>
|
60
|
+
</types>
|
61
|
+
|
62
|
+
<!-- message -->
|
63
|
+
|
64
|
+
<message name="Classification.Category.get_listRequest">
|
65
|
+
</message>
|
66
|
+
<message name="Classification.Category.get_listResponse">
|
67
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
68
|
+
</message>
|
69
|
+
|
70
|
+
<message name="Classification.Category.createRequest">
|
71
|
+
<part name="categories" type="tns:Common.StringSequence"/>
|
72
|
+
<part name="ids" type="tns:Common.ULongSequence"/>
|
73
|
+
</message>
|
74
|
+
<message name="Classification.Category.createResponse">
|
75
|
+
</message>
|
76
|
+
|
77
|
+
<message name="Classification.Category.delete_categoryRequest">
|
78
|
+
<part name="categories" type="tns:Common.StringSequence"/>
|
79
|
+
</message>
|
80
|
+
<message name="Classification.Category.delete_categoryResponse">
|
81
|
+
</message>
|
82
|
+
|
83
|
+
<message name="Classification.Category.delete_all_categoriesRequest">
|
84
|
+
</message>
|
85
|
+
<message name="Classification.Category.delete_all_categoriesResponse">
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="Classification.Category.get_idRequest">
|
89
|
+
<part name="categories" type="tns:Common.StringSequence"/>
|
90
|
+
</message>
|
91
|
+
<message name="Classification.Category.get_idResponse">
|
92
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
93
|
+
</message>
|
94
|
+
|
95
|
+
<message name="Classification.Category.set_enabled_stateRequest">
|
96
|
+
<part name="categories" type="tns:Common.StringSequence"/>
|
97
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
98
|
+
</message>
|
99
|
+
<message name="Classification.Category.set_enabled_stateResponse">
|
100
|
+
</message>
|
101
|
+
|
102
|
+
<message name="Classification.Category.get_enabled_stateRequest">
|
103
|
+
<part name="categories" type="tns:Common.StringSequence"/>
|
104
|
+
</message>
|
105
|
+
<message name="Classification.Category.get_enabled_stateResponse">
|
106
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
107
|
+
</message>
|
108
|
+
|
109
|
+
<message name="Classification.Category.set_irule_event_stateRequest">
|
110
|
+
<part name="categories" type="tns:Common.StringSequence"/>
|
111
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
112
|
+
</message>
|
113
|
+
<message name="Classification.Category.set_irule_event_stateResponse">
|
114
|
+
</message>
|
115
|
+
|
116
|
+
<message name="Classification.Category.get_irule_event_stateRequest">
|
117
|
+
<part name="categories" type="tns:Common.StringSequence"/>
|
118
|
+
</message>
|
119
|
+
<message name="Classification.Category.get_irule_event_stateResponse">
|
120
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
121
|
+
</message>
|
122
|
+
|
123
|
+
<message name="Classification.Category.set_descriptionRequest">
|
124
|
+
<part name="categories" type="tns:Common.StringSequence"/>
|
125
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
126
|
+
</message>
|
127
|
+
<message name="Classification.Category.set_descriptionResponse">
|
128
|
+
</message>
|
129
|
+
|
130
|
+
<message name="Classification.Category.get_descriptionRequest">
|
131
|
+
<part name="categories" type="tns:Common.StringSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="Classification.Category.get_descriptionResponse">
|
134
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
135
|
+
</message>
|
136
|
+
|
137
|
+
<message name="Classification.Category.get_versionRequest">
|
138
|
+
</message>
|
139
|
+
<message name="Classification.Category.get_versionResponse">
|
140
|
+
<part name="return" type="xsd:string"/>
|
141
|
+
</message>
|
142
|
+
|
143
|
+
<!-- portType -->
|
144
|
+
|
145
|
+
<portType name="Classification.CategoryPortType">
|
146
|
+
<operation name="get_list">
|
147
|
+
<documentation>
|
148
|
+
Gets a list of all categories.
|
149
|
+
|
150
|
+
</documentation>
|
151
|
+
<input message="tns:Classification.Category.get_listRequest"/>
|
152
|
+
<output message="tns:Classification.Category.get_listResponse"/>
|
153
|
+
</operation>
|
154
|
+
<operation name="create">
|
155
|
+
<documentation>
|
156
|
+
Creates a set of classification categories.
|
157
|
+
|
158
|
+
</documentation>
|
159
|
+
<input message="tns:Classification.Category.createRequest"/>
|
160
|
+
<output message="tns:Classification.Category.createResponse"/>
|
161
|
+
</operation>
|
162
|
+
<operation name="delete_category">
|
163
|
+
<documentation>
|
164
|
+
Deletes the specified categories.
|
165
|
+
|
166
|
+
</documentation>
|
167
|
+
<input message="tns:Classification.Category.delete_categoryRequest"/>
|
168
|
+
<output message="tns:Classification.Category.delete_categoryResponse"/>
|
169
|
+
</operation>
|
170
|
+
<operation name="delete_all_categories">
|
171
|
+
<documentation>
|
172
|
+
Deletes all user defined categories.
|
173
|
+
|
174
|
+
</documentation>
|
175
|
+
<input message="tns:Classification.Category.delete_all_categoriesRequest"/>
|
176
|
+
<output message="tns:Classification.Category.delete_all_categoriesResponse"/>
|
177
|
+
</operation>
|
178
|
+
<operation name="get_id">
|
179
|
+
<documentation>
|
180
|
+
Gets the ids of the specified categories.
|
181
|
+
Category ids cannot be modified; therefore there is no set
|
182
|
+
method for it.
|
183
|
+
|
184
|
+
</documentation>
|
185
|
+
<input message="tns:Classification.Category.get_idRequest"/>
|
186
|
+
<output message="tns:Classification.Category.get_idResponse"/>
|
187
|
+
</operation>
|
188
|
+
<operation name="set_enabled_state">
|
189
|
+
<documentation>
|
190
|
+
Sets the states indicating if the specified categories are
|
191
|
+
enabled or disabled.
|
192
|
+
|
193
|
+
</documentation>
|
194
|
+
<input message="tns:Classification.Category.set_enabled_stateRequest"/>
|
195
|
+
<output message="tns:Classification.Category.set_enabled_stateResponse"/>
|
196
|
+
</operation>
|
197
|
+
<operation name="get_enabled_state">
|
198
|
+
<documentation>
|
199
|
+
Gets the states indicating if the specified categories are
|
200
|
+
enabled or disabled.
|
201
|
+
|
202
|
+
</documentation>
|
203
|
+
<input message="tns:Classification.Category.get_enabled_stateRequest"/>
|
204
|
+
<output message="tns:Classification.Category.get_enabled_stateResponse"/>
|
205
|
+
</operation>
|
206
|
+
<operation name="set_irule_event_state">
|
207
|
+
<documentation>
|
208
|
+
Sets the irule event states indicating if the irules for the
|
209
|
+
specified categories are enabled or disabled.
|
210
|
+
|
211
|
+
</documentation>
|
212
|
+
<input message="tns:Classification.Category.set_irule_event_stateRequest"/>
|
213
|
+
<output message="tns:Classification.Category.set_irule_event_stateResponse"/>
|
214
|
+
</operation>
|
215
|
+
<operation name="get_irule_event_state">
|
216
|
+
<documentation>
|
217
|
+
Gets the irule event states indicating if the irules for the
|
218
|
+
specified categories are enabled or disabled.
|
219
|
+
|
220
|
+
</documentation>
|
221
|
+
<input message="tns:Classification.Category.get_irule_event_stateRequest"/>
|
222
|
+
<output message="tns:Classification.Category.get_irule_event_stateResponse"/>
|
223
|
+
</operation>
|
224
|
+
<operation name="set_description">
|
225
|
+
<documentation>
|
226
|
+
Sets the descriptions for a set of categories.
|
227
|
+
|
228
|
+
</documentation>
|
229
|
+
<input message="tns:Classification.Category.set_descriptionRequest"/>
|
230
|
+
<output message="tns:Classification.Category.set_descriptionResponse"/>
|
231
|
+
</operation>
|
232
|
+
<operation name="get_description">
|
233
|
+
<documentation>
|
234
|
+
Gets the descriptions for a set of categories.
|
235
|
+
|
236
|
+
</documentation>
|
237
|
+
<input message="tns:Classification.Category.get_descriptionRequest"/>
|
238
|
+
<output message="tns:Classification.Category.get_descriptionResponse"/>
|
239
|
+
</operation>
|
240
|
+
<operation name="get_version">
|
241
|
+
<documentation>
|
242
|
+
Gets the version information for this interface.
|
243
|
+
|
244
|
+
</documentation>
|
245
|
+
<input message="tns:Classification.Category.get_versionRequest"/>
|
246
|
+
<output message="tns:Classification.Category.get_versionResponse"/>
|
247
|
+
</operation>
|
248
|
+
</portType>
|
249
|
+
|
250
|
+
<!-- binding -->
|
251
|
+
|
252
|
+
<binding name="Classification.CategoryBinding" type="tns:Classification.CategoryPortType">
|
253
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
254
|
+
<operation name="get_list">
|
255
|
+
<documentation>
|
256
|
+
Gets a list of all categories.
|
257
|
+
|
258
|
+
</documentation>
|
259
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
260
|
+
<input>
|
261
|
+
<soap:body
|
262
|
+
use="encoded"
|
263
|
+
namespace="urn:iControl:Classification/Category"
|
264
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
265
|
+
</input>
|
266
|
+
<output>
|
267
|
+
<soap:body
|
268
|
+
use="encoded"
|
269
|
+
namespace="urn:iControl:Classification/Category"
|
270
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
271
|
+
</output>
|
272
|
+
</operation>
|
273
|
+
|
274
|
+
<operation name="create">
|
275
|
+
<documentation>
|
276
|
+
Creates a set of classification categories.
|
277
|
+
|
278
|
+
</documentation>
|
279
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
280
|
+
<input>
|
281
|
+
<soap:body
|
282
|
+
use="encoded"
|
283
|
+
namespace="urn:iControl:Classification/Category"
|
284
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
285
|
+
</input>
|
286
|
+
<output>
|
287
|
+
<soap:body
|
288
|
+
use="encoded"
|
289
|
+
namespace="urn:iControl:Classification/Category"
|
290
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
291
|
+
</output>
|
292
|
+
</operation>
|
293
|
+
|
294
|
+
<operation name="delete_category">
|
295
|
+
<documentation>
|
296
|
+
Deletes the specified categories.
|
297
|
+
|
298
|
+
</documentation>
|
299
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
300
|
+
<input>
|
301
|
+
<soap:body
|
302
|
+
use="encoded"
|
303
|
+
namespace="urn:iControl:Classification/Category"
|
304
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
305
|
+
</input>
|
306
|
+
<output>
|
307
|
+
<soap:body
|
308
|
+
use="encoded"
|
309
|
+
namespace="urn:iControl:Classification/Category"
|
310
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
311
|
+
</output>
|
312
|
+
</operation>
|
313
|
+
|
314
|
+
<operation name="delete_all_categories">
|
315
|
+
<documentation>
|
316
|
+
Deletes all user defined categories.
|
317
|
+
|
318
|
+
</documentation>
|
319
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
320
|
+
<input>
|
321
|
+
<soap:body
|
322
|
+
use="encoded"
|
323
|
+
namespace="urn:iControl:Classification/Category"
|
324
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
325
|
+
</input>
|
326
|
+
<output>
|
327
|
+
<soap:body
|
328
|
+
use="encoded"
|
329
|
+
namespace="urn:iControl:Classification/Category"
|
330
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
331
|
+
</output>
|
332
|
+
</operation>
|
333
|
+
|
334
|
+
<operation name="get_id">
|
335
|
+
<documentation>
|
336
|
+
Gets the ids of the specified categories.
|
337
|
+
Category ids cannot be modified; therefore there is no set
|
338
|
+
method for it.
|
339
|
+
|
340
|
+
</documentation>
|
341
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
342
|
+
<input>
|
343
|
+
<soap:body
|
344
|
+
use="encoded"
|
345
|
+
namespace="urn:iControl:Classification/Category"
|
346
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
347
|
+
</input>
|
348
|
+
<output>
|
349
|
+
<soap:body
|
350
|
+
use="encoded"
|
351
|
+
namespace="urn:iControl:Classification/Category"
|
352
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
353
|
+
</output>
|
354
|
+
</operation>
|
355
|
+
|
356
|
+
<operation name="set_enabled_state">
|
357
|
+
<documentation>
|
358
|
+
Sets the states indicating if the specified categories are
|
359
|
+
enabled or disabled.
|
360
|
+
|
361
|
+
</documentation>
|
362
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
363
|
+
<input>
|
364
|
+
<soap:body
|
365
|
+
use="encoded"
|
366
|
+
namespace="urn:iControl:Classification/Category"
|
367
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
368
|
+
</input>
|
369
|
+
<output>
|
370
|
+
<soap:body
|
371
|
+
use="encoded"
|
372
|
+
namespace="urn:iControl:Classification/Category"
|
373
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
374
|
+
</output>
|
375
|
+
</operation>
|
376
|
+
|
377
|
+
<operation name="get_enabled_state">
|
378
|
+
<documentation>
|
379
|
+
Gets the states indicating if the specified categories are
|
380
|
+
enabled or disabled.
|
381
|
+
|
382
|
+
</documentation>
|
383
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
384
|
+
<input>
|
385
|
+
<soap:body
|
386
|
+
use="encoded"
|
387
|
+
namespace="urn:iControl:Classification/Category"
|
388
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
389
|
+
</input>
|
390
|
+
<output>
|
391
|
+
<soap:body
|
392
|
+
use="encoded"
|
393
|
+
namespace="urn:iControl:Classification/Category"
|
394
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
395
|
+
</output>
|
396
|
+
</operation>
|
397
|
+
|
398
|
+
<operation name="set_irule_event_state">
|
399
|
+
<documentation>
|
400
|
+
Sets the irule event states indicating if the irules for the
|
401
|
+
specified categories are enabled or disabled.
|
402
|
+
|
403
|
+
</documentation>
|
404
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
405
|
+
<input>
|
406
|
+
<soap:body
|
407
|
+
use="encoded"
|
408
|
+
namespace="urn:iControl:Classification/Category"
|
409
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
410
|
+
</input>
|
411
|
+
<output>
|
412
|
+
<soap:body
|
413
|
+
use="encoded"
|
414
|
+
namespace="urn:iControl:Classification/Category"
|
415
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
416
|
+
</output>
|
417
|
+
</operation>
|
418
|
+
|
419
|
+
<operation name="get_irule_event_state">
|
420
|
+
<documentation>
|
421
|
+
Gets the irule event states indicating if the irules for the
|
422
|
+
specified categories are enabled or disabled.
|
423
|
+
|
424
|
+
</documentation>
|
425
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
426
|
+
<input>
|
427
|
+
<soap:body
|
428
|
+
use="encoded"
|
429
|
+
namespace="urn:iControl:Classification/Category"
|
430
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
431
|
+
</input>
|
432
|
+
<output>
|
433
|
+
<soap:body
|
434
|
+
use="encoded"
|
435
|
+
namespace="urn:iControl:Classification/Category"
|
436
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
437
|
+
</output>
|
438
|
+
</operation>
|
439
|
+
|
440
|
+
<operation name="set_description">
|
441
|
+
<documentation>
|
442
|
+
Sets the descriptions for a set of categories.
|
443
|
+
|
444
|
+
</documentation>
|
445
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
446
|
+
<input>
|
447
|
+
<soap:body
|
448
|
+
use="encoded"
|
449
|
+
namespace="urn:iControl:Classification/Category"
|
450
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
451
|
+
</input>
|
452
|
+
<output>
|
453
|
+
<soap:body
|
454
|
+
use="encoded"
|
455
|
+
namespace="urn:iControl:Classification/Category"
|
456
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
457
|
+
</output>
|
458
|
+
</operation>
|
459
|
+
|
460
|
+
<operation name="get_description">
|
461
|
+
<documentation>
|
462
|
+
Gets the descriptions for a set of categories.
|
463
|
+
|
464
|
+
</documentation>
|
465
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
466
|
+
<input>
|
467
|
+
<soap:body
|
468
|
+
use="encoded"
|
469
|
+
namespace="urn:iControl:Classification/Category"
|
470
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
471
|
+
</input>
|
472
|
+
<output>
|
473
|
+
<soap:body
|
474
|
+
use="encoded"
|
475
|
+
namespace="urn:iControl:Classification/Category"
|
476
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
477
|
+
</output>
|
478
|
+
</operation>
|
479
|
+
|
480
|
+
<operation name="get_version">
|
481
|
+
<documentation>
|
482
|
+
Gets the version information for this interface.
|
483
|
+
|
484
|
+
</documentation>
|
485
|
+
<soap:operation soapAction="urn:iControl:Classification/Category"/>
|
486
|
+
<input>
|
487
|
+
<soap:body
|
488
|
+
use="encoded"
|
489
|
+
namespace="urn:iControl:Classification/Category"
|
490
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
491
|
+
</input>
|
492
|
+
<output>
|
493
|
+
<soap:body
|
494
|
+
use="encoded"
|
495
|
+
namespace="urn:iControl:Classification/Category"
|
496
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
497
|
+
</output>
|
498
|
+
</operation>
|
499
|
+
</binding>
|
500
|
+
|
501
|
+
<!-- service -->
|
502
|
+
|
503
|
+
<service name="Classification.Category">
|
504
|
+
<documentation>
|
505
|
+
The Category interface enables you to work with attributes for
|
506
|
+
categories. A category specifies a group of applications in
|
507
|
+
in classification, e.g. Web, P2P, Mail, Game, etc. Based on
|
508
|
+
categories, the classification engine can classify traffic to
|
509
|
+
different groups. There are predefined categories like Web etc.
|
510
|
+
as well as categories created by users; the system uses predefined
|
511
|
+
categories for default classification, while iRules need to be
|
512
|
+
used for the categories created by users.
|
513
|
+
|
514
|
+
</documentation>
|
515
|
+
<port name="Classification.CategoryPort" binding="tns:Classification.CategoryBinding">
|
516
|
+
<soap:address location="https://url_to_service"/>
|
517
|
+
</port>
|
518
|
+
</service>
|
519
|
+
</definitions>
|