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,414 @@
|
|
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="PEM.InterceptionEndpoint"
|
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="PEM.PersistenceTypeSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:PEM.PersistenceType[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:simpleType name="PEM.PersistenceType">
|
39
|
+
<xsd:restriction base="xsd:string">
|
40
|
+
<xsd:enumeration value="PERSISTENCE_TYPE_UNKNOWN">
|
41
|
+
<xsd:annotation>
|
42
|
+
<xsd:documentation>PERSISTENCE_TYPE_UNKNOWN</xsd:documentation>
|
43
|
+
</xsd:annotation>
|
44
|
+
</xsd:enumeration>
|
45
|
+
<xsd:enumeration value="PERSISTENCE_TYPE_DISABLED">
|
46
|
+
<xsd:annotation>
|
47
|
+
<xsd:documentation>PERSISTENCE_TYPE_DISABLED</xsd:documentation>
|
48
|
+
</xsd:annotation>
|
49
|
+
</xsd:enumeration>
|
50
|
+
<xsd:enumeration value="PERSISTENCE_TYPE_SOURCE_IP">
|
51
|
+
<xsd:annotation>
|
52
|
+
<xsd:documentation>PERSISTENCE_TYPE_SOURCE_IP</xsd:documentation>
|
53
|
+
</xsd:annotation>
|
54
|
+
</xsd:enumeration>
|
55
|
+
<xsd:enumeration value="PERSISTENCE_TYPE_DESTINATION_IP">
|
56
|
+
<xsd:annotation>
|
57
|
+
<xsd:documentation>PERSISTENCE_TYPE_DESTINATION_IP</xsd:documentation>
|
58
|
+
</xsd:annotation>
|
59
|
+
</xsd:enumeration>
|
60
|
+
</xsd:restriction>
|
61
|
+
</xsd:simpleType>
|
62
|
+
</xsd:schema>
|
63
|
+
</types>
|
64
|
+
|
65
|
+
<!-- message -->
|
66
|
+
|
67
|
+
<message name="PEM.InterceptionEndpoint.get_listRequest">
|
68
|
+
</message>
|
69
|
+
<message name="PEM.InterceptionEndpoint.get_listResponse">
|
70
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
71
|
+
</message>
|
72
|
+
|
73
|
+
<message name="PEM.InterceptionEndpoint.createRequest">
|
74
|
+
<part name="endpoints" type="tns:Common.StringSequence"/>
|
75
|
+
<part name="pools" type="tns:Common.StringSequence"/>
|
76
|
+
</message>
|
77
|
+
<message name="PEM.InterceptionEndpoint.createResponse">
|
78
|
+
</message>
|
79
|
+
|
80
|
+
<message name="PEM.InterceptionEndpoint.delete_interception_endpointRequest">
|
81
|
+
<part name="endpoints" type="tns:Common.StringSequence"/>
|
82
|
+
</message>
|
83
|
+
<message name="PEM.InterceptionEndpoint.delete_interception_endpointResponse">
|
84
|
+
</message>
|
85
|
+
|
86
|
+
<message name="PEM.InterceptionEndpoint.delete_all_interception_endpointsRequest">
|
87
|
+
</message>
|
88
|
+
<message name="PEM.InterceptionEndpoint.delete_all_interception_endpointsResponse">
|
89
|
+
</message>
|
90
|
+
|
91
|
+
<message name="PEM.InterceptionEndpoint.set_poolRequest">
|
92
|
+
<part name="endpoints" type="tns:Common.StringSequence"/>
|
93
|
+
<part name="pools" type="tns:Common.StringSequence"/>
|
94
|
+
</message>
|
95
|
+
<message name="PEM.InterceptionEndpoint.set_poolResponse">
|
96
|
+
</message>
|
97
|
+
|
98
|
+
<message name="PEM.InterceptionEndpoint.get_poolRequest">
|
99
|
+
<part name="endpoints" type="tns:Common.StringSequence"/>
|
100
|
+
</message>
|
101
|
+
<message name="PEM.InterceptionEndpoint.get_poolResponse">
|
102
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
103
|
+
</message>
|
104
|
+
|
105
|
+
<message name="PEM.InterceptionEndpoint.set_persistence_typeRequest">
|
106
|
+
<part name="endpoints" type="tns:Common.StringSequence"/>
|
107
|
+
<part name="types" type="tns:PEM.PersistenceTypeSequence"/>
|
108
|
+
</message>
|
109
|
+
<message name="PEM.InterceptionEndpoint.set_persistence_typeResponse">
|
110
|
+
</message>
|
111
|
+
|
112
|
+
<message name="PEM.InterceptionEndpoint.get_persistence_typeRequest">
|
113
|
+
<part name="endpoints" type="tns:Common.StringSequence"/>
|
114
|
+
</message>
|
115
|
+
<message name="PEM.InterceptionEndpoint.get_persistence_typeResponse">
|
116
|
+
<part name="return" type="tns:PEM.PersistenceTypeSequence"/>
|
117
|
+
</message>
|
118
|
+
|
119
|
+
<message name="PEM.InterceptionEndpoint.get_versionRequest">
|
120
|
+
</message>
|
121
|
+
<message name="PEM.InterceptionEndpoint.get_versionResponse">
|
122
|
+
<part name="return" type="xsd:string"/>
|
123
|
+
</message>
|
124
|
+
|
125
|
+
<!-- portType -->
|
126
|
+
|
127
|
+
<portType name="PEM.InterceptionEndpointPortType">
|
128
|
+
<operation name="get_list">
|
129
|
+
<documentation>
|
130
|
+
Gets a list of all interception-endpoints.
|
131
|
+
|
132
|
+
</documentation>
|
133
|
+
<input message="tns:PEM.InterceptionEndpoint.get_listRequest"/>
|
134
|
+
<output message="tns:PEM.InterceptionEndpoint.get_listResponse"/>
|
135
|
+
</operation>
|
136
|
+
<operation name="create">
|
137
|
+
<documentation>
|
138
|
+
Creates a set of PEM interception-endpoints.
|
139
|
+
|
140
|
+
</documentation>
|
141
|
+
<input message="tns:PEM.InterceptionEndpoint.createRequest"/>
|
142
|
+
<output message="tns:PEM.InterceptionEndpoint.createResponse"/>
|
143
|
+
</operation>
|
144
|
+
<operation name="delete_interception_endpoint">
|
145
|
+
<documentation>
|
146
|
+
Deletes the specified interception-endpoints.
|
147
|
+
|
148
|
+
</documentation>
|
149
|
+
<input message="tns:PEM.InterceptionEndpoint.delete_interception_endpointRequest"/>
|
150
|
+
<output message="tns:PEM.InterceptionEndpoint.delete_interception_endpointResponse"/>
|
151
|
+
</operation>
|
152
|
+
<operation name="delete_all_interception_endpoints">
|
153
|
+
<documentation>
|
154
|
+
Deletes all user defined interception-endpoints.
|
155
|
+
|
156
|
+
</documentation>
|
157
|
+
<input message="tns:PEM.InterceptionEndpoint.delete_all_interception_endpointsRequest"/>
|
158
|
+
<output message="tns:PEM.InterceptionEndpoint.delete_all_interception_endpointsResponse"/>
|
159
|
+
</operation>
|
160
|
+
<operation name="set_pool">
|
161
|
+
<documentation>
|
162
|
+
Sets the pools for the specified interception-endpoints.
|
163
|
+
|
164
|
+
</documentation>
|
165
|
+
<input message="tns:PEM.InterceptionEndpoint.set_poolRequest"/>
|
166
|
+
<output message="tns:PEM.InterceptionEndpoint.set_poolResponse"/>
|
167
|
+
</operation>
|
168
|
+
<operation name="get_pool">
|
169
|
+
<documentation>
|
170
|
+
Gets the pools for the specified interception-endpoints.
|
171
|
+
|
172
|
+
</documentation>
|
173
|
+
<input message="tns:PEM.InterceptionEndpoint.get_poolRequest"/>
|
174
|
+
<output message="tns:PEM.InterceptionEndpoint.get_poolResponse"/>
|
175
|
+
</operation>
|
176
|
+
<operation name="set_persistence_type">
|
177
|
+
<documentation>
|
178
|
+
Sets the persistence types of the specified interception-endpoints
|
179
|
+
which specifies whether traffic persists with pool members.
|
180
|
+
If you want specific traffic to go to the same pool member,
|
181
|
+
set the persistence type to source or destination IP address.
|
182
|
+
|
183
|
+
</documentation>
|
184
|
+
<input message="tns:PEM.InterceptionEndpoint.set_persistence_typeRequest"/>
|
185
|
+
<output message="tns:PEM.InterceptionEndpoint.set_persistence_typeResponse"/>
|
186
|
+
</operation>
|
187
|
+
<operation name="get_persistence_type">
|
188
|
+
<documentation>
|
189
|
+
Gets the persistence types of the specified
|
190
|
+
interception-endpoints.
|
191
|
+
|
192
|
+
</documentation>
|
193
|
+
<input message="tns:PEM.InterceptionEndpoint.get_persistence_typeRequest"/>
|
194
|
+
<output message="tns:PEM.InterceptionEndpoint.get_persistence_typeResponse"/>
|
195
|
+
</operation>
|
196
|
+
<operation name="get_version">
|
197
|
+
<documentation>
|
198
|
+
Gets the version information for this interface.
|
199
|
+
|
200
|
+
</documentation>
|
201
|
+
<input message="tns:PEM.InterceptionEndpoint.get_versionRequest"/>
|
202
|
+
<output message="tns:PEM.InterceptionEndpoint.get_versionResponse"/>
|
203
|
+
</operation>
|
204
|
+
</portType>
|
205
|
+
|
206
|
+
<!-- binding -->
|
207
|
+
|
208
|
+
<binding name="PEM.InterceptionEndpointBinding" type="tns:PEM.InterceptionEndpointPortType">
|
209
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
210
|
+
<operation name="get_list">
|
211
|
+
<documentation>
|
212
|
+
Gets a list of all interception-endpoints.
|
213
|
+
|
214
|
+
</documentation>
|
215
|
+
<soap:operation soapAction="urn:iControl:PEM/InterceptionEndpoint"/>
|
216
|
+
<input>
|
217
|
+
<soap:body
|
218
|
+
use="encoded"
|
219
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
220
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
221
|
+
</input>
|
222
|
+
<output>
|
223
|
+
<soap:body
|
224
|
+
use="encoded"
|
225
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
226
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
227
|
+
</output>
|
228
|
+
</operation>
|
229
|
+
|
230
|
+
<operation name="create">
|
231
|
+
<documentation>
|
232
|
+
Creates a set of PEM interception-endpoints.
|
233
|
+
|
234
|
+
</documentation>
|
235
|
+
<soap:operation soapAction="urn:iControl:PEM/InterceptionEndpoint"/>
|
236
|
+
<input>
|
237
|
+
<soap:body
|
238
|
+
use="encoded"
|
239
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
240
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
241
|
+
</input>
|
242
|
+
<output>
|
243
|
+
<soap:body
|
244
|
+
use="encoded"
|
245
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
246
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
247
|
+
</output>
|
248
|
+
</operation>
|
249
|
+
|
250
|
+
<operation name="delete_interception_endpoint">
|
251
|
+
<documentation>
|
252
|
+
Deletes the specified interception-endpoints.
|
253
|
+
|
254
|
+
</documentation>
|
255
|
+
<soap:operation soapAction="urn:iControl:PEM/InterceptionEndpoint"/>
|
256
|
+
<input>
|
257
|
+
<soap:body
|
258
|
+
use="encoded"
|
259
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
260
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
261
|
+
</input>
|
262
|
+
<output>
|
263
|
+
<soap:body
|
264
|
+
use="encoded"
|
265
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
266
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
267
|
+
</output>
|
268
|
+
</operation>
|
269
|
+
|
270
|
+
<operation name="delete_all_interception_endpoints">
|
271
|
+
<documentation>
|
272
|
+
Deletes all user defined interception-endpoints.
|
273
|
+
|
274
|
+
</documentation>
|
275
|
+
<soap:operation soapAction="urn:iControl:PEM/InterceptionEndpoint"/>
|
276
|
+
<input>
|
277
|
+
<soap:body
|
278
|
+
use="encoded"
|
279
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
280
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
281
|
+
</input>
|
282
|
+
<output>
|
283
|
+
<soap:body
|
284
|
+
use="encoded"
|
285
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
286
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
287
|
+
</output>
|
288
|
+
</operation>
|
289
|
+
|
290
|
+
<operation name="set_pool">
|
291
|
+
<documentation>
|
292
|
+
Sets the pools for the specified interception-endpoints.
|
293
|
+
|
294
|
+
</documentation>
|
295
|
+
<soap:operation soapAction="urn:iControl:PEM/InterceptionEndpoint"/>
|
296
|
+
<input>
|
297
|
+
<soap:body
|
298
|
+
use="encoded"
|
299
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
300
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
301
|
+
</input>
|
302
|
+
<output>
|
303
|
+
<soap:body
|
304
|
+
use="encoded"
|
305
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
306
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
307
|
+
</output>
|
308
|
+
</operation>
|
309
|
+
|
310
|
+
<operation name="get_pool">
|
311
|
+
<documentation>
|
312
|
+
Gets the pools for the specified interception-endpoints.
|
313
|
+
|
314
|
+
</documentation>
|
315
|
+
<soap:operation soapAction="urn:iControl:PEM/InterceptionEndpoint"/>
|
316
|
+
<input>
|
317
|
+
<soap:body
|
318
|
+
use="encoded"
|
319
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
320
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
321
|
+
</input>
|
322
|
+
<output>
|
323
|
+
<soap:body
|
324
|
+
use="encoded"
|
325
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
326
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
327
|
+
</output>
|
328
|
+
</operation>
|
329
|
+
|
330
|
+
<operation name="set_persistence_type">
|
331
|
+
<documentation>
|
332
|
+
Sets the persistence types of the specified interception-endpoints
|
333
|
+
which specifies whether traffic persists with pool members.
|
334
|
+
If you want specific traffic to go to the same pool member,
|
335
|
+
set the persistence type to source or destination IP address.
|
336
|
+
|
337
|
+
</documentation>
|
338
|
+
<soap:operation soapAction="urn:iControl:PEM/InterceptionEndpoint"/>
|
339
|
+
<input>
|
340
|
+
<soap:body
|
341
|
+
use="encoded"
|
342
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
343
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
344
|
+
</input>
|
345
|
+
<output>
|
346
|
+
<soap:body
|
347
|
+
use="encoded"
|
348
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
349
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
350
|
+
</output>
|
351
|
+
</operation>
|
352
|
+
|
353
|
+
<operation name="get_persistence_type">
|
354
|
+
<documentation>
|
355
|
+
Gets the persistence types of the specified
|
356
|
+
interception-endpoints.
|
357
|
+
|
358
|
+
</documentation>
|
359
|
+
<soap:operation soapAction="urn:iControl:PEM/InterceptionEndpoint"/>
|
360
|
+
<input>
|
361
|
+
<soap:body
|
362
|
+
use="encoded"
|
363
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
364
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
365
|
+
</input>
|
366
|
+
<output>
|
367
|
+
<soap:body
|
368
|
+
use="encoded"
|
369
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
370
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
371
|
+
</output>
|
372
|
+
</operation>
|
373
|
+
|
374
|
+
<operation name="get_version">
|
375
|
+
<documentation>
|
376
|
+
Gets the version information for this interface.
|
377
|
+
|
378
|
+
</documentation>
|
379
|
+
<soap:operation soapAction="urn:iControl:PEM/InterceptionEndpoint"/>
|
380
|
+
<input>
|
381
|
+
<soap:body
|
382
|
+
use="encoded"
|
383
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
384
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
385
|
+
</input>
|
386
|
+
<output>
|
387
|
+
<soap:body
|
388
|
+
use="encoded"
|
389
|
+
namespace="urn:iControl:PEM/InterceptionEndpoint"
|
390
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
391
|
+
</output>
|
392
|
+
</operation>
|
393
|
+
</binding>
|
394
|
+
|
395
|
+
<!-- service -->
|
396
|
+
|
397
|
+
<service name="PEM.InterceptionEndpoint">
|
398
|
+
<documentation>
|
399
|
+
You can use the interception-endpoint interface to configure
|
400
|
+
interception-endpoint definitions for the Policy Enforcement
|
401
|
+
Manager. The interception-endpoint is used to clone all traffic.
|
402
|
+
The endpoint will always point to a single pool. According to
|
403
|
+
source-ip or destination-ip, the subsequent traffic can be
|
404
|
+
directed to the same pool member, which is called persistence.
|
405
|
+
The persistence feature can be disabled.
|
406
|
+
Note: Before you create a cloning-endpoint you have to create a
|
407
|
+
valid pool.
|
408
|
+
|
409
|
+
</documentation>
|
410
|
+
<port name="PEM.InterceptionEndpointPort" binding="tns:PEM.InterceptionEndpointBinding">
|
411
|
+
<soap:address location="https://url_to_service"/>
|
412
|
+
</port>
|
413
|
+
</service>
|
414
|
+
</definitions>
|
@@ -0,0 +1,495 @@
|
|
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="PEM.Listener"
|
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="Common.StringSequenceSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
</xsd:schema>
|
39
|
+
</types>
|
40
|
+
|
41
|
+
<!-- message -->
|
42
|
+
|
43
|
+
<message name="PEM.Listener.get_listRequest">
|
44
|
+
</message>
|
45
|
+
<message name="PEM.Listener.get_listResponse">
|
46
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
47
|
+
</message>
|
48
|
+
|
49
|
+
<message name="PEM.Listener.createRequest">
|
50
|
+
<part name="listeners" type="tns:Common.StringSequence"/>
|
51
|
+
<part name="profiles" type="tns:Common.StringSequence"/>
|
52
|
+
<part name="servers" type="tns:Common.StringSequenceSequence"/>
|
53
|
+
</message>
|
54
|
+
<message name="PEM.Listener.createResponse">
|
55
|
+
</message>
|
56
|
+
|
57
|
+
<message name="PEM.Listener.delete_listenerRequest">
|
58
|
+
<part name="listeners" type="tns:Common.StringSequence"/>
|
59
|
+
</message>
|
60
|
+
<message name="PEM.Listener.delete_listenerResponse">
|
61
|
+
</message>
|
62
|
+
|
63
|
+
<message name="PEM.Listener.delete_all_listenersRequest">
|
64
|
+
</message>
|
65
|
+
<message name="PEM.Listener.delete_all_listenersResponse">
|
66
|
+
</message>
|
67
|
+
|
68
|
+
<message name="PEM.Listener.get_virtual_serverRequest">
|
69
|
+
<part name="listeners" type="tns:Common.StringSequence"/>
|
70
|
+
</message>
|
71
|
+
<message name="PEM.Listener.get_virtual_serverResponse">
|
72
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
73
|
+
</message>
|
74
|
+
|
75
|
+
<message name="PEM.Listener.add_virtual_serverRequest">
|
76
|
+
<part name="listeners" type="tns:Common.StringSequence"/>
|
77
|
+
<part name="servers" type="tns:Common.StringSequenceSequence"/>
|
78
|
+
</message>
|
79
|
+
<message name="PEM.Listener.add_virtual_serverResponse">
|
80
|
+
</message>
|
81
|
+
|
82
|
+
<message name="PEM.Listener.remove_virtual_serverRequest">
|
83
|
+
<part name="listeners" type="tns:Common.StringSequence"/>
|
84
|
+
<part name="servers" type="tns:Common.StringSequenceSequence"/>
|
85
|
+
</message>
|
86
|
+
<message name="PEM.Listener.remove_virtual_serverResponse">
|
87
|
+
</message>
|
88
|
+
|
89
|
+
<message name="PEM.Listener.set_spm_profileRequest">
|
90
|
+
<part name="listeners" type="tns:Common.StringSequence"/>
|
91
|
+
<part name="profiles" type="tns:Common.StringSequence"/>
|
92
|
+
</message>
|
93
|
+
<message name="PEM.Listener.set_spm_profileResponse">
|
94
|
+
</message>
|
95
|
+
|
96
|
+
<message name="PEM.Listener.get_spm_profileRequest">
|
97
|
+
<part name="listeners" type="tns:Common.StringSequence"/>
|
98
|
+
</message>
|
99
|
+
<message name="PEM.Listener.get_spm_profileResponse">
|
100
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
101
|
+
</message>
|
102
|
+
|
103
|
+
<message name="PEM.Listener.set_descriptionRequest">
|
104
|
+
<part name="listeners" type="tns:Common.StringSequence"/>
|
105
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
106
|
+
</message>
|
107
|
+
<message name="PEM.Listener.set_descriptionResponse">
|
108
|
+
</message>
|
109
|
+
|
110
|
+
<message name="PEM.Listener.get_descriptionRequest">
|
111
|
+
<part name="listeners" type="tns:Common.StringSequence"/>
|
112
|
+
</message>
|
113
|
+
<message name="PEM.Listener.get_descriptionResponse">
|
114
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
115
|
+
</message>
|
116
|
+
|
117
|
+
<message name="PEM.Listener.get_versionRequest">
|
118
|
+
</message>
|
119
|
+
<message name="PEM.Listener.get_versionResponse">
|
120
|
+
<part name="return" type="xsd:string"/>
|
121
|
+
</message>
|
122
|
+
|
123
|
+
<!-- portType -->
|
124
|
+
|
125
|
+
<portType name="PEM.ListenerPortType">
|
126
|
+
<operation name="get_list">
|
127
|
+
<documentation>
|
128
|
+
Gets a list of all listeners.
|
129
|
+
|
130
|
+
</documentation>
|
131
|
+
<input message="tns:PEM.Listener.get_listRequest"/>
|
132
|
+
<output message="tns:PEM.Listener.get_listResponse"/>
|
133
|
+
</operation>
|
134
|
+
<operation name="create">
|
135
|
+
<documentation>
|
136
|
+
Creates a set of PEM listeners.
|
137
|
+
A value must be provided for the profile-spm attribute when creating
|
138
|
+
a listener.
|
139
|
+
The virtual servers list for a listener must contain at least
|
140
|
+
one virtual server that does not have a profile of type RADIUS
|
141
|
+
or diameter endpoint attached.
|
142
|
+
|
143
|
+
</documentation>
|
144
|
+
<input message="tns:PEM.Listener.createRequest"/>
|
145
|
+
<output message="tns:PEM.Listener.createResponse"/>
|
146
|
+
</operation>
|
147
|
+
<operation name="delete_listener">
|
148
|
+
<documentation>
|
149
|
+
Deletes the specified listeners.
|
150
|
+
|
151
|
+
</documentation>
|
152
|
+
<input message="tns:PEM.Listener.delete_listenerRequest"/>
|
153
|
+
<output message="tns:PEM.Listener.delete_listenerResponse"/>
|
154
|
+
</operation>
|
155
|
+
<operation name="delete_all_listeners">
|
156
|
+
<documentation>
|
157
|
+
Deletes all user defined listeners.
|
158
|
+
|
159
|
+
</documentation>
|
160
|
+
<input message="tns:PEM.Listener.delete_all_listenersRequest"/>
|
161
|
+
<output message="tns:PEM.Listener.delete_all_listenersResponse"/>
|
162
|
+
</operation>
|
163
|
+
<operation name="get_virtual_server">
|
164
|
+
<documentation>
|
165
|
+
Get a set of virtual servers for the specified listeners.
|
166
|
+
|
167
|
+
</documentation>
|
168
|
+
<input message="tns:PEM.Listener.get_virtual_serverRequest"/>
|
169
|
+
<output message="tns:PEM.Listener.get_virtual_serverResponse"/>
|
170
|
+
</operation>
|
171
|
+
<operation name="add_virtual_server">
|
172
|
+
<documentation>
|
173
|
+
Add a set of virtual servers for the specified listeners.
|
174
|
+
|
175
|
+
</documentation>
|
176
|
+
<input message="tns:PEM.Listener.add_virtual_serverRequest"/>
|
177
|
+
<output message="tns:PEM.Listener.add_virtual_serverResponse"/>
|
178
|
+
</operation>
|
179
|
+
<operation name="remove_virtual_server">
|
180
|
+
<documentation>
|
181
|
+
Remove a set of virtual servers for the specified listeners.
|
182
|
+
|
183
|
+
</documentation>
|
184
|
+
<input message="tns:PEM.Listener.remove_virtual_serverRequest"/>
|
185
|
+
<output message="tns:PEM.Listener.remove_virtual_serverResponse"/>
|
186
|
+
</operation>
|
187
|
+
<operation name="set_spm_profile">
|
188
|
+
<documentation>
|
189
|
+
Sets the Subscriber Policy Manager (SPM) profiles for the
|
190
|
+
specified listeners.
|
191
|
+
|
192
|
+
</documentation>
|
193
|
+
<input message="tns:PEM.Listener.set_spm_profileRequest"/>
|
194
|
+
<output message="tns:PEM.Listener.set_spm_profileResponse"/>
|
195
|
+
</operation>
|
196
|
+
<operation name="get_spm_profile">
|
197
|
+
<documentation>
|
198
|
+
Gets the SPM profiles for the specified listeners.
|
199
|
+
|
200
|
+
</documentation>
|
201
|
+
<input message="tns:PEM.Listener.get_spm_profileRequest"/>
|
202
|
+
<output message="tns:PEM.Listener.get_spm_profileResponse"/>
|
203
|
+
</operation>
|
204
|
+
<operation name="set_description">
|
205
|
+
<documentation>
|
206
|
+
Sets the descriptions for a set of listeners.
|
207
|
+
|
208
|
+
</documentation>
|
209
|
+
<input message="tns:PEM.Listener.set_descriptionRequest"/>
|
210
|
+
<output message="tns:PEM.Listener.set_descriptionResponse"/>
|
211
|
+
</operation>
|
212
|
+
<operation name="get_description">
|
213
|
+
<documentation>
|
214
|
+
Gets the descriptions for a set of listeners.
|
215
|
+
|
216
|
+
</documentation>
|
217
|
+
<input message="tns:PEM.Listener.get_descriptionRequest"/>
|
218
|
+
<output message="tns:PEM.Listener.get_descriptionResponse"/>
|
219
|
+
</operation>
|
220
|
+
<operation name="get_version">
|
221
|
+
<documentation>
|
222
|
+
Gets the version information for this interface.
|
223
|
+
|
224
|
+
</documentation>
|
225
|
+
<input message="tns:PEM.Listener.get_versionRequest"/>
|
226
|
+
<output message="tns:PEM.Listener.get_versionResponse"/>
|
227
|
+
</operation>
|
228
|
+
</portType>
|
229
|
+
|
230
|
+
<!-- binding -->
|
231
|
+
|
232
|
+
<binding name="PEM.ListenerBinding" type="tns:PEM.ListenerPortType">
|
233
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
234
|
+
<operation name="get_list">
|
235
|
+
<documentation>
|
236
|
+
Gets a list of all listeners.
|
237
|
+
|
238
|
+
</documentation>
|
239
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
240
|
+
<input>
|
241
|
+
<soap:body
|
242
|
+
use="encoded"
|
243
|
+
namespace="urn:iControl:PEM/Listener"
|
244
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
245
|
+
</input>
|
246
|
+
<output>
|
247
|
+
<soap:body
|
248
|
+
use="encoded"
|
249
|
+
namespace="urn:iControl:PEM/Listener"
|
250
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
251
|
+
</output>
|
252
|
+
</operation>
|
253
|
+
|
254
|
+
<operation name="create">
|
255
|
+
<documentation>
|
256
|
+
Creates a set of PEM listeners.
|
257
|
+
A value must be provided for the profile-spm attribute when creating
|
258
|
+
a listener.
|
259
|
+
The virtual servers list for a listener must contain at least
|
260
|
+
one virtual server that does not have a profile of type RADIUS
|
261
|
+
or diameter endpoint attached.
|
262
|
+
|
263
|
+
</documentation>
|
264
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
265
|
+
<input>
|
266
|
+
<soap:body
|
267
|
+
use="encoded"
|
268
|
+
namespace="urn:iControl:PEM/Listener"
|
269
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
270
|
+
</input>
|
271
|
+
<output>
|
272
|
+
<soap:body
|
273
|
+
use="encoded"
|
274
|
+
namespace="urn:iControl:PEM/Listener"
|
275
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
276
|
+
</output>
|
277
|
+
</operation>
|
278
|
+
|
279
|
+
<operation name="delete_listener">
|
280
|
+
<documentation>
|
281
|
+
Deletes the specified listeners.
|
282
|
+
|
283
|
+
</documentation>
|
284
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
285
|
+
<input>
|
286
|
+
<soap:body
|
287
|
+
use="encoded"
|
288
|
+
namespace="urn:iControl:PEM/Listener"
|
289
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
290
|
+
</input>
|
291
|
+
<output>
|
292
|
+
<soap:body
|
293
|
+
use="encoded"
|
294
|
+
namespace="urn:iControl:PEM/Listener"
|
295
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
296
|
+
</output>
|
297
|
+
</operation>
|
298
|
+
|
299
|
+
<operation name="delete_all_listeners">
|
300
|
+
<documentation>
|
301
|
+
Deletes all user defined listeners.
|
302
|
+
|
303
|
+
</documentation>
|
304
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
305
|
+
<input>
|
306
|
+
<soap:body
|
307
|
+
use="encoded"
|
308
|
+
namespace="urn:iControl:PEM/Listener"
|
309
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
310
|
+
</input>
|
311
|
+
<output>
|
312
|
+
<soap:body
|
313
|
+
use="encoded"
|
314
|
+
namespace="urn:iControl:PEM/Listener"
|
315
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
316
|
+
</output>
|
317
|
+
</operation>
|
318
|
+
|
319
|
+
<operation name="get_virtual_server">
|
320
|
+
<documentation>
|
321
|
+
Get a set of virtual servers for the specified listeners.
|
322
|
+
|
323
|
+
</documentation>
|
324
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
325
|
+
<input>
|
326
|
+
<soap:body
|
327
|
+
use="encoded"
|
328
|
+
namespace="urn:iControl:PEM/Listener"
|
329
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
330
|
+
</input>
|
331
|
+
<output>
|
332
|
+
<soap:body
|
333
|
+
use="encoded"
|
334
|
+
namespace="urn:iControl:PEM/Listener"
|
335
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
336
|
+
</output>
|
337
|
+
</operation>
|
338
|
+
|
339
|
+
<operation name="add_virtual_server">
|
340
|
+
<documentation>
|
341
|
+
Add a set of virtual servers for the specified listeners.
|
342
|
+
|
343
|
+
</documentation>
|
344
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
345
|
+
<input>
|
346
|
+
<soap:body
|
347
|
+
use="encoded"
|
348
|
+
namespace="urn:iControl:PEM/Listener"
|
349
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
350
|
+
</input>
|
351
|
+
<output>
|
352
|
+
<soap:body
|
353
|
+
use="encoded"
|
354
|
+
namespace="urn:iControl:PEM/Listener"
|
355
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
356
|
+
</output>
|
357
|
+
</operation>
|
358
|
+
|
359
|
+
<operation name="remove_virtual_server">
|
360
|
+
<documentation>
|
361
|
+
Remove a set of virtual servers for the specified listeners.
|
362
|
+
|
363
|
+
</documentation>
|
364
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
365
|
+
<input>
|
366
|
+
<soap:body
|
367
|
+
use="encoded"
|
368
|
+
namespace="urn:iControl:PEM/Listener"
|
369
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
370
|
+
</input>
|
371
|
+
<output>
|
372
|
+
<soap:body
|
373
|
+
use="encoded"
|
374
|
+
namespace="urn:iControl:PEM/Listener"
|
375
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
376
|
+
</output>
|
377
|
+
</operation>
|
378
|
+
|
379
|
+
<operation name="set_spm_profile">
|
380
|
+
<documentation>
|
381
|
+
Sets the Subscriber Policy Manager (SPM) profiles for the
|
382
|
+
specified listeners.
|
383
|
+
|
384
|
+
</documentation>
|
385
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
386
|
+
<input>
|
387
|
+
<soap:body
|
388
|
+
use="encoded"
|
389
|
+
namespace="urn:iControl:PEM/Listener"
|
390
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
391
|
+
</input>
|
392
|
+
<output>
|
393
|
+
<soap:body
|
394
|
+
use="encoded"
|
395
|
+
namespace="urn:iControl:PEM/Listener"
|
396
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
397
|
+
</output>
|
398
|
+
</operation>
|
399
|
+
|
400
|
+
<operation name="get_spm_profile">
|
401
|
+
<documentation>
|
402
|
+
Gets the SPM profiles for the specified listeners.
|
403
|
+
|
404
|
+
</documentation>
|
405
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
406
|
+
<input>
|
407
|
+
<soap:body
|
408
|
+
use="encoded"
|
409
|
+
namespace="urn:iControl:PEM/Listener"
|
410
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
411
|
+
</input>
|
412
|
+
<output>
|
413
|
+
<soap:body
|
414
|
+
use="encoded"
|
415
|
+
namespace="urn:iControl:PEM/Listener"
|
416
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
417
|
+
</output>
|
418
|
+
</operation>
|
419
|
+
|
420
|
+
<operation name="set_description">
|
421
|
+
<documentation>
|
422
|
+
Sets the descriptions for a set of listeners.
|
423
|
+
|
424
|
+
</documentation>
|
425
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
426
|
+
<input>
|
427
|
+
<soap:body
|
428
|
+
use="encoded"
|
429
|
+
namespace="urn:iControl:PEM/Listener"
|
430
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
431
|
+
</input>
|
432
|
+
<output>
|
433
|
+
<soap:body
|
434
|
+
use="encoded"
|
435
|
+
namespace="urn:iControl:PEM/Listener"
|
436
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
437
|
+
</output>
|
438
|
+
</operation>
|
439
|
+
|
440
|
+
<operation name="get_description">
|
441
|
+
<documentation>
|
442
|
+
Gets the descriptions for a set of listeners.
|
443
|
+
|
444
|
+
</documentation>
|
445
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
446
|
+
<input>
|
447
|
+
<soap:body
|
448
|
+
use="encoded"
|
449
|
+
namespace="urn:iControl:PEM/Listener"
|
450
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
451
|
+
</input>
|
452
|
+
<output>
|
453
|
+
<soap:body
|
454
|
+
use="encoded"
|
455
|
+
namespace="urn:iControl:PEM/Listener"
|
456
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
457
|
+
</output>
|
458
|
+
</operation>
|
459
|
+
|
460
|
+
<operation name="get_version">
|
461
|
+
<documentation>
|
462
|
+
Gets the version information for this interface.
|
463
|
+
|
464
|
+
</documentation>
|
465
|
+
<soap:operation soapAction="urn:iControl:PEM/Listener"/>
|
466
|
+
<input>
|
467
|
+
<soap:body
|
468
|
+
use="encoded"
|
469
|
+
namespace="urn:iControl:PEM/Listener"
|
470
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
471
|
+
</input>
|
472
|
+
<output>
|
473
|
+
<soap:body
|
474
|
+
use="encoded"
|
475
|
+
namespace="urn:iControl:PEM/Listener"
|
476
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
477
|
+
</output>
|
478
|
+
</operation>
|
479
|
+
</binding>
|
480
|
+
|
481
|
+
<!-- service -->
|
482
|
+
|
483
|
+
<service name="PEM.Listener">
|
484
|
+
<documentation>
|
485
|
+
You can use the listener interface to configure listener definitions
|
486
|
+
for the Policy Enforcement Manager. To apply policies, a listener
|
487
|
+
listens traffic on one Subscriber Policy Manager (SPM) profile and
|
488
|
+
one or more virtual servers.
|
489
|
+
|
490
|
+
</documentation>
|
491
|
+
<port name="PEM.ListenerPort" binding="tns:PEM.ListenerBinding">
|
492
|
+
<soap:address location="https://url_to_service"/>
|
493
|
+
</port>
|
494
|
+
</service>
|
495
|
+
</definitions>
|