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