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,1054 @@
|
|
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="System.Services"
|
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="System.Services.SSHAccess">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="state" type="tns:Common.EnabledState"/>
|
27
|
+
<xsd:element name="addresses" type="tns:Common.StringSequence"/>
|
28
|
+
</xsd:sequence>
|
29
|
+
</xsd:complexType>
|
30
|
+
<xsd:simpleType name="System.Services.ServiceType">
|
31
|
+
<xsd:restriction base="xsd:string">
|
32
|
+
<xsd:enumeration value="SERVICE_UNKNOWN">
|
33
|
+
<xsd:annotation>
|
34
|
+
<xsd:documentation>SERVICE_UNKNOWN</xsd:documentation>
|
35
|
+
</xsd:annotation>
|
36
|
+
</xsd:enumeration>
|
37
|
+
<xsd:enumeration value="SERVICE_ALERTD">
|
38
|
+
<xsd:annotation>
|
39
|
+
<xsd:documentation>SERVICE_ALERTD</xsd:documentation>
|
40
|
+
</xsd:annotation>
|
41
|
+
</xsd:enumeration>
|
42
|
+
<xsd:enumeration value="SERVICE_BCM56XXD">
|
43
|
+
<xsd:annotation>
|
44
|
+
<xsd:documentation>SERVICE_BCM56XXD</xsd:documentation>
|
45
|
+
</xsd:annotation>
|
46
|
+
</xsd:enumeration>
|
47
|
+
<xsd:enumeration value="SERVICE_BIG3D">
|
48
|
+
<xsd:annotation>
|
49
|
+
<xsd:documentation>SERVICE_BIG3D</xsd:documentation>
|
50
|
+
</xsd:annotation>
|
51
|
+
</xsd:enumeration>
|
52
|
+
<xsd:enumeration value="SERVICE_BIG3DSHIM">
|
53
|
+
<xsd:annotation>
|
54
|
+
<xsd:documentation>SERVICE_BIG3DSHIM</xsd:documentation>
|
55
|
+
</xsd:annotation>
|
56
|
+
</xsd:enumeration>
|
57
|
+
<xsd:enumeration value="SERVICE_BIGD">
|
58
|
+
<xsd:annotation>
|
59
|
+
<xsd:documentation>SERVICE_BIGD</xsd:documentation>
|
60
|
+
</xsd:annotation>
|
61
|
+
</xsd:enumeration>
|
62
|
+
<xsd:enumeration value="SERVICE_BIGDBD">
|
63
|
+
<xsd:annotation>
|
64
|
+
<xsd:documentation>SERVICE_BIGDBD</xsd:documentation>
|
65
|
+
</xsd:annotation>
|
66
|
+
</xsd:enumeration>
|
67
|
+
<xsd:enumeration value="SERVICE_BIGSNMPD">
|
68
|
+
<xsd:annotation>
|
69
|
+
<xsd:documentation>SERVICE_BIGSNMPD</xsd:documentation>
|
70
|
+
</xsd:annotation>
|
71
|
+
</xsd:enumeration>
|
72
|
+
<xsd:enumeration value="SERVICE_CHMAND">
|
73
|
+
<xsd:annotation>
|
74
|
+
<xsd:documentation>SERVICE_CHMAND</xsd:documentation>
|
75
|
+
</xsd:annotation>
|
76
|
+
</xsd:enumeration>
|
77
|
+
<xsd:enumeration value="SERVICE_CSSD">
|
78
|
+
<xsd:annotation>
|
79
|
+
<xsd:documentation>SERVICE_CSSD</xsd:documentation>
|
80
|
+
</xsd:annotation>
|
81
|
+
</xsd:enumeration>
|
82
|
+
<xsd:enumeration value="SERVICE_EVENTD">
|
83
|
+
<xsd:annotation>
|
84
|
+
<xsd:documentation>SERVICE_EVENTD</xsd:documentation>
|
85
|
+
</xsd:annotation>
|
86
|
+
</xsd:enumeration>
|
87
|
+
<xsd:enumeration value="SERVICE_FPDD">
|
88
|
+
<xsd:annotation>
|
89
|
+
<xsd:documentation>SERVICE_FPDD</xsd:documentation>
|
90
|
+
</xsd:annotation>
|
91
|
+
</xsd:enumeration>
|
92
|
+
<xsd:enumeration value="SERVICE_HTTPD">
|
93
|
+
<xsd:annotation>
|
94
|
+
<xsd:documentation>SERVICE_HTTPD</xsd:documentation>
|
95
|
+
</xsd:annotation>
|
96
|
+
</xsd:enumeration>
|
97
|
+
<xsd:enumeration value="SERVICE_LACPD">
|
98
|
+
<xsd:annotation>
|
99
|
+
<xsd:documentation>SERVICE_LACPD</xsd:documentation>
|
100
|
+
</xsd:annotation>
|
101
|
+
</xsd:enumeration>
|
102
|
+
<xsd:enumeration value="SERVICE_MCPD">
|
103
|
+
<xsd:annotation>
|
104
|
+
<xsd:documentation>SERVICE_MCPD</xsd:documentation>
|
105
|
+
</xsd:annotation>
|
106
|
+
</xsd:enumeration>
|
107
|
+
<xsd:enumeration value="SERVICE_NAMED">
|
108
|
+
<xsd:annotation>
|
109
|
+
<xsd:documentation>SERVICE_NAMED</xsd:documentation>
|
110
|
+
</xsd:annotation>
|
111
|
+
</xsd:enumeration>
|
112
|
+
<xsd:enumeration value="SERVICE_NOKIASNMPD">
|
113
|
+
<xsd:annotation>
|
114
|
+
<xsd:documentation>SERVICE_NOKIASNMPD</xsd:documentation>
|
115
|
+
</xsd:annotation>
|
116
|
+
</xsd:enumeration>
|
117
|
+
<xsd:enumeration value="SERVICE_NTPD">
|
118
|
+
<xsd:annotation>
|
119
|
+
<xsd:documentation>SERVICE_NTPD</xsd:documentation>
|
120
|
+
</xsd:annotation>
|
121
|
+
</xsd:enumeration>
|
122
|
+
<xsd:enumeration value="SERVICE_OVERDOG">
|
123
|
+
<xsd:annotation>
|
124
|
+
<xsd:documentation>SERVICE_OVERDOG</xsd:documentation>
|
125
|
+
</xsd:annotation>
|
126
|
+
</xsd:enumeration>
|
127
|
+
<xsd:enumeration value="SERVICE_PVAD">
|
128
|
+
<xsd:annotation>
|
129
|
+
<xsd:documentation>SERVICE_PVAD</xsd:documentation>
|
130
|
+
</xsd:annotation>
|
131
|
+
</xsd:enumeration>
|
132
|
+
<xsd:enumeration value="SERVICE_RADVD">
|
133
|
+
<xsd:annotation>
|
134
|
+
<xsd:documentation>SERVICE_RADVD</xsd:documentation>
|
135
|
+
</xsd:annotation>
|
136
|
+
</xsd:enumeration>
|
137
|
+
<xsd:enumeration value="SERVICE_RMONSNMPD">
|
138
|
+
<xsd:annotation>
|
139
|
+
<xsd:documentation>SERVICE_RMONSNMPD</xsd:documentation>
|
140
|
+
</xsd:annotation>
|
141
|
+
</xsd:enumeration>
|
142
|
+
<xsd:enumeration value="SERVICE_SNMPD">
|
143
|
+
<xsd:annotation>
|
144
|
+
<xsd:documentation>SERVICE_SNMPD</xsd:documentation>
|
145
|
+
</xsd:annotation>
|
146
|
+
</xsd:enumeration>
|
147
|
+
<xsd:enumeration value="SERVICE_SOD">
|
148
|
+
<xsd:annotation>
|
149
|
+
<xsd:documentation>SERVICE_SOD</xsd:documentation>
|
150
|
+
</xsd:annotation>
|
151
|
+
</xsd:enumeration>
|
152
|
+
<xsd:enumeration value="SERVICE_SSHD">
|
153
|
+
<xsd:annotation>
|
154
|
+
<xsd:documentation>SERVICE_SSHD</xsd:documentation>
|
155
|
+
</xsd:annotation>
|
156
|
+
</xsd:enumeration>
|
157
|
+
<xsd:enumeration value="SERVICE_STATSD">
|
158
|
+
<xsd:annotation>
|
159
|
+
<xsd:documentation>SERVICE_STATSD</xsd:documentation>
|
160
|
+
</xsd:annotation>
|
161
|
+
</xsd:enumeration>
|
162
|
+
<xsd:enumeration value="SERVICE_STPD">
|
163
|
+
<xsd:annotation>
|
164
|
+
<xsd:documentation>SERVICE_STPD</xsd:documentation>
|
165
|
+
</xsd:annotation>
|
166
|
+
</xsd:enumeration>
|
167
|
+
<xsd:enumeration value="SERVICE_SYSCALLD">
|
168
|
+
<xsd:annotation>
|
169
|
+
<xsd:documentation>SERVICE_SYSCALLD</xsd:documentation>
|
170
|
+
</xsd:annotation>
|
171
|
+
</xsd:enumeration>
|
172
|
+
<xsd:enumeration value="SERVICE_SYSLOGD">
|
173
|
+
<xsd:annotation>
|
174
|
+
<xsd:documentation>SERVICE_SYSLOGD</xsd:documentation>
|
175
|
+
</xsd:annotation>
|
176
|
+
</xsd:enumeration>
|
177
|
+
<xsd:enumeration value="SERVICE_TAMD">
|
178
|
+
<xsd:annotation>
|
179
|
+
<xsd:documentation>SERVICE_TAMD</xsd:documentation>
|
180
|
+
</xsd:annotation>
|
181
|
+
</xsd:enumeration>
|
182
|
+
<xsd:enumeration value="SERVICE_TMM">
|
183
|
+
<xsd:annotation>
|
184
|
+
<xsd:documentation>SERVICE_TMM</xsd:documentation>
|
185
|
+
</xsd:annotation>
|
186
|
+
</xsd:enumeration>
|
187
|
+
<xsd:enumeration value="SERVICE_TMROUTED">
|
188
|
+
<xsd:annotation>
|
189
|
+
<xsd:documentation>SERVICE_TMROUTED</xsd:documentation>
|
190
|
+
</xsd:annotation>
|
191
|
+
</xsd:enumeration>
|
192
|
+
<xsd:enumeration value="SERVICE_TMSNMPD">
|
193
|
+
<xsd:annotation>
|
194
|
+
<xsd:documentation>SERVICE_TMSNMPD</xsd:documentation>
|
195
|
+
</xsd:annotation>
|
196
|
+
</xsd:enumeration>
|
197
|
+
<xsd:enumeration value="SERVICE_TOMCAT4">
|
198
|
+
<xsd:annotation>
|
199
|
+
<xsd:documentation>SERVICE_TOMCAT4</xsd:documentation>
|
200
|
+
</xsd:annotation>
|
201
|
+
</xsd:enumeration>
|
202
|
+
<xsd:enumeration value="SERVICE_ZEBOSD">
|
203
|
+
<xsd:annotation>
|
204
|
+
<xsd:documentation>SERVICE_ZEBOSD</xsd:documentation>
|
205
|
+
</xsd:annotation>
|
206
|
+
</xsd:enumeration>
|
207
|
+
<xsd:enumeration value="SERVICE_GTMD">
|
208
|
+
<xsd:annotation>
|
209
|
+
<xsd:documentation>SERVICE_GTMD</xsd:documentation>
|
210
|
+
</xsd:annotation>
|
211
|
+
</xsd:enumeration>
|
212
|
+
<xsd:enumeration value="SERVICE_SUBSNMPD">
|
213
|
+
<xsd:annotation>
|
214
|
+
<xsd:documentation>SERVICE_SUBSNMPD</xsd:documentation>
|
215
|
+
</xsd:annotation>
|
216
|
+
</xsd:enumeration>
|
217
|
+
<xsd:enumeration value="SERVICE_ZRD">
|
218
|
+
<xsd:annotation>
|
219
|
+
<xsd:documentation>SERVICE_ZRD</xsd:documentation>
|
220
|
+
</xsd:annotation>
|
221
|
+
</xsd:enumeration>
|
222
|
+
<xsd:enumeration value="SERVICE_ASM">
|
223
|
+
<xsd:annotation>
|
224
|
+
<xsd:documentation>SERVICE_ASM</xsd:documentation>
|
225
|
+
</xsd:annotation>
|
226
|
+
</xsd:enumeration>
|
227
|
+
<xsd:enumeration value="SERVICE_PVAC">
|
228
|
+
<xsd:annotation>
|
229
|
+
<xsd:documentation>SERVICE_PVAC</xsd:documentation>
|
230
|
+
</xsd:annotation>
|
231
|
+
</xsd:enumeration>
|
232
|
+
<xsd:enumeration value="SERVICE_COMM_SRV">
|
233
|
+
<xsd:annotation>
|
234
|
+
<xsd:documentation>SERVICE_COMM_SRV</xsd:documentation>
|
235
|
+
</xsd:annotation>
|
236
|
+
</xsd:enumeration>
|
237
|
+
<xsd:enumeration value="SERVICE_HDS_PRUNE">
|
238
|
+
<xsd:annotation>
|
239
|
+
<xsd:documentation>SERVICE_HDS_PRUNE</xsd:documentation>
|
240
|
+
</xsd:annotation>
|
241
|
+
</xsd:enumeration>
|
242
|
+
<xsd:enumeration value="SERVICE_TMZD">
|
243
|
+
<xsd:annotation>
|
244
|
+
<xsd:documentation>SERVICE_TMZD</xsd:documentation>
|
245
|
+
</xsd:annotation>
|
246
|
+
</xsd:enumeration>
|
247
|
+
<xsd:enumeration value="SERVICE_WAICD">
|
248
|
+
<xsd:annotation>
|
249
|
+
<xsd:documentation>SERVICE_WAICD</xsd:documentation>
|
250
|
+
</xsd:annotation>
|
251
|
+
</xsd:enumeration>
|
252
|
+
<xsd:enumeration value="SERVICE_CLUSTERD">
|
253
|
+
<xsd:annotation>
|
254
|
+
<xsd:documentation>SERVICE_CLUSTERD</xsd:documentation>
|
255
|
+
</xsd:annotation>
|
256
|
+
</xsd:enumeration>
|
257
|
+
<xsd:enumeration value="SERVICE_CSYNCD">
|
258
|
+
<xsd:annotation>
|
259
|
+
<xsd:documentation>SERVICE_CSYNCD</xsd:documentation>
|
260
|
+
</xsd:annotation>
|
261
|
+
</xsd:enumeration>
|
262
|
+
<xsd:enumeration value="SERVICE_LIND">
|
263
|
+
<xsd:annotation>
|
264
|
+
<xsd:documentation>SERVICE_LIND</xsd:documentation>
|
265
|
+
</xsd:annotation>
|
266
|
+
</xsd:enumeration>
|
267
|
+
<xsd:enumeration value="SERVICE_WAMD">
|
268
|
+
<xsd:annotation>
|
269
|
+
<xsd:documentation>SERVICE_WAMD</xsd:documentation>
|
270
|
+
</xsd:annotation>
|
271
|
+
</xsd:enumeration>
|
272
|
+
<xsd:enumeration value="SERVICE_DATASTOR">
|
273
|
+
<xsd:annotation>
|
274
|
+
<xsd:documentation>SERVICE_DATASTOR</xsd:documentation>
|
275
|
+
</xsd:annotation>
|
276
|
+
</xsd:enumeration>
|
277
|
+
<xsd:enumeration value="SERVICE_APD">
|
278
|
+
<xsd:annotation>
|
279
|
+
<xsd:documentation>SERVICE_APD</xsd:documentation>
|
280
|
+
</xsd:annotation>
|
281
|
+
</xsd:enumeration>
|
282
|
+
<xsd:enumeration value="SERVICE_APMD">
|
283
|
+
<xsd:annotation>
|
284
|
+
<xsd:documentation>SERVICE_APMD</xsd:documentation>
|
285
|
+
</xsd:annotation>
|
286
|
+
</xsd:enumeration>
|
287
|
+
<xsd:enumeration value="SERVICE_ACCTD">
|
288
|
+
<xsd:annotation>
|
289
|
+
<xsd:documentation>SERVICE_ACCTD</xsd:documentation>
|
290
|
+
</xsd:annotation>
|
291
|
+
</xsd:enumeration>
|
292
|
+
<xsd:enumeration value="SERVICE_ACED">
|
293
|
+
<xsd:annotation>
|
294
|
+
<xsd:documentation>SERVICE_ACED</xsd:documentation>
|
295
|
+
</xsd:annotation>
|
296
|
+
</xsd:enumeration>
|
297
|
+
<xsd:enumeration value="SERVICE_DNSCACHED">
|
298
|
+
<xsd:annotation>
|
299
|
+
<xsd:documentation>SERVICE_DNSCACHED</xsd:documentation>
|
300
|
+
</xsd:annotation>
|
301
|
+
</xsd:enumeration>
|
302
|
+
<xsd:enumeration value="SERVICE_REWRITE">
|
303
|
+
<xsd:annotation>
|
304
|
+
<xsd:documentation>SERVICE_REWRITE</xsd:documentation>
|
305
|
+
</xsd:annotation>
|
306
|
+
</xsd:enumeration>
|
307
|
+
<xsd:enumeration value="SERVICE_WEBSSO">
|
308
|
+
<xsd:annotation>
|
309
|
+
<xsd:documentation>SERVICE_WEBSSO</xsd:documentation>
|
310
|
+
</xsd:annotation>
|
311
|
+
</xsd:enumeration>
|
312
|
+
<xsd:enumeration value="SERVICE_EAM">
|
313
|
+
<xsd:annotation>
|
314
|
+
<xsd:documentation>SERVICE_EAM</xsd:documentation>
|
315
|
+
</xsd:annotation>
|
316
|
+
</xsd:enumeration>
|
317
|
+
<xsd:enumeration value="SERVICE_RBA">
|
318
|
+
<xsd:annotation>
|
319
|
+
<xsd:documentation>SERVICE_RBA</xsd:documentation>
|
320
|
+
</xsd:annotation>
|
321
|
+
</xsd:enumeration>
|
322
|
+
<xsd:enumeration value="SERVICE_HTTPD_APM">
|
323
|
+
<xsd:annotation>
|
324
|
+
<xsd:documentation>SERVICE_HTTPD_APM</xsd:documentation>
|
325
|
+
</xsd:annotation>
|
326
|
+
</xsd:enumeration>
|
327
|
+
<xsd:enumeration value="SERVICE_MONPD">
|
328
|
+
<xsd:annotation>
|
329
|
+
<xsd:documentation>SERVICE_MONPD</xsd:documentation>
|
330
|
+
</xsd:annotation>
|
331
|
+
</xsd:enumeration>
|
332
|
+
<xsd:enumeration value="SERVICE_MYSQL">
|
333
|
+
<xsd:annotation>
|
334
|
+
<xsd:documentation>SERVICE_MYSQL</xsd:documentation>
|
335
|
+
</xsd:annotation>
|
336
|
+
</xsd:enumeration>
|
337
|
+
<xsd:enumeration value="SERVICE_LOGSTATD">
|
338
|
+
<xsd:annotation>
|
339
|
+
<xsd:documentation>SERVICE_LOGSTATD</xsd:documentation>
|
340
|
+
</xsd:annotation>
|
341
|
+
</xsd:enumeration>
|
342
|
+
<xsd:enumeration value="SERVICE_LOGD">
|
343
|
+
<xsd:annotation>
|
344
|
+
<xsd:documentation>SERVICE_LOGD</xsd:documentation>
|
345
|
+
</xsd:annotation>
|
346
|
+
</xsd:enumeration>
|
347
|
+
<xsd:enumeration value="SERVICE_WOCD">
|
348
|
+
<xsd:annotation>
|
349
|
+
<xsd:documentation>SERVICE_WOCD</xsd:documentation>
|
350
|
+
</xsd:annotation>
|
351
|
+
</xsd:enumeration>
|
352
|
+
<xsd:enumeration value="SERVICE_WCCPD">
|
353
|
+
<xsd:annotation>
|
354
|
+
<xsd:documentation>SERVICE_WCCPD</xsd:documentation>
|
355
|
+
</xsd:annotation>
|
356
|
+
</xsd:enumeration>
|
357
|
+
<xsd:enumeration value="SERVICE_DEDUP_ADMIN">
|
358
|
+
<xsd:annotation>
|
359
|
+
<xsd:documentation>SERVICE_DEDUP_ADMIN</xsd:documentation>
|
360
|
+
</xsd:annotation>
|
361
|
+
</xsd:enumeration>
|
362
|
+
<xsd:enumeration value="SERVICE_WOCPLUGIN">
|
363
|
+
<xsd:annotation>
|
364
|
+
<xsd:documentation>SERVICE_WOCPLUGIN</xsd:documentation>
|
365
|
+
</xsd:annotation>
|
366
|
+
</xsd:enumeration>
|
367
|
+
<xsd:enumeration value="SERVICE_MD">
|
368
|
+
<xsd:annotation>
|
369
|
+
<xsd:documentation>SERVICE_MD</xsd:documentation>
|
370
|
+
</xsd:annotation>
|
371
|
+
</xsd:enumeration>
|
372
|
+
<xsd:enumeration value="SERVICE_DPID">
|
373
|
+
<xsd:annotation>
|
374
|
+
<xsd:documentation>SERVICE_DPID</xsd:documentation>
|
375
|
+
</xsd:annotation>
|
376
|
+
</xsd:enumeration>
|
377
|
+
<xsd:enumeration value="SERVICE_VCMPD">
|
378
|
+
<xsd:annotation>
|
379
|
+
<xsd:documentation>SERVICE_VCMPD</xsd:documentation>
|
380
|
+
</xsd:annotation>
|
381
|
+
</xsd:enumeration>
|
382
|
+
<xsd:enumeration value="SERVICE_ZXFRD">
|
383
|
+
<xsd:annotation>
|
384
|
+
<xsd:documentation>SERVICE_ZXFRD</xsd:documentation>
|
385
|
+
</xsd:annotation>
|
386
|
+
</xsd:enumeration>
|
387
|
+
<xsd:enumeration value="SERVICE_CBRD">
|
388
|
+
<xsd:annotation>
|
389
|
+
<xsd:documentation>SERVICE_CBRD</xsd:documentation>
|
390
|
+
</xsd:annotation>
|
391
|
+
</xsd:enumeration>
|
392
|
+
<xsd:enumeration value="SERVICE_ISTATSD">
|
393
|
+
<xsd:annotation>
|
394
|
+
<xsd:documentation>SERVICE_ISTATSD</xsd:documentation>
|
395
|
+
</xsd:annotation>
|
396
|
+
</xsd:enumeration>
|
397
|
+
<xsd:enumeration value="SERVICE_LLDPD">
|
398
|
+
<xsd:annotation>
|
399
|
+
<xsd:documentation>SERVICE_LLDPD</xsd:documentation>
|
400
|
+
</xsd:annotation>
|
401
|
+
</xsd:enumeration>
|
402
|
+
<xsd:enumeration value="SERVICE_MERGED">
|
403
|
+
<xsd:annotation>
|
404
|
+
<xsd:documentation>SERVICE_MERGED</xsd:documentation>
|
405
|
+
</xsd:annotation>
|
406
|
+
</xsd:enumeration>
|
407
|
+
<xsd:enumeration value="SERVICE_NTLMCONNPOOL">
|
408
|
+
<xsd:annotation>
|
409
|
+
<xsd:documentation>SERVICE_NTLMCONNPOOL</xsd:documentation>
|
410
|
+
</xsd:annotation>
|
411
|
+
</xsd:enumeration>
|
412
|
+
<xsd:enumeration value="SERVICE_SCRIPTD">
|
413
|
+
<xsd:annotation>
|
414
|
+
<xsd:documentation>SERVICE_SCRIPTD</xsd:documentation>
|
415
|
+
</xsd:annotation>
|
416
|
+
</xsd:enumeration>
|
417
|
+
<xsd:enumeration value="SERVICE_DEVMGMTD">
|
418
|
+
<xsd:annotation>
|
419
|
+
<xsd:documentation>SERVICE_DEVMGMTD</xsd:documentation>
|
420
|
+
</xsd:annotation>
|
421
|
+
</xsd:enumeration>
|
422
|
+
<xsd:enumeration value="SERVICE_DISKEVENT">
|
423
|
+
<xsd:annotation>
|
424
|
+
<xsd:documentation>SERVICE_DISKEVENT</xsd:documentation>
|
425
|
+
</xsd:annotation>
|
426
|
+
</xsd:enumeration>
|
427
|
+
<xsd:enumeration value="SERVICE_EMADMIND">
|
428
|
+
<xsd:annotation>
|
429
|
+
<xsd:documentation>SERVICE_EMADMIND</xsd:documentation>
|
430
|
+
</xsd:annotation>
|
431
|
+
</xsd:enumeration>
|
432
|
+
<xsd:enumeration value="SERVICE_EMALERTD">
|
433
|
+
<xsd:annotation>
|
434
|
+
<xsd:documentation>SERVICE_EMALERTD</xsd:documentation>
|
435
|
+
</xsd:annotation>
|
436
|
+
</xsd:enumeration>
|
437
|
+
<xsd:enumeration value="SERVICE_EMDEVICED">
|
438
|
+
<xsd:annotation>
|
439
|
+
<xsd:documentation>SERVICE_EMDEVICED</xsd:documentation>
|
440
|
+
</xsd:annotation>
|
441
|
+
</xsd:enumeration>
|
442
|
+
<xsd:enumeration value="SERVICE_EMFILED">
|
443
|
+
<xsd:annotation>
|
444
|
+
<xsd:documentation>SERVICE_EMFILED</xsd:documentation>
|
445
|
+
</xsd:annotation>
|
446
|
+
</xsd:enumeration>
|
447
|
+
<xsd:enumeration value="SERVICE_EMSTATSD">
|
448
|
+
<xsd:annotation>
|
449
|
+
<xsd:documentation>SERVICE_EMSTATSD</xsd:documentation>
|
450
|
+
</xsd:annotation>
|
451
|
+
</xsd:enumeration>
|
452
|
+
<xsd:enumeration value="SERVICE_EMSNMPD">
|
453
|
+
<xsd:annotation>
|
454
|
+
<xsd:documentation>SERVICE_EMSNMPD</xsd:documentation>
|
455
|
+
</xsd:annotation>
|
456
|
+
</xsd:enumeration>
|
457
|
+
<xsd:enumeration value="SERVICE_SWIMD">
|
458
|
+
<xsd:annotation>
|
459
|
+
<xsd:documentation>SERVICE_SWIMD</xsd:documentation>
|
460
|
+
</xsd:annotation>
|
461
|
+
</xsd:enumeration>
|
462
|
+
</xsd:restriction>
|
463
|
+
</xsd:simpleType>
|
464
|
+
<xsd:complexType name="System.Services.ServiceStatus">
|
465
|
+
<xsd:sequence>
|
466
|
+
<xsd:element name="service" type="tns:System.Services.ServiceType"/>
|
467
|
+
<xsd:element name="status" type="tns:System.Services.ServiceStatusType"/>
|
468
|
+
</xsd:sequence>
|
469
|
+
</xsd:complexType>
|
470
|
+
<xsd:simpleType name="Common.EnabledState">
|
471
|
+
<xsd:restriction base="xsd:string">
|
472
|
+
<xsd:enumeration value="STATE_DISABLED">
|
473
|
+
<xsd:annotation>
|
474
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
475
|
+
</xsd:annotation>
|
476
|
+
</xsd:enumeration>
|
477
|
+
<xsd:enumeration value="STATE_ENABLED">
|
478
|
+
<xsd:annotation>
|
479
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
480
|
+
</xsd:annotation>
|
481
|
+
</xsd:enumeration>
|
482
|
+
</xsd:restriction>
|
483
|
+
</xsd:simpleType>
|
484
|
+
<xsd:simpleType name="System.Services.ServiceStatusType">
|
485
|
+
<xsd:restriction base="xsd:string">
|
486
|
+
<xsd:enumeration value="SERVICE_STATUS_NOT_FOUND">
|
487
|
+
<xsd:annotation>
|
488
|
+
<xsd:documentation>SERVICE_STATUS_NOT_FOUND</xsd:documentation>
|
489
|
+
</xsd:annotation>
|
490
|
+
</xsd:enumeration>
|
491
|
+
<xsd:enumeration value="SERVICE_STATUS_UP">
|
492
|
+
<xsd:annotation>
|
493
|
+
<xsd:documentation>SERVICE_STATUS_UP</xsd:documentation>
|
494
|
+
</xsd:annotation>
|
495
|
+
</xsd:enumeration>
|
496
|
+
<xsd:enumeration value="SERVICE_STATUS_DOWN">
|
497
|
+
<xsd:annotation>
|
498
|
+
<xsd:documentation>SERVICE_STATUS_DOWN</xsd:documentation>
|
499
|
+
</xsd:annotation>
|
500
|
+
</xsd:enumeration>
|
501
|
+
</xsd:restriction>
|
502
|
+
</xsd:simpleType>
|
503
|
+
<xsd:complexType name="Common.StringSequence">
|
504
|
+
<xsd:complexContent>
|
505
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
506
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
507
|
+
</xsd:restriction>
|
508
|
+
</xsd:complexContent>
|
509
|
+
</xsd:complexType>
|
510
|
+
<xsd:complexType name="System.Services.SSHAccess_v2">
|
511
|
+
<xsd:sequence>
|
512
|
+
<xsd:element name="state" type="tns:Common.EnabledState"/>
|
513
|
+
<xsd:element name="addresses" type="tns:Common.StringSequence"/>
|
514
|
+
</xsd:sequence>
|
515
|
+
</xsd:complexType>
|
516
|
+
<xsd:complexType name="System.Services.ServiceTypeSequence">
|
517
|
+
<xsd:complexContent>
|
518
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
519
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:System.Services.ServiceType[]'/>
|
520
|
+
</xsd:restriction>
|
521
|
+
</xsd:complexContent>
|
522
|
+
</xsd:complexType>
|
523
|
+
<xsd:complexType name="System.Services.ServiceStatusSequence">
|
524
|
+
<xsd:complexContent>
|
525
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
526
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:System.Services.ServiceStatus[]'/>
|
527
|
+
</xsd:restriction>
|
528
|
+
</xsd:complexContent>
|
529
|
+
</xsd:complexType>
|
530
|
+
<xsd:simpleType name="Common.ULong">
|
531
|
+
<xsd:restriction base="xsd:long"/>
|
532
|
+
</xsd:simpleType>
|
533
|
+
<xsd:simpleType name="System.Services.ServiceAction">
|
534
|
+
<xsd:restriction base="xsd:string">
|
535
|
+
<xsd:enumeration value="SERVICE_ACTION_START">
|
536
|
+
<xsd:annotation>
|
537
|
+
<xsd:documentation>SERVICE_ACTION_START</xsd:documentation>
|
538
|
+
</xsd:annotation>
|
539
|
+
</xsd:enumeration>
|
540
|
+
<xsd:enumeration value="SERVICE_ACTION_STOP">
|
541
|
+
<xsd:annotation>
|
542
|
+
<xsd:documentation>SERVICE_ACTION_STOP</xsd:documentation>
|
543
|
+
</xsd:annotation>
|
544
|
+
</xsd:enumeration>
|
545
|
+
<xsd:enumeration value="SERVICE_ACTION_REINIT">
|
546
|
+
<xsd:annotation>
|
547
|
+
<xsd:documentation>SERVICE_ACTION_REINIT</xsd:documentation>
|
548
|
+
</xsd:annotation>
|
549
|
+
</xsd:enumeration>
|
550
|
+
<xsd:enumeration value="SERVICE_ACTION_RESTART">
|
551
|
+
<xsd:annotation>
|
552
|
+
<xsd:documentation>SERVICE_ACTION_RESTART</xsd:documentation>
|
553
|
+
</xsd:annotation>
|
554
|
+
</xsd:enumeration>
|
555
|
+
<xsd:enumeration value="SERVICE_ACTION_ADD_TO_BOOT_LIST">
|
556
|
+
<xsd:annotation>
|
557
|
+
<xsd:documentation>SERVICE_ACTION_ADD_TO_BOOT_LIST</xsd:documentation>
|
558
|
+
</xsd:annotation>
|
559
|
+
</xsd:enumeration>
|
560
|
+
<xsd:enumeration value="SERVICE_ACTION_REMOVE_FROM_BOOT_LIST">
|
561
|
+
<xsd:annotation>
|
562
|
+
<xsd:documentation>SERVICE_ACTION_REMOVE_FROM_BOOT_LIST</xsd:documentation>
|
563
|
+
</xsd:annotation>
|
564
|
+
</xsd:enumeration>
|
565
|
+
<xsd:enumeration value="SERVICE_ACTION_ADD_TO_DEFAULT_LIST">
|
566
|
+
<xsd:annotation>
|
567
|
+
<xsd:documentation>SERVICE_ACTION_ADD_TO_DEFAULT_LIST</xsd:documentation>
|
568
|
+
</xsd:annotation>
|
569
|
+
</xsd:enumeration>
|
570
|
+
<xsd:enumeration value="SERVICE_ACTION_REMOVE_FROM_DEFAULT_LIST">
|
571
|
+
<xsd:annotation>
|
572
|
+
<xsd:documentation>SERVICE_ACTION_REMOVE_FROM_DEFAULT_LIST</xsd:documentation>
|
573
|
+
</xsd:annotation>
|
574
|
+
</xsd:enumeration>
|
575
|
+
</xsd:restriction>
|
576
|
+
</xsd:simpleType>
|
577
|
+
</xsd:schema>
|
578
|
+
</types>
|
579
|
+
|
580
|
+
<!-- message -->
|
581
|
+
|
582
|
+
<message name="System.Services.get_listRequest">
|
583
|
+
</message>
|
584
|
+
<message name="System.Services.get_listResponse">
|
585
|
+
<part name="return" type="tns:System.Services.ServiceTypeSequence"/>
|
586
|
+
</message>
|
587
|
+
|
588
|
+
<message name="System.Services.set_serviceRequest">
|
589
|
+
<part name="services" type="tns:System.Services.ServiceTypeSequence"/>
|
590
|
+
<part name="service_action" type="tns:System.Services.ServiceAction"/>
|
591
|
+
</message>
|
592
|
+
<message name="System.Services.set_serviceResponse">
|
593
|
+
</message>
|
594
|
+
|
595
|
+
<message name="System.Services.set_all_servicesRequest">
|
596
|
+
<part name="service_action" type="tns:System.Services.ServiceAction"/>
|
597
|
+
</message>
|
598
|
+
<message name="System.Services.set_all_servicesResponse">
|
599
|
+
</message>
|
600
|
+
|
601
|
+
<message name="System.Services.get_service_statusRequest">
|
602
|
+
<part name="services" type="tns:System.Services.ServiceTypeSequence"/>
|
603
|
+
</message>
|
604
|
+
<message name="System.Services.get_service_statusResponse">
|
605
|
+
<part name="return" type="tns:System.Services.ServiceStatusSequence"/>
|
606
|
+
</message>
|
607
|
+
|
608
|
+
<message name="System.Services.get_all_service_statusesRequest">
|
609
|
+
</message>
|
610
|
+
<message name="System.Services.get_all_service_statusesResponse">
|
611
|
+
<part name="return" type="tns:System.Services.ServiceStatusSequence"/>
|
612
|
+
</message>
|
613
|
+
|
614
|
+
<message name="System.Services.reboot_systemRequest">
|
615
|
+
<part name="seconds_to_reboot" type="xsd:long"/>
|
616
|
+
</message>
|
617
|
+
<message name="System.Services.reboot_systemResponse">
|
618
|
+
</message>
|
619
|
+
|
620
|
+
<message name="System.Services.get_ssh_accessRequest">
|
621
|
+
</message>
|
622
|
+
<message name="System.Services.get_ssh_accessResponse">
|
623
|
+
<part name="return" type="tns:System.Services.SSHAccess"/>
|
624
|
+
</message>
|
625
|
+
|
626
|
+
<message name="System.Services.set_ssh_accessRequest">
|
627
|
+
<part name="access" type="tns:System.Services.SSHAccess"/>
|
628
|
+
</message>
|
629
|
+
<message name="System.Services.set_ssh_accessResponse">
|
630
|
+
</message>
|
631
|
+
|
632
|
+
<message name="System.Services.get_ssh_access_v2Request">
|
633
|
+
</message>
|
634
|
+
<message name="System.Services.get_ssh_access_v2Response">
|
635
|
+
<part name="return" type="tns:System.Services.SSHAccess_v2"/>
|
636
|
+
</message>
|
637
|
+
|
638
|
+
<message name="System.Services.set_ssh_access_v2Request">
|
639
|
+
<part name="access" type="tns:System.Services.SSHAccess_v2"/>
|
640
|
+
</message>
|
641
|
+
<message name="System.Services.set_ssh_access_v2Response">
|
642
|
+
</message>
|
643
|
+
|
644
|
+
<message name="System.Services.get_versionRequest">
|
645
|
+
</message>
|
646
|
+
<message name="System.Services.get_versionResponse">
|
647
|
+
<part name="return" type="xsd:string"/>
|
648
|
+
</message>
|
649
|
+
|
650
|
+
<!-- portType -->
|
651
|
+
|
652
|
+
<portType name="System.ServicesPortType">
|
653
|
+
<operation name="get_list">
|
654
|
+
<documentation>
|
655
|
+
Gets a list of all services supported on this device.
|
656
|
+
|
657
|
+
</documentation>
|
658
|
+
<input message="tns:System.Services.get_listRequest"/>
|
659
|
+
<output message="tns:System.Services.get_listResponse"/>
|
660
|
+
</operation>
|
661
|
+
<operation name="set_service">
|
662
|
+
<documentation>
|
663
|
+
|
664
|
+
Sets the action for the specified services to take. This method is asynchronous, meaning
|
665
|
+
that the method may return before the requested action is completed.
|
666
|
+
|
667
|
+
</documentation>
|
668
|
+
<input message="tns:System.Services.set_serviceRequest"/>
|
669
|
+
<output message="tns:System.Services.set_serviceResponse"/>
|
670
|
+
</operation>
|
671
|
+
<operation name="set_all_services">
|
672
|
+
<documentation>
|
673
|
+
|
674
|
+
Sets the action for all services to take. This method is asynchronous, meaning that
|
675
|
+
the method may return before the requested action is completed.
|
676
|
+
NOTE: For this method, the only valid values for service_action are:
|
677
|
+
SERVICE_ACTION_START
|
678
|
+
SERVICE_ACTION_STOP
|
679
|
+
SERVICE_ACTION_REINIT
|
680
|
+
SERVICE_ACTION_RESTART
|
681
|
+
|
682
|
+
|
683
|
+
</documentation>
|
684
|
+
<input message="tns:System.Services.set_all_servicesRequest"/>
|
685
|
+
<output message="tns:System.Services.set_all_servicesResponse"/>
|
686
|
+
</operation>
|
687
|
+
<operation name="get_service_status">
|
688
|
+
<documentation>
|
689
|
+
|
690
|
+
Gets the statuses of the specified services
|
691
|
+
|
692
|
+
</documentation>
|
693
|
+
<input message="tns:System.Services.get_service_statusRequest"/>
|
694
|
+
<output message="tns:System.Services.get_service_statusResponse"/>
|
695
|
+
</operation>
|
696
|
+
<operation name="get_all_service_statuses">
|
697
|
+
<documentation>
|
698
|
+
|
699
|
+
Determines whether the specified services are enabled or disabled on an ITCM appliance.
|
700
|
+
|
701
|
+
</documentation>
|
702
|
+
<input message="tns:System.Services.get_all_service_statusesRequest"/>
|
703
|
+
<output message="tns:System.Services.get_all_service_statusesResponse"/>
|
704
|
+
</operation>
|
705
|
+
<operation name="reboot_system">
|
706
|
+
<documentation>
|
707
|
+
|
708
|
+
Reboots the system. This method will reboot the system within specified number of seconds.
|
709
|
+
Once this method has been called, no further operations or requests should be sent to the
|
710
|
+
Portal, and make sure all pending operations are completed before the reboot.
|
711
|
+
|
712
|
+
</documentation>
|
713
|
+
<input message="tns:System.Services.reboot_systemRequest"/>
|
714
|
+
<output message="tns:System.Services.reboot_systemResponse"/>
|
715
|
+
</operation>
|
716
|
+
<operation name="get_ssh_access">
|
717
|
+
<documentation>
|
718
|
+
Note: This method is deprecated; please use get_ssh_access_v2
|
719
|
+
in new applications.
|
720
|
+
|
721
|
+
Gets the ssl service state and allowed addresses.
|
722
|
+
|
723
|
+
Please see note in SSHAccess regarding "no access" and
|
724
|
+
"all access".
|
725
|
+
|
726
|
+
</documentation>
|
727
|
+
<input message="tns:System.Services.get_ssh_accessRequest"/>
|
728
|
+
<output message="tns:System.Services.get_ssh_accessResponse"/>
|
729
|
+
</operation>
|
730
|
+
<operation name="set_ssh_access">
|
731
|
+
<documentation>
|
732
|
+
Note: This method is deprecated; please use get_ssh_access_v2
|
733
|
+
in new applications.
|
734
|
+
|
735
|
+
Sets the ssl service state and allowed addresses.
|
736
|
+
|
737
|
+
Please see note in SSHAccess regarding "no access" and
|
738
|
+
"all access".
|
739
|
+
|
740
|
+
</documentation>
|
741
|
+
<input message="tns:System.Services.set_ssh_accessRequest"/>
|
742
|
+
<output message="tns:System.Services.set_ssh_accessResponse"/>
|
743
|
+
</operation>
|
744
|
+
<operation name="get_ssh_access_v2">
|
745
|
+
<documentation>
|
746
|
+
Gets the ssl service state and allowed addresses.
|
747
|
+
|
748
|
+
Please see note in SSHAccess_v2 regarding "no access" and
|
749
|
+
"all access".
|
750
|
+
|
751
|
+
</documentation>
|
752
|
+
<input message="tns:System.Services.get_ssh_access_v2Request"/>
|
753
|
+
<output message="tns:System.Services.get_ssh_access_v2Response"/>
|
754
|
+
</operation>
|
755
|
+
<operation name="set_ssh_access_v2">
|
756
|
+
<documentation>
|
757
|
+
Sets the ssl service state and allowed addresses.
|
758
|
+
|
759
|
+
Please see note in SSHAccess_v2 regarding "no access" and
|
760
|
+
"all access".
|
761
|
+
|
762
|
+
</documentation>
|
763
|
+
<input message="tns:System.Services.set_ssh_access_v2Request"/>
|
764
|
+
<output message="tns:System.Services.set_ssh_access_v2Response"/>
|
765
|
+
</operation>
|
766
|
+
<operation name="get_version">
|
767
|
+
<documentation>
|
768
|
+
Gets the version information for this interface.
|
769
|
+
|
770
|
+
</documentation>
|
771
|
+
<input message="tns:System.Services.get_versionRequest"/>
|
772
|
+
<output message="tns:System.Services.get_versionResponse"/>
|
773
|
+
</operation>
|
774
|
+
</portType>
|
775
|
+
|
776
|
+
<!-- binding -->
|
777
|
+
|
778
|
+
<binding name="System.ServicesBinding" type="tns:System.ServicesPortType">
|
779
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
780
|
+
<operation name="get_list">
|
781
|
+
<documentation>
|
782
|
+
Gets a list of all services supported on this device.
|
783
|
+
|
784
|
+
</documentation>
|
785
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
786
|
+
<input>
|
787
|
+
<soap:body
|
788
|
+
use="encoded"
|
789
|
+
namespace="urn:iControl:System/Services"
|
790
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
791
|
+
</input>
|
792
|
+
<output>
|
793
|
+
<soap:body
|
794
|
+
use="encoded"
|
795
|
+
namespace="urn:iControl:System/Services"
|
796
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
797
|
+
</output>
|
798
|
+
</operation>
|
799
|
+
|
800
|
+
<operation name="set_service">
|
801
|
+
<documentation>
|
802
|
+
|
803
|
+
Sets the action for the specified services to take. This method is asynchronous, meaning
|
804
|
+
that the method may return before the requested action is completed.
|
805
|
+
|
806
|
+
</documentation>
|
807
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
808
|
+
<input>
|
809
|
+
<soap:body
|
810
|
+
use="encoded"
|
811
|
+
namespace="urn:iControl:System/Services"
|
812
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
813
|
+
</input>
|
814
|
+
<output>
|
815
|
+
<soap:body
|
816
|
+
use="encoded"
|
817
|
+
namespace="urn:iControl:System/Services"
|
818
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
819
|
+
</output>
|
820
|
+
</operation>
|
821
|
+
|
822
|
+
<operation name="set_all_services">
|
823
|
+
<documentation>
|
824
|
+
|
825
|
+
Sets the action for all services to take. This method is asynchronous, meaning that
|
826
|
+
the method may return before the requested action is completed.
|
827
|
+
NOTE: For this method, the only valid values for service_action are:
|
828
|
+
SERVICE_ACTION_START
|
829
|
+
SERVICE_ACTION_STOP
|
830
|
+
SERVICE_ACTION_REINIT
|
831
|
+
SERVICE_ACTION_RESTART
|
832
|
+
|
833
|
+
|
834
|
+
</documentation>
|
835
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
836
|
+
<input>
|
837
|
+
<soap:body
|
838
|
+
use="encoded"
|
839
|
+
namespace="urn:iControl:System/Services"
|
840
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
841
|
+
</input>
|
842
|
+
<output>
|
843
|
+
<soap:body
|
844
|
+
use="encoded"
|
845
|
+
namespace="urn:iControl:System/Services"
|
846
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
847
|
+
</output>
|
848
|
+
</operation>
|
849
|
+
|
850
|
+
<operation name="get_service_status">
|
851
|
+
<documentation>
|
852
|
+
|
853
|
+
Gets the statuses of the specified services
|
854
|
+
|
855
|
+
</documentation>
|
856
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
857
|
+
<input>
|
858
|
+
<soap:body
|
859
|
+
use="encoded"
|
860
|
+
namespace="urn:iControl:System/Services"
|
861
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
862
|
+
</input>
|
863
|
+
<output>
|
864
|
+
<soap:body
|
865
|
+
use="encoded"
|
866
|
+
namespace="urn:iControl:System/Services"
|
867
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
868
|
+
</output>
|
869
|
+
</operation>
|
870
|
+
|
871
|
+
<operation name="get_all_service_statuses">
|
872
|
+
<documentation>
|
873
|
+
|
874
|
+
Determines whether the specified services are enabled or disabled on an ITCM appliance.
|
875
|
+
|
876
|
+
</documentation>
|
877
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
878
|
+
<input>
|
879
|
+
<soap:body
|
880
|
+
use="encoded"
|
881
|
+
namespace="urn:iControl:System/Services"
|
882
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
883
|
+
</input>
|
884
|
+
<output>
|
885
|
+
<soap:body
|
886
|
+
use="encoded"
|
887
|
+
namespace="urn:iControl:System/Services"
|
888
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
889
|
+
</output>
|
890
|
+
</operation>
|
891
|
+
|
892
|
+
<operation name="reboot_system">
|
893
|
+
<documentation>
|
894
|
+
|
895
|
+
Reboots the system. This method will reboot the system within specified number of seconds.
|
896
|
+
Once this method has been called, no further operations or requests should be sent to the
|
897
|
+
Portal, and make sure all pending operations are completed before the reboot.
|
898
|
+
|
899
|
+
</documentation>
|
900
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
901
|
+
<input>
|
902
|
+
<soap:body
|
903
|
+
use="encoded"
|
904
|
+
namespace="urn:iControl:System/Services"
|
905
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
906
|
+
</input>
|
907
|
+
<output>
|
908
|
+
<soap:body
|
909
|
+
use="encoded"
|
910
|
+
namespace="urn:iControl:System/Services"
|
911
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
912
|
+
</output>
|
913
|
+
</operation>
|
914
|
+
|
915
|
+
<operation name="get_ssh_access">
|
916
|
+
<documentation>
|
917
|
+
Note: This method is deprecated; please use get_ssh_access_v2
|
918
|
+
in new applications.
|
919
|
+
|
920
|
+
Gets the ssl service state and allowed addresses.
|
921
|
+
|
922
|
+
Please see note in SSHAccess regarding "no access" and
|
923
|
+
"all access".
|
924
|
+
|
925
|
+
</documentation>
|
926
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
927
|
+
<input>
|
928
|
+
<soap:body
|
929
|
+
use="encoded"
|
930
|
+
namespace="urn:iControl:System/Services"
|
931
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
932
|
+
</input>
|
933
|
+
<output>
|
934
|
+
<soap:body
|
935
|
+
use="encoded"
|
936
|
+
namespace="urn:iControl:System/Services"
|
937
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
938
|
+
</output>
|
939
|
+
</operation>
|
940
|
+
|
941
|
+
<operation name="set_ssh_access">
|
942
|
+
<documentation>
|
943
|
+
Note: This method is deprecated; please use get_ssh_access_v2
|
944
|
+
in new applications.
|
945
|
+
|
946
|
+
Sets the ssl service state and allowed addresses.
|
947
|
+
|
948
|
+
Please see note in SSHAccess regarding "no access" and
|
949
|
+
"all access".
|
950
|
+
|
951
|
+
</documentation>
|
952
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
953
|
+
<input>
|
954
|
+
<soap:body
|
955
|
+
use="encoded"
|
956
|
+
namespace="urn:iControl:System/Services"
|
957
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
958
|
+
</input>
|
959
|
+
<output>
|
960
|
+
<soap:body
|
961
|
+
use="encoded"
|
962
|
+
namespace="urn:iControl:System/Services"
|
963
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
964
|
+
</output>
|
965
|
+
</operation>
|
966
|
+
|
967
|
+
<operation name="get_ssh_access_v2">
|
968
|
+
<documentation>
|
969
|
+
Gets the ssl service state and allowed addresses.
|
970
|
+
|
971
|
+
Please see note in SSHAccess_v2 regarding "no access" and
|
972
|
+
"all access".
|
973
|
+
|
974
|
+
</documentation>
|
975
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
976
|
+
<input>
|
977
|
+
<soap:body
|
978
|
+
use="encoded"
|
979
|
+
namespace="urn:iControl:System/Services"
|
980
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
981
|
+
</input>
|
982
|
+
<output>
|
983
|
+
<soap:body
|
984
|
+
use="encoded"
|
985
|
+
namespace="urn:iControl:System/Services"
|
986
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
987
|
+
</output>
|
988
|
+
</operation>
|
989
|
+
|
990
|
+
<operation name="set_ssh_access_v2">
|
991
|
+
<documentation>
|
992
|
+
Sets the ssl service state and allowed addresses.
|
993
|
+
|
994
|
+
Please see note in SSHAccess_v2 regarding "no access" and
|
995
|
+
"all access".
|
996
|
+
|
997
|
+
</documentation>
|
998
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
999
|
+
<input>
|
1000
|
+
<soap:body
|
1001
|
+
use="encoded"
|
1002
|
+
namespace="urn:iControl:System/Services"
|
1003
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1004
|
+
</input>
|
1005
|
+
<output>
|
1006
|
+
<soap:body
|
1007
|
+
use="encoded"
|
1008
|
+
namespace="urn:iControl:System/Services"
|
1009
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1010
|
+
</output>
|
1011
|
+
</operation>
|
1012
|
+
|
1013
|
+
<operation name="get_version">
|
1014
|
+
<documentation>
|
1015
|
+
Gets the version information for this interface.
|
1016
|
+
|
1017
|
+
</documentation>
|
1018
|
+
<soap:operation soapAction="urn:iControl:System/Services"/>
|
1019
|
+
<input>
|
1020
|
+
<soap:body
|
1021
|
+
use="encoded"
|
1022
|
+
namespace="urn:iControl:System/Services"
|
1023
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1024
|
+
</input>
|
1025
|
+
<output>
|
1026
|
+
<soap:body
|
1027
|
+
use="encoded"
|
1028
|
+
namespace="urn:iControl:System/Services"
|
1029
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1030
|
+
</output>
|
1031
|
+
</operation>
|
1032
|
+
</binding>
|
1033
|
+
|
1034
|
+
<!-- service -->
|
1035
|
+
|
1036
|
+
<service name="System.Services">
|
1037
|
+
<documentation>
|
1038
|
+
|
1039
|
+
The Services interface enables you to manage the various
|
1040
|
+
supported services on the device, such as SSHD, HTTPD, NTPD,
|
1041
|
+
and SOD.
|
1042
|
+
|
1043
|
+
Note: this interface exposes internal workings of the system,
|
1044
|
+
hence, the ability for you to interact with a given service
|
1045
|
+
over time as the product changes is not guaranteed.
|
1046
|
+
|
1047
|
+
This interface does not support transactions.
|
1048
|
+
|
1049
|
+
</documentation>
|
1050
|
+
<port name="System.ServicesPort" binding="tns:System.ServicesBinding">
|
1051
|
+
<soap:address location="https://url_to_service"/>
|
1052
|
+
</port>
|
1053
|
+
</service>
|
1054
|
+
</definitions>
|