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,602 @@
|
|
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="Management.RADIUSServer"
|
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="Management.RADIUSServer.RADIUSServerDefinitionSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.RADIUSServer.RADIUSServerDefinition[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.StringSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Common.ULongSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Management.RADIUSServer.RADIUSServerDefinition">
|
46
|
+
<xsd:sequence>
|
47
|
+
<xsd:element name="name" type="xsd:string"/>
|
48
|
+
<xsd:element name="ip_or_hostname" type="xsd:string"/>
|
49
|
+
<xsd:element name="service" type="xsd:long"/>
|
50
|
+
<xsd:element name="secret" type="xsd:string"/>
|
51
|
+
</xsd:sequence>
|
52
|
+
</xsd:complexType>
|
53
|
+
</xsd:schema>
|
54
|
+
</types>
|
55
|
+
|
56
|
+
<!-- message -->
|
57
|
+
|
58
|
+
<message name="Management.RADIUSServer.get_listRequest">
|
59
|
+
</message>
|
60
|
+
<message name="Management.RADIUSServer.get_listResponse">
|
61
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
62
|
+
</message>
|
63
|
+
|
64
|
+
<message name="Management.RADIUSServer.createRequest">
|
65
|
+
<part name="servers" type="tns:Management.RADIUSServer.RADIUSServerDefinitionSequence"/>
|
66
|
+
</message>
|
67
|
+
<message name="Management.RADIUSServer.createResponse">
|
68
|
+
</message>
|
69
|
+
|
70
|
+
<message name="Management.RADIUSServer.delete_serverRequest">
|
71
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
72
|
+
</message>
|
73
|
+
<message name="Management.RADIUSServer.delete_serverResponse">
|
74
|
+
</message>
|
75
|
+
|
76
|
+
<message name="Management.RADIUSServer.delete_all_serversRequest">
|
77
|
+
</message>
|
78
|
+
<message name="Management.RADIUSServer.delete_all_serversResponse">
|
79
|
+
</message>
|
80
|
+
|
81
|
+
<message name="Management.RADIUSServer.set_ip_or_hostnameRequest">
|
82
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
83
|
+
<part name="ip_or_hostnames" type="tns:Common.StringSequence"/>
|
84
|
+
</message>
|
85
|
+
<message name="Management.RADIUSServer.set_ip_or_hostnameResponse">
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="Management.RADIUSServer.get_ip_or_hostnameRequest">
|
89
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
90
|
+
</message>
|
91
|
+
<message name="Management.RADIUSServer.get_ip_or_hostnameResponse">
|
92
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
93
|
+
</message>
|
94
|
+
|
95
|
+
<message name="Management.RADIUSServer.set_portRequest">
|
96
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
97
|
+
<part name="ports" type="tns:Common.ULongSequence"/>
|
98
|
+
</message>
|
99
|
+
<message name="Management.RADIUSServer.set_portResponse">
|
100
|
+
</message>
|
101
|
+
|
102
|
+
<message name="Management.RADIUSServer.get_portRequest">
|
103
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
104
|
+
</message>
|
105
|
+
<message name="Management.RADIUSServer.get_portResponse">
|
106
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
107
|
+
</message>
|
108
|
+
|
109
|
+
<message name="Management.RADIUSServer.set_secretRequest">
|
110
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
111
|
+
<part name="secrets" type="tns:Common.StringSequence"/>
|
112
|
+
</message>
|
113
|
+
<message name="Management.RADIUSServer.set_secretResponse">
|
114
|
+
</message>
|
115
|
+
|
116
|
+
<message name="Management.RADIUSServer.get_secretRequest">
|
117
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
118
|
+
</message>
|
119
|
+
<message name="Management.RADIUSServer.get_secretResponse">
|
120
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
121
|
+
</message>
|
122
|
+
|
123
|
+
<message name="Management.RADIUSServer.set_timeoutRequest">
|
124
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
125
|
+
<part name="timeouts" type="tns:Common.ULongSequence"/>
|
126
|
+
</message>
|
127
|
+
<message name="Management.RADIUSServer.set_timeoutResponse">
|
128
|
+
</message>
|
129
|
+
|
130
|
+
<message name="Management.RADIUSServer.get_timeoutRequest">
|
131
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="Management.RADIUSServer.get_timeoutResponse">
|
134
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
135
|
+
</message>
|
136
|
+
|
137
|
+
<message name="Management.RADIUSServer.set_descriptionRequest">
|
138
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
139
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
140
|
+
</message>
|
141
|
+
<message name="Management.RADIUSServer.set_descriptionResponse">
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Management.RADIUSServer.get_descriptionRequest">
|
145
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
146
|
+
</message>
|
147
|
+
<message name="Management.RADIUSServer.get_descriptionResponse">
|
148
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
149
|
+
</message>
|
150
|
+
|
151
|
+
<message name="Management.RADIUSServer.get_versionRequest">
|
152
|
+
</message>
|
153
|
+
<message name="Management.RADIUSServer.get_versionResponse">
|
154
|
+
<part name="return" type="xsd:string"/>
|
155
|
+
</message>
|
156
|
+
|
157
|
+
<!-- portType -->
|
158
|
+
|
159
|
+
<portType name="Management.RADIUSServerPortType">
|
160
|
+
<operation name="get_list">
|
161
|
+
<documentation>
|
162
|
+
Gets a list of all RADIUS servers.
|
163
|
+
|
164
|
+
</documentation>
|
165
|
+
<input message="tns:Management.RADIUSServer.get_listRequest"/>
|
166
|
+
<output message="tns:Management.RADIUSServer.get_listResponse"/>
|
167
|
+
</operation>
|
168
|
+
<operation name="create">
|
169
|
+
<documentation>
|
170
|
+
Creates the specified RADIUS servers.
|
171
|
+
|
172
|
+
</documentation>
|
173
|
+
<input message="tns:Management.RADIUSServer.createRequest"/>
|
174
|
+
<output message="tns:Management.RADIUSServer.createResponse"/>
|
175
|
+
</operation>
|
176
|
+
<operation name="delete_server">
|
177
|
+
<documentation>
|
178
|
+
Deletes the specified RADIUS servers.
|
179
|
+
|
180
|
+
</documentation>
|
181
|
+
<input message="tns:Management.RADIUSServer.delete_serverRequest"/>
|
182
|
+
<output message="tns:Management.RADIUSServer.delete_serverResponse"/>
|
183
|
+
</operation>
|
184
|
+
<operation name="delete_all_servers">
|
185
|
+
<documentation>
|
186
|
+
Deletes all RADIUS servers.
|
187
|
+
|
188
|
+
</documentation>
|
189
|
+
<input message="tns:Management.RADIUSServer.delete_all_serversRequest"/>
|
190
|
+
<output message="tns:Management.RADIUSServer.delete_all_serversResponse"/>
|
191
|
+
</operation>
|
192
|
+
<operation name="set_ip_or_hostname">
|
193
|
+
<documentation>
|
194
|
+
Sets the IP addresses or hostnames of the RADIUS servers.
|
195
|
+
|
196
|
+
</documentation>
|
197
|
+
<input message="tns:Management.RADIUSServer.set_ip_or_hostnameRequest"/>
|
198
|
+
<output message="tns:Management.RADIUSServer.set_ip_or_hostnameResponse"/>
|
199
|
+
</operation>
|
200
|
+
<operation name="get_ip_or_hostname">
|
201
|
+
<documentation>
|
202
|
+
Gets the IP addresses or hostnames of the RADIUS servers.
|
203
|
+
|
204
|
+
</documentation>
|
205
|
+
<input message="tns:Management.RADIUSServer.get_ip_or_hostnameRequest"/>
|
206
|
+
<output message="tns:Management.RADIUSServer.get_ip_or_hostnameResponse"/>
|
207
|
+
</operation>
|
208
|
+
<operation name="set_port">
|
209
|
+
<documentation>
|
210
|
+
Sets the ports of the RADIUS servers.
|
211
|
+
|
212
|
+
</documentation>
|
213
|
+
<input message="tns:Management.RADIUSServer.set_portRequest"/>
|
214
|
+
<output message="tns:Management.RADIUSServer.set_portResponse"/>
|
215
|
+
</operation>
|
216
|
+
<operation name="get_port">
|
217
|
+
<documentation>
|
218
|
+
Gets the ports of the RADIUS servers.
|
219
|
+
|
220
|
+
</documentation>
|
221
|
+
<input message="tns:Management.RADIUSServer.get_portRequest"/>
|
222
|
+
<output message="tns:Management.RADIUSServer.get_portResponse"/>
|
223
|
+
</operation>
|
224
|
+
<operation name="set_secret">
|
225
|
+
<documentation>
|
226
|
+
Sets the secrets of the RADIUS servers.
|
227
|
+
|
228
|
+
</documentation>
|
229
|
+
<input message="tns:Management.RADIUSServer.set_secretRequest"/>
|
230
|
+
<output message="tns:Management.RADIUSServer.set_secretResponse"/>
|
231
|
+
</operation>
|
232
|
+
<operation name="get_secret">
|
233
|
+
<documentation>
|
234
|
+
Gets the secrets of the RADIUS servers.
|
235
|
+
|
236
|
+
</documentation>
|
237
|
+
<input message="tns:Management.RADIUSServer.get_secretRequest"/>
|
238
|
+
<output message="tns:Management.RADIUSServer.get_secretResponse"/>
|
239
|
+
</operation>
|
240
|
+
<operation name="set_timeout">
|
241
|
+
<documentation>
|
242
|
+
Sets the timeouts of the RADIUS servers.
|
243
|
+
|
244
|
+
</documentation>
|
245
|
+
<input message="tns:Management.RADIUSServer.set_timeoutRequest"/>
|
246
|
+
<output message="tns:Management.RADIUSServer.set_timeoutResponse"/>
|
247
|
+
</operation>
|
248
|
+
<operation name="get_timeout">
|
249
|
+
<documentation>
|
250
|
+
Gets the timeouts of the RADIUS servers.
|
251
|
+
|
252
|
+
</documentation>
|
253
|
+
<input message="tns:Management.RADIUSServer.get_timeoutRequest"/>
|
254
|
+
<output message="tns:Management.RADIUSServer.get_timeoutResponse"/>
|
255
|
+
</operation>
|
256
|
+
<operation name="set_description">
|
257
|
+
<documentation>
|
258
|
+
Sets the description for a set of RADIUS servers.
|
259
|
+
|
260
|
+
This is an arbitrary field which can be used for any purpose.
|
261
|
+
|
262
|
+
</documentation>
|
263
|
+
<input message="tns:Management.RADIUSServer.set_descriptionRequest"/>
|
264
|
+
<output message="tns:Management.RADIUSServer.set_descriptionResponse"/>
|
265
|
+
</operation>
|
266
|
+
<operation name="get_description">
|
267
|
+
<documentation>
|
268
|
+
Gets the descriptions for a set of RADIUS servers.
|
269
|
+
|
270
|
+
</documentation>
|
271
|
+
<input message="tns:Management.RADIUSServer.get_descriptionRequest"/>
|
272
|
+
<output message="tns:Management.RADIUSServer.get_descriptionResponse"/>
|
273
|
+
</operation>
|
274
|
+
<operation name="get_version">
|
275
|
+
<documentation>
|
276
|
+
Gets the version information for this interface.
|
277
|
+
|
278
|
+
</documentation>
|
279
|
+
<input message="tns:Management.RADIUSServer.get_versionRequest"/>
|
280
|
+
<output message="tns:Management.RADIUSServer.get_versionResponse"/>
|
281
|
+
</operation>
|
282
|
+
</portType>
|
283
|
+
|
284
|
+
<!-- binding -->
|
285
|
+
|
286
|
+
<binding name="Management.RADIUSServerBinding" type="tns:Management.RADIUSServerPortType">
|
287
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
288
|
+
<operation name="get_list">
|
289
|
+
<documentation>
|
290
|
+
Gets a list of all RADIUS servers.
|
291
|
+
|
292
|
+
</documentation>
|
293
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
294
|
+
<input>
|
295
|
+
<soap:body
|
296
|
+
use="encoded"
|
297
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
298
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
299
|
+
</input>
|
300
|
+
<output>
|
301
|
+
<soap:body
|
302
|
+
use="encoded"
|
303
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
304
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
305
|
+
</output>
|
306
|
+
</operation>
|
307
|
+
|
308
|
+
<operation name="create">
|
309
|
+
<documentation>
|
310
|
+
Creates the specified RADIUS servers.
|
311
|
+
|
312
|
+
</documentation>
|
313
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
314
|
+
<input>
|
315
|
+
<soap:body
|
316
|
+
use="encoded"
|
317
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
318
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
319
|
+
</input>
|
320
|
+
<output>
|
321
|
+
<soap:body
|
322
|
+
use="encoded"
|
323
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
324
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
325
|
+
</output>
|
326
|
+
</operation>
|
327
|
+
|
328
|
+
<operation name="delete_server">
|
329
|
+
<documentation>
|
330
|
+
Deletes the specified RADIUS servers.
|
331
|
+
|
332
|
+
</documentation>
|
333
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
334
|
+
<input>
|
335
|
+
<soap:body
|
336
|
+
use="encoded"
|
337
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
338
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
339
|
+
</input>
|
340
|
+
<output>
|
341
|
+
<soap:body
|
342
|
+
use="encoded"
|
343
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
344
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
345
|
+
</output>
|
346
|
+
</operation>
|
347
|
+
|
348
|
+
<operation name="delete_all_servers">
|
349
|
+
<documentation>
|
350
|
+
Deletes all RADIUS servers.
|
351
|
+
|
352
|
+
</documentation>
|
353
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
354
|
+
<input>
|
355
|
+
<soap:body
|
356
|
+
use="encoded"
|
357
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
358
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
359
|
+
</input>
|
360
|
+
<output>
|
361
|
+
<soap:body
|
362
|
+
use="encoded"
|
363
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
364
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
365
|
+
</output>
|
366
|
+
</operation>
|
367
|
+
|
368
|
+
<operation name="set_ip_or_hostname">
|
369
|
+
<documentation>
|
370
|
+
Sets the IP addresses or hostnames of the RADIUS servers.
|
371
|
+
|
372
|
+
</documentation>
|
373
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
374
|
+
<input>
|
375
|
+
<soap:body
|
376
|
+
use="encoded"
|
377
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
378
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
379
|
+
</input>
|
380
|
+
<output>
|
381
|
+
<soap:body
|
382
|
+
use="encoded"
|
383
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
384
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
385
|
+
</output>
|
386
|
+
</operation>
|
387
|
+
|
388
|
+
<operation name="get_ip_or_hostname">
|
389
|
+
<documentation>
|
390
|
+
Gets the IP addresses or hostnames of the RADIUS servers.
|
391
|
+
|
392
|
+
</documentation>
|
393
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
394
|
+
<input>
|
395
|
+
<soap:body
|
396
|
+
use="encoded"
|
397
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
398
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
399
|
+
</input>
|
400
|
+
<output>
|
401
|
+
<soap:body
|
402
|
+
use="encoded"
|
403
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
404
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
405
|
+
</output>
|
406
|
+
</operation>
|
407
|
+
|
408
|
+
<operation name="set_port">
|
409
|
+
<documentation>
|
410
|
+
Sets the ports of the RADIUS servers.
|
411
|
+
|
412
|
+
</documentation>
|
413
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
414
|
+
<input>
|
415
|
+
<soap:body
|
416
|
+
use="encoded"
|
417
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
418
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
419
|
+
</input>
|
420
|
+
<output>
|
421
|
+
<soap:body
|
422
|
+
use="encoded"
|
423
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
424
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
425
|
+
</output>
|
426
|
+
</operation>
|
427
|
+
|
428
|
+
<operation name="get_port">
|
429
|
+
<documentation>
|
430
|
+
Gets the ports of the RADIUS servers.
|
431
|
+
|
432
|
+
</documentation>
|
433
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
434
|
+
<input>
|
435
|
+
<soap:body
|
436
|
+
use="encoded"
|
437
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
438
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
439
|
+
</input>
|
440
|
+
<output>
|
441
|
+
<soap:body
|
442
|
+
use="encoded"
|
443
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
444
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
445
|
+
</output>
|
446
|
+
</operation>
|
447
|
+
|
448
|
+
<operation name="set_secret">
|
449
|
+
<documentation>
|
450
|
+
Sets the secrets of the RADIUS servers.
|
451
|
+
|
452
|
+
</documentation>
|
453
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
454
|
+
<input>
|
455
|
+
<soap:body
|
456
|
+
use="encoded"
|
457
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
458
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
459
|
+
</input>
|
460
|
+
<output>
|
461
|
+
<soap:body
|
462
|
+
use="encoded"
|
463
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
464
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
465
|
+
</output>
|
466
|
+
</operation>
|
467
|
+
|
468
|
+
<operation name="get_secret">
|
469
|
+
<documentation>
|
470
|
+
Gets the secrets of the RADIUS servers.
|
471
|
+
|
472
|
+
</documentation>
|
473
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
474
|
+
<input>
|
475
|
+
<soap:body
|
476
|
+
use="encoded"
|
477
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
478
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
479
|
+
</input>
|
480
|
+
<output>
|
481
|
+
<soap:body
|
482
|
+
use="encoded"
|
483
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
484
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
485
|
+
</output>
|
486
|
+
</operation>
|
487
|
+
|
488
|
+
<operation name="set_timeout">
|
489
|
+
<documentation>
|
490
|
+
Sets the timeouts of the RADIUS servers.
|
491
|
+
|
492
|
+
</documentation>
|
493
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
494
|
+
<input>
|
495
|
+
<soap:body
|
496
|
+
use="encoded"
|
497
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
498
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
499
|
+
</input>
|
500
|
+
<output>
|
501
|
+
<soap:body
|
502
|
+
use="encoded"
|
503
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
504
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
505
|
+
</output>
|
506
|
+
</operation>
|
507
|
+
|
508
|
+
<operation name="get_timeout">
|
509
|
+
<documentation>
|
510
|
+
Gets the timeouts of the RADIUS servers.
|
511
|
+
|
512
|
+
</documentation>
|
513
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
514
|
+
<input>
|
515
|
+
<soap:body
|
516
|
+
use="encoded"
|
517
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
518
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
519
|
+
</input>
|
520
|
+
<output>
|
521
|
+
<soap:body
|
522
|
+
use="encoded"
|
523
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
524
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
525
|
+
</output>
|
526
|
+
</operation>
|
527
|
+
|
528
|
+
<operation name="set_description">
|
529
|
+
<documentation>
|
530
|
+
Sets the description for a set of RADIUS servers.
|
531
|
+
|
532
|
+
This is an arbitrary field which can be used for any purpose.
|
533
|
+
|
534
|
+
</documentation>
|
535
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
536
|
+
<input>
|
537
|
+
<soap:body
|
538
|
+
use="encoded"
|
539
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
540
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
541
|
+
</input>
|
542
|
+
<output>
|
543
|
+
<soap:body
|
544
|
+
use="encoded"
|
545
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
546
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
547
|
+
</output>
|
548
|
+
</operation>
|
549
|
+
|
550
|
+
<operation name="get_description">
|
551
|
+
<documentation>
|
552
|
+
Gets the descriptions for a set of RADIUS servers.
|
553
|
+
|
554
|
+
</documentation>
|
555
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
556
|
+
<input>
|
557
|
+
<soap:body
|
558
|
+
use="encoded"
|
559
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
560
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
561
|
+
</input>
|
562
|
+
<output>
|
563
|
+
<soap:body
|
564
|
+
use="encoded"
|
565
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
566
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
567
|
+
</output>
|
568
|
+
</operation>
|
569
|
+
|
570
|
+
<operation name="get_version">
|
571
|
+
<documentation>
|
572
|
+
Gets the version information for this interface.
|
573
|
+
|
574
|
+
</documentation>
|
575
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSServer"/>
|
576
|
+
<input>
|
577
|
+
<soap:body
|
578
|
+
use="encoded"
|
579
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
580
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
581
|
+
</input>
|
582
|
+
<output>
|
583
|
+
<soap:body
|
584
|
+
use="encoded"
|
585
|
+
namespace="urn:iControl:Management/RADIUSServer"
|
586
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
587
|
+
</output>
|
588
|
+
</operation>
|
589
|
+
</binding>
|
590
|
+
|
591
|
+
<!-- service -->
|
592
|
+
|
593
|
+
<service name="Management.RADIUSServer">
|
594
|
+
<documentation>
|
595
|
+
The RADIUSServer interface enables you to manage RADIUS Server configuration.
|
596
|
+
|
597
|
+
</documentation>
|
598
|
+
<port name="Management.RADIUSServerPort" binding="tns:Management.RADIUSServerBinding">
|
599
|
+
<soap:address location="https://url_to_service"/>
|
600
|
+
</port>
|
601
|
+
</service>
|
602
|
+
</definitions>
|