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,906 @@
|
|
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.LicenseAdministration"
|
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.LicenseAdministration.ModuleExpirySequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.LicenseAdministration.ModuleExpiry[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:simpleType name="Common.OctetSequence">
|
32
|
+
<xsd:restriction base="xsd:base64Binary"/>
|
33
|
+
</xsd:simpleType>
|
34
|
+
<xsd:simpleType name="Common.EnabledState">
|
35
|
+
<xsd:restriction base="xsd:string">
|
36
|
+
<xsd:enumeration value="STATE_DISABLED">
|
37
|
+
<xsd:annotation>
|
38
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
39
|
+
</xsd:annotation>
|
40
|
+
</xsd:enumeration>
|
41
|
+
<xsd:enumeration value="STATE_ENABLED">
|
42
|
+
<xsd:annotation>
|
43
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
44
|
+
</xsd:annotation>
|
45
|
+
</xsd:enumeration>
|
46
|
+
</xsd:restriction>
|
47
|
+
</xsd:simpleType>
|
48
|
+
<xsd:complexType name="Management.LicenseAdministration.ModuleKeySequence">
|
49
|
+
<xsd:complexContent>
|
50
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
51
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.LicenseAdministration.ModuleKey[]'/>
|
52
|
+
</xsd:restriction>
|
53
|
+
</xsd:complexContent>
|
54
|
+
</xsd:complexType>
|
55
|
+
<xsd:complexType name="Common.StringSequence">
|
56
|
+
<xsd:complexContent>
|
57
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
58
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
59
|
+
</xsd:restriction>
|
60
|
+
</xsd:complexContent>
|
61
|
+
</xsd:complexType>
|
62
|
+
<xsd:complexType name="Management.LicenseAdministration.ModuleKey">
|
63
|
+
<xsd:sequence>
|
64
|
+
<xsd:element name="description" type="xsd:string"/>
|
65
|
+
<xsd:element name="key" type="xsd:string"/>
|
66
|
+
<xsd:element name="child_description" type="tns:Common.StringSequence"/>
|
67
|
+
<xsd:element name="active" type="xsd:boolean"/>
|
68
|
+
</xsd:sequence>
|
69
|
+
</xsd:complexType>
|
70
|
+
<xsd:complexType name="Management.LicenseAdministration.ModuleKeyTimeLimits">
|
71
|
+
<xsd:sequence>
|
72
|
+
<xsd:element name="current_system_time" type="xsd:long"/>
|
73
|
+
<xsd:element name="start_time" type="xsd:long"/>
|
74
|
+
<xsd:element name="end_time" type="xsd:long"/>
|
75
|
+
</xsd:sequence>
|
76
|
+
</xsd:complexType>
|
77
|
+
<xsd:complexType name="Common.BooleanSequence">
|
78
|
+
<xsd:complexContent>
|
79
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
80
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
81
|
+
</xsd:restriction>
|
82
|
+
</xsd:complexContent>
|
83
|
+
</xsd:complexType>
|
84
|
+
<xsd:complexType name="Common.TMOSModuleSequence">
|
85
|
+
<xsd:complexContent>
|
86
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
87
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.TMOSModule[]'/>
|
88
|
+
</xsd:restriction>
|
89
|
+
</xsd:complexContent>
|
90
|
+
</xsd:complexType>
|
91
|
+
<xsd:complexType name="Management.LicenseAdministration.EvaluationExpiration">
|
92
|
+
<xsd:sequence>
|
93
|
+
<xsd:element name="current_system_time" type="xsd:long"/>
|
94
|
+
<xsd:element name="evaluation_start" type="xsd:long"/>
|
95
|
+
<xsd:element name="evaluation_expire" type="xsd:long"/>
|
96
|
+
</xsd:sequence>
|
97
|
+
</xsd:complexType>
|
98
|
+
<xsd:complexType name="Management.LicenseAdministration.TimeLimitedModuleKeySequence">
|
99
|
+
<xsd:complexContent>
|
100
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
101
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.LicenseAdministration.TimeLimitedModuleKey[]'/>
|
102
|
+
</xsd:restriction>
|
103
|
+
</xsd:complexContent>
|
104
|
+
</xsd:complexType>
|
105
|
+
<xsd:complexType name="Management.LicenseAdministration.ModuleExpiry">
|
106
|
+
<xsd:sequence>
|
107
|
+
<xsd:element name="enabled" type="tns:Common.EnabledState"/>
|
108
|
+
<xsd:element name="expires" type="xsd:boolean"/>
|
109
|
+
<xsd:element name="expiry_time" type="xsd:long"/>
|
110
|
+
</xsd:sequence>
|
111
|
+
</xsd:complexType>
|
112
|
+
<xsd:complexType name="Management.LicenseAdministration.TimeLimitedModuleKey">
|
113
|
+
<xsd:sequence>
|
114
|
+
<xsd:element name="description" type="xsd:string"/>
|
115
|
+
<xsd:element name="key" type="xsd:string"/>
|
116
|
+
<xsd:element name="limits" type="tns:Management.LicenseAdministration.ModuleKeyTimeLimits"/>
|
117
|
+
<xsd:element name="active" type="xsd:boolean"/>
|
118
|
+
</xsd:sequence>
|
119
|
+
</xsd:complexType>
|
120
|
+
<xsd:simpleType name="Common.TMOSModule">
|
121
|
+
<xsd:restriction base="xsd:string">
|
122
|
+
<xsd:enumeration value="TMOS_MODULE_ASM">
|
123
|
+
<xsd:annotation>
|
124
|
+
<xsd:documentation>TMOS_MODULE_ASM</xsd:documentation>
|
125
|
+
</xsd:annotation>
|
126
|
+
</xsd:enumeration>
|
127
|
+
<xsd:enumeration value="TMOS_MODULE_SAM">
|
128
|
+
<xsd:annotation>
|
129
|
+
<xsd:documentation>TMOS_MODULE_SAM</xsd:documentation>
|
130
|
+
</xsd:annotation>
|
131
|
+
</xsd:enumeration>
|
132
|
+
<xsd:enumeration value="TMOS_MODULE_WAM">
|
133
|
+
<xsd:annotation>
|
134
|
+
<xsd:documentation>TMOS_MODULE_WAM</xsd:documentation>
|
135
|
+
</xsd:annotation>
|
136
|
+
</xsd:enumeration>
|
137
|
+
<xsd:enumeration value="TMOS_MODULE_PSM">
|
138
|
+
<xsd:annotation>
|
139
|
+
<xsd:documentation>TMOS_MODULE_PSM</xsd:documentation>
|
140
|
+
</xsd:annotation>
|
141
|
+
</xsd:enumeration>
|
142
|
+
<xsd:enumeration value="TMOS_MODULE_WOM">
|
143
|
+
<xsd:annotation>
|
144
|
+
<xsd:documentation>TMOS_MODULE_WOM</xsd:documentation>
|
145
|
+
</xsd:annotation>
|
146
|
+
</xsd:enumeration>
|
147
|
+
<xsd:enumeration value="TMOS_MODULE_LC">
|
148
|
+
<xsd:annotation>
|
149
|
+
<xsd:documentation>TMOS_MODULE_LC</xsd:documentation>
|
150
|
+
</xsd:annotation>
|
151
|
+
</xsd:enumeration>
|
152
|
+
<xsd:enumeration value="TMOS_MODULE_LTM">
|
153
|
+
<xsd:annotation>
|
154
|
+
<xsd:documentation>TMOS_MODULE_LTM</xsd:documentation>
|
155
|
+
</xsd:annotation>
|
156
|
+
</xsd:enumeration>
|
157
|
+
<xsd:enumeration value="TMOS_MODULE_GTM">
|
158
|
+
<xsd:annotation>
|
159
|
+
<xsd:documentation>TMOS_MODULE_GTM</xsd:documentation>
|
160
|
+
</xsd:annotation>
|
161
|
+
</xsd:enumeration>
|
162
|
+
<xsd:enumeration value="TMOS_MODULE_UNKNOWN">
|
163
|
+
<xsd:annotation>
|
164
|
+
<xsd:documentation>TMOS_MODULE_UNKNOWN</xsd:documentation>
|
165
|
+
</xsd:annotation>
|
166
|
+
</xsd:enumeration>
|
167
|
+
<xsd:enumeration value="TMOS_MODULE_WOML">
|
168
|
+
<xsd:annotation>
|
169
|
+
<xsd:documentation>TMOS_MODULE_WOML</xsd:documentation>
|
170
|
+
</xsd:annotation>
|
171
|
+
</xsd:enumeration>
|
172
|
+
<xsd:enumeration value="TMOS_MODULE_APML">
|
173
|
+
<xsd:annotation>
|
174
|
+
<xsd:documentation>TMOS_MODULE_APML</xsd:documentation>
|
175
|
+
</xsd:annotation>
|
176
|
+
</xsd:enumeration>
|
177
|
+
<xsd:enumeration value="TMOS_MODULE_EM">
|
178
|
+
<xsd:annotation>
|
179
|
+
<xsd:documentation>TMOS_MODULE_EM</xsd:documentation>
|
180
|
+
</xsd:annotation>
|
181
|
+
</xsd:enumeration>
|
182
|
+
<xsd:enumeration value="TMOS_MODULE_VCMP">
|
183
|
+
<xsd:annotation>
|
184
|
+
<xsd:documentation>TMOS_MODULE_VCMP</xsd:documentation>
|
185
|
+
</xsd:annotation>
|
186
|
+
</xsd:enumeration>
|
187
|
+
<xsd:enumeration value="TMOS_MODULE_TMOS">
|
188
|
+
<xsd:annotation>
|
189
|
+
<xsd:documentation>TMOS_MODULE_TMOS</xsd:documentation>
|
190
|
+
</xsd:annotation>
|
191
|
+
</xsd:enumeration>
|
192
|
+
<xsd:enumeration value="TMOS_MODULE_HOST">
|
193
|
+
<xsd:annotation>
|
194
|
+
<xsd:documentation>TMOS_MODULE_HOST</xsd:documentation>
|
195
|
+
</xsd:annotation>
|
196
|
+
</xsd:enumeration>
|
197
|
+
<xsd:enumeration value="TMOS_MODULE_UI">
|
198
|
+
<xsd:annotation>
|
199
|
+
<xsd:documentation>TMOS_MODULE_UI</xsd:documentation>
|
200
|
+
</xsd:annotation>
|
201
|
+
</xsd:enumeration>
|
202
|
+
<xsd:enumeration value="TMOS_MODULE_MONITORS">
|
203
|
+
<xsd:annotation>
|
204
|
+
<xsd:documentation>TMOS_MODULE_MONITORS</xsd:documentation>
|
205
|
+
</xsd:annotation>
|
206
|
+
</xsd:enumeration>
|
207
|
+
<xsd:enumeration value="TMOS_MODULE_AVR">
|
208
|
+
<xsd:annotation>
|
209
|
+
<xsd:documentation>TMOS_MODULE_AVR</xsd:documentation>
|
210
|
+
</xsd:annotation>
|
211
|
+
</xsd:enumeration>
|
212
|
+
<xsd:enumeration value="TMOS_MODULE_PEM">
|
213
|
+
<xsd:annotation>
|
214
|
+
<xsd:documentation>TMOS_MODULE_PEM</xsd:documentation>
|
215
|
+
</xsd:annotation>
|
216
|
+
</xsd:enumeration>
|
217
|
+
<xsd:enumeration value="TMOS_MODULE_CGNAT">
|
218
|
+
<xsd:annotation>
|
219
|
+
<xsd:documentation>TMOS_MODULE_CGNAT</xsd:documentation>
|
220
|
+
</xsd:annotation>
|
221
|
+
</xsd:enumeration>
|
222
|
+
<xsd:enumeration value="TMOS_MODULE_AFM">
|
223
|
+
<xsd:annotation>
|
224
|
+
<xsd:documentation>TMOS_MODULE_AFM</xsd:documentation>
|
225
|
+
</xsd:annotation>
|
226
|
+
</xsd:enumeration>
|
227
|
+
<xsd:enumeration value="TMOS_MODULE_AM">
|
228
|
+
<xsd:annotation>
|
229
|
+
<xsd:documentation>TMOS_MODULE_AM</xsd:documentation>
|
230
|
+
</xsd:annotation>
|
231
|
+
</xsd:enumeration>
|
232
|
+
</xsd:restriction>
|
233
|
+
</xsd:simpleType>
|
234
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
235
|
+
<xsd:complexContent>
|
236
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
237
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
238
|
+
</xsd:restriction>
|
239
|
+
</xsd:complexContent>
|
240
|
+
</xsd:complexType>
|
241
|
+
</xsd:schema>
|
242
|
+
</types>
|
243
|
+
|
244
|
+
<!-- message -->
|
245
|
+
|
246
|
+
<message name="Management.LicenseAdministration.get_license_activation_statusRequest">
|
247
|
+
</message>
|
248
|
+
<message name="Management.LicenseAdministration.get_license_activation_statusResponse">
|
249
|
+
<part name="return" type="tns:Common.EnabledState"/>
|
250
|
+
</message>
|
251
|
+
|
252
|
+
<message name="Management.LicenseAdministration.is_evaluation_licenseRequest">
|
253
|
+
</message>
|
254
|
+
<message name="Management.LicenseAdministration.is_evaluation_licenseResponse">
|
255
|
+
<part name="return" type="xsd:boolean"/>
|
256
|
+
</message>
|
257
|
+
|
258
|
+
<message name="Management.LicenseAdministration.get_evaluation_license_expirationRequest">
|
259
|
+
</message>
|
260
|
+
<message name="Management.LicenseAdministration.get_evaluation_license_expirationResponse">
|
261
|
+
<part name="return" type="tns:Management.LicenseAdministration.EvaluationExpiration"/>
|
262
|
+
</message>
|
263
|
+
|
264
|
+
<message name="Management.LicenseAdministration.get_registration_keysRequest">
|
265
|
+
</message>
|
266
|
+
<message name="Management.LicenseAdministration.get_registration_keysResponse">
|
267
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
268
|
+
</message>
|
269
|
+
|
270
|
+
<message name="Management.LicenseAdministration.get_module_keysRequest">
|
271
|
+
</message>
|
272
|
+
<message name="Management.LicenseAdministration.get_module_keysResponse">
|
273
|
+
<part name="return" type="tns:Management.LicenseAdministration.ModuleKeySequence"/>
|
274
|
+
</message>
|
275
|
+
|
276
|
+
<message name="Management.LicenseAdministration.get_time_limited_module_keysRequest">
|
277
|
+
</message>
|
278
|
+
<message name="Management.LicenseAdministration.get_time_limited_module_keysResponse">
|
279
|
+
<part name="return" type="tns:Management.LicenseAdministration.TimeLimitedModuleKeySequence"/>
|
280
|
+
</message>
|
281
|
+
|
282
|
+
<message name="Management.LicenseAdministration.get_module_enabled_stateRequest">
|
283
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
284
|
+
</message>
|
285
|
+
<message name="Management.LicenseAdministration.get_module_enabled_stateResponse">
|
286
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
287
|
+
</message>
|
288
|
+
|
289
|
+
<message name="Management.LicenseAdministration.get_module_expiryRequest">
|
290
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
291
|
+
</message>
|
292
|
+
<message name="Management.LicenseAdministration.get_module_expiryResponse">
|
293
|
+
<part name="return" type="tns:Management.LicenseAdministration.ModuleExpirySequence"/>
|
294
|
+
</message>
|
295
|
+
|
296
|
+
<message name="Management.LicenseAdministration.check_registration_key_crcRequest">
|
297
|
+
<part name="registration_keys" type="tns:Common.StringSequence"/>
|
298
|
+
</message>
|
299
|
+
<message name="Management.LicenseAdministration.check_registration_key_crcResponse">
|
300
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
301
|
+
</message>
|
302
|
+
|
303
|
+
<message name="Management.LicenseAdministration.get_system_dossierRequest">
|
304
|
+
<part name="registration_keys" type="tns:Common.StringSequence"/>
|
305
|
+
</message>
|
306
|
+
<message name="Management.LicenseAdministration.get_system_dossierResponse">
|
307
|
+
<part name="return" type="xsd:string"/>
|
308
|
+
</message>
|
309
|
+
|
310
|
+
<message name="Management.LicenseAdministration.activate_licenseRequest">
|
311
|
+
<part name="registration_keys" type="tns:Common.StringSequence"/>
|
312
|
+
</message>
|
313
|
+
<message name="Management.LicenseAdministration.activate_licenseResponse">
|
314
|
+
<part name="return" type="xsd:boolean"/>
|
315
|
+
</message>
|
316
|
+
|
317
|
+
<message name="Management.LicenseAdministration.install_licenseRequest">
|
318
|
+
<part name="license_file_data" type="tns:Common.OctetSequence"/>
|
319
|
+
</message>
|
320
|
+
<message name="Management.LicenseAdministration.install_licenseResponse">
|
321
|
+
</message>
|
322
|
+
|
323
|
+
<message name="Management.LicenseAdministration.install_license_from_fileRequest">
|
324
|
+
<part name="license_file" type="xsd:string"/>
|
325
|
+
</message>
|
326
|
+
<message name="Management.LicenseAdministration.install_license_from_fileResponse">
|
327
|
+
</message>
|
328
|
+
|
329
|
+
<message name="Management.LicenseAdministration.get_license_fileRequest">
|
330
|
+
</message>
|
331
|
+
<message name="Management.LicenseAdministration.get_license_fileResponse">
|
332
|
+
<part name="return" type="tns:Common.OctetSequence"/>
|
333
|
+
</message>
|
334
|
+
|
335
|
+
<message name="Management.LicenseAdministration.get_copyright_fileRequest">
|
336
|
+
</message>
|
337
|
+
<message name="Management.LicenseAdministration.get_copyright_fileResponse">
|
338
|
+
<part name="return" type="tns:Common.OctetSequence"/>
|
339
|
+
</message>
|
340
|
+
|
341
|
+
<message name="Management.LicenseAdministration.get_eula_fileRequest">
|
342
|
+
</message>
|
343
|
+
<message name="Management.LicenseAdministration.get_eula_fileResponse">
|
344
|
+
<part name="return" type="tns:Common.OctetSequence"/>
|
345
|
+
</message>
|
346
|
+
|
347
|
+
<message name="Management.LicenseAdministration.get_versionRequest">
|
348
|
+
</message>
|
349
|
+
<message name="Management.LicenseAdministration.get_versionResponse">
|
350
|
+
<part name="return" type="xsd:string"/>
|
351
|
+
</message>
|
352
|
+
|
353
|
+
<!-- portType -->
|
354
|
+
|
355
|
+
<portType name="Management.LicenseAdministrationPortType">
|
356
|
+
<operation name="get_license_activation_status">
|
357
|
+
<documentation>
|
358
|
+
Checks to see whether the device has been licensed.
|
359
|
+
|
360
|
+
</documentation>
|
361
|
+
<input message="tns:Management.LicenseAdministration.get_license_activation_statusRequest"/>
|
362
|
+
<output message="tns:Management.LicenseAdministration.get_license_activation_statusResponse"/>
|
363
|
+
</operation>
|
364
|
+
<operation name="is_evaluation_license">
|
365
|
+
<documentation>
|
366
|
+
Checks to see whether the device is running with an evaluation license.
|
367
|
+
|
368
|
+
</documentation>
|
369
|
+
<input message="tns:Management.LicenseAdministration.is_evaluation_licenseRequest"/>
|
370
|
+
<output message="tns:Management.LicenseAdministration.is_evaluation_licenseResponse"/>
|
371
|
+
</operation>
|
372
|
+
<operation name="get_evaluation_license_expiration">
|
373
|
+
<documentation>
|
374
|
+
Gets information on when the evaluation license will expire.
|
375
|
+
|
376
|
+
</documentation>
|
377
|
+
<input message="tns:Management.LicenseAdministration.get_evaluation_license_expirationRequest"/>
|
378
|
+
<output message="tns:Management.LicenseAdministration.get_evaluation_license_expirationResponse"/>
|
379
|
+
</operation>
|
380
|
+
<operation name="get_registration_keys">
|
381
|
+
<documentation>
|
382
|
+
Gets the list of registration keys used to license the device.
|
383
|
+
|
384
|
+
This returns the base key first, then add-on keys. As of
|
385
|
+
v10.0.0, there are new add-on keys that are time limited;
|
386
|
+
with this method you can tell they are there but not when
|
387
|
+
they expire. If that matters, you should use the newer
|
388
|
+
method get_time_limited_module_keys. All of the keys
|
389
|
+
returned are active keys.
|
390
|
+
|
391
|
+
</documentation>
|
392
|
+
<input message="tns:Management.LicenseAdministration.get_registration_keysRequest"/>
|
393
|
+
<output message="tns:Management.LicenseAdministration.get_registration_keysResponse"/>
|
394
|
+
</operation>
|
395
|
+
<operation name="get_module_keys">
|
396
|
+
<documentation>
|
397
|
+
Gets the module keys used to license the device, including
|
398
|
+
descriptive information about them. You will get active
|
399
|
+
and inactive keys (and the record has a field describing
|
400
|
+
whether it is active). See also get_time_limited_module_keys.
|
401
|
+
|
402
|
+
</documentation>
|
403
|
+
<input message="tns:Management.LicenseAdministration.get_module_keysRequest"/>
|
404
|
+
<output message="tns:Management.LicenseAdministration.get_module_keysResponse"/>
|
405
|
+
</operation>
|
406
|
+
<operation name="get_time_limited_module_keys">
|
407
|
+
<documentation>
|
408
|
+
Gets the time limited module keys used to license the
|
409
|
+
device, including descriptive information about them. You
|
410
|
+
will get active and inactive keys (and the record has a
|
411
|
+
field describing whether it is active).
|
412
|
+
|
413
|
+
</documentation>
|
414
|
+
<input message="tns:Management.LicenseAdministration.get_time_limited_module_keysRequest"/>
|
415
|
+
<output message="tns:Management.LicenseAdministration.get_time_limited_module_keysResponse"/>
|
416
|
+
</operation>
|
417
|
+
<operation name="get_module_enabled_state">
|
418
|
+
<documentation>
|
419
|
+
Gets information indicating whether the given modules are enabled
|
420
|
+
in the license.
|
421
|
+
|
422
|
+
Caution! This enabled state is what is specified in the license
|
423
|
+
for the modules without regard for whether the module is
|
424
|
+
provisionable or provisioned under this hardware and configuration.
|
425
|
+
See the Provision interface.
|
426
|
+
|
427
|
+
</documentation>
|
428
|
+
<input message="tns:Management.LicenseAdministration.get_module_enabled_stateRequest"/>
|
429
|
+
<output message="tns:Management.LicenseAdministration.get_module_enabled_stateResponse"/>
|
430
|
+
</operation>
|
431
|
+
<operation name="get_module_expiry">
|
432
|
+
<documentation>
|
433
|
+
Gets information about expiry of the given modules.
|
434
|
+
|
435
|
+
Caution! The expiry information does not indicate whether a module
|
436
|
+
is provisionable or provisioned. See the Provision interface.
|
437
|
+
|
438
|
+
Note: This returns the enabled state as well. When getting the
|
439
|
+
module expiry information, we suggest making use of the enabled
|
440
|
+
state returned here rather than getting enabled state separately.
|
441
|
+
|
442
|
+
</documentation>
|
443
|
+
<input message="tns:Management.LicenseAdministration.get_module_expiryRequest"/>
|
444
|
+
<output message="tns:Management.LicenseAdministration.get_module_expiryResponse"/>
|
445
|
+
</operation>
|
446
|
+
<operation name="check_registration_key_crc">
|
447
|
+
<documentation>
|
448
|
+
Checks to see if the specified registration keys will pass the CRC validation.
|
449
|
+
|
450
|
+
</documentation>
|
451
|
+
<input message="tns:Management.LicenseAdministration.check_registration_key_crcRequest"/>
|
452
|
+
<output message="tns:Management.LicenseAdministration.check_registration_key_crcResponse"/>
|
453
|
+
</operation>
|
454
|
+
<operation name="get_system_dossier">
|
455
|
+
<documentation>
|
456
|
+
Gets the kernel dossier based on the specified registration keys.
|
457
|
+
|
458
|
+
</documentation>
|
459
|
+
<input message="tns:Management.LicenseAdministration.get_system_dossierRequest"/>
|
460
|
+
<output message="tns:Management.LicenseAdministration.get_system_dossierResponse"/>
|
461
|
+
</operation>
|
462
|
+
<operation name="activate_license">
|
463
|
+
<documentation>
|
464
|
+
Activates the license for the specified registration keys.
|
465
|
+
|
466
|
+
</documentation>
|
467
|
+
<input message="tns:Management.LicenseAdministration.activate_licenseRequest"/>
|
468
|
+
<output message="tns:Management.LicenseAdministration.activate_licenseResponse"/>
|
469
|
+
</operation>
|
470
|
+
<operation name="install_license">
|
471
|
+
<documentation>
|
472
|
+
Installs and authorizes the device using the specified stream of license file data.
|
473
|
+
|
474
|
+
</documentation>
|
475
|
+
<input message="tns:Management.LicenseAdministration.install_licenseRequest"/>
|
476
|
+
<output message="tns:Management.LicenseAdministration.install_licenseResponse"/>
|
477
|
+
</operation>
|
478
|
+
<operation name="install_license_from_file">
|
479
|
+
<documentation>
|
480
|
+
Installs and authorizes the device using the specified license file somewhere on the device.
|
481
|
+
|
482
|
+
</documentation>
|
483
|
+
<input message="tns:Management.LicenseAdministration.install_license_from_fileRequest"/>
|
484
|
+
<output message="tns:Management.LicenseAdministration.install_license_from_fileResponse"/>
|
485
|
+
</operation>
|
486
|
+
<operation name="get_license_file">
|
487
|
+
<documentation>
|
488
|
+
Retrieves the active license file.
|
489
|
+
|
490
|
+
</documentation>
|
491
|
+
<input message="tns:Management.LicenseAdministration.get_license_fileRequest"/>
|
492
|
+
<output message="tns:Management.LicenseAdministration.get_license_fileResponse"/>
|
493
|
+
</operation>
|
494
|
+
<operation name="get_copyright_file">
|
495
|
+
<documentation>
|
496
|
+
Retrieves the copyright file.
|
497
|
+
|
498
|
+
</documentation>
|
499
|
+
<input message="tns:Management.LicenseAdministration.get_copyright_fileRequest"/>
|
500
|
+
<output message="tns:Management.LicenseAdministration.get_copyright_fileResponse"/>
|
501
|
+
</operation>
|
502
|
+
<operation name="get_eula_file">
|
503
|
+
<documentation>
|
504
|
+
Retrieves the EULA agreement file.
|
505
|
+
|
506
|
+
</documentation>
|
507
|
+
<input message="tns:Management.LicenseAdministration.get_eula_fileRequest"/>
|
508
|
+
<output message="tns:Management.LicenseAdministration.get_eula_fileResponse"/>
|
509
|
+
</operation>
|
510
|
+
<operation name="get_version">
|
511
|
+
<documentation>
|
512
|
+
Gets the version information for this interface.
|
513
|
+
|
514
|
+
</documentation>
|
515
|
+
<input message="tns:Management.LicenseAdministration.get_versionRequest"/>
|
516
|
+
<output message="tns:Management.LicenseAdministration.get_versionResponse"/>
|
517
|
+
</operation>
|
518
|
+
</portType>
|
519
|
+
|
520
|
+
<!-- binding -->
|
521
|
+
|
522
|
+
<binding name="Management.LicenseAdministrationBinding" type="tns:Management.LicenseAdministrationPortType">
|
523
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
524
|
+
<operation name="get_license_activation_status">
|
525
|
+
<documentation>
|
526
|
+
Checks to see whether the device has been licensed.
|
527
|
+
|
528
|
+
</documentation>
|
529
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
530
|
+
<input>
|
531
|
+
<soap:body
|
532
|
+
use="encoded"
|
533
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
534
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
535
|
+
</input>
|
536
|
+
<output>
|
537
|
+
<soap:body
|
538
|
+
use="encoded"
|
539
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
540
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
541
|
+
</output>
|
542
|
+
</operation>
|
543
|
+
|
544
|
+
<operation name="is_evaluation_license">
|
545
|
+
<documentation>
|
546
|
+
Checks to see whether the device is running with an evaluation license.
|
547
|
+
|
548
|
+
</documentation>
|
549
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
550
|
+
<input>
|
551
|
+
<soap:body
|
552
|
+
use="encoded"
|
553
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
554
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
555
|
+
</input>
|
556
|
+
<output>
|
557
|
+
<soap:body
|
558
|
+
use="encoded"
|
559
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
560
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
561
|
+
</output>
|
562
|
+
</operation>
|
563
|
+
|
564
|
+
<operation name="get_evaluation_license_expiration">
|
565
|
+
<documentation>
|
566
|
+
Gets information on when the evaluation license will expire.
|
567
|
+
|
568
|
+
</documentation>
|
569
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
570
|
+
<input>
|
571
|
+
<soap:body
|
572
|
+
use="encoded"
|
573
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
574
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
575
|
+
</input>
|
576
|
+
<output>
|
577
|
+
<soap:body
|
578
|
+
use="encoded"
|
579
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
580
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
581
|
+
</output>
|
582
|
+
</operation>
|
583
|
+
|
584
|
+
<operation name="get_registration_keys">
|
585
|
+
<documentation>
|
586
|
+
Gets the list of registration keys used to license the device.
|
587
|
+
|
588
|
+
This returns the base key first, then add-on keys. As of
|
589
|
+
v10.0.0, there are new add-on keys that are time limited;
|
590
|
+
with this method you can tell they are there but not when
|
591
|
+
they expire. If that matters, you should use the newer
|
592
|
+
method get_time_limited_module_keys. All of the keys
|
593
|
+
returned are active keys.
|
594
|
+
|
595
|
+
</documentation>
|
596
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
597
|
+
<input>
|
598
|
+
<soap:body
|
599
|
+
use="encoded"
|
600
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
601
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
602
|
+
</input>
|
603
|
+
<output>
|
604
|
+
<soap:body
|
605
|
+
use="encoded"
|
606
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
607
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
608
|
+
</output>
|
609
|
+
</operation>
|
610
|
+
|
611
|
+
<operation name="get_module_keys">
|
612
|
+
<documentation>
|
613
|
+
Gets the module keys used to license the device, including
|
614
|
+
descriptive information about them. You will get active
|
615
|
+
and inactive keys (and the record has a field describing
|
616
|
+
whether it is active). See also get_time_limited_module_keys.
|
617
|
+
|
618
|
+
</documentation>
|
619
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
620
|
+
<input>
|
621
|
+
<soap:body
|
622
|
+
use="encoded"
|
623
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
624
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
625
|
+
</input>
|
626
|
+
<output>
|
627
|
+
<soap:body
|
628
|
+
use="encoded"
|
629
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
630
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
631
|
+
</output>
|
632
|
+
</operation>
|
633
|
+
|
634
|
+
<operation name="get_time_limited_module_keys">
|
635
|
+
<documentation>
|
636
|
+
Gets the time limited module keys used to license the
|
637
|
+
device, including descriptive information about them. You
|
638
|
+
will get active and inactive keys (and the record has a
|
639
|
+
field describing whether it is active).
|
640
|
+
|
641
|
+
</documentation>
|
642
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
643
|
+
<input>
|
644
|
+
<soap:body
|
645
|
+
use="encoded"
|
646
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
647
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
648
|
+
</input>
|
649
|
+
<output>
|
650
|
+
<soap:body
|
651
|
+
use="encoded"
|
652
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
653
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
654
|
+
</output>
|
655
|
+
</operation>
|
656
|
+
|
657
|
+
<operation name="get_module_enabled_state">
|
658
|
+
<documentation>
|
659
|
+
Gets information indicating whether the given modules are enabled
|
660
|
+
in the license.
|
661
|
+
|
662
|
+
Caution! This enabled state is what is specified in the license
|
663
|
+
for the modules without regard for whether the module is
|
664
|
+
provisionable or provisioned under this hardware and configuration.
|
665
|
+
See the Provision interface.
|
666
|
+
|
667
|
+
</documentation>
|
668
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
669
|
+
<input>
|
670
|
+
<soap:body
|
671
|
+
use="encoded"
|
672
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
673
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
674
|
+
</input>
|
675
|
+
<output>
|
676
|
+
<soap:body
|
677
|
+
use="encoded"
|
678
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
679
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
680
|
+
</output>
|
681
|
+
</operation>
|
682
|
+
|
683
|
+
<operation name="get_module_expiry">
|
684
|
+
<documentation>
|
685
|
+
Gets information about expiry of the given modules.
|
686
|
+
|
687
|
+
Caution! The expiry information does not indicate whether a module
|
688
|
+
is provisionable or provisioned. See the Provision interface.
|
689
|
+
|
690
|
+
Note: This returns the enabled state as well. When getting the
|
691
|
+
module expiry information, we suggest making use of the enabled
|
692
|
+
state returned here rather than getting enabled state separately.
|
693
|
+
|
694
|
+
</documentation>
|
695
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
696
|
+
<input>
|
697
|
+
<soap:body
|
698
|
+
use="encoded"
|
699
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
700
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
701
|
+
</input>
|
702
|
+
<output>
|
703
|
+
<soap:body
|
704
|
+
use="encoded"
|
705
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
706
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
707
|
+
</output>
|
708
|
+
</operation>
|
709
|
+
|
710
|
+
<operation name="check_registration_key_crc">
|
711
|
+
<documentation>
|
712
|
+
Checks to see if the specified registration keys will pass the CRC validation.
|
713
|
+
|
714
|
+
</documentation>
|
715
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
716
|
+
<input>
|
717
|
+
<soap:body
|
718
|
+
use="encoded"
|
719
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
720
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
721
|
+
</input>
|
722
|
+
<output>
|
723
|
+
<soap:body
|
724
|
+
use="encoded"
|
725
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
726
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
727
|
+
</output>
|
728
|
+
</operation>
|
729
|
+
|
730
|
+
<operation name="get_system_dossier">
|
731
|
+
<documentation>
|
732
|
+
Gets the kernel dossier based on the specified registration keys.
|
733
|
+
|
734
|
+
</documentation>
|
735
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
736
|
+
<input>
|
737
|
+
<soap:body
|
738
|
+
use="encoded"
|
739
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
740
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
741
|
+
</input>
|
742
|
+
<output>
|
743
|
+
<soap:body
|
744
|
+
use="encoded"
|
745
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
746
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
747
|
+
</output>
|
748
|
+
</operation>
|
749
|
+
|
750
|
+
<operation name="activate_license">
|
751
|
+
<documentation>
|
752
|
+
Activates the license for the specified registration keys.
|
753
|
+
|
754
|
+
</documentation>
|
755
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
756
|
+
<input>
|
757
|
+
<soap:body
|
758
|
+
use="encoded"
|
759
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
760
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
761
|
+
</input>
|
762
|
+
<output>
|
763
|
+
<soap:body
|
764
|
+
use="encoded"
|
765
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
766
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
767
|
+
</output>
|
768
|
+
</operation>
|
769
|
+
|
770
|
+
<operation name="install_license">
|
771
|
+
<documentation>
|
772
|
+
Installs and authorizes the device using the specified stream of license file data.
|
773
|
+
|
774
|
+
</documentation>
|
775
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
776
|
+
<input>
|
777
|
+
<soap:body
|
778
|
+
use="encoded"
|
779
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
780
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
781
|
+
</input>
|
782
|
+
<output>
|
783
|
+
<soap:body
|
784
|
+
use="encoded"
|
785
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
786
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
787
|
+
</output>
|
788
|
+
</operation>
|
789
|
+
|
790
|
+
<operation name="install_license_from_file">
|
791
|
+
<documentation>
|
792
|
+
Installs and authorizes the device using the specified license file somewhere on the device.
|
793
|
+
|
794
|
+
</documentation>
|
795
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
796
|
+
<input>
|
797
|
+
<soap:body
|
798
|
+
use="encoded"
|
799
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
800
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
801
|
+
</input>
|
802
|
+
<output>
|
803
|
+
<soap:body
|
804
|
+
use="encoded"
|
805
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
806
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
807
|
+
</output>
|
808
|
+
</operation>
|
809
|
+
|
810
|
+
<operation name="get_license_file">
|
811
|
+
<documentation>
|
812
|
+
Retrieves the active license file.
|
813
|
+
|
814
|
+
</documentation>
|
815
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
816
|
+
<input>
|
817
|
+
<soap:body
|
818
|
+
use="encoded"
|
819
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
820
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
821
|
+
</input>
|
822
|
+
<output>
|
823
|
+
<soap:body
|
824
|
+
use="encoded"
|
825
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
826
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
827
|
+
</output>
|
828
|
+
</operation>
|
829
|
+
|
830
|
+
<operation name="get_copyright_file">
|
831
|
+
<documentation>
|
832
|
+
Retrieves the copyright file.
|
833
|
+
|
834
|
+
</documentation>
|
835
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
836
|
+
<input>
|
837
|
+
<soap:body
|
838
|
+
use="encoded"
|
839
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
840
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
841
|
+
</input>
|
842
|
+
<output>
|
843
|
+
<soap:body
|
844
|
+
use="encoded"
|
845
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
846
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
847
|
+
</output>
|
848
|
+
</operation>
|
849
|
+
|
850
|
+
<operation name="get_eula_file">
|
851
|
+
<documentation>
|
852
|
+
Retrieves the EULA agreement file.
|
853
|
+
|
854
|
+
</documentation>
|
855
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
856
|
+
<input>
|
857
|
+
<soap:body
|
858
|
+
use="encoded"
|
859
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
860
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
861
|
+
</input>
|
862
|
+
<output>
|
863
|
+
<soap:body
|
864
|
+
use="encoded"
|
865
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
866
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
867
|
+
</output>
|
868
|
+
</operation>
|
869
|
+
|
870
|
+
<operation name="get_version">
|
871
|
+
<documentation>
|
872
|
+
Gets the version information for this interface.
|
873
|
+
|
874
|
+
</documentation>
|
875
|
+
<soap:operation soapAction="urn:iControl:Management/LicenseAdministration"/>
|
876
|
+
<input>
|
877
|
+
<soap:body
|
878
|
+
use="encoded"
|
879
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
880
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
881
|
+
</input>
|
882
|
+
<output>
|
883
|
+
<soap:body
|
884
|
+
use="encoded"
|
885
|
+
namespace="urn:iControl:Management/LicenseAdministration"
|
886
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
887
|
+
</output>
|
888
|
+
</operation>
|
889
|
+
</binding>
|
890
|
+
|
891
|
+
<!-- service -->
|
892
|
+
|
893
|
+
<service name="Management.LicenseAdministration">
|
894
|
+
<documentation>
|
895
|
+
The LicenseAdministration interface exposes methods that enable you to authorize the system,
|
896
|
+
either manually or in an automated fashion. This interface allows you to generate license
|
897
|
+
files, install previously generated licenses, and view other licensing characteristics.
|
898
|
+
|
899
|
+
This interface does not support transactions.
|
900
|
+
|
901
|
+
</documentation>
|
902
|
+
<port name="Management.LicenseAdministrationPort" binding="tns:Management.LicenseAdministrationBinding">
|
903
|
+
<soap:address location="https://url_to_service"/>
|
904
|
+
</port>
|
905
|
+
</service>
|
906
|
+
</definitions>
|