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,735 @@
|
|
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.ChangeControl"
|
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.ChangeControl.ClassInfoSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ChangeControl.ClassInfo[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Management.ChangeControl.InstanceInfo">
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="name" type="xsd:string"/>
|
34
|
+
<xsd:element name="transaction_id" type="xsd:long"/>
|
35
|
+
</xsd:sequence>
|
36
|
+
</xsd:complexType>
|
37
|
+
<xsd:complexType name="Common.TimeStamp">
|
38
|
+
<xsd:sequence>
|
39
|
+
<xsd:element name="year" type="xsd:long"/>
|
40
|
+
<xsd:element name="month" type="xsd:long"/>
|
41
|
+
<xsd:element name="day" type="xsd:long"/>
|
42
|
+
<xsd:element name="hour" type="xsd:long"/>
|
43
|
+
<xsd:element name="minute" type="xsd:long"/>
|
44
|
+
<xsd:element name="second" type="xsd:long"/>
|
45
|
+
</xsd:sequence>
|
46
|
+
</xsd:complexType>
|
47
|
+
<xsd:complexType name="Common.StringSequence">
|
48
|
+
<xsd:complexContent>
|
49
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
50
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
51
|
+
</xsd:restriction>
|
52
|
+
</xsd:complexContent>
|
53
|
+
</xsd:complexType>
|
54
|
+
<xsd:complexType name="Management.ChangeControl.InstanceSequence">
|
55
|
+
<xsd:complexContent>
|
56
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
57
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ChangeControl.Instance[]'/>
|
58
|
+
</xsd:restriction>
|
59
|
+
</xsd:complexContent>
|
60
|
+
</xsd:complexType>
|
61
|
+
<xsd:complexType name="Management.ChangeControl.DeprecatedClassInfoSequence">
|
62
|
+
<xsd:complexContent>
|
63
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
64
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ChangeControl.DeprecatedClassInfo[]'/>
|
65
|
+
</xsd:restriction>
|
66
|
+
</xsd:complexContent>
|
67
|
+
</xsd:complexType>
|
68
|
+
<xsd:simpleType name="Management.ChangeControl.InstanceVariableType">
|
69
|
+
<xsd:restriction base="xsd:string">
|
70
|
+
<xsd:enumeration value="TYPE_DEVICE">
|
71
|
+
<xsd:annotation>
|
72
|
+
<xsd:documentation>TYPE_DEVICE</xsd:documentation>
|
73
|
+
</xsd:annotation>
|
74
|
+
</xsd:enumeration>
|
75
|
+
</xsd:restriction>
|
76
|
+
</xsd:simpleType>
|
77
|
+
<xsd:complexType name="Management.ChangeControl.InstanceVariable">
|
78
|
+
<xsd:sequence>
|
79
|
+
<xsd:element name="name" type="xsd:string"/>
|
80
|
+
<xsd:element name="display_name" type="xsd:string"/>
|
81
|
+
<xsd:element name="value" type="xsd:string"/>
|
82
|
+
</xsd:sequence>
|
83
|
+
</xsd:complexType>
|
84
|
+
<xsd:complexType name="Management.ChangeControl.DeprecatedClassInfo">
|
85
|
+
<xsd:sequence>
|
86
|
+
<xsd:element name="old_name" type="xsd:string"/>
|
87
|
+
<xsd:element name="new_name" type="xsd:string"/>
|
88
|
+
<xsd:element name="transition_version" type="xsd:string"/>
|
89
|
+
</xsd:sequence>
|
90
|
+
</xsd:complexType>
|
91
|
+
<xsd:complexType name="Management.ChangeControl.InstanceInfoSequence">
|
92
|
+
<xsd:complexContent>
|
93
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
94
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ChangeControl.InstanceInfo[]'/>
|
95
|
+
</xsd:restriction>
|
96
|
+
</xsd:complexContent>
|
97
|
+
</xsd:complexType>
|
98
|
+
<xsd:complexType name="Management.ChangeControl.ModuleInfo">
|
99
|
+
<xsd:sequence>
|
100
|
+
<xsd:element name="name" type="xsd:string"/>
|
101
|
+
<xsd:element name="transaction_id" type="xsd:long"/>
|
102
|
+
<xsd:element name="delete_transaction_id" type="xsd:long"/>
|
103
|
+
<xsd:element name="supports_transaction_id" type="xsd:boolean"/>
|
104
|
+
</xsd:sequence>
|
105
|
+
</xsd:complexType>
|
106
|
+
<xsd:complexType name="Management.ChangeControl.ClassInfo">
|
107
|
+
<xsd:sequence>
|
108
|
+
<xsd:element name="name" type="xsd:string"/>
|
109
|
+
<xsd:element name="transaction_id" type="xsd:long"/>
|
110
|
+
<xsd:element name="delete_transaction_id" type="xsd:long"/>
|
111
|
+
<xsd:element name="supports_delete" type="xsd:boolean"/>
|
112
|
+
<xsd:element name="supports_transaction_id" type="xsd:boolean"/>
|
113
|
+
<xsd:element name="supports_verify" type="xsd:boolean"/>
|
114
|
+
<xsd:element name="is_singleton" type="xsd:boolean"/>
|
115
|
+
<xsd:element name="header_needs_instance_name" type="xsd:boolean"/>
|
116
|
+
<xsd:element name="is_partitioned" type="xsd:boolean"/>
|
117
|
+
</xsd:sequence>
|
118
|
+
</xsd:complexType>
|
119
|
+
<xsd:complexType name="Management.ChangeControl.InstanceVariableSequenceSequence">
|
120
|
+
<xsd:complexContent>
|
121
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
122
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ChangeControl.InstanceVariableSequence[]'/>
|
123
|
+
</xsd:restriction>
|
124
|
+
</xsd:complexContent>
|
125
|
+
</xsd:complexType>
|
126
|
+
<xsd:simpleType name="Common.ULong">
|
127
|
+
<xsd:restriction base="xsd:long"/>
|
128
|
+
</xsd:simpleType>
|
129
|
+
<xsd:simpleType name="Management.ChangeControl.InstanceFormatType">
|
130
|
+
<xsd:restriction base="xsd:string">
|
131
|
+
<xsd:enumeration value="FORMAT_SHELL">
|
132
|
+
<xsd:annotation>
|
133
|
+
<xsd:documentation>FORMAT_SHELL</xsd:documentation>
|
134
|
+
</xsd:annotation>
|
135
|
+
</xsd:enumeration>
|
136
|
+
<xsd:enumeration value="FORMAT_XML">
|
137
|
+
<xsd:annotation>
|
138
|
+
<xsd:documentation>FORMAT_XML</xsd:documentation>
|
139
|
+
</xsd:annotation>
|
140
|
+
</xsd:enumeration>
|
141
|
+
</xsd:restriction>
|
142
|
+
</xsd:simpleType>
|
143
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
144
|
+
<xsd:complexContent>
|
145
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
146
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
147
|
+
</xsd:restriction>
|
148
|
+
</xsd:complexContent>
|
149
|
+
</xsd:complexType>
|
150
|
+
<xsd:complexType name="Management.ChangeControl.ClassTransactionInfoSequence">
|
151
|
+
<xsd:complexContent>
|
152
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
153
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ChangeControl.ClassTransactionInfo[]'/>
|
154
|
+
</xsd:restriction>
|
155
|
+
</xsd:complexContent>
|
156
|
+
</xsd:complexType>
|
157
|
+
<xsd:complexType name="Management.ChangeControl.InstanceInfoSequenceSequence">
|
158
|
+
<xsd:complexContent>
|
159
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
160
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ChangeControl.InstanceInfoSequence[]'/>
|
161
|
+
</xsd:restriction>
|
162
|
+
</xsd:complexContent>
|
163
|
+
</xsd:complexType>
|
164
|
+
<xsd:complexType name="Management.ChangeControl.ModuleInfoSequence">
|
165
|
+
<xsd:complexContent>
|
166
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
167
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ChangeControl.ModuleInfo[]'/>
|
168
|
+
</xsd:restriction>
|
169
|
+
</xsd:complexContent>
|
170
|
+
</xsd:complexType>
|
171
|
+
<xsd:complexType name="Management.ChangeControl.InstanceVariableSequence">
|
172
|
+
<xsd:complexContent>
|
173
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
174
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ChangeControl.InstanceVariable[]'/>
|
175
|
+
</xsd:restriction>
|
176
|
+
</xsd:complexContent>
|
177
|
+
</xsd:complexType>
|
178
|
+
<xsd:complexType name="Management.ChangeControl.Instance">
|
179
|
+
<xsd:sequence>
|
180
|
+
<xsd:element name="info" type="tns:Management.ChangeControl.InstanceInfo"/>
|
181
|
+
<xsd:element name="format" type="tns:Management.ChangeControl.InstanceFormatType"/>
|
182
|
+
<xsd:element name="data" type="xsd:string"/>
|
183
|
+
</xsd:sequence>
|
184
|
+
</xsd:complexType>
|
185
|
+
<xsd:complexType name="Management.ChangeControl.ClassTransactionInfo">
|
186
|
+
<xsd:sequence>
|
187
|
+
<xsd:element name="name" type="xsd:string"/>
|
188
|
+
<xsd:element name="transaction_id" type="xsd:long"/>
|
189
|
+
</xsd:sequence>
|
190
|
+
</xsd:complexType>
|
191
|
+
</xsd:schema>
|
192
|
+
</types>
|
193
|
+
|
194
|
+
<!-- message -->
|
195
|
+
|
196
|
+
<message name="Management.ChangeControl.get_last_load_timeRequest">
|
197
|
+
</message>
|
198
|
+
<message name="Management.ChangeControl.get_last_load_timeResponse">
|
199
|
+
<part name="return" type="tns:Common.TimeStamp"/>
|
200
|
+
</message>
|
201
|
+
|
202
|
+
<message name="Management.ChangeControl.get_module_infoRequest">
|
203
|
+
<part name="filter" type="xsd:string"/>
|
204
|
+
</message>
|
205
|
+
<message name="Management.ChangeControl.get_module_infoResponse">
|
206
|
+
<part name="return" type="tns:Management.ChangeControl.ModuleInfoSequence"/>
|
207
|
+
</message>
|
208
|
+
|
209
|
+
<message name="Management.ChangeControl.get_class_infoRequest">
|
210
|
+
<part name="filter" type="xsd:string"/>
|
211
|
+
</message>
|
212
|
+
<message name="Management.ChangeControl.get_class_infoResponse">
|
213
|
+
<part name="return" type="tns:Management.ChangeControl.ClassInfoSequence"/>
|
214
|
+
</message>
|
215
|
+
|
216
|
+
<message name="Management.ChangeControl.get_deprecated_class_infoRequest">
|
217
|
+
<part name="filter" type="xsd:string"/>
|
218
|
+
</message>
|
219
|
+
<message name="Management.ChangeControl.get_deprecated_class_infoResponse">
|
220
|
+
<part name="return" type="tns:Management.ChangeControl.DeprecatedClassInfoSequence"/>
|
221
|
+
</message>
|
222
|
+
|
223
|
+
<message name="Management.ChangeControl.get_instance_infoRequest">
|
224
|
+
<part name="classes" type="tns:Management.ChangeControl.ClassTransactionInfoSequence"/>
|
225
|
+
</message>
|
226
|
+
<message name="Management.ChangeControl.get_instance_infoResponse">
|
227
|
+
<part name="return" type="tns:Management.ChangeControl.InstanceInfoSequenceSequence"/>
|
228
|
+
</message>
|
229
|
+
|
230
|
+
<message name="Management.ChangeControl.get_instanceRequest">
|
231
|
+
<part name="instance_names" type="tns:Common.StringSequence"/>
|
232
|
+
<part name="instance_format" type="tns:Management.ChangeControl.InstanceFormatType"/>
|
233
|
+
</message>
|
234
|
+
<message name="Management.ChangeControl.get_instanceResponse">
|
235
|
+
<part name="return" type="tns:Management.ChangeControl.InstanceSequence"/>
|
236
|
+
</message>
|
237
|
+
|
238
|
+
<message name="Management.ChangeControl.get_instance_variableRequest">
|
239
|
+
<part name="instance_names" type="tns:Common.StringSequence"/>
|
240
|
+
<part name="instance_variable" type="tns:Management.ChangeControl.InstanceVariableType"/>
|
241
|
+
</message>
|
242
|
+
<message name="Management.ChangeControl.get_instance_variableResponse">
|
243
|
+
<part name="return" type="tns:Management.ChangeControl.InstanceVariableSequenceSequence"/>
|
244
|
+
</message>
|
245
|
+
|
246
|
+
<message name="Management.ChangeControl.get_instance_dependencyRequest">
|
247
|
+
<part name="instance_names" type="tns:Common.StringSequence"/>
|
248
|
+
<part name="depth" type="xsd:long"/>
|
249
|
+
</message>
|
250
|
+
<message name="Management.ChangeControl.get_instance_dependencyResponse">
|
251
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
252
|
+
</message>
|
253
|
+
|
254
|
+
<message name="Management.ChangeControl.put_instanceRequest">
|
255
|
+
<part name="instances" type="tns:Management.ChangeControl.InstanceSequence"/>
|
256
|
+
</message>
|
257
|
+
<message name="Management.ChangeControl.put_instanceResponse">
|
258
|
+
</message>
|
259
|
+
|
260
|
+
<message name="Management.ChangeControl.put_configRequest">
|
261
|
+
<part name="instance_format" type="tns:Management.ChangeControl.InstanceFormatType"/>
|
262
|
+
<part name="data" type="xsd:string"/>
|
263
|
+
</message>
|
264
|
+
<message name="Management.ChangeControl.put_configResponse">
|
265
|
+
</message>
|
266
|
+
|
267
|
+
<message name="Management.ChangeControl.verify_instanceRequest">
|
268
|
+
<part name="instances" type="tns:Management.ChangeControl.InstanceSequence"/>
|
269
|
+
</message>
|
270
|
+
<message name="Management.ChangeControl.verify_instanceResponse">
|
271
|
+
</message>
|
272
|
+
|
273
|
+
<message name="Management.ChangeControl.verify_configRequest">
|
274
|
+
<part name="instance_format" type="tns:Management.ChangeControl.InstanceFormatType"/>
|
275
|
+
<part name="data" type="xsd:string"/>
|
276
|
+
</message>
|
277
|
+
<message name="Management.ChangeControl.verify_configResponse">
|
278
|
+
</message>
|
279
|
+
|
280
|
+
<message name="Management.ChangeControl.delete_instanceRequest">
|
281
|
+
<part name="instance_names" type="tns:Common.StringSequence"/>
|
282
|
+
</message>
|
283
|
+
<message name="Management.ChangeControl.delete_instanceResponse">
|
284
|
+
</message>
|
285
|
+
|
286
|
+
<message name="Management.ChangeControl.get_versionRequest">
|
287
|
+
</message>
|
288
|
+
<message name="Management.ChangeControl.get_versionResponse">
|
289
|
+
<part name="return" type="xsd:string"/>
|
290
|
+
</message>
|
291
|
+
|
292
|
+
<!-- portType -->
|
293
|
+
|
294
|
+
<portType name="Management.ChangeControlPortType">
|
295
|
+
<operation name="get_last_load_time">
|
296
|
+
<documentation>
|
297
|
+
|
298
|
+
Gets the last time that the configuration was loaded.
|
299
|
+
|
300
|
+
</documentation>
|
301
|
+
<input message="tns:Management.ChangeControl.get_last_load_timeRequest"/>
|
302
|
+
<output message="tns:Management.ChangeControl.get_last_load_timeResponse"/>
|
303
|
+
</operation>
|
304
|
+
<operation name="get_module_info">
|
305
|
+
<documentation>
|
306
|
+
|
307
|
+
Gets the sequence of module information for the modules available on the system
|
308
|
+
|
309
|
+
</documentation>
|
310
|
+
<input message="tns:Management.ChangeControl.get_module_infoRequest"/>
|
311
|
+
<output message="tns:Management.ChangeControl.get_module_infoResponse"/>
|
312
|
+
</operation>
|
313
|
+
<operation name="get_class_info">
|
314
|
+
<documentation>
|
315
|
+
|
316
|
+
Gets the sequence of class information for the classes of objects available on the system
|
317
|
+
|
318
|
+
</documentation>
|
319
|
+
<input message="tns:Management.ChangeControl.get_class_infoRequest"/>
|
320
|
+
<output message="tns:Management.ChangeControl.get_class_infoResponse"/>
|
321
|
+
</operation>
|
322
|
+
<operation name="get_deprecated_class_info">
|
323
|
+
<documentation>
|
324
|
+
|
325
|
+
Gets the sequence of deprecated class information for the classes of objects that have
|
326
|
+
been deprecated
|
327
|
+
|
328
|
+
</documentation>
|
329
|
+
<input message="tns:Management.ChangeControl.get_deprecated_class_infoRequest"/>
|
330
|
+
<output message="tns:Management.ChangeControl.get_deprecated_class_infoResponse"/>
|
331
|
+
</operation>
|
332
|
+
<operation name="get_instance_info">
|
333
|
+
<documentation>
|
334
|
+
|
335
|
+
Gets the sequence of information for each instance of each class
|
336
|
+
|
337
|
+
</documentation>
|
338
|
+
<input message="tns:Management.ChangeControl.get_instance_infoRequest"/>
|
339
|
+
<output message="tns:Management.ChangeControl.get_instance_infoResponse"/>
|
340
|
+
</operation>
|
341
|
+
<operation name="get_instance">
|
342
|
+
<documentation>
|
343
|
+
|
344
|
+
Gets the information and contents of each instance requested
|
345
|
+
|
346
|
+
</documentation>
|
347
|
+
<input message="tns:Management.ChangeControl.get_instanceRequest"/>
|
348
|
+
<output message="tns:Management.ChangeControl.get_instanceResponse"/>
|
349
|
+
</operation>
|
350
|
+
<operation name="get_instance_variable">
|
351
|
+
<documentation>
|
352
|
+
|
353
|
+
Gets the sequence of variable items for each instance
|
354
|
+
|
355
|
+
</documentation>
|
356
|
+
<input message="tns:Management.ChangeControl.get_instance_variableRequest"/>
|
357
|
+
<output message="tns:Management.ChangeControl.get_instance_variableResponse"/>
|
358
|
+
</operation>
|
359
|
+
<operation name="get_instance_dependency">
|
360
|
+
<documentation>
|
361
|
+
|
362
|
+
Gets the sequence of dependencies for each instance
|
363
|
+
|
364
|
+
</documentation>
|
365
|
+
<input message="tns:Management.ChangeControl.get_instance_dependencyRequest"/>
|
366
|
+
<output message="tns:Management.ChangeControl.get_instance_dependencyResponse"/>
|
367
|
+
</operation>
|
368
|
+
<operation name="put_instance">
|
369
|
+
<documentation>
|
370
|
+
|
371
|
+
Put object instances (native format)
|
372
|
+
|
373
|
+
</documentation>
|
374
|
+
<input message="tns:Management.ChangeControl.put_instanceRequest"/>
|
375
|
+
<output message="tns:Management.ChangeControl.put_instanceResponse"/>
|
376
|
+
</operation>
|
377
|
+
<operation name="put_config">
|
378
|
+
<documentation>
|
379
|
+
|
380
|
+
Put object configuration (formatted contents)
|
381
|
+
|
382
|
+
</documentation>
|
383
|
+
<input message="tns:Management.ChangeControl.put_configRequest"/>
|
384
|
+
<output message="tns:Management.ChangeControl.put_configResponse"/>
|
385
|
+
</operation>
|
386
|
+
<operation name="verify_instance">
|
387
|
+
<documentation>
|
388
|
+
|
389
|
+
Verify that object instances (native format) can be put
|
390
|
+
|
391
|
+
</documentation>
|
392
|
+
<input message="tns:Management.ChangeControl.verify_instanceRequest"/>
|
393
|
+
<output message="tns:Management.ChangeControl.verify_instanceResponse"/>
|
394
|
+
</operation>
|
395
|
+
<operation name="verify_config">
|
396
|
+
<documentation>
|
397
|
+
|
398
|
+
Verify object configuration (formatted contents) can be put/saved
|
399
|
+
|
400
|
+
</documentation>
|
401
|
+
<input message="tns:Management.ChangeControl.verify_configRequest"/>
|
402
|
+
<output message="tns:Management.ChangeControl.verify_configResponse"/>
|
403
|
+
</operation>
|
404
|
+
<operation name="delete_instance">
|
405
|
+
<documentation>
|
406
|
+
|
407
|
+
Delete object instances
|
408
|
+
|
409
|
+
</documentation>
|
410
|
+
<input message="tns:Management.ChangeControl.delete_instanceRequest"/>
|
411
|
+
<output message="tns:Management.ChangeControl.delete_instanceResponse"/>
|
412
|
+
</operation>
|
413
|
+
<operation name="get_version">
|
414
|
+
<documentation>
|
415
|
+
Gets the version information for this interface.
|
416
|
+
|
417
|
+
</documentation>
|
418
|
+
<input message="tns:Management.ChangeControl.get_versionRequest"/>
|
419
|
+
<output message="tns:Management.ChangeControl.get_versionResponse"/>
|
420
|
+
</operation>
|
421
|
+
</portType>
|
422
|
+
|
423
|
+
<!-- binding -->
|
424
|
+
|
425
|
+
<binding name="Management.ChangeControlBinding" type="tns:Management.ChangeControlPortType">
|
426
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
427
|
+
<operation name="get_last_load_time">
|
428
|
+
<documentation>
|
429
|
+
|
430
|
+
Gets the last time that the configuration was loaded.
|
431
|
+
|
432
|
+
</documentation>
|
433
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
434
|
+
<input>
|
435
|
+
<soap:body
|
436
|
+
use="encoded"
|
437
|
+
namespace="urn:iControl:Management/ChangeControl"
|
438
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
439
|
+
</input>
|
440
|
+
<output>
|
441
|
+
<soap:body
|
442
|
+
use="encoded"
|
443
|
+
namespace="urn:iControl:Management/ChangeControl"
|
444
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
445
|
+
</output>
|
446
|
+
</operation>
|
447
|
+
|
448
|
+
<operation name="get_module_info">
|
449
|
+
<documentation>
|
450
|
+
|
451
|
+
Gets the sequence of module information for the modules available on the system
|
452
|
+
|
453
|
+
</documentation>
|
454
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
455
|
+
<input>
|
456
|
+
<soap:body
|
457
|
+
use="encoded"
|
458
|
+
namespace="urn:iControl:Management/ChangeControl"
|
459
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
460
|
+
</input>
|
461
|
+
<output>
|
462
|
+
<soap:body
|
463
|
+
use="encoded"
|
464
|
+
namespace="urn:iControl:Management/ChangeControl"
|
465
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
466
|
+
</output>
|
467
|
+
</operation>
|
468
|
+
|
469
|
+
<operation name="get_class_info">
|
470
|
+
<documentation>
|
471
|
+
|
472
|
+
Gets the sequence of class information for the classes of objects available on the system
|
473
|
+
|
474
|
+
</documentation>
|
475
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
476
|
+
<input>
|
477
|
+
<soap:body
|
478
|
+
use="encoded"
|
479
|
+
namespace="urn:iControl:Management/ChangeControl"
|
480
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
481
|
+
</input>
|
482
|
+
<output>
|
483
|
+
<soap:body
|
484
|
+
use="encoded"
|
485
|
+
namespace="urn:iControl:Management/ChangeControl"
|
486
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
487
|
+
</output>
|
488
|
+
</operation>
|
489
|
+
|
490
|
+
<operation name="get_deprecated_class_info">
|
491
|
+
<documentation>
|
492
|
+
|
493
|
+
Gets the sequence of deprecated class information for the classes of objects that have
|
494
|
+
been deprecated
|
495
|
+
|
496
|
+
</documentation>
|
497
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
498
|
+
<input>
|
499
|
+
<soap:body
|
500
|
+
use="encoded"
|
501
|
+
namespace="urn:iControl:Management/ChangeControl"
|
502
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
503
|
+
</input>
|
504
|
+
<output>
|
505
|
+
<soap:body
|
506
|
+
use="encoded"
|
507
|
+
namespace="urn:iControl:Management/ChangeControl"
|
508
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
509
|
+
</output>
|
510
|
+
</operation>
|
511
|
+
|
512
|
+
<operation name="get_instance_info">
|
513
|
+
<documentation>
|
514
|
+
|
515
|
+
Gets the sequence of information for each instance of each class
|
516
|
+
|
517
|
+
</documentation>
|
518
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
519
|
+
<input>
|
520
|
+
<soap:body
|
521
|
+
use="encoded"
|
522
|
+
namespace="urn:iControl:Management/ChangeControl"
|
523
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
524
|
+
</input>
|
525
|
+
<output>
|
526
|
+
<soap:body
|
527
|
+
use="encoded"
|
528
|
+
namespace="urn:iControl:Management/ChangeControl"
|
529
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
530
|
+
</output>
|
531
|
+
</operation>
|
532
|
+
|
533
|
+
<operation name="get_instance">
|
534
|
+
<documentation>
|
535
|
+
|
536
|
+
Gets the information and contents of each instance requested
|
537
|
+
|
538
|
+
</documentation>
|
539
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
540
|
+
<input>
|
541
|
+
<soap:body
|
542
|
+
use="encoded"
|
543
|
+
namespace="urn:iControl:Management/ChangeControl"
|
544
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
545
|
+
</input>
|
546
|
+
<output>
|
547
|
+
<soap:body
|
548
|
+
use="encoded"
|
549
|
+
namespace="urn:iControl:Management/ChangeControl"
|
550
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
551
|
+
</output>
|
552
|
+
</operation>
|
553
|
+
|
554
|
+
<operation name="get_instance_variable">
|
555
|
+
<documentation>
|
556
|
+
|
557
|
+
Gets the sequence of variable items for each instance
|
558
|
+
|
559
|
+
</documentation>
|
560
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
561
|
+
<input>
|
562
|
+
<soap:body
|
563
|
+
use="encoded"
|
564
|
+
namespace="urn:iControl:Management/ChangeControl"
|
565
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
566
|
+
</input>
|
567
|
+
<output>
|
568
|
+
<soap:body
|
569
|
+
use="encoded"
|
570
|
+
namespace="urn:iControl:Management/ChangeControl"
|
571
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
572
|
+
</output>
|
573
|
+
</operation>
|
574
|
+
|
575
|
+
<operation name="get_instance_dependency">
|
576
|
+
<documentation>
|
577
|
+
|
578
|
+
Gets the sequence of dependencies for each instance
|
579
|
+
|
580
|
+
</documentation>
|
581
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
582
|
+
<input>
|
583
|
+
<soap:body
|
584
|
+
use="encoded"
|
585
|
+
namespace="urn:iControl:Management/ChangeControl"
|
586
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
587
|
+
</input>
|
588
|
+
<output>
|
589
|
+
<soap:body
|
590
|
+
use="encoded"
|
591
|
+
namespace="urn:iControl:Management/ChangeControl"
|
592
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
593
|
+
</output>
|
594
|
+
</operation>
|
595
|
+
|
596
|
+
<operation name="put_instance">
|
597
|
+
<documentation>
|
598
|
+
|
599
|
+
Put object instances (native format)
|
600
|
+
|
601
|
+
</documentation>
|
602
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
603
|
+
<input>
|
604
|
+
<soap:body
|
605
|
+
use="encoded"
|
606
|
+
namespace="urn:iControl:Management/ChangeControl"
|
607
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
608
|
+
</input>
|
609
|
+
<output>
|
610
|
+
<soap:body
|
611
|
+
use="encoded"
|
612
|
+
namespace="urn:iControl:Management/ChangeControl"
|
613
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
614
|
+
</output>
|
615
|
+
</operation>
|
616
|
+
|
617
|
+
<operation name="put_config">
|
618
|
+
<documentation>
|
619
|
+
|
620
|
+
Put object configuration (formatted contents)
|
621
|
+
|
622
|
+
</documentation>
|
623
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
624
|
+
<input>
|
625
|
+
<soap:body
|
626
|
+
use="encoded"
|
627
|
+
namespace="urn:iControl:Management/ChangeControl"
|
628
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
629
|
+
</input>
|
630
|
+
<output>
|
631
|
+
<soap:body
|
632
|
+
use="encoded"
|
633
|
+
namespace="urn:iControl:Management/ChangeControl"
|
634
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
635
|
+
</output>
|
636
|
+
</operation>
|
637
|
+
|
638
|
+
<operation name="verify_instance">
|
639
|
+
<documentation>
|
640
|
+
|
641
|
+
Verify that object instances (native format) can be put
|
642
|
+
|
643
|
+
</documentation>
|
644
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
645
|
+
<input>
|
646
|
+
<soap:body
|
647
|
+
use="encoded"
|
648
|
+
namespace="urn:iControl:Management/ChangeControl"
|
649
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
650
|
+
</input>
|
651
|
+
<output>
|
652
|
+
<soap:body
|
653
|
+
use="encoded"
|
654
|
+
namespace="urn:iControl:Management/ChangeControl"
|
655
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
656
|
+
</output>
|
657
|
+
</operation>
|
658
|
+
|
659
|
+
<operation name="verify_config">
|
660
|
+
<documentation>
|
661
|
+
|
662
|
+
Verify object configuration (formatted contents) can be put/saved
|
663
|
+
|
664
|
+
</documentation>
|
665
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
666
|
+
<input>
|
667
|
+
<soap:body
|
668
|
+
use="encoded"
|
669
|
+
namespace="urn:iControl:Management/ChangeControl"
|
670
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
671
|
+
</input>
|
672
|
+
<output>
|
673
|
+
<soap:body
|
674
|
+
use="encoded"
|
675
|
+
namespace="urn:iControl:Management/ChangeControl"
|
676
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
677
|
+
</output>
|
678
|
+
</operation>
|
679
|
+
|
680
|
+
<operation name="delete_instance">
|
681
|
+
<documentation>
|
682
|
+
|
683
|
+
Delete object instances
|
684
|
+
|
685
|
+
</documentation>
|
686
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
687
|
+
<input>
|
688
|
+
<soap:body
|
689
|
+
use="encoded"
|
690
|
+
namespace="urn:iControl:Management/ChangeControl"
|
691
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
692
|
+
</input>
|
693
|
+
<output>
|
694
|
+
<soap:body
|
695
|
+
use="encoded"
|
696
|
+
namespace="urn:iControl:Management/ChangeControl"
|
697
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
698
|
+
</output>
|
699
|
+
</operation>
|
700
|
+
|
701
|
+
<operation name="get_version">
|
702
|
+
<documentation>
|
703
|
+
Gets the version information for this interface.
|
704
|
+
|
705
|
+
</documentation>
|
706
|
+
<soap:operation soapAction="urn:iControl:Management/ChangeControl"/>
|
707
|
+
<input>
|
708
|
+
<soap:body
|
709
|
+
use="encoded"
|
710
|
+
namespace="urn:iControl:Management/ChangeControl"
|
711
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
712
|
+
</input>
|
713
|
+
<output>
|
714
|
+
<soap:body
|
715
|
+
use="encoded"
|
716
|
+
namespace="urn:iControl:Management/ChangeControl"
|
717
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
718
|
+
</output>
|
719
|
+
</operation>
|
720
|
+
</binding>
|
721
|
+
|
722
|
+
<!-- service -->
|
723
|
+
|
724
|
+
<service name="Management.ChangeControl">
|
725
|
+
<documentation>
|
726
|
+
The ChangeControl interface is a private interface to support Change Control capabilities.
|
727
|
+
|
728
|
+
This interface does not support transactions.
|
729
|
+
|
730
|
+
</documentation>
|
731
|
+
<port name="Management.ChangeControlPort" binding="tns:Management.ChangeControlBinding">
|
732
|
+
<soap:address location="https://url_to_service"/>
|
733
|
+
</port>
|
734
|
+
</service>
|
735
|
+
</definitions>
|