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,951 @@
|
|
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.RADIUSConfiguration"
|
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.RadiusServiceTypeSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.RadiusServiceType[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:simpleType name="Management.RadiusServiceType">
|
32
|
+
<xsd:restriction base="xsd:string">
|
33
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_UNKNOWN">
|
34
|
+
<xsd:annotation>
|
35
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_UNKNOWN</xsd:documentation>
|
36
|
+
</xsd:annotation>
|
37
|
+
</xsd:enumeration>
|
38
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_DEFAULT">
|
39
|
+
<xsd:annotation>
|
40
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_DEFAULT</xsd:documentation>
|
41
|
+
</xsd:annotation>
|
42
|
+
</xsd:enumeration>
|
43
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_LOGIN">
|
44
|
+
<xsd:annotation>
|
45
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_LOGIN</xsd:documentation>
|
46
|
+
</xsd:annotation>
|
47
|
+
</xsd:enumeration>
|
48
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_FRAMED">
|
49
|
+
<xsd:annotation>
|
50
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_FRAMED</xsd:documentation>
|
51
|
+
</xsd:annotation>
|
52
|
+
</xsd:enumeration>
|
53
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_CALLBACK_LOGIN">
|
54
|
+
<xsd:annotation>
|
55
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_CALLBACK_LOGIN</xsd:documentation>
|
56
|
+
</xsd:annotation>
|
57
|
+
</xsd:enumeration>
|
58
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_CALLBACK_FRAMED">
|
59
|
+
<xsd:annotation>
|
60
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_CALLBACK_FRAMED</xsd:documentation>
|
61
|
+
</xsd:annotation>
|
62
|
+
</xsd:enumeration>
|
63
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_OUTBOUND">
|
64
|
+
<xsd:annotation>
|
65
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_OUTBOUND</xsd:documentation>
|
66
|
+
</xsd:annotation>
|
67
|
+
</xsd:enumeration>
|
68
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_ADMINISTRATIVE">
|
69
|
+
<xsd:annotation>
|
70
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_ADMINISTRATIVE</xsd:documentation>
|
71
|
+
</xsd:annotation>
|
72
|
+
</xsd:enumeration>
|
73
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_NAS_PROMPT">
|
74
|
+
<xsd:annotation>
|
75
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_NAS_PROMPT</xsd:documentation>
|
76
|
+
</xsd:annotation>
|
77
|
+
</xsd:enumeration>
|
78
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_AUTHENTICATE_ONLY">
|
79
|
+
<xsd:annotation>
|
80
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_AUTHENTICATE_ONLY</xsd:documentation>
|
81
|
+
</xsd:annotation>
|
82
|
+
</xsd:enumeration>
|
83
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_CALLBACK_NAS_PROMPT">
|
84
|
+
<xsd:annotation>
|
85
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_CALLBACK_NAS_PROMPT</xsd:documentation>
|
86
|
+
</xsd:annotation>
|
87
|
+
</xsd:enumeration>
|
88
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_CALL_CHECK">
|
89
|
+
<xsd:annotation>
|
90
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_CALL_CHECK</xsd:documentation>
|
91
|
+
</xsd:annotation>
|
92
|
+
</xsd:enumeration>
|
93
|
+
<xsd:enumeration value="AUTH_RADIUS_SERVICE_TYPE_CALLBACK_ADMINISTRATIVE">
|
94
|
+
<xsd:annotation>
|
95
|
+
<xsd:documentation>AUTH_RADIUS_SERVICE_TYPE_CALLBACK_ADMINISTRATIVE</xsd:documentation>
|
96
|
+
</xsd:annotation>
|
97
|
+
</xsd:enumeration>
|
98
|
+
</xsd:restriction>
|
99
|
+
</xsd:simpleType>
|
100
|
+
<xsd:simpleType name="Common.EnabledState">
|
101
|
+
<xsd:restriction base="xsd:string">
|
102
|
+
<xsd:enumeration value="STATE_DISABLED">
|
103
|
+
<xsd:annotation>
|
104
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
105
|
+
</xsd:annotation>
|
106
|
+
</xsd:enumeration>
|
107
|
+
<xsd:enumeration value="STATE_ENABLED">
|
108
|
+
<xsd:annotation>
|
109
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
110
|
+
</xsd:annotation>
|
111
|
+
</xsd:enumeration>
|
112
|
+
</xsd:restriction>
|
113
|
+
</xsd:simpleType>
|
114
|
+
<xsd:complexType name="Common.StringSequence">
|
115
|
+
<xsd:complexContent>
|
116
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
117
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
118
|
+
</xsd:restriction>
|
119
|
+
</xsd:complexContent>
|
120
|
+
</xsd:complexType>
|
121
|
+
<xsd:complexType name="Common.ULongSequence">
|
122
|
+
<xsd:complexContent>
|
123
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
124
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
125
|
+
</xsd:restriction>
|
126
|
+
</xsd:complexContent>
|
127
|
+
</xsd:complexType>
|
128
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
129
|
+
<xsd:complexContent>
|
130
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
131
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
132
|
+
</xsd:restriction>
|
133
|
+
</xsd:complexContent>
|
134
|
+
</xsd:complexType>
|
135
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
136
|
+
<xsd:complexContent>
|
137
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
138
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
139
|
+
</xsd:restriction>
|
140
|
+
</xsd:complexContent>
|
141
|
+
</xsd:complexType>
|
142
|
+
</xsd:schema>
|
143
|
+
</types>
|
144
|
+
|
145
|
+
<!-- message -->
|
146
|
+
|
147
|
+
<message name="Management.RADIUSConfiguration.get_listRequest">
|
148
|
+
</message>
|
149
|
+
<message name="Management.RADIUSConfiguration.get_listResponse">
|
150
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
151
|
+
</message>
|
152
|
+
|
153
|
+
<message name="Management.RADIUSConfiguration.createRequest">
|
154
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
155
|
+
<part name="servers" type="tns:Common.StringSequenceSequence"/>
|
156
|
+
</message>
|
157
|
+
<message name="Management.RADIUSConfiguration.createResponse">
|
158
|
+
</message>
|
159
|
+
|
160
|
+
<message name="Management.RADIUSConfiguration.create_default_authentication_radius_configurationRequest">
|
161
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
162
|
+
</message>
|
163
|
+
<message name="Management.RADIUSConfiguration.create_default_authentication_radius_configurationResponse">
|
164
|
+
</message>
|
165
|
+
|
166
|
+
<message name="Management.RADIUSConfiguration.delete_configurationRequest">
|
167
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
168
|
+
</message>
|
169
|
+
<message name="Management.RADIUSConfiguration.delete_configurationResponse">
|
170
|
+
</message>
|
171
|
+
|
172
|
+
<message name="Management.RADIUSConfiguration.delete_all_configurationsRequest">
|
173
|
+
</message>
|
174
|
+
<message name="Management.RADIUSConfiguration.delete_all_configurationsResponse">
|
175
|
+
</message>
|
176
|
+
|
177
|
+
<message name="Management.RADIUSConfiguration.set_debug_stateRequest">
|
178
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
179
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
180
|
+
</message>
|
181
|
+
<message name="Management.RADIUSConfiguration.set_debug_stateResponse">
|
182
|
+
</message>
|
183
|
+
|
184
|
+
<message name="Management.RADIUSConfiguration.get_debug_stateRequest">
|
185
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
186
|
+
</message>
|
187
|
+
<message name="Management.RADIUSConfiguration.get_debug_stateResponse">
|
188
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
189
|
+
</message>
|
190
|
+
|
191
|
+
<message name="Management.RADIUSConfiguration.set_accounting_validation_stateRequest">
|
192
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
193
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
194
|
+
</message>
|
195
|
+
<message name="Management.RADIUSConfiguration.set_accounting_validation_stateResponse">
|
196
|
+
</message>
|
197
|
+
|
198
|
+
<message name="Management.RADIUSConfiguration.get_accounting_validation_stateRequest">
|
199
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
200
|
+
</message>
|
201
|
+
<message name="Management.RADIUSConfiguration.get_accounting_validation_stateResponse">
|
202
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
203
|
+
</message>
|
204
|
+
|
205
|
+
<message name="Management.RADIUSConfiguration.set_retryRequest">
|
206
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
207
|
+
<part name="retries" type="tns:Common.ULongSequence"/>
|
208
|
+
</message>
|
209
|
+
<message name="Management.RADIUSConfiguration.set_retryResponse">
|
210
|
+
</message>
|
211
|
+
|
212
|
+
<message name="Management.RADIUSConfiguration.get_retryRequest">
|
213
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
214
|
+
</message>
|
215
|
+
<message name="Management.RADIUSConfiguration.get_retryResponse">
|
216
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
217
|
+
</message>
|
218
|
+
|
219
|
+
<message name="Management.RADIUSConfiguration.set_service_typeRequest">
|
220
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
221
|
+
<part name="service_types" type="tns:Management.RadiusServiceTypeSequence"/>
|
222
|
+
</message>
|
223
|
+
<message name="Management.RADIUSConfiguration.set_service_typeResponse">
|
224
|
+
</message>
|
225
|
+
|
226
|
+
<message name="Management.RADIUSConfiguration.get_service_typeRequest">
|
227
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
228
|
+
</message>
|
229
|
+
<message name="Management.RADIUSConfiguration.get_service_typeResponse">
|
230
|
+
<part name="return" type="tns:Management.RadiusServiceTypeSequence"/>
|
231
|
+
</message>
|
232
|
+
|
233
|
+
<message name="Management.RADIUSConfiguration.set_client_idRequest">
|
234
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
235
|
+
<part name="client_ids" type="tns:Common.StringSequence"/>
|
236
|
+
</message>
|
237
|
+
<message name="Management.RADIUSConfiguration.set_client_idResponse">
|
238
|
+
</message>
|
239
|
+
|
240
|
+
<message name="Management.RADIUSConfiguration.get_client_idRequest">
|
241
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
242
|
+
</message>
|
243
|
+
<message name="Management.RADIUSConfiguration.get_client_idResponse">
|
244
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
245
|
+
</message>
|
246
|
+
|
247
|
+
<message name="Management.RADIUSConfiguration.get_serverRequest">
|
248
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
249
|
+
</message>
|
250
|
+
<message name="Management.RADIUSConfiguration.get_serverResponse">
|
251
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
252
|
+
</message>
|
253
|
+
|
254
|
+
<message name="Management.RADIUSConfiguration.add_serverRequest">
|
255
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
256
|
+
<part name="servers" type="tns:Common.StringSequenceSequence"/>
|
257
|
+
</message>
|
258
|
+
<message name="Management.RADIUSConfiguration.add_serverResponse">
|
259
|
+
</message>
|
260
|
+
|
261
|
+
<message name="Management.RADIUSConfiguration.remove_serverRequest">
|
262
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
263
|
+
<part name="servers" type="tns:Common.StringSequenceSequence"/>
|
264
|
+
</message>
|
265
|
+
<message name="Management.RADIUSConfiguration.remove_serverResponse">
|
266
|
+
</message>
|
267
|
+
|
268
|
+
<message name="Management.RADIUSConfiguration.remove_all_serversRequest">
|
269
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
270
|
+
</message>
|
271
|
+
<message name="Management.RADIUSConfiguration.remove_all_serversResponse">
|
272
|
+
</message>
|
273
|
+
|
274
|
+
<message name="Management.RADIUSConfiguration.set_descriptionRequest">
|
275
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
276
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
277
|
+
</message>
|
278
|
+
<message name="Management.RADIUSConfiguration.set_descriptionResponse">
|
279
|
+
</message>
|
280
|
+
|
281
|
+
<message name="Management.RADIUSConfiguration.get_descriptionRequest">
|
282
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
283
|
+
</message>
|
284
|
+
<message name="Management.RADIUSConfiguration.get_descriptionResponse">
|
285
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
286
|
+
</message>
|
287
|
+
|
288
|
+
<message name="Management.RADIUSConfiguration.get_versionRequest">
|
289
|
+
</message>
|
290
|
+
<message name="Management.RADIUSConfiguration.get_versionResponse">
|
291
|
+
<part name="return" type="xsd:string"/>
|
292
|
+
</message>
|
293
|
+
|
294
|
+
<!-- portType -->
|
295
|
+
|
296
|
+
<portType name="Management.RADIUSConfigurationPortType">
|
297
|
+
<operation name="get_list">
|
298
|
+
<documentation>
|
299
|
+
Gets a list of all RADIUS configurations.
|
300
|
+
|
301
|
+
</documentation>
|
302
|
+
<input message="tns:Management.RADIUSConfiguration.get_listRequest"/>
|
303
|
+
<output message="tns:Management.RADIUSConfiguration.get_listResponse"/>
|
304
|
+
</operation>
|
305
|
+
<operation name="create">
|
306
|
+
<documentation>
|
307
|
+
Creates the specified RADIUS configurations.
|
308
|
+
|
309
|
+
</documentation>
|
310
|
+
<input message="tns:Management.RADIUSConfiguration.createRequest"/>
|
311
|
+
<output message="tns:Management.RADIUSConfiguration.createResponse"/>
|
312
|
+
</operation>
|
313
|
+
<operation name="create_default_authentication_radius_configuration">
|
314
|
+
<documentation>
|
315
|
+
Creates the default authentication RADIUS configuration.
|
316
|
+
|
317
|
+
</documentation>
|
318
|
+
<input message="tns:Management.RADIUSConfiguration.create_default_authentication_radius_configurationRequest"/>
|
319
|
+
<output message="tns:Management.RADIUSConfiguration.create_default_authentication_radius_configurationResponse"/>
|
320
|
+
</operation>
|
321
|
+
<operation name="delete_configuration">
|
322
|
+
<documentation>
|
323
|
+
Deletes the specified RADIUS configurations.
|
324
|
+
|
325
|
+
</documentation>
|
326
|
+
<input message="tns:Management.RADIUSConfiguration.delete_configurationRequest"/>
|
327
|
+
<output message="tns:Management.RADIUSConfiguration.delete_configurationResponse"/>
|
328
|
+
</operation>
|
329
|
+
<operation name="delete_all_configurations">
|
330
|
+
<documentation>
|
331
|
+
Deletes all RADIUS configurations.
|
332
|
+
|
333
|
+
</documentation>
|
334
|
+
<input message="tns:Management.RADIUSConfiguration.delete_all_configurationsRequest"/>
|
335
|
+
<output message="tns:Management.RADIUSConfiguration.delete_all_configurationsResponse"/>
|
336
|
+
</operation>
|
337
|
+
<operation name="set_debug_state">
|
338
|
+
<documentation>
|
339
|
+
Sets the states indicating whether syslog debugging is enabled/disabled.
|
340
|
+
|
341
|
+
</documentation>
|
342
|
+
<input message="tns:Management.RADIUSConfiguration.set_debug_stateRequest"/>
|
343
|
+
<output message="tns:Management.RADIUSConfiguration.set_debug_stateResponse"/>
|
344
|
+
</operation>
|
345
|
+
<operation name="get_debug_state">
|
346
|
+
<documentation>
|
347
|
+
Gets the states indicating whether syslog debugging is enabled/disabled.
|
348
|
+
|
349
|
+
</documentation>
|
350
|
+
<input message="tns:Management.RADIUSConfiguration.get_debug_stateRequest"/>
|
351
|
+
<output message="tns:Management.RADIUSConfiguration.get_debug_stateResponse"/>
|
352
|
+
</operation>
|
353
|
+
<operation name="set_accounting_validation_state">
|
354
|
+
<documentation>
|
355
|
+
Sets the states indicating whether to enable/disable validation of the accounting response vector.
|
356
|
+
This option should only be set necessary for older servers, i.e. Livingston 1.16.
|
357
|
+
|
358
|
+
</documentation>
|
359
|
+
<input message="tns:Management.RADIUSConfiguration.set_accounting_validation_stateRequest"/>
|
360
|
+
<output message="tns:Management.RADIUSConfiguration.set_accounting_validation_stateResponse"/>
|
361
|
+
</operation>
|
362
|
+
<operation name="get_accounting_validation_state">
|
363
|
+
<documentation>
|
364
|
+
Gets the states indicating whether to enable/disable validation of the accounting response vector.
|
365
|
+
This option should only be set necessary for older servers, i.e. Livingston 1.16.
|
366
|
+
|
367
|
+
</documentation>
|
368
|
+
<input message="tns:Management.RADIUSConfiguration.get_accounting_validation_stateRequest"/>
|
369
|
+
<output message="tns:Management.RADIUSConfiguration.get_accounting_validation_stateResponse"/>
|
370
|
+
</operation>
|
371
|
+
<operation name="set_retry">
|
372
|
+
<documentation>
|
373
|
+
Sets the number of attempts to communicate with the server before concluding that
|
374
|
+
the server has failed.
|
375
|
+
|
376
|
+
</documentation>
|
377
|
+
<input message="tns:Management.RADIUSConfiguration.set_retryRequest"/>
|
378
|
+
<output message="tns:Management.RADIUSConfiguration.set_retryResponse"/>
|
379
|
+
</operation>
|
380
|
+
<operation name="get_retry">
|
381
|
+
<documentation>
|
382
|
+
Gets the number of attempts to communicate with the server before concluding that
|
383
|
+
the server has failed.
|
384
|
+
|
385
|
+
</documentation>
|
386
|
+
<input message="tns:Management.RADIUSConfiguration.get_retryRequest"/>
|
387
|
+
<output message="tns:Management.RADIUSConfiguration.get_retryResponse"/>
|
388
|
+
</operation>
|
389
|
+
<operation name="set_service_type">
|
390
|
+
<documentation>
|
391
|
+
Sets the service-type attribute in the RADIUS request that is made
|
392
|
+
to the server.
|
393
|
+
|
394
|
+
</documentation>
|
395
|
+
<input message="tns:Management.RADIUSConfiguration.set_service_typeRequest"/>
|
396
|
+
<output message="tns:Management.RADIUSConfiguration.set_service_typeResponse"/>
|
397
|
+
</operation>
|
398
|
+
<operation name="get_service_type">
|
399
|
+
<documentation>
|
400
|
+
Gets the service-type attribute used in the RADIUS request that is
|
401
|
+
made when communicating with a RADIUS server.
|
402
|
+
|
403
|
+
</documentation>
|
404
|
+
<input message="tns:Management.RADIUSConfiguration.get_service_typeRequest"/>
|
405
|
+
<output message="tns:Management.RADIUSConfiguration.get_service_typeResponse"/>
|
406
|
+
</operation>
|
407
|
+
<operation name="set_client_id">
|
408
|
+
<documentation>
|
409
|
+
Sets the NAS-Identifier RADIUS attribute with client_ids. If the client_id option is not specified,
|
410
|
+
the PAM service type is used instead. This feature may be disabled by using empty strings for client_ids.
|
411
|
+
|
412
|
+
</documentation>
|
413
|
+
<input message="tns:Management.RADIUSConfiguration.set_client_idRequest"/>
|
414
|
+
<output message="tns:Management.RADIUSConfiguration.set_client_idResponse"/>
|
415
|
+
</operation>
|
416
|
+
<operation name="get_client_id">
|
417
|
+
<documentation>
|
418
|
+
Gets the the NAS-Identifier RADIUS attribute with client_ids. If the client_id option is not specified,
|
419
|
+
the PAM service type is used instead. This feature may be disabled by using empty strings for client_ids.
|
420
|
+
|
421
|
+
</documentation>
|
422
|
+
<input message="tns:Management.RADIUSConfiguration.get_client_idRequest"/>
|
423
|
+
<output message="tns:Management.RADIUSConfiguration.get_client_idResponse"/>
|
424
|
+
</operation>
|
425
|
+
<operation name="get_server">
|
426
|
+
<documentation>
|
427
|
+
Gets the lists of servers the specified RADIUS configurations are associated with.
|
428
|
+
|
429
|
+
</documentation>
|
430
|
+
<input message="tns:Management.RADIUSConfiguration.get_serverRequest"/>
|
431
|
+
<output message="tns:Management.RADIUSConfiguration.get_serverResponse"/>
|
432
|
+
</operation>
|
433
|
+
<operation name="add_server">
|
434
|
+
<documentation>
|
435
|
+
Adds/associates servers to the specified RADIUS configurations.
|
436
|
+
|
437
|
+
</documentation>
|
438
|
+
<input message="tns:Management.RADIUSConfiguration.add_serverRequest"/>
|
439
|
+
<output message="tns:Management.RADIUSConfiguration.add_serverResponse"/>
|
440
|
+
</operation>
|
441
|
+
<operation name="remove_server">
|
442
|
+
<documentation>
|
443
|
+
Removes servers from the specified RADIUS configurations.
|
444
|
+
|
445
|
+
</documentation>
|
446
|
+
<input message="tns:Management.RADIUSConfiguration.remove_serverRequest"/>
|
447
|
+
<output message="tns:Management.RADIUSConfiguration.remove_serverResponse"/>
|
448
|
+
</operation>
|
449
|
+
<operation name="remove_all_servers">
|
450
|
+
<documentation>
|
451
|
+
Removes all servers from the specified RADIUS configurations.
|
452
|
+
|
453
|
+
</documentation>
|
454
|
+
<input message="tns:Management.RADIUSConfiguration.remove_all_serversRequest"/>
|
455
|
+
<output message="tns:Management.RADIUSConfiguration.remove_all_serversResponse"/>
|
456
|
+
</operation>
|
457
|
+
<operation name="set_description">
|
458
|
+
<documentation>
|
459
|
+
Sets the description for a set of RADIUS configurations.
|
460
|
+
|
461
|
+
This is an arbitrary field which can be used for any purpose.
|
462
|
+
|
463
|
+
</documentation>
|
464
|
+
<input message="tns:Management.RADIUSConfiguration.set_descriptionRequest"/>
|
465
|
+
<output message="tns:Management.RADIUSConfiguration.set_descriptionResponse"/>
|
466
|
+
</operation>
|
467
|
+
<operation name="get_description">
|
468
|
+
<documentation>
|
469
|
+
Gets the descriptions for a set of RADIUS configurations.
|
470
|
+
|
471
|
+
</documentation>
|
472
|
+
<input message="tns:Management.RADIUSConfiguration.get_descriptionRequest"/>
|
473
|
+
<output message="tns:Management.RADIUSConfiguration.get_descriptionResponse"/>
|
474
|
+
</operation>
|
475
|
+
<operation name="get_version">
|
476
|
+
<documentation>
|
477
|
+
Gets the version information for this interface.
|
478
|
+
|
479
|
+
</documentation>
|
480
|
+
<input message="tns:Management.RADIUSConfiguration.get_versionRequest"/>
|
481
|
+
<output message="tns:Management.RADIUSConfiguration.get_versionResponse"/>
|
482
|
+
</operation>
|
483
|
+
</portType>
|
484
|
+
|
485
|
+
<!-- binding -->
|
486
|
+
|
487
|
+
<binding name="Management.RADIUSConfigurationBinding" type="tns:Management.RADIUSConfigurationPortType">
|
488
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
489
|
+
<operation name="get_list">
|
490
|
+
<documentation>
|
491
|
+
Gets a list of all RADIUS configurations.
|
492
|
+
|
493
|
+
</documentation>
|
494
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
495
|
+
<input>
|
496
|
+
<soap:body
|
497
|
+
use="encoded"
|
498
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
499
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
500
|
+
</input>
|
501
|
+
<output>
|
502
|
+
<soap:body
|
503
|
+
use="encoded"
|
504
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
505
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
506
|
+
</output>
|
507
|
+
</operation>
|
508
|
+
|
509
|
+
<operation name="create">
|
510
|
+
<documentation>
|
511
|
+
Creates the specified RADIUS configurations.
|
512
|
+
|
513
|
+
</documentation>
|
514
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
515
|
+
<input>
|
516
|
+
<soap:body
|
517
|
+
use="encoded"
|
518
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
519
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
520
|
+
</input>
|
521
|
+
<output>
|
522
|
+
<soap:body
|
523
|
+
use="encoded"
|
524
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
525
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
526
|
+
</output>
|
527
|
+
</operation>
|
528
|
+
|
529
|
+
<operation name="create_default_authentication_radius_configuration">
|
530
|
+
<documentation>
|
531
|
+
Creates the default authentication RADIUS configuration.
|
532
|
+
|
533
|
+
</documentation>
|
534
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
535
|
+
<input>
|
536
|
+
<soap:body
|
537
|
+
use="encoded"
|
538
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
539
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
540
|
+
</input>
|
541
|
+
<output>
|
542
|
+
<soap:body
|
543
|
+
use="encoded"
|
544
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
545
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
546
|
+
</output>
|
547
|
+
</operation>
|
548
|
+
|
549
|
+
<operation name="delete_configuration">
|
550
|
+
<documentation>
|
551
|
+
Deletes the specified RADIUS configurations.
|
552
|
+
|
553
|
+
</documentation>
|
554
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
555
|
+
<input>
|
556
|
+
<soap:body
|
557
|
+
use="encoded"
|
558
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
559
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
560
|
+
</input>
|
561
|
+
<output>
|
562
|
+
<soap:body
|
563
|
+
use="encoded"
|
564
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
565
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
566
|
+
</output>
|
567
|
+
</operation>
|
568
|
+
|
569
|
+
<operation name="delete_all_configurations">
|
570
|
+
<documentation>
|
571
|
+
Deletes all RADIUS configurations.
|
572
|
+
|
573
|
+
</documentation>
|
574
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
575
|
+
<input>
|
576
|
+
<soap:body
|
577
|
+
use="encoded"
|
578
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
579
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
580
|
+
</input>
|
581
|
+
<output>
|
582
|
+
<soap:body
|
583
|
+
use="encoded"
|
584
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
585
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
586
|
+
</output>
|
587
|
+
</operation>
|
588
|
+
|
589
|
+
<operation name="set_debug_state">
|
590
|
+
<documentation>
|
591
|
+
Sets the states indicating whether syslog debugging is enabled/disabled.
|
592
|
+
|
593
|
+
</documentation>
|
594
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
595
|
+
<input>
|
596
|
+
<soap:body
|
597
|
+
use="encoded"
|
598
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
599
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
600
|
+
</input>
|
601
|
+
<output>
|
602
|
+
<soap:body
|
603
|
+
use="encoded"
|
604
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
605
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
606
|
+
</output>
|
607
|
+
</operation>
|
608
|
+
|
609
|
+
<operation name="get_debug_state">
|
610
|
+
<documentation>
|
611
|
+
Gets the states indicating whether syslog debugging is enabled/disabled.
|
612
|
+
|
613
|
+
</documentation>
|
614
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
615
|
+
<input>
|
616
|
+
<soap:body
|
617
|
+
use="encoded"
|
618
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
619
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
620
|
+
</input>
|
621
|
+
<output>
|
622
|
+
<soap:body
|
623
|
+
use="encoded"
|
624
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
625
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
626
|
+
</output>
|
627
|
+
</operation>
|
628
|
+
|
629
|
+
<operation name="set_accounting_validation_state">
|
630
|
+
<documentation>
|
631
|
+
Sets the states indicating whether to enable/disable validation of the accounting response vector.
|
632
|
+
This option should only be set necessary for older servers, i.e. Livingston 1.16.
|
633
|
+
|
634
|
+
</documentation>
|
635
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
636
|
+
<input>
|
637
|
+
<soap:body
|
638
|
+
use="encoded"
|
639
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
640
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
641
|
+
</input>
|
642
|
+
<output>
|
643
|
+
<soap:body
|
644
|
+
use="encoded"
|
645
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
646
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
647
|
+
</output>
|
648
|
+
</operation>
|
649
|
+
|
650
|
+
<operation name="get_accounting_validation_state">
|
651
|
+
<documentation>
|
652
|
+
Gets the states indicating whether to enable/disable validation of the accounting response vector.
|
653
|
+
This option should only be set necessary for older servers, i.e. Livingston 1.16.
|
654
|
+
|
655
|
+
</documentation>
|
656
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
657
|
+
<input>
|
658
|
+
<soap:body
|
659
|
+
use="encoded"
|
660
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
661
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
662
|
+
</input>
|
663
|
+
<output>
|
664
|
+
<soap:body
|
665
|
+
use="encoded"
|
666
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
667
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
668
|
+
</output>
|
669
|
+
</operation>
|
670
|
+
|
671
|
+
<operation name="set_retry">
|
672
|
+
<documentation>
|
673
|
+
Sets the number of attempts to communicate with the server before concluding that
|
674
|
+
the server has failed.
|
675
|
+
|
676
|
+
</documentation>
|
677
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
678
|
+
<input>
|
679
|
+
<soap:body
|
680
|
+
use="encoded"
|
681
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
682
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
683
|
+
</input>
|
684
|
+
<output>
|
685
|
+
<soap:body
|
686
|
+
use="encoded"
|
687
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
688
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
689
|
+
</output>
|
690
|
+
</operation>
|
691
|
+
|
692
|
+
<operation name="get_retry">
|
693
|
+
<documentation>
|
694
|
+
Gets the number of attempts to communicate with the server before concluding that
|
695
|
+
the server has failed.
|
696
|
+
|
697
|
+
</documentation>
|
698
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
699
|
+
<input>
|
700
|
+
<soap:body
|
701
|
+
use="encoded"
|
702
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
703
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
704
|
+
</input>
|
705
|
+
<output>
|
706
|
+
<soap:body
|
707
|
+
use="encoded"
|
708
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
709
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
710
|
+
</output>
|
711
|
+
</operation>
|
712
|
+
|
713
|
+
<operation name="set_service_type">
|
714
|
+
<documentation>
|
715
|
+
Sets the service-type attribute in the RADIUS request that is made
|
716
|
+
to the server.
|
717
|
+
|
718
|
+
</documentation>
|
719
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
720
|
+
<input>
|
721
|
+
<soap:body
|
722
|
+
use="encoded"
|
723
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
724
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
725
|
+
</input>
|
726
|
+
<output>
|
727
|
+
<soap:body
|
728
|
+
use="encoded"
|
729
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
730
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
731
|
+
</output>
|
732
|
+
</operation>
|
733
|
+
|
734
|
+
<operation name="get_service_type">
|
735
|
+
<documentation>
|
736
|
+
Gets the service-type attribute used in the RADIUS request that is
|
737
|
+
made when communicating with a RADIUS server.
|
738
|
+
|
739
|
+
</documentation>
|
740
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
741
|
+
<input>
|
742
|
+
<soap:body
|
743
|
+
use="encoded"
|
744
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
745
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
746
|
+
</input>
|
747
|
+
<output>
|
748
|
+
<soap:body
|
749
|
+
use="encoded"
|
750
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
751
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
752
|
+
</output>
|
753
|
+
</operation>
|
754
|
+
|
755
|
+
<operation name="set_client_id">
|
756
|
+
<documentation>
|
757
|
+
Sets the NAS-Identifier RADIUS attribute with client_ids. If the client_id option is not specified,
|
758
|
+
the PAM service type is used instead. This feature may be disabled by using empty strings for client_ids.
|
759
|
+
|
760
|
+
</documentation>
|
761
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
762
|
+
<input>
|
763
|
+
<soap:body
|
764
|
+
use="encoded"
|
765
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
766
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
767
|
+
</input>
|
768
|
+
<output>
|
769
|
+
<soap:body
|
770
|
+
use="encoded"
|
771
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
772
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
773
|
+
</output>
|
774
|
+
</operation>
|
775
|
+
|
776
|
+
<operation name="get_client_id">
|
777
|
+
<documentation>
|
778
|
+
Gets the the NAS-Identifier RADIUS attribute with client_ids. If the client_id option is not specified,
|
779
|
+
the PAM service type is used instead. This feature may be disabled by using empty strings for client_ids.
|
780
|
+
|
781
|
+
</documentation>
|
782
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
783
|
+
<input>
|
784
|
+
<soap:body
|
785
|
+
use="encoded"
|
786
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
787
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
788
|
+
</input>
|
789
|
+
<output>
|
790
|
+
<soap:body
|
791
|
+
use="encoded"
|
792
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
793
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
794
|
+
</output>
|
795
|
+
</operation>
|
796
|
+
|
797
|
+
<operation name="get_server">
|
798
|
+
<documentation>
|
799
|
+
Gets the lists of servers the specified RADIUS configurations are associated with.
|
800
|
+
|
801
|
+
</documentation>
|
802
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
803
|
+
<input>
|
804
|
+
<soap:body
|
805
|
+
use="encoded"
|
806
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
807
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
808
|
+
</input>
|
809
|
+
<output>
|
810
|
+
<soap:body
|
811
|
+
use="encoded"
|
812
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
813
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
814
|
+
</output>
|
815
|
+
</operation>
|
816
|
+
|
817
|
+
<operation name="add_server">
|
818
|
+
<documentation>
|
819
|
+
Adds/associates servers to the specified RADIUS configurations.
|
820
|
+
|
821
|
+
</documentation>
|
822
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
823
|
+
<input>
|
824
|
+
<soap:body
|
825
|
+
use="encoded"
|
826
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
827
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
828
|
+
</input>
|
829
|
+
<output>
|
830
|
+
<soap:body
|
831
|
+
use="encoded"
|
832
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
833
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
834
|
+
</output>
|
835
|
+
</operation>
|
836
|
+
|
837
|
+
<operation name="remove_server">
|
838
|
+
<documentation>
|
839
|
+
Removes servers from the specified RADIUS configurations.
|
840
|
+
|
841
|
+
</documentation>
|
842
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
843
|
+
<input>
|
844
|
+
<soap:body
|
845
|
+
use="encoded"
|
846
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
847
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
848
|
+
</input>
|
849
|
+
<output>
|
850
|
+
<soap:body
|
851
|
+
use="encoded"
|
852
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
853
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
854
|
+
</output>
|
855
|
+
</operation>
|
856
|
+
|
857
|
+
<operation name="remove_all_servers">
|
858
|
+
<documentation>
|
859
|
+
Removes all servers from the specified RADIUS configurations.
|
860
|
+
|
861
|
+
</documentation>
|
862
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
863
|
+
<input>
|
864
|
+
<soap:body
|
865
|
+
use="encoded"
|
866
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
867
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
868
|
+
</input>
|
869
|
+
<output>
|
870
|
+
<soap:body
|
871
|
+
use="encoded"
|
872
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
873
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
874
|
+
</output>
|
875
|
+
</operation>
|
876
|
+
|
877
|
+
<operation name="set_description">
|
878
|
+
<documentation>
|
879
|
+
Sets the description for a set of RADIUS configurations.
|
880
|
+
|
881
|
+
This is an arbitrary field which can be used for any purpose.
|
882
|
+
|
883
|
+
</documentation>
|
884
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
885
|
+
<input>
|
886
|
+
<soap:body
|
887
|
+
use="encoded"
|
888
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
889
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
890
|
+
</input>
|
891
|
+
<output>
|
892
|
+
<soap:body
|
893
|
+
use="encoded"
|
894
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
895
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
896
|
+
</output>
|
897
|
+
</operation>
|
898
|
+
|
899
|
+
<operation name="get_description">
|
900
|
+
<documentation>
|
901
|
+
Gets the descriptions for a set of RADIUS configurations.
|
902
|
+
|
903
|
+
</documentation>
|
904
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
905
|
+
<input>
|
906
|
+
<soap:body
|
907
|
+
use="encoded"
|
908
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
909
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
910
|
+
</input>
|
911
|
+
<output>
|
912
|
+
<soap:body
|
913
|
+
use="encoded"
|
914
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
915
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
916
|
+
</output>
|
917
|
+
</operation>
|
918
|
+
|
919
|
+
<operation name="get_version">
|
920
|
+
<documentation>
|
921
|
+
Gets the version information for this interface.
|
922
|
+
|
923
|
+
</documentation>
|
924
|
+
<soap:operation soapAction="urn:iControl:Management/RADIUSConfiguration"/>
|
925
|
+
<input>
|
926
|
+
<soap:body
|
927
|
+
use="encoded"
|
928
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
929
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
930
|
+
</input>
|
931
|
+
<output>
|
932
|
+
<soap:body
|
933
|
+
use="encoded"
|
934
|
+
namespace="urn:iControl:Management/RADIUSConfiguration"
|
935
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
936
|
+
</output>
|
937
|
+
</operation>
|
938
|
+
</binding>
|
939
|
+
|
940
|
+
<!-- service -->
|
941
|
+
|
942
|
+
<service name="Management.RADIUSConfiguration">
|
943
|
+
<documentation>
|
944
|
+
The RADIUSConfiguration interface enables you to manage RADIUS PAM configuration.
|
945
|
+
|
946
|
+
</documentation>
|
947
|
+
<port name="Management.RADIUSConfigurationPort" binding="tns:Management.RADIUSConfigurationBinding">
|
948
|
+
<soap:address location="https://url_to_service"/>
|
949
|
+
</port>
|
950
|
+
</service>
|
951
|
+
</definitions>
|