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,684 @@
|
|
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.CLIScript"
|
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:simpleType name="Common.EnabledState">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="STATE_DISABLED">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="STATE_ENABLED">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
</xsd:restriction>
|
37
|
+
</xsd:simpleType>
|
38
|
+
<xsd:complexType name="Common.StringSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:simpleType name="Common.VerificationStatus">
|
46
|
+
<xsd:restriction base="xsd:string">
|
47
|
+
<xsd:enumeration value="VERIFICATION_STATUS_UNKNOWN">
|
48
|
+
<xsd:annotation>
|
49
|
+
<xsd:documentation>VERIFICATION_STATUS_UNKNOWN</xsd:documentation>
|
50
|
+
</xsd:annotation>
|
51
|
+
</xsd:enumeration>
|
52
|
+
<xsd:enumeration value="VERIFICATION_STATUS_NONE">
|
53
|
+
<xsd:annotation>
|
54
|
+
<xsd:documentation>VERIFICATION_STATUS_NONE</xsd:documentation>
|
55
|
+
</xsd:annotation>
|
56
|
+
</xsd:enumeration>
|
57
|
+
<xsd:enumeration value="VERIFICATION_STATUS_SIGNATURE_NOT_VERIFIED">
|
58
|
+
<xsd:annotation>
|
59
|
+
<xsd:documentation>VERIFICATION_STATUS_SIGNATURE_NOT_VERIFIED</xsd:documentation>
|
60
|
+
</xsd:annotation>
|
61
|
+
</xsd:enumeration>
|
62
|
+
<xsd:enumeration value="VERIFICATION_STATUS_SIGNATURE_VERIFIED">
|
63
|
+
<xsd:annotation>
|
64
|
+
<xsd:documentation>VERIFICATION_STATUS_SIGNATURE_VERIFIED</xsd:documentation>
|
65
|
+
</xsd:annotation>
|
66
|
+
</xsd:enumeration>
|
67
|
+
<xsd:enumeration value="VERIFICATION_STATUS_CHECKSUM_NOT_VERIFIED">
|
68
|
+
<xsd:annotation>
|
69
|
+
<xsd:documentation>VERIFICATION_STATUS_CHECKSUM_NOT_VERIFIED</xsd:documentation>
|
70
|
+
</xsd:annotation>
|
71
|
+
</xsd:enumeration>
|
72
|
+
<xsd:enumeration value="VERIFICATION_STATUS_CHECKSUM_VERIFIED">
|
73
|
+
<xsd:annotation>
|
74
|
+
<xsd:documentation>VERIFICATION_STATUS_CHECKSUM_VERIFIED</xsd:documentation>
|
75
|
+
</xsd:annotation>
|
76
|
+
</xsd:enumeration>
|
77
|
+
</xsd:restriction>
|
78
|
+
</xsd:simpleType>
|
79
|
+
<xsd:complexType name="Common.VerificationStatusSequence">
|
80
|
+
<xsd:complexContent>
|
81
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
82
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.VerificationStatus[]'/>
|
83
|
+
</xsd:restriction>
|
84
|
+
</xsd:complexContent>
|
85
|
+
</xsd:complexType>
|
86
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
87
|
+
<xsd:complexContent>
|
88
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
89
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
90
|
+
</xsd:restriction>
|
91
|
+
</xsd:complexContent>
|
92
|
+
</xsd:complexType>
|
93
|
+
</xsd:schema>
|
94
|
+
</types>
|
95
|
+
|
96
|
+
<!-- message -->
|
97
|
+
|
98
|
+
<message name="Management.CLIScript.get_listRequest">
|
99
|
+
</message>
|
100
|
+
<message name="Management.CLIScript.get_listResponse">
|
101
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
102
|
+
</message>
|
103
|
+
|
104
|
+
<message name="Management.CLIScript.createRequest">
|
105
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
106
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
107
|
+
</message>
|
108
|
+
<message name="Management.CLIScript.createResponse">
|
109
|
+
</message>
|
110
|
+
|
111
|
+
<message name="Management.CLIScript.delete_cli_scriptRequest">
|
112
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
113
|
+
</message>
|
114
|
+
<message name="Management.CLIScript.delete_cli_scriptResponse">
|
115
|
+
</message>
|
116
|
+
|
117
|
+
<message name="Management.CLIScript.delete_all_cli_scriptsRequest">
|
118
|
+
</message>
|
119
|
+
<message name="Management.CLIScript.delete_all_cli_scriptsResponse">
|
120
|
+
</message>
|
121
|
+
|
122
|
+
<message name="Management.CLIScript.set_scriptRequest">
|
123
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
124
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
125
|
+
</message>
|
126
|
+
<message name="Management.CLIScript.set_scriptResponse">
|
127
|
+
</message>
|
128
|
+
|
129
|
+
<message name="Management.CLIScript.get_scriptRequest">
|
130
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
131
|
+
</message>
|
132
|
+
<message name="Management.CLIScript.get_scriptResponse">
|
133
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
134
|
+
</message>
|
135
|
+
|
136
|
+
<message name="Management.CLIScript.set_descriptionRequest">
|
137
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
138
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
139
|
+
</message>
|
140
|
+
<message name="Management.CLIScript.set_descriptionResponse">
|
141
|
+
</message>
|
142
|
+
|
143
|
+
<message name="Management.CLIScript.get_descriptionRequest">
|
144
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
145
|
+
</message>
|
146
|
+
<message name="Management.CLIScript.get_descriptionResponse">
|
147
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
148
|
+
</message>
|
149
|
+
|
150
|
+
<message name="Management.CLIScript.add_checksumRequest">
|
151
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
152
|
+
</message>
|
153
|
+
<message name="Management.CLIScript.add_checksumResponse">
|
154
|
+
</message>
|
155
|
+
|
156
|
+
<message name="Management.CLIScript.add_signatureRequest">
|
157
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
158
|
+
<part name="signing_keys" type="tns:Common.StringSequence"/>
|
159
|
+
<part name="public_certs" type="tns:Common.StringSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="Management.CLIScript.add_signatureResponse">
|
162
|
+
</message>
|
163
|
+
|
164
|
+
<message name="Management.CLIScript.clear_verificationRequest">
|
165
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
166
|
+
</message>
|
167
|
+
<message name="Management.CLIScript.clear_verificationResponse">
|
168
|
+
</message>
|
169
|
+
|
170
|
+
<message name="Management.CLIScript.set_ignore_verification_stateRequest">
|
171
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
172
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
173
|
+
</message>
|
174
|
+
<message name="Management.CLIScript.set_ignore_verification_stateResponse">
|
175
|
+
</message>
|
176
|
+
|
177
|
+
<message name="Management.CLIScript.get_ignore_verification_stateRequest">
|
178
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
179
|
+
</message>
|
180
|
+
<message name="Management.CLIScript.get_ignore_verification_stateResponse">
|
181
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
182
|
+
</message>
|
183
|
+
|
184
|
+
<message name="Management.CLIScript.get_verification_statusRequest">
|
185
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
186
|
+
</message>
|
187
|
+
<message name="Management.CLIScript.get_verification_statusResponse">
|
188
|
+
<part name="return" type="tns:Common.VerificationStatusSequence"/>
|
189
|
+
</message>
|
190
|
+
|
191
|
+
<message name="Management.CLIScript.get_versionRequest">
|
192
|
+
</message>
|
193
|
+
<message name="Management.CLIScript.get_versionResponse">
|
194
|
+
<part name="return" type="xsd:string"/>
|
195
|
+
</message>
|
196
|
+
|
197
|
+
<!-- portType -->
|
198
|
+
|
199
|
+
<portType name="Management.CLIScriptPortType">
|
200
|
+
<operation name="get_list">
|
201
|
+
<documentation>
|
202
|
+
Gets the names of all CLI scripts.
|
203
|
+
|
204
|
+
</documentation>
|
205
|
+
<input message="tns:Management.CLIScript.get_listRequest"/>
|
206
|
+
<output message="tns:Management.CLIScript.get_listResponse"/>
|
207
|
+
</operation>
|
208
|
+
<operation name="create">
|
209
|
+
<documentation>
|
210
|
+
Creates the specified CLI scripts.
|
211
|
+
|
212
|
+
</documentation>
|
213
|
+
<input message="tns:Management.CLIScript.createRequest"/>
|
214
|
+
<output message="tns:Management.CLIScript.createResponse"/>
|
215
|
+
</operation>
|
216
|
+
<operation name="delete_cli_script">
|
217
|
+
<documentation>
|
218
|
+
Deletes the specified CLI scripts. An exception will be
|
219
|
+
raised when attempting to delete built-in CLI scripts.
|
220
|
+
|
221
|
+
</documentation>
|
222
|
+
<input message="tns:Management.CLIScript.delete_cli_scriptRequest"/>
|
223
|
+
<output message="tns:Management.CLIScript.delete_cli_scriptResponse"/>
|
224
|
+
</operation>
|
225
|
+
<operation name="delete_all_cli_scripts">
|
226
|
+
<documentation>
|
227
|
+
Deletes all user-defined CLI scripts.
|
228
|
+
|
229
|
+
</documentation>
|
230
|
+
<input message="tns:Management.CLIScript.delete_all_cli_scriptsRequest"/>
|
231
|
+
<output message="tns:Management.CLIScript.delete_all_cli_scriptsResponse"/>
|
232
|
+
</operation>
|
233
|
+
<operation name="set_script">
|
234
|
+
<documentation>
|
235
|
+
Sets the script definition/content for the specified CLI scripts.
|
236
|
+
|
237
|
+
</documentation>
|
238
|
+
<input message="tns:Management.CLIScript.set_scriptRequest"/>
|
239
|
+
<output message="tns:Management.CLIScript.set_scriptResponse"/>
|
240
|
+
</operation>
|
241
|
+
<operation name="get_script">
|
242
|
+
<documentation>
|
243
|
+
Gets the script definition/content for the specified CLI scripts.
|
244
|
+
|
245
|
+
</documentation>
|
246
|
+
<input message="tns:Management.CLIScript.get_scriptRequest"/>
|
247
|
+
<output message="tns:Management.CLIScript.get_scriptResponse"/>
|
248
|
+
</operation>
|
249
|
+
<operation name="set_description">
|
250
|
+
<documentation>
|
251
|
+
Sets the description for the specified CLI scripts.
|
252
|
+
Description is an arbitrary field which can be used for any purpose.
|
253
|
+
|
254
|
+
</documentation>
|
255
|
+
<input message="tns:Management.CLIScript.set_descriptionRequest"/>
|
256
|
+
<output message="tns:Management.CLIScript.set_descriptionResponse"/>
|
257
|
+
</operation>
|
258
|
+
<operation name="get_description">
|
259
|
+
<documentation>
|
260
|
+
Gets the descriptions for the specified CLI scripts.
|
261
|
+
|
262
|
+
</documentation>
|
263
|
+
<input message="tns:Management.CLIScript.get_descriptionRequest"/>
|
264
|
+
<output message="tns:Management.CLIScript.get_descriptionResponse"/>
|
265
|
+
</operation>
|
266
|
+
<operation name="add_checksum">
|
267
|
+
<documentation>
|
268
|
+
Computes and adds a checksum to each specified CLI script. To each
|
269
|
+
CLI script, either checksum or signature can be added but not both.
|
270
|
+
The system will throw an error if both algorithms are attempted on
|
271
|
+
one CLI script. Adding the checksum prevents any unauthorized/
|
272
|
+
accidental modification to the CLI script content.
|
273
|
+
|
274
|
+
</documentation>
|
275
|
+
<input message="tns:Management.CLIScript.add_checksumRequest"/>
|
276
|
+
<output message="tns:Management.CLIScript.add_checksumResponse"/>
|
277
|
+
</operation>
|
278
|
+
<operation name="add_signature">
|
279
|
+
<documentation>
|
280
|
+
Computes and adds a signature to each specified CLI script.
|
281
|
+
The signature is used during CLI script validation to assure
|
282
|
+
that the CLI script's content has not been modified. To each
|
283
|
+
CLI script, either checksum or signature can be added but not
|
284
|
+
both. The system will throw an error if both algorithms are
|
285
|
+
attempted on one CLI script. Adding the signature prevents any
|
286
|
+
unauthorized/accidental modification to the CLI script content.
|
287
|
+
|
288
|
+
</documentation>
|
289
|
+
<input message="tns:Management.CLIScript.add_signatureRequest"/>
|
290
|
+
<output message="tns:Management.CLIScript.add_signatureResponse"/>
|
291
|
+
</operation>
|
292
|
+
<operation name="clear_verification">
|
293
|
+
<documentation>
|
294
|
+
Clear both signature and checksum fields for the specified
|
295
|
+
CLI scripts. The difference between enabling "ignore_verification"
|
296
|
+
and "clear_verification" is: "ignore" suspends the verification
|
297
|
+
temporarily while leaving the signature and checksum fields intact.
|
298
|
+
Verification can be resumed. "clear" resets for good the signing
|
299
|
+
information as if the CLI scripts had never been signed.
|
300
|
+
|
301
|
+
</documentation>
|
302
|
+
<input message="tns:Management.CLIScript.clear_verificationRequest"/>
|
303
|
+
<output message="tns:Management.CLIScript.clear_verificationResponse"/>
|
304
|
+
</operation>
|
305
|
+
<operation name="set_ignore_verification_state">
|
306
|
+
<documentation>
|
307
|
+
Sets the ignore verification state for the specified CLI scripts.
|
308
|
+
If enabled, the system will ignore the signature or checksum.
|
309
|
+
Otherwise the signature or checksum is used during CLI script
|
310
|
+
validation to assure that the CLI script's content has not been
|
311
|
+
modified.
|
312
|
+
|
313
|
+
</documentation>
|
314
|
+
<input message="tns:Management.CLIScript.set_ignore_verification_stateRequest"/>
|
315
|
+
<output message="tns:Management.CLIScript.set_ignore_verification_stateResponse"/>
|
316
|
+
</operation>
|
317
|
+
<operation name="get_ignore_verification_state">
|
318
|
+
<documentation>
|
319
|
+
Gets the state of ignoring the signature or checksum.
|
320
|
+
|
321
|
+
</documentation>
|
322
|
+
<input message="tns:Management.CLIScript.get_ignore_verification_stateRequest"/>
|
323
|
+
<output message="tns:Management.CLIScript.get_ignore_verification_stateResponse"/>
|
324
|
+
</operation>
|
325
|
+
<operation name="get_verification_status">
|
326
|
+
<documentation>
|
327
|
+
Gets the verification status for the specified CLI scripts.
|
328
|
+
|
329
|
+
</documentation>
|
330
|
+
<input message="tns:Management.CLIScript.get_verification_statusRequest"/>
|
331
|
+
<output message="tns:Management.CLIScript.get_verification_statusResponse"/>
|
332
|
+
</operation>
|
333
|
+
<operation name="get_version">
|
334
|
+
<documentation>
|
335
|
+
Gets the version information for this interface.
|
336
|
+
|
337
|
+
</documentation>
|
338
|
+
<input message="tns:Management.CLIScript.get_versionRequest"/>
|
339
|
+
<output message="tns:Management.CLIScript.get_versionResponse"/>
|
340
|
+
</operation>
|
341
|
+
</portType>
|
342
|
+
|
343
|
+
<!-- binding -->
|
344
|
+
|
345
|
+
<binding name="Management.CLIScriptBinding" type="tns:Management.CLIScriptPortType">
|
346
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
347
|
+
<operation name="get_list">
|
348
|
+
<documentation>
|
349
|
+
Gets the names of all CLI scripts.
|
350
|
+
|
351
|
+
</documentation>
|
352
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
353
|
+
<input>
|
354
|
+
<soap:body
|
355
|
+
use="encoded"
|
356
|
+
namespace="urn:iControl:Management/CLIScript"
|
357
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
358
|
+
</input>
|
359
|
+
<output>
|
360
|
+
<soap:body
|
361
|
+
use="encoded"
|
362
|
+
namespace="urn:iControl:Management/CLIScript"
|
363
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
364
|
+
</output>
|
365
|
+
</operation>
|
366
|
+
|
367
|
+
<operation name="create">
|
368
|
+
<documentation>
|
369
|
+
Creates the specified CLI scripts.
|
370
|
+
|
371
|
+
</documentation>
|
372
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
373
|
+
<input>
|
374
|
+
<soap:body
|
375
|
+
use="encoded"
|
376
|
+
namespace="urn:iControl:Management/CLIScript"
|
377
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
378
|
+
</input>
|
379
|
+
<output>
|
380
|
+
<soap:body
|
381
|
+
use="encoded"
|
382
|
+
namespace="urn:iControl:Management/CLIScript"
|
383
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
384
|
+
</output>
|
385
|
+
</operation>
|
386
|
+
|
387
|
+
<operation name="delete_cli_script">
|
388
|
+
<documentation>
|
389
|
+
Deletes the specified CLI scripts. An exception will be
|
390
|
+
raised when attempting to delete built-in CLI scripts.
|
391
|
+
|
392
|
+
</documentation>
|
393
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
394
|
+
<input>
|
395
|
+
<soap:body
|
396
|
+
use="encoded"
|
397
|
+
namespace="urn:iControl:Management/CLIScript"
|
398
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
399
|
+
</input>
|
400
|
+
<output>
|
401
|
+
<soap:body
|
402
|
+
use="encoded"
|
403
|
+
namespace="urn:iControl:Management/CLIScript"
|
404
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
405
|
+
</output>
|
406
|
+
</operation>
|
407
|
+
|
408
|
+
<operation name="delete_all_cli_scripts">
|
409
|
+
<documentation>
|
410
|
+
Deletes all user-defined CLI scripts.
|
411
|
+
|
412
|
+
</documentation>
|
413
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
414
|
+
<input>
|
415
|
+
<soap:body
|
416
|
+
use="encoded"
|
417
|
+
namespace="urn:iControl:Management/CLIScript"
|
418
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
419
|
+
</input>
|
420
|
+
<output>
|
421
|
+
<soap:body
|
422
|
+
use="encoded"
|
423
|
+
namespace="urn:iControl:Management/CLIScript"
|
424
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
425
|
+
</output>
|
426
|
+
</operation>
|
427
|
+
|
428
|
+
<operation name="set_script">
|
429
|
+
<documentation>
|
430
|
+
Sets the script definition/content for the specified CLI scripts.
|
431
|
+
|
432
|
+
</documentation>
|
433
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
434
|
+
<input>
|
435
|
+
<soap:body
|
436
|
+
use="encoded"
|
437
|
+
namespace="urn:iControl:Management/CLIScript"
|
438
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
439
|
+
</input>
|
440
|
+
<output>
|
441
|
+
<soap:body
|
442
|
+
use="encoded"
|
443
|
+
namespace="urn:iControl:Management/CLIScript"
|
444
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
445
|
+
</output>
|
446
|
+
</operation>
|
447
|
+
|
448
|
+
<operation name="get_script">
|
449
|
+
<documentation>
|
450
|
+
Gets the script definition/content for the specified CLI scripts.
|
451
|
+
|
452
|
+
</documentation>
|
453
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
454
|
+
<input>
|
455
|
+
<soap:body
|
456
|
+
use="encoded"
|
457
|
+
namespace="urn:iControl:Management/CLIScript"
|
458
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
459
|
+
</input>
|
460
|
+
<output>
|
461
|
+
<soap:body
|
462
|
+
use="encoded"
|
463
|
+
namespace="urn:iControl:Management/CLIScript"
|
464
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
465
|
+
</output>
|
466
|
+
</operation>
|
467
|
+
|
468
|
+
<operation name="set_description">
|
469
|
+
<documentation>
|
470
|
+
Sets the description for the specified CLI scripts.
|
471
|
+
Description is an arbitrary field which can be used for any purpose.
|
472
|
+
|
473
|
+
</documentation>
|
474
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
475
|
+
<input>
|
476
|
+
<soap:body
|
477
|
+
use="encoded"
|
478
|
+
namespace="urn:iControl:Management/CLIScript"
|
479
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
480
|
+
</input>
|
481
|
+
<output>
|
482
|
+
<soap:body
|
483
|
+
use="encoded"
|
484
|
+
namespace="urn:iControl:Management/CLIScript"
|
485
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
486
|
+
</output>
|
487
|
+
</operation>
|
488
|
+
|
489
|
+
<operation name="get_description">
|
490
|
+
<documentation>
|
491
|
+
Gets the descriptions for the specified CLI scripts.
|
492
|
+
|
493
|
+
</documentation>
|
494
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
495
|
+
<input>
|
496
|
+
<soap:body
|
497
|
+
use="encoded"
|
498
|
+
namespace="urn:iControl:Management/CLIScript"
|
499
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
500
|
+
</input>
|
501
|
+
<output>
|
502
|
+
<soap:body
|
503
|
+
use="encoded"
|
504
|
+
namespace="urn:iControl:Management/CLIScript"
|
505
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
506
|
+
</output>
|
507
|
+
</operation>
|
508
|
+
|
509
|
+
<operation name="add_checksum">
|
510
|
+
<documentation>
|
511
|
+
Computes and adds a checksum to each specified CLI script. To each
|
512
|
+
CLI script, either checksum or signature can be added but not both.
|
513
|
+
The system will throw an error if both algorithms are attempted on
|
514
|
+
one CLI script. Adding the checksum prevents any unauthorized/
|
515
|
+
accidental modification to the CLI script content.
|
516
|
+
|
517
|
+
</documentation>
|
518
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
519
|
+
<input>
|
520
|
+
<soap:body
|
521
|
+
use="encoded"
|
522
|
+
namespace="urn:iControl:Management/CLIScript"
|
523
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
524
|
+
</input>
|
525
|
+
<output>
|
526
|
+
<soap:body
|
527
|
+
use="encoded"
|
528
|
+
namespace="urn:iControl:Management/CLIScript"
|
529
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
530
|
+
</output>
|
531
|
+
</operation>
|
532
|
+
|
533
|
+
<operation name="add_signature">
|
534
|
+
<documentation>
|
535
|
+
Computes and adds a signature to each specified CLI script.
|
536
|
+
The signature is used during CLI script validation to assure
|
537
|
+
that the CLI script's content has not been modified. To each
|
538
|
+
CLI script, either checksum or signature can be added but not
|
539
|
+
both. The system will throw an error if both algorithms are
|
540
|
+
attempted on one CLI script. Adding the signature prevents any
|
541
|
+
unauthorized/accidental modification to the CLI script content.
|
542
|
+
|
543
|
+
</documentation>
|
544
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
545
|
+
<input>
|
546
|
+
<soap:body
|
547
|
+
use="encoded"
|
548
|
+
namespace="urn:iControl:Management/CLIScript"
|
549
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
550
|
+
</input>
|
551
|
+
<output>
|
552
|
+
<soap:body
|
553
|
+
use="encoded"
|
554
|
+
namespace="urn:iControl:Management/CLIScript"
|
555
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
556
|
+
</output>
|
557
|
+
</operation>
|
558
|
+
|
559
|
+
<operation name="clear_verification">
|
560
|
+
<documentation>
|
561
|
+
Clear both signature and checksum fields for the specified
|
562
|
+
CLI scripts. The difference between enabling "ignore_verification"
|
563
|
+
and "clear_verification" is: "ignore" suspends the verification
|
564
|
+
temporarily while leaving the signature and checksum fields intact.
|
565
|
+
Verification can be resumed. "clear" resets for good the signing
|
566
|
+
information as if the CLI scripts had never been signed.
|
567
|
+
|
568
|
+
</documentation>
|
569
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
570
|
+
<input>
|
571
|
+
<soap:body
|
572
|
+
use="encoded"
|
573
|
+
namespace="urn:iControl:Management/CLIScript"
|
574
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
575
|
+
</input>
|
576
|
+
<output>
|
577
|
+
<soap:body
|
578
|
+
use="encoded"
|
579
|
+
namespace="urn:iControl:Management/CLIScript"
|
580
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
581
|
+
</output>
|
582
|
+
</operation>
|
583
|
+
|
584
|
+
<operation name="set_ignore_verification_state">
|
585
|
+
<documentation>
|
586
|
+
Sets the ignore verification state for the specified CLI scripts.
|
587
|
+
If enabled, the system will ignore the signature or checksum.
|
588
|
+
Otherwise the signature or checksum is used during CLI script
|
589
|
+
validation to assure that the CLI script's content has not been
|
590
|
+
modified.
|
591
|
+
|
592
|
+
</documentation>
|
593
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
594
|
+
<input>
|
595
|
+
<soap:body
|
596
|
+
use="encoded"
|
597
|
+
namespace="urn:iControl:Management/CLIScript"
|
598
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
599
|
+
</input>
|
600
|
+
<output>
|
601
|
+
<soap:body
|
602
|
+
use="encoded"
|
603
|
+
namespace="urn:iControl:Management/CLIScript"
|
604
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
605
|
+
</output>
|
606
|
+
</operation>
|
607
|
+
|
608
|
+
<operation name="get_ignore_verification_state">
|
609
|
+
<documentation>
|
610
|
+
Gets the state of ignoring the signature or checksum.
|
611
|
+
|
612
|
+
</documentation>
|
613
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
614
|
+
<input>
|
615
|
+
<soap:body
|
616
|
+
use="encoded"
|
617
|
+
namespace="urn:iControl:Management/CLIScript"
|
618
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
619
|
+
</input>
|
620
|
+
<output>
|
621
|
+
<soap:body
|
622
|
+
use="encoded"
|
623
|
+
namespace="urn:iControl:Management/CLIScript"
|
624
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
625
|
+
</output>
|
626
|
+
</operation>
|
627
|
+
|
628
|
+
<operation name="get_verification_status">
|
629
|
+
<documentation>
|
630
|
+
Gets the verification status for the specified CLI scripts.
|
631
|
+
|
632
|
+
</documentation>
|
633
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
634
|
+
<input>
|
635
|
+
<soap:body
|
636
|
+
use="encoded"
|
637
|
+
namespace="urn:iControl:Management/CLIScript"
|
638
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
639
|
+
</input>
|
640
|
+
<output>
|
641
|
+
<soap:body
|
642
|
+
use="encoded"
|
643
|
+
namespace="urn:iControl:Management/CLIScript"
|
644
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
645
|
+
</output>
|
646
|
+
</operation>
|
647
|
+
|
648
|
+
<operation name="get_version">
|
649
|
+
<documentation>
|
650
|
+
Gets the version information for this interface.
|
651
|
+
|
652
|
+
</documentation>
|
653
|
+
<soap:operation soapAction="urn:iControl:Management/CLIScript"/>
|
654
|
+
<input>
|
655
|
+
<soap:body
|
656
|
+
use="encoded"
|
657
|
+
namespace="urn:iControl:Management/CLIScript"
|
658
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
659
|
+
</input>
|
660
|
+
<output>
|
661
|
+
<soap:body
|
662
|
+
use="encoded"
|
663
|
+
namespace="urn:iControl:Management/CLIScript"
|
664
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
665
|
+
</output>
|
666
|
+
</operation>
|
667
|
+
</binding>
|
668
|
+
|
669
|
+
<!-- service -->
|
670
|
+
|
671
|
+
<service name="Management.CLIScript">
|
672
|
+
<documentation>
|
673
|
+
CLI scripts are written using Tool Command Language (Tcl). It
|
674
|
+
is used to automate management of the BIG-IP system. CLI scripts
|
675
|
+
can be included in other CLI scripts. Procedures defined in a CLI
|
676
|
+
script can be run by other CLI scripts. It makes common code reuse
|
677
|
+
possible for application template implementations and CLI scripts.
|
678
|
+
|
679
|
+
</documentation>
|
680
|
+
<port name="Management.CLIScriptPort" binding="tns:Management.CLIScriptBinding">
|
681
|
+
<soap:address location="https://url_to_service"/>
|
682
|
+
</port>
|
683
|
+
</service>
|
684
|
+
</definitions>
|