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,703 @@
|
|
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.Trust"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:complexType name="Common.StringSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Management.Trust.BrowserCertificateInfo">
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="subject_name" type="xsd:string"/>
|
34
|
+
<xsd:element name="serial_number" type="xsd:string"/>
|
35
|
+
<xsd:element name="expiration_date" type="xsd:string"/>
|
36
|
+
<xsd:element name="signature" type="xsd:string"/>
|
37
|
+
<xsd:element name="sha1_fingerprint" type="xsd:string"/>
|
38
|
+
<xsd:element name="md5_fingerprint" type="xsd:string"/>
|
39
|
+
</xsd:sequence>
|
40
|
+
</xsd:complexType>
|
41
|
+
<xsd:complexType name="Common.IPAddressSequence">
|
42
|
+
<xsd:complexContent>
|
43
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
44
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
45
|
+
</xsd:restriction>
|
46
|
+
</xsd:complexContent>
|
47
|
+
</xsd:complexType>
|
48
|
+
</xsd:schema>
|
49
|
+
</types>
|
50
|
+
|
51
|
+
<!-- message -->
|
52
|
+
|
53
|
+
<message name="Management.Trust.get_browser_certificateRequest">
|
54
|
+
<part name="address" type="xsd:string"/>
|
55
|
+
</message>
|
56
|
+
<message name="Management.Trust.get_browser_certificateResponse">
|
57
|
+
<part name="return" type="tns:Management.Trust.BrowserCertificateInfo"/>
|
58
|
+
</message>
|
59
|
+
|
60
|
+
<message name="Management.Trust.get_device_object_nameRequest">
|
61
|
+
<part name="address" type="xsd:string"/>
|
62
|
+
<part name="username" type="xsd:string"/>
|
63
|
+
<part name="password" type="xsd:string"/>
|
64
|
+
<part name="browser_cert_serial_number" type="xsd:string"/>
|
65
|
+
<part name="browser_cert_signature" type="xsd:string"/>
|
66
|
+
<part name="browser_cert_sha1_fingerprint" type="xsd:string"/>
|
67
|
+
<part name="browser_cert_md5_fingerprint" type="xsd:string"/>
|
68
|
+
</message>
|
69
|
+
<message name="Management.Trust.get_device_object_nameResponse">
|
70
|
+
<part name="return" type="xsd:string"/>
|
71
|
+
</message>
|
72
|
+
|
73
|
+
<message name="Management.Trust.add_non_authority_deviceRequest">
|
74
|
+
<part name="address" type="xsd:string"/>
|
75
|
+
<part name="username" type="xsd:string"/>
|
76
|
+
<part name="password" type="xsd:string"/>
|
77
|
+
<part name="device_object_name" type="xsd:string"/>
|
78
|
+
<part name="browser_cert_serial_number" type="xsd:string"/>
|
79
|
+
<part name="browser_cert_signature" type="xsd:string"/>
|
80
|
+
<part name="browser_cert_sha1_fingerprint" type="xsd:string"/>
|
81
|
+
<part name="browser_cert_md5_fingerprint" type="xsd:string"/>
|
82
|
+
</message>
|
83
|
+
<message name="Management.Trust.add_non_authority_deviceResponse">
|
84
|
+
</message>
|
85
|
+
|
86
|
+
<message name="Management.Trust.add_authority_deviceRequest">
|
87
|
+
<part name="address" type="xsd:string"/>
|
88
|
+
<part name="username" type="xsd:string"/>
|
89
|
+
<part name="password" type="xsd:string"/>
|
90
|
+
<part name="device_object_name" type="xsd:string"/>
|
91
|
+
<part name="browser_cert_serial_number" type="xsd:string"/>
|
92
|
+
<part name="browser_cert_signature" type="xsd:string"/>
|
93
|
+
<part name="browser_cert_sha1_fingerprint" type="xsd:string"/>
|
94
|
+
<part name="browser_cert_md5_fingerprint" type="xsd:string"/>
|
95
|
+
</message>
|
96
|
+
<message name="Management.Trust.add_authority_deviceResponse">
|
97
|
+
</message>
|
98
|
+
|
99
|
+
<message name="Management.Trust.remove_deviceRequest">
|
100
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
101
|
+
</message>
|
102
|
+
<message name="Management.Trust.remove_deviceResponse">
|
103
|
+
</message>
|
104
|
+
|
105
|
+
<message name="Management.Trust.reset_allRequest">
|
106
|
+
<part name="device_object_name" type="xsd:string"/>
|
107
|
+
<part name="keep_current_authority" type="xsd:boolean"/>
|
108
|
+
<part name="authority_cert" type="xsd:string"/>
|
109
|
+
<part name="authority_key" type="xsd:string"/>
|
110
|
+
</message>
|
111
|
+
<message name="Management.Trust.reset_allResponse">
|
112
|
+
</message>
|
113
|
+
|
114
|
+
<message name="Management.Trust.generate_csrRequest">
|
115
|
+
<part name="device" type="xsd:string"/>
|
116
|
+
</message>
|
117
|
+
<message name="Management.Trust.generate_csrResponse">
|
118
|
+
<part name="return" type="xsd:string"/>
|
119
|
+
</message>
|
120
|
+
|
121
|
+
<message name="Management.Trust.install_device_trustRequest">
|
122
|
+
<part name="device" type="xsd:string"/>
|
123
|
+
<part name="identity_cert" type="xsd:string"/>
|
124
|
+
<part name="ca_cert" type="xsd:string"/>
|
125
|
+
<part name="authorities" type="tns:Common.StringSequence"/>
|
126
|
+
<part name="management_addresses" type="tns:Common.IPAddressSequence"/>
|
127
|
+
<part name="configsync_addresses" type="tns:Common.IPAddressSequence"/>
|
128
|
+
</message>
|
129
|
+
<message name="Management.Trust.install_device_trustResponse">
|
130
|
+
</message>
|
131
|
+
|
132
|
+
<message name="Management.Trust.install_authority_trustRequest">
|
133
|
+
<part name="device" type="xsd:string"/>
|
134
|
+
<part name="identity_cert" type="xsd:string"/>
|
135
|
+
<part name="ca_cert" type="xsd:string"/>
|
136
|
+
<part name="ca_key" type="xsd:string"/>
|
137
|
+
<part name="authorities" type="tns:Common.StringSequence"/>
|
138
|
+
<part name="management_addresses" type="tns:Common.IPAddressSequence"/>
|
139
|
+
<part name="configsync_addresses" type="tns:Common.IPAddressSequence"/>
|
140
|
+
</message>
|
141
|
+
<message name="Management.Trust.install_authority_trustResponse">
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Management.Trust.get_device_in_useRequest">
|
145
|
+
</message>
|
146
|
+
<message name="Management.Trust.get_device_in_useResponse">
|
147
|
+
<part name="return" type="xsd:boolean"/>
|
148
|
+
</message>
|
149
|
+
|
150
|
+
<message name="Management.Trust.get_ca_certificateRequest">
|
151
|
+
</message>
|
152
|
+
<message name="Management.Trust.get_ca_certificateResponse">
|
153
|
+
<part name="return" type="xsd:string"/>
|
154
|
+
</message>
|
155
|
+
|
156
|
+
<message name="Management.Trust.get_listRequest">
|
157
|
+
</message>
|
158
|
+
<message name="Management.Trust.get_listResponse">
|
159
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
160
|
+
</message>
|
161
|
+
|
162
|
+
<message name="Management.Trust.get_guidRequest">
|
163
|
+
<part name="domains" type="tns:Common.StringSequence"/>
|
164
|
+
</message>
|
165
|
+
<message name="Management.Trust.get_guidResponse">
|
166
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
167
|
+
</message>
|
168
|
+
|
169
|
+
<message name="Management.Trust.get_versionRequest">
|
170
|
+
</message>
|
171
|
+
<message name="Management.Trust.get_versionResponse">
|
172
|
+
<part name="return" type="xsd:string"/>
|
173
|
+
</message>
|
174
|
+
|
175
|
+
<!-- portType -->
|
176
|
+
|
177
|
+
<portType name="Management.TrustPortType">
|
178
|
+
<operation name="get_browser_certificate">
|
179
|
+
<documentation>
|
180
|
+
Get information about the browser certificate for the device
|
181
|
+
at the given address.
|
182
|
+
|
183
|
+
This information will be used later in the get_device_name,
|
184
|
+
add_non_authority_device, and add_authority_device calls.
|
185
|
+
|
186
|
+
</documentation>
|
187
|
+
<input message="tns:Management.Trust.get_browser_certificateRequest"/>
|
188
|
+
<output message="tns:Management.Trust.get_browser_certificateResponse"/>
|
189
|
+
</operation>
|
190
|
+
<operation name="get_device_object_name">
|
191
|
+
<documentation>
|
192
|
+
Get the device object name for the device at the given address.
|
193
|
+
|
194
|
+
You may specify various arguments to authenticate the
|
195
|
+
browser certificate of the device being added. Any or all
|
196
|
+
of these values may be omitted.
|
197
|
+
|
198
|
+
Note: Currently, the backend requires hexadecimal values
|
199
|
+
to be in lower case and not include the ':' character.
|
200
|
+
|
201
|
+
</documentation>
|
202
|
+
<input message="tns:Management.Trust.get_device_object_nameRequest"/>
|
203
|
+
<output message="tns:Management.Trust.get_device_object_nameResponse"/>
|
204
|
+
</operation>
|
205
|
+
<operation name="add_non_authority_device">
|
206
|
+
<documentation>
|
207
|
+
Add a non-authoritative device to the trust domain.
|
208
|
+
|
209
|
+
You must specify a new device object name for the device
|
210
|
+
to be added.
|
211
|
+
|
212
|
+
You may specify various arguments to authenticate
|
213
|
+
the browser certificate of the device being added. Any or
|
214
|
+
all of these values may be omitted.
|
215
|
+
|
216
|
+
Note: Currently, the backend requires hexadecimal values
|
217
|
+
to be in lower case and not include the ':' character.
|
218
|
+
|
219
|
+
</documentation>
|
220
|
+
<input message="tns:Management.Trust.add_non_authority_deviceRequest"/>
|
221
|
+
<output message="tns:Management.Trust.add_non_authority_deviceResponse"/>
|
222
|
+
</operation>
|
223
|
+
<operation name="add_authority_device">
|
224
|
+
<documentation>
|
225
|
+
Add an authoritative device to the trust domain.
|
226
|
+
|
227
|
+
You must specify a new device object name for
|
228
|
+
the device to be added.
|
229
|
+
|
230
|
+
You may specify various arguments to authenticate
|
231
|
+
the browser certificate of the device being added. Any or
|
232
|
+
all of these values may be omitted.
|
233
|
+
|
234
|
+
Note: Currently, the backend requires hexadecimal values
|
235
|
+
to be in lower case and not include the ':' character.
|
236
|
+
|
237
|
+
</documentation>
|
238
|
+
<input message="tns:Management.Trust.add_authority_deviceRequest"/>
|
239
|
+
<output message="tns:Management.Trust.add_authority_deviceResponse"/>
|
240
|
+
</operation>
|
241
|
+
<operation name="remove_device">
|
242
|
+
<documentation>
|
243
|
+
Remove the specified devices from the trust domain.
|
244
|
+
|
245
|
+
</documentation>
|
246
|
+
<input message="tns:Management.Trust.remove_deviceRequest"/>
|
247
|
+
<output message="tns:Management.Trust.remove_deviceResponse"/>
|
248
|
+
</operation>
|
249
|
+
<operation name="reset_all">
|
250
|
+
<documentation>
|
251
|
+
Reset the trust domain on the local device.
|
252
|
+
|
253
|
+
This call causes the trust domain on the local device to
|
254
|
+
be cleared. You may choose to keep the current device
|
255
|
+
object name and authority cert/key pair. Alternately, you
|
256
|
+
may specify a new device object name and may have the
|
257
|
+
authority cert/key pair regenerated or set to the values
|
258
|
+
specified in the authority_cert and
|
259
|
+
authority_key parameters.
|
260
|
+
|
261
|
+
Note: all known devices (accept for self) will be removed from
|
262
|
+
the trust domain.
|
263
|
+
|
264
|
+
</documentation>
|
265
|
+
<input message="tns:Management.Trust.reset_allRequest"/>
|
266
|
+
<output message="tns:Management.Trust.reset_allResponse"/>
|
267
|
+
</operation>
|
268
|
+
<operation name="generate_csr">
|
269
|
+
<documentation>
|
270
|
+
Generates a certificate signing request for a device identity certificate
|
271
|
+
|
272
|
+
Note: This method is mostly for internal F5 use.
|
273
|
+
|
274
|
+
</documentation>
|
275
|
+
<input message="tns:Management.Trust.generate_csrRequest"/>
|
276
|
+
<output message="tns:Management.Trust.generate_csrResponse"/>
|
277
|
+
</operation>
|
278
|
+
<operation name="install_device_trust">
|
279
|
+
<documentation>
|
280
|
+
Install certificates and add the device as a non-authority to a trust domain.
|
281
|
+
|
282
|
+
Note: This method is mostly for internal F5 use.
|
283
|
+
|
284
|
+
</documentation>
|
285
|
+
<input message="tns:Management.Trust.install_device_trustRequest"/>
|
286
|
+
<output message="tns:Management.Trust.install_device_trustResponse"/>
|
287
|
+
</operation>
|
288
|
+
<operation name="install_authority_trust">
|
289
|
+
<documentation>
|
290
|
+
Install certificates and add the device as a peer authority to a trust domain.
|
291
|
+
|
292
|
+
Note: This method is mostly for internal F5 use.
|
293
|
+
|
294
|
+
</documentation>
|
295
|
+
<input message="tns:Management.Trust.install_authority_trustRequest"/>
|
296
|
+
<output message="tns:Management.Trust.install_authority_trustResponse"/>
|
297
|
+
</operation>
|
298
|
+
<operation name="get_device_in_use">
|
299
|
+
<documentation>
|
300
|
+
Used to check to see if a device is 'in use' by the current trust domain.
|
301
|
+
A device is considered to be in use if the device trust/logical devices are
|
302
|
+
configured in such a way that the device may be actively passing traffic for
|
303
|
+
the current trust domain
|
304
|
+
|
305
|
+
Note: This method is mostly for internal F5 use.
|
306
|
+
|
307
|
+
</documentation>
|
308
|
+
<input message="tns:Management.Trust.get_device_in_useRequest"/>
|
309
|
+
<output message="tns:Management.Trust.get_device_in_useResponse"/>
|
310
|
+
</operation>
|
311
|
+
<operation name="get_ca_certificate">
|
312
|
+
<documentation>
|
313
|
+
Get the PEM encoded CA certificate for this device.
|
314
|
+
|
315
|
+
</documentation>
|
316
|
+
<input message="tns:Management.Trust.get_ca_certificateRequest"/>
|
317
|
+
<output message="tns:Management.Trust.get_ca_certificateResponse"/>
|
318
|
+
</operation>
|
319
|
+
<operation name="get_list">
|
320
|
+
<documentation>
|
321
|
+
Get the list of trust domains.
|
322
|
+
BIG-IP 11.0.0 through 11.3.0 support only the root trust domain
|
323
|
+
but the system supports multiple trust domains for future
|
324
|
+
functionality.
|
325
|
+
|
326
|
+
</documentation>
|
327
|
+
<input message="tns:Management.Trust.get_listRequest"/>
|
328
|
+
<output message="tns:Management.Trust.get_listResponse"/>
|
329
|
+
</operation>
|
330
|
+
<operation name="get_guid">
|
331
|
+
<documentation>
|
332
|
+
Get the GUID attribute for the specified trust domains.
|
333
|
+
Used to determine when devices are in the same trust domain.
|
334
|
+
|
335
|
+
</documentation>
|
336
|
+
<input message="tns:Management.Trust.get_guidRequest"/>
|
337
|
+
<output message="tns:Management.Trust.get_guidResponse"/>
|
338
|
+
</operation>
|
339
|
+
<operation name="get_version">
|
340
|
+
<documentation>
|
341
|
+
Gets the interface version
|
342
|
+
|
343
|
+
</documentation>
|
344
|
+
<input message="tns:Management.Trust.get_versionRequest"/>
|
345
|
+
<output message="tns:Management.Trust.get_versionResponse"/>
|
346
|
+
</operation>
|
347
|
+
</portType>
|
348
|
+
|
349
|
+
<!-- binding -->
|
350
|
+
|
351
|
+
<binding name="Management.TrustBinding" type="tns:Management.TrustPortType">
|
352
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
353
|
+
<operation name="get_browser_certificate">
|
354
|
+
<documentation>
|
355
|
+
Get information about the browser certificate for the device
|
356
|
+
at the given address.
|
357
|
+
|
358
|
+
This information will be used later in the get_device_name,
|
359
|
+
add_non_authority_device, and add_authority_device calls.
|
360
|
+
|
361
|
+
</documentation>
|
362
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
363
|
+
<input>
|
364
|
+
<soap:body
|
365
|
+
use="encoded"
|
366
|
+
namespace="urn:iControl:Management/Trust"
|
367
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
368
|
+
</input>
|
369
|
+
<output>
|
370
|
+
<soap:body
|
371
|
+
use="encoded"
|
372
|
+
namespace="urn:iControl:Management/Trust"
|
373
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
374
|
+
</output>
|
375
|
+
</operation>
|
376
|
+
|
377
|
+
<operation name="get_device_object_name">
|
378
|
+
<documentation>
|
379
|
+
Get the device object name for the device at the given address.
|
380
|
+
|
381
|
+
You may specify various arguments to authenticate the
|
382
|
+
browser certificate of the device being added. Any or all
|
383
|
+
of these values may be omitted.
|
384
|
+
|
385
|
+
Note: Currently, the backend requires hexadecimal values
|
386
|
+
to be in lower case and not include the ':' character.
|
387
|
+
|
388
|
+
</documentation>
|
389
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
390
|
+
<input>
|
391
|
+
<soap:body
|
392
|
+
use="encoded"
|
393
|
+
namespace="urn:iControl:Management/Trust"
|
394
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
395
|
+
</input>
|
396
|
+
<output>
|
397
|
+
<soap:body
|
398
|
+
use="encoded"
|
399
|
+
namespace="urn:iControl:Management/Trust"
|
400
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
401
|
+
</output>
|
402
|
+
</operation>
|
403
|
+
|
404
|
+
<operation name="add_non_authority_device">
|
405
|
+
<documentation>
|
406
|
+
Add a non-authoritative device to the trust domain.
|
407
|
+
|
408
|
+
You must specify a new device object name for the device
|
409
|
+
to be added.
|
410
|
+
|
411
|
+
You may specify various arguments to authenticate
|
412
|
+
the browser certificate of the device being added. Any or
|
413
|
+
all of these values may be omitted.
|
414
|
+
|
415
|
+
Note: Currently, the backend requires hexadecimal values
|
416
|
+
to be in lower case and not include the ':' character.
|
417
|
+
|
418
|
+
</documentation>
|
419
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
420
|
+
<input>
|
421
|
+
<soap:body
|
422
|
+
use="encoded"
|
423
|
+
namespace="urn:iControl:Management/Trust"
|
424
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
425
|
+
</input>
|
426
|
+
<output>
|
427
|
+
<soap:body
|
428
|
+
use="encoded"
|
429
|
+
namespace="urn:iControl:Management/Trust"
|
430
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
431
|
+
</output>
|
432
|
+
</operation>
|
433
|
+
|
434
|
+
<operation name="add_authority_device">
|
435
|
+
<documentation>
|
436
|
+
Add an authoritative device to the trust domain.
|
437
|
+
|
438
|
+
You must specify a new device object name for
|
439
|
+
the device to be added.
|
440
|
+
|
441
|
+
You may specify various arguments to authenticate
|
442
|
+
the browser certificate of the device being added. Any or
|
443
|
+
all of these values may be omitted.
|
444
|
+
|
445
|
+
Note: Currently, the backend requires hexadecimal values
|
446
|
+
to be in lower case and not include the ':' character.
|
447
|
+
|
448
|
+
</documentation>
|
449
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
450
|
+
<input>
|
451
|
+
<soap:body
|
452
|
+
use="encoded"
|
453
|
+
namespace="urn:iControl:Management/Trust"
|
454
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
455
|
+
</input>
|
456
|
+
<output>
|
457
|
+
<soap:body
|
458
|
+
use="encoded"
|
459
|
+
namespace="urn:iControl:Management/Trust"
|
460
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
461
|
+
</output>
|
462
|
+
</operation>
|
463
|
+
|
464
|
+
<operation name="remove_device">
|
465
|
+
<documentation>
|
466
|
+
Remove the specified devices from the trust domain.
|
467
|
+
|
468
|
+
</documentation>
|
469
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
470
|
+
<input>
|
471
|
+
<soap:body
|
472
|
+
use="encoded"
|
473
|
+
namespace="urn:iControl:Management/Trust"
|
474
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
475
|
+
</input>
|
476
|
+
<output>
|
477
|
+
<soap:body
|
478
|
+
use="encoded"
|
479
|
+
namespace="urn:iControl:Management/Trust"
|
480
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
481
|
+
</output>
|
482
|
+
</operation>
|
483
|
+
|
484
|
+
<operation name="reset_all">
|
485
|
+
<documentation>
|
486
|
+
Reset the trust domain on the local device.
|
487
|
+
|
488
|
+
This call causes the trust domain on the local device to
|
489
|
+
be cleared. You may choose to keep the current device
|
490
|
+
object name and authority cert/key pair. Alternately, you
|
491
|
+
may specify a new device object name and may have the
|
492
|
+
authority cert/key pair regenerated or set to the values
|
493
|
+
specified in the authority_cert and
|
494
|
+
authority_key parameters.
|
495
|
+
|
496
|
+
Note: all known devices (accept for self) will be removed from
|
497
|
+
the trust domain.
|
498
|
+
|
499
|
+
</documentation>
|
500
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
501
|
+
<input>
|
502
|
+
<soap:body
|
503
|
+
use="encoded"
|
504
|
+
namespace="urn:iControl:Management/Trust"
|
505
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
506
|
+
</input>
|
507
|
+
<output>
|
508
|
+
<soap:body
|
509
|
+
use="encoded"
|
510
|
+
namespace="urn:iControl:Management/Trust"
|
511
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
512
|
+
</output>
|
513
|
+
</operation>
|
514
|
+
|
515
|
+
<operation name="generate_csr">
|
516
|
+
<documentation>
|
517
|
+
Generates a certificate signing request for a device identity certificate
|
518
|
+
|
519
|
+
Note: This method is mostly for internal F5 use.
|
520
|
+
|
521
|
+
</documentation>
|
522
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
523
|
+
<input>
|
524
|
+
<soap:body
|
525
|
+
use="encoded"
|
526
|
+
namespace="urn:iControl:Management/Trust"
|
527
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
528
|
+
</input>
|
529
|
+
<output>
|
530
|
+
<soap:body
|
531
|
+
use="encoded"
|
532
|
+
namespace="urn:iControl:Management/Trust"
|
533
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
534
|
+
</output>
|
535
|
+
</operation>
|
536
|
+
|
537
|
+
<operation name="install_device_trust">
|
538
|
+
<documentation>
|
539
|
+
Install certificates and add the device as a non-authority to a trust domain.
|
540
|
+
|
541
|
+
Note: This method is mostly for internal F5 use.
|
542
|
+
|
543
|
+
</documentation>
|
544
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
545
|
+
<input>
|
546
|
+
<soap:body
|
547
|
+
use="encoded"
|
548
|
+
namespace="urn:iControl:Management/Trust"
|
549
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
550
|
+
</input>
|
551
|
+
<output>
|
552
|
+
<soap:body
|
553
|
+
use="encoded"
|
554
|
+
namespace="urn:iControl:Management/Trust"
|
555
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
556
|
+
</output>
|
557
|
+
</operation>
|
558
|
+
|
559
|
+
<operation name="install_authority_trust">
|
560
|
+
<documentation>
|
561
|
+
Install certificates and add the device as a peer authority to a trust domain.
|
562
|
+
|
563
|
+
Note: This method is mostly for internal F5 use.
|
564
|
+
|
565
|
+
</documentation>
|
566
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
567
|
+
<input>
|
568
|
+
<soap:body
|
569
|
+
use="encoded"
|
570
|
+
namespace="urn:iControl:Management/Trust"
|
571
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
572
|
+
</input>
|
573
|
+
<output>
|
574
|
+
<soap:body
|
575
|
+
use="encoded"
|
576
|
+
namespace="urn:iControl:Management/Trust"
|
577
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
578
|
+
</output>
|
579
|
+
</operation>
|
580
|
+
|
581
|
+
<operation name="get_device_in_use">
|
582
|
+
<documentation>
|
583
|
+
Used to check to see if a device is 'in use' by the current trust domain.
|
584
|
+
A device is considered to be in use if the device trust/logical devices are
|
585
|
+
configured in such a way that the device may be actively passing traffic for
|
586
|
+
the current trust domain
|
587
|
+
|
588
|
+
Note: This method is mostly for internal F5 use.
|
589
|
+
|
590
|
+
</documentation>
|
591
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
592
|
+
<input>
|
593
|
+
<soap:body
|
594
|
+
use="encoded"
|
595
|
+
namespace="urn:iControl:Management/Trust"
|
596
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
597
|
+
</input>
|
598
|
+
<output>
|
599
|
+
<soap:body
|
600
|
+
use="encoded"
|
601
|
+
namespace="urn:iControl:Management/Trust"
|
602
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
603
|
+
</output>
|
604
|
+
</operation>
|
605
|
+
|
606
|
+
<operation name="get_ca_certificate">
|
607
|
+
<documentation>
|
608
|
+
Get the PEM encoded CA certificate for this device.
|
609
|
+
|
610
|
+
</documentation>
|
611
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
612
|
+
<input>
|
613
|
+
<soap:body
|
614
|
+
use="encoded"
|
615
|
+
namespace="urn:iControl:Management/Trust"
|
616
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
617
|
+
</input>
|
618
|
+
<output>
|
619
|
+
<soap:body
|
620
|
+
use="encoded"
|
621
|
+
namespace="urn:iControl:Management/Trust"
|
622
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
623
|
+
</output>
|
624
|
+
</operation>
|
625
|
+
|
626
|
+
<operation name="get_list">
|
627
|
+
<documentation>
|
628
|
+
Get the list of trust domains.
|
629
|
+
BIG-IP 11.0.0 through 11.3.0 support only the root trust domain
|
630
|
+
but the system supports multiple trust domains for future
|
631
|
+
functionality.
|
632
|
+
|
633
|
+
</documentation>
|
634
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
635
|
+
<input>
|
636
|
+
<soap:body
|
637
|
+
use="encoded"
|
638
|
+
namespace="urn:iControl:Management/Trust"
|
639
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
640
|
+
</input>
|
641
|
+
<output>
|
642
|
+
<soap:body
|
643
|
+
use="encoded"
|
644
|
+
namespace="urn:iControl:Management/Trust"
|
645
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
646
|
+
</output>
|
647
|
+
</operation>
|
648
|
+
|
649
|
+
<operation name="get_guid">
|
650
|
+
<documentation>
|
651
|
+
Get the GUID attribute for the specified trust domains.
|
652
|
+
Used to determine when devices are in the same trust domain.
|
653
|
+
|
654
|
+
</documentation>
|
655
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
656
|
+
<input>
|
657
|
+
<soap:body
|
658
|
+
use="encoded"
|
659
|
+
namespace="urn:iControl:Management/Trust"
|
660
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
661
|
+
</input>
|
662
|
+
<output>
|
663
|
+
<soap:body
|
664
|
+
use="encoded"
|
665
|
+
namespace="urn:iControl:Management/Trust"
|
666
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
667
|
+
</output>
|
668
|
+
</operation>
|
669
|
+
|
670
|
+
<operation name="get_version">
|
671
|
+
<documentation>
|
672
|
+
Gets the interface version
|
673
|
+
|
674
|
+
</documentation>
|
675
|
+
<soap:operation soapAction="urn:iControl:Management/Trust"/>
|
676
|
+
<input>
|
677
|
+
<soap:body
|
678
|
+
use="encoded"
|
679
|
+
namespace="urn:iControl:Management/Trust"
|
680
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
681
|
+
</input>
|
682
|
+
<output>
|
683
|
+
<soap:body
|
684
|
+
use="encoded"
|
685
|
+
namespace="urn:iControl:Management/Trust"
|
686
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
687
|
+
</output>
|
688
|
+
</operation>
|
689
|
+
</binding>
|
690
|
+
|
691
|
+
<!-- service -->
|
692
|
+
|
693
|
+
<service name="Management.Trust">
|
694
|
+
<documentation>
|
695
|
+
The Trust interface contains the methods for creating and manipulating
|
696
|
+
device trust domains.
|
697
|
+
|
698
|
+
</documentation>
|
699
|
+
<port name="Management.TrustPort" binding="tns:Management.TrustBinding">
|
700
|
+
<soap:address location="https://url_to_service"/>
|
701
|
+
</port>
|
702
|
+
</service>
|
703
|
+
</definitions>
|