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,545 @@
|
|
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.Partition"
|
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.Partition.AuthZPartition">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="partition_name" type="xsd:string"/>
|
27
|
+
<xsd:element name="description" type="xsd:string"/>
|
28
|
+
</xsd:sequence>
|
29
|
+
</xsd:complexType>
|
30
|
+
<xsd:complexType name="Common.StringSequence">
|
31
|
+
<xsd:complexContent>
|
32
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
33
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
34
|
+
</xsd:restriction>
|
35
|
+
</xsd:complexContent>
|
36
|
+
</xsd:complexType>
|
37
|
+
<xsd:complexType name="Common.ULongSequence">
|
38
|
+
<xsd:complexContent>
|
39
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
40
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
41
|
+
</xsd:restriction>
|
42
|
+
</xsd:complexContent>
|
43
|
+
</xsd:complexType>
|
44
|
+
<xsd:complexType name="Management.Partition.AuthZPartitionSequence">
|
45
|
+
<xsd:complexContent>
|
46
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
47
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.Partition.AuthZPartition[]'/>
|
48
|
+
</xsd:restriction>
|
49
|
+
</xsd:complexContent>
|
50
|
+
</xsd:complexType>
|
51
|
+
</xsd:schema>
|
52
|
+
</types>
|
53
|
+
|
54
|
+
<!-- message -->
|
55
|
+
|
56
|
+
<message name="Management.Partition.get_partition_listRequest">
|
57
|
+
</message>
|
58
|
+
<message name="Management.Partition.get_partition_listResponse">
|
59
|
+
<part name="return" type="tns:Management.Partition.AuthZPartitionSequence"/>
|
60
|
+
</message>
|
61
|
+
|
62
|
+
<message name="Management.Partition.create_partitionRequest">
|
63
|
+
<part name="partitions" type="tns:Management.Partition.AuthZPartitionSequence"/>
|
64
|
+
</message>
|
65
|
+
<message name="Management.Partition.create_partitionResponse">
|
66
|
+
</message>
|
67
|
+
|
68
|
+
<message name="Management.Partition.delete_partitionRequest">
|
69
|
+
<part name="partition_names" type="tns:Common.StringSequence"/>
|
70
|
+
</message>
|
71
|
+
<message name="Management.Partition.delete_partitionResponse">
|
72
|
+
</message>
|
73
|
+
|
74
|
+
<message name="Management.Partition.delete_all_partitionsRequest">
|
75
|
+
</message>
|
76
|
+
<message name="Management.Partition.delete_all_partitionsResponse">
|
77
|
+
</message>
|
78
|
+
|
79
|
+
<message name="Management.Partition.set_active_partitionRequest">
|
80
|
+
<part name="active_partition" type="xsd:string"/>
|
81
|
+
</message>
|
82
|
+
<message name="Management.Partition.set_active_partitionResponse">
|
83
|
+
</message>
|
84
|
+
|
85
|
+
<message name="Management.Partition.get_active_partitionRequest">
|
86
|
+
</message>
|
87
|
+
<message name="Management.Partition.get_active_partitionResponse">
|
88
|
+
<part name="return" type="xsd:string"/>
|
89
|
+
</message>
|
90
|
+
|
91
|
+
<message name="Management.Partition.set_default_route_domainRequest">
|
92
|
+
<part name="partitions" type="tns:Common.StringSequence"/>
|
93
|
+
<part name="route_domains" type="tns:Common.ULongSequence"/>
|
94
|
+
</message>
|
95
|
+
<message name="Management.Partition.set_default_route_domainResponse">
|
96
|
+
</message>
|
97
|
+
|
98
|
+
<message name="Management.Partition.get_default_route_domainRequest">
|
99
|
+
<part name="partitions" type="tns:Common.StringSequence"/>
|
100
|
+
</message>
|
101
|
+
<message name="Management.Partition.get_default_route_domainResponse">
|
102
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
103
|
+
</message>
|
104
|
+
|
105
|
+
<message name="Management.Partition.set_descriptionRequest">
|
106
|
+
<part name="partitions" type="tns:Common.StringSequence"/>
|
107
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
108
|
+
</message>
|
109
|
+
<message name="Management.Partition.set_descriptionResponse">
|
110
|
+
</message>
|
111
|
+
|
112
|
+
<message name="Management.Partition.get_descriptionRequest">
|
113
|
+
<part name="partitions" type="tns:Common.StringSequence"/>
|
114
|
+
</message>
|
115
|
+
<message name="Management.Partition.get_descriptionResponse">
|
116
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
117
|
+
</message>
|
118
|
+
|
119
|
+
<message name="Management.Partition.get_versionRequest">
|
120
|
+
</message>
|
121
|
+
<message name="Management.Partition.get_versionResponse">
|
122
|
+
<part name="return" type="xsd:string"/>
|
123
|
+
</message>
|
124
|
+
|
125
|
+
<!-- portType -->
|
126
|
+
|
127
|
+
<portType name="Management.PartitionPortType">
|
128
|
+
<operation name="get_partition_list">
|
129
|
+
<documentation>
|
130
|
+
Gets a list of all AuthZ partitions.
|
131
|
+
|
132
|
+
</documentation>
|
133
|
+
<input message="tns:Management.Partition.get_partition_listRequest"/>
|
134
|
+
<output message="tns:Management.Partition.get_partition_listResponse"/>
|
135
|
+
</operation>
|
136
|
+
<operation name="create_partition">
|
137
|
+
<documentation>
|
138
|
+
Creates the specified AuthZ partitions.
|
139
|
+
|
140
|
+
</documentation>
|
141
|
+
<input message="tns:Management.Partition.create_partitionRequest"/>
|
142
|
+
<output message="tns:Management.Partition.create_partitionResponse"/>
|
143
|
+
</operation>
|
144
|
+
<operation name="delete_partition">
|
145
|
+
<documentation>
|
146
|
+
Deletes the specified AuthZ partitions.
|
147
|
+
It's recommended that if a partition to be deleted is also the current
|
148
|
+
active partition, the user should change the active partition to something
|
149
|
+
else first (using set_active_partition). Otherwise, in the event that the
|
150
|
+
partition to be deleted is the current active partition, iControl will
|
151
|
+
automatically default the new active partition to the "Common" partition.
|
152
|
+
|
153
|
+
</documentation>
|
154
|
+
<input message="tns:Management.Partition.delete_partitionRequest"/>
|
155
|
+
<output message="tns:Management.Partition.delete_partitionResponse"/>
|
156
|
+
</operation>
|
157
|
+
<operation name="delete_all_partitions">
|
158
|
+
<documentation>
|
159
|
+
Deletes all AuthZ partitions, except for the "Common" partition.
|
160
|
+
|
161
|
+
</documentation>
|
162
|
+
<input message="tns:Management.Partition.delete_all_partitionsRequest"/>
|
163
|
+
<output message="tns:Management.Partition.delete_all_partitionsResponse"/>
|
164
|
+
</operation>
|
165
|
+
<operation name="set_active_partition">
|
166
|
+
<documentation>
|
167
|
+
This method is deprecated; please use
|
168
|
+
System::Session::set_active_folder instead.
|
169
|
+
|
170
|
+
Sets the active partition for the current user. The active partition
|
171
|
+
is the administrative partition where all configuration will take place
|
172
|
+
until a new active partition is selected. Each user can only be in one
|
173
|
+
active partition at any given time. By default, if not explicitly set,
|
174
|
+
the active partition for a user will be "Common".
|
175
|
+
|
176
|
+
Note: Please note that this method is deprecated. If you
|
177
|
+
set the partition to "[All]", this maps to the
|
178
|
+
System::Session interface method set_active_folder("/") and
|
179
|
+
in this case this method automatically performs
|
180
|
+
set_recursive_query_state(STATE_ENABLED) as well. The
|
181
|
+
method uses set_active_folder, so if the partition you
|
182
|
+
specify maps to no existing top-level folder it will tell
|
183
|
+
you the folder doesn't exist and behave in all respects as
|
184
|
+
set_active_folder does.
|
185
|
+
|
186
|
+
</documentation>
|
187
|
+
<input message="tns:Management.Partition.set_active_partitionRequest"/>
|
188
|
+
<output message="tns:Management.Partition.set_active_partitionResponse"/>
|
189
|
+
</operation>
|
190
|
+
<operation name="get_active_partition">
|
191
|
+
<documentation>
|
192
|
+
Gets the active partition for the current user. The active partition
|
193
|
+
is the administrative partition where all configuration will take place
|
194
|
+
until a new active partition is selected. Each user can only be in one
|
195
|
+
active partition at any given time. By default, if not explicitly set,
|
196
|
+
the active partition for a user will be "Common".
|
197
|
+
|
198
|
+
</documentation>
|
199
|
+
<input message="tns:Management.Partition.get_active_partitionRequest"/>
|
200
|
+
<output message="tns:Management.Partition.get_active_partitionResponse"/>
|
201
|
+
</operation>
|
202
|
+
<operation name="set_default_route_domain">
|
203
|
+
<documentation>
|
204
|
+
Sets the default route domain for a set of partitions.
|
205
|
+
This is the route domain that is associated with IP
|
206
|
+
addresses that are created in the partition.
|
207
|
+
|
208
|
+
(Please note that the system does not supply recommended
|
209
|
+
replacement functionality for the methods
|
210
|
+
{set,get}_default_route_domain yet. Also, the default route
|
211
|
+
domain is keyed by numeric id here rather than string
|
212
|
+
(string, as in RouteDomainV2). The methods here are
|
213
|
+
deprecated but provided for completeness; as soon as
|
214
|
+
replacement functionality exists they may become
|
215
|
+
nonfunctional earlier than normal.)
|
216
|
+
|
217
|
+
</documentation>
|
218
|
+
<input message="tns:Management.Partition.set_default_route_domainRequest"/>
|
219
|
+
<output message="tns:Management.Partition.set_default_route_domainResponse"/>
|
220
|
+
</operation>
|
221
|
+
<operation name="get_default_route_domain">
|
222
|
+
<documentation>
|
223
|
+
Gets the default route domain for a set of partitions.
|
224
|
+
|
225
|
+
</documentation>
|
226
|
+
<input message="tns:Management.Partition.get_default_route_domainRequest"/>
|
227
|
+
<output message="tns:Management.Partition.get_default_route_domainResponse"/>
|
228
|
+
</operation>
|
229
|
+
<operation name="set_description">
|
230
|
+
<documentation>
|
231
|
+
This function is supplied for completeness but is
|
232
|
+
deprecated; please use set_description on a top-level
|
233
|
+
folder instead (see Management::Folder).
|
234
|
+
|
235
|
+
Sets the description for a set of partitions. This is an arbitrary
|
236
|
+
field which can be used for any purpose.
|
237
|
+
|
238
|
+
</documentation>
|
239
|
+
<input message="tns:Management.Partition.set_descriptionRequest"/>
|
240
|
+
<output message="tns:Management.Partition.set_descriptionResponse"/>
|
241
|
+
</operation>
|
242
|
+
<operation name="get_description">
|
243
|
+
<documentation>
|
244
|
+
Gets the description for a set of partitions.
|
245
|
+
|
246
|
+
</documentation>
|
247
|
+
<input message="tns:Management.Partition.get_descriptionRequest"/>
|
248
|
+
<output message="tns:Management.Partition.get_descriptionResponse"/>
|
249
|
+
</operation>
|
250
|
+
<operation name="get_version">
|
251
|
+
<documentation>
|
252
|
+
Gets the version information for this interface.
|
253
|
+
|
254
|
+
</documentation>
|
255
|
+
<input message="tns:Management.Partition.get_versionRequest"/>
|
256
|
+
<output message="tns:Management.Partition.get_versionResponse"/>
|
257
|
+
</operation>
|
258
|
+
</portType>
|
259
|
+
|
260
|
+
<!-- binding -->
|
261
|
+
|
262
|
+
<binding name="Management.PartitionBinding" type="tns:Management.PartitionPortType">
|
263
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
264
|
+
<operation name="get_partition_list">
|
265
|
+
<documentation>
|
266
|
+
Gets a list of all AuthZ partitions.
|
267
|
+
|
268
|
+
</documentation>
|
269
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
270
|
+
<input>
|
271
|
+
<soap:body
|
272
|
+
use="encoded"
|
273
|
+
namespace="urn:iControl:Management/Partition"
|
274
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
275
|
+
</input>
|
276
|
+
<output>
|
277
|
+
<soap:body
|
278
|
+
use="encoded"
|
279
|
+
namespace="urn:iControl:Management/Partition"
|
280
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
281
|
+
</output>
|
282
|
+
</operation>
|
283
|
+
|
284
|
+
<operation name="create_partition">
|
285
|
+
<documentation>
|
286
|
+
Creates the specified AuthZ partitions.
|
287
|
+
|
288
|
+
</documentation>
|
289
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
290
|
+
<input>
|
291
|
+
<soap:body
|
292
|
+
use="encoded"
|
293
|
+
namespace="urn:iControl:Management/Partition"
|
294
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
295
|
+
</input>
|
296
|
+
<output>
|
297
|
+
<soap:body
|
298
|
+
use="encoded"
|
299
|
+
namespace="urn:iControl:Management/Partition"
|
300
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
301
|
+
</output>
|
302
|
+
</operation>
|
303
|
+
|
304
|
+
<operation name="delete_partition">
|
305
|
+
<documentation>
|
306
|
+
Deletes the specified AuthZ partitions.
|
307
|
+
It's recommended that if a partition to be deleted is also the current
|
308
|
+
active partition, the user should change the active partition to something
|
309
|
+
else first (using set_active_partition). Otherwise, in the event that the
|
310
|
+
partition to be deleted is the current active partition, iControl will
|
311
|
+
automatically default the new active partition to the "Common" partition.
|
312
|
+
|
313
|
+
</documentation>
|
314
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
315
|
+
<input>
|
316
|
+
<soap:body
|
317
|
+
use="encoded"
|
318
|
+
namespace="urn:iControl:Management/Partition"
|
319
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
320
|
+
</input>
|
321
|
+
<output>
|
322
|
+
<soap:body
|
323
|
+
use="encoded"
|
324
|
+
namespace="urn:iControl:Management/Partition"
|
325
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
326
|
+
</output>
|
327
|
+
</operation>
|
328
|
+
|
329
|
+
<operation name="delete_all_partitions">
|
330
|
+
<documentation>
|
331
|
+
Deletes all AuthZ partitions, except for the "Common" partition.
|
332
|
+
|
333
|
+
</documentation>
|
334
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
335
|
+
<input>
|
336
|
+
<soap:body
|
337
|
+
use="encoded"
|
338
|
+
namespace="urn:iControl:Management/Partition"
|
339
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
340
|
+
</input>
|
341
|
+
<output>
|
342
|
+
<soap:body
|
343
|
+
use="encoded"
|
344
|
+
namespace="urn:iControl:Management/Partition"
|
345
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
346
|
+
</output>
|
347
|
+
</operation>
|
348
|
+
|
349
|
+
<operation name="set_active_partition">
|
350
|
+
<documentation>
|
351
|
+
This method is deprecated; please use
|
352
|
+
System::Session::set_active_folder instead.
|
353
|
+
|
354
|
+
Sets the active partition for the current user. The active partition
|
355
|
+
is the administrative partition where all configuration will take place
|
356
|
+
until a new active partition is selected. Each user can only be in one
|
357
|
+
active partition at any given time. By default, if not explicitly set,
|
358
|
+
the active partition for a user will be "Common".
|
359
|
+
|
360
|
+
Note: Please note that this method is deprecated. If you
|
361
|
+
set the partition to "[All]", this maps to the
|
362
|
+
System::Session interface method set_active_folder("/") and
|
363
|
+
in this case this method automatically performs
|
364
|
+
set_recursive_query_state(STATE_ENABLED) as well. The
|
365
|
+
method uses set_active_folder, so if the partition you
|
366
|
+
specify maps to no existing top-level folder it will tell
|
367
|
+
you the folder doesn't exist and behave in all respects as
|
368
|
+
set_active_folder does.
|
369
|
+
|
370
|
+
</documentation>
|
371
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
372
|
+
<input>
|
373
|
+
<soap:body
|
374
|
+
use="encoded"
|
375
|
+
namespace="urn:iControl:Management/Partition"
|
376
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
377
|
+
</input>
|
378
|
+
<output>
|
379
|
+
<soap:body
|
380
|
+
use="encoded"
|
381
|
+
namespace="urn:iControl:Management/Partition"
|
382
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
383
|
+
</output>
|
384
|
+
</operation>
|
385
|
+
|
386
|
+
<operation name="get_active_partition">
|
387
|
+
<documentation>
|
388
|
+
Gets the active partition for the current user. The active partition
|
389
|
+
is the administrative partition where all configuration will take place
|
390
|
+
until a new active partition is selected. Each user can only be in one
|
391
|
+
active partition at any given time. By default, if not explicitly set,
|
392
|
+
the active partition for a user will be "Common".
|
393
|
+
|
394
|
+
</documentation>
|
395
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
396
|
+
<input>
|
397
|
+
<soap:body
|
398
|
+
use="encoded"
|
399
|
+
namespace="urn:iControl:Management/Partition"
|
400
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
401
|
+
</input>
|
402
|
+
<output>
|
403
|
+
<soap:body
|
404
|
+
use="encoded"
|
405
|
+
namespace="urn:iControl:Management/Partition"
|
406
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
407
|
+
</output>
|
408
|
+
</operation>
|
409
|
+
|
410
|
+
<operation name="set_default_route_domain">
|
411
|
+
<documentation>
|
412
|
+
Sets the default route domain for a set of partitions.
|
413
|
+
This is the route domain that is associated with IP
|
414
|
+
addresses that are created in the partition.
|
415
|
+
|
416
|
+
(Please note that the system does not supply recommended
|
417
|
+
replacement functionality for the methods
|
418
|
+
{set,get}_default_route_domain yet. Also, the default route
|
419
|
+
domain is keyed by numeric id here rather than string
|
420
|
+
(string, as in RouteDomainV2). The methods here are
|
421
|
+
deprecated but provided for completeness; as soon as
|
422
|
+
replacement functionality exists they may become
|
423
|
+
nonfunctional earlier than normal.)
|
424
|
+
|
425
|
+
</documentation>
|
426
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
427
|
+
<input>
|
428
|
+
<soap:body
|
429
|
+
use="encoded"
|
430
|
+
namespace="urn:iControl:Management/Partition"
|
431
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
432
|
+
</input>
|
433
|
+
<output>
|
434
|
+
<soap:body
|
435
|
+
use="encoded"
|
436
|
+
namespace="urn:iControl:Management/Partition"
|
437
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
438
|
+
</output>
|
439
|
+
</operation>
|
440
|
+
|
441
|
+
<operation name="get_default_route_domain">
|
442
|
+
<documentation>
|
443
|
+
Gets the default route domain for a set of partitions.
|
444
|
+
|
445
|
+
</documentation>
|
446
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
447
|
+
<input>
|
448
|
+
<soap:body
|
449
|
+
use="encoded"
|
450
|
+
namespace="urn:iControl:Management/Partition"
|
451
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
452
|
+
</input>
|
453
|
+
<output>
|
454
|
+
<soap:body
|
455
|
+
use="encoded"
|
456
|
+
namespace="urn:iControl:Management/Partition"
|
457
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
458
|
+
</output>
|
459
|
+
</operation>
|
460
|
+
|
461
|
+
<operation name="set_description">
|
462
|
+
<documentation>
|
463
|
+
This function is supplied for completeness but is
|
464
|
+
deprecated; please use set_description on a top-level
|
465
|
+
folder instead (see Management::Folder).
|
466
|
+
|
467
|
+
Sets the description for a set of partitions. This is an arbitrary
|
468
|
+
field which can be used for any purpose.
|
469
|
+
|
470
|
+
</documentation>
|
471
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
472
|
+
<input>
|
473
|
+
<soap:body
|
474
|
+
use="encoded"
|
475
|
+
namespace="urn:iControl:Management/Partition"
|
476
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
477
|
+
</input>
|
478
|
+
<output>
|
479
|
+
<soap:body
|
480
|
+
use="encoded"
|
481
|
+
namespace="urn:iControl:Management/Partition"
|
482
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
483
|
+
</output>
|
484
|
+
</operation>
|
485
|
+
|
486
|
+
<operation name="get_description">
|
487
|
+
<documentation>
|
488
|
+
Gets the description for a set of partitions.
|
489
|
+
|
490
|
+
</documentation>
|
491
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
492
|
+
<input>
|
493
|
+
<soap:body
|
494
|
+
use="encoded"
|
495
|
+
namespace="urn:iControl:Management/Partition"
|
496
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
497
|
+
</input>
|
498
|
+
<output>
|
499
|
+
<soap:body
|
500
|
+
use="encoded"
|
501
|
+
namespace="urn:iControl:Management/Partition"
|
502
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
503
|
+
</output>
|
504
|
+
</operation>
|
505
|
+
|
506
|
+
<operation name="get_version">
|
507
|
+
<documentation>
|
508
|
+
Gets the version information for this interface.
|
509
|
+
|
510
|
+
</documentation>
|
511
|
+
<soap:operation soapAction="urn:iControl:Management/Partition"/>
|
512
|
+
<input>
|
513
|
+
<soap:body
|
514
|
+
use="encoded"
|
515
|
+
namespace="urn:iControl:Management/Partition"
|
516
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
517
|
+
</input>
|
518
|
+
<output>
|
519
|
+
<soap:body
|
520
|
+
use="encoded"
|
521
|
+
namespace="urn:iControl:Management/Partition"
|
522
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
523
|
+
</output>
|
524
|
+
</operation>
|
525
|
+
</binding>
|
526
|
+
|
527
|
+
<!-- service -->
|
528
|
+
|
529
|
+
<service name="Management.Partition">
|
530
|
+
<documentation>
|
531
|
+
This interface has been deprecated (as of 11.0.0). Please use
|
532
|
+
Management::Folder and System::Session in its stead.
|
533
|
+
(Please note that the system does not supply recommended
|
534
|
+
replacement functionality for the methods
|
535
|
+
{set,get}_default_route_domain yet.)
|
536
|
+
|
537
|
+
The Partition interface enables you to manage AuthZ Administrative Partitions, as well
|
538
|
+
as relationship between users, roles, and their associated partitions.
|
539
|
+
|
540
|
+
</documentation>
|
541
|
+
<port name="Management.PartitionPort" binding="tns:Management.PartitionBinding">
|
542
|
+
<soap:address location="https://url_to_service"/>
|
543
|
+
</port>
|
544
|
+
</service>
|
545
|
+
</definitions>
|