lib/wsdl/Log.DestinationRemoteSyslog.wsdl in f5-icontrol-0.1.6 vs lib/wsdl/Log.DestinationRemoteSyslog.wsdl in f5-icontrol-0.2.0

- old
+ new

@@ -1,8 +1,8 @@ <?xml version="1.0" ?> <!-- -Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved. +Copyright (c) 1996-2016, F5 Networks, Inc., Seattle, Washington. All rights reserved. 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. 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. @@ -189,10 +189,19 @@ <part name="hsl_destinations" type="tns:Common.StringSequence"/> </message> <message name="Log.DestinationRemoteSyslog.createResponse"> </message> +<message name="Log.DestinationRemoteSyslog.create_v2Request"> + <part name="destinations" type="tns:Common.StringSequence"/> + <part name="facilities" type="tns:Log.SyslogFacilitySequence"/> + <part name="levels" type="tns:Log.SyslogLevelSequence"/> + <part name="forwarding_destinations" type="tns:Common.StringSequence"/> +</message> +<message name="Log.DestinationRemoteSyslog.create_v2Response"> +</message> + <message name="Log.DestinationRemoteSyslog.delete_remote_syslog_destinationRequest"> <part name="destinations" type="tns:Common.StringSequence"/> </message> <message name="Log.DestinationRemoteSyslog.delete_remote_syslog_destinationResponse"> </message> @@ -256,10 +265,24 @@ </message> <message name="Log.DestinationRemoteSyslog.get_remote_high_speed_log_destinationResponse"> <part name="return" type="tns:Common.StringSequence"/> </message> +<message name="Log.DestinationRemoteSyslog.set_forwarding_destinationRequest"> + <part name="destinations" type="tns:Common.StringSequence"/> + <part name="forwarding_destinations" type="tns:Common.StringSequence"/> +</message> +<message name="Log.DestinationRemoteSyslog.set_forwarding_destinationResponse"> +</message> + +<message name="Log.DestinationRemoteSyslog.get_forwarding_destinationRequest"> + <part name="destinations" type="tns:Common.StringSequence"/> +</message> +<message name="Log.DestinationRemoteSyslog.get_forwarding_destinationResponse"> + <part name="return" type="tns:Common.StringSequence"/> +</message> + <message name="Log.DestinationRemoteSyslog.set_descriptionRequest"> <part name="destinations" type="tns:Common.StringSequence"/> <part name="descriptions" type="tns:Common.StringSequence"/> </message> <message name="Log.DestinationRemoteSyslog.set_descriptionResponse"> @@ -289,16 +312,25 @@ <input message="tns:Log.DestinationRemoteSyslog.get_listRequest"/> <output message="tns:Log.DestinationRemoteSyslog.get_listResponse"/> </operation> <operation name="create"> <documentation> + Note: This method is now deprecated; please use create_v2 instead. Creates a remote syslog destination. </documentation> <input message="tns:Log.DestinationRemoteSyslog.createRequest"/> <output message="tns:Log.DestinationRemoteSyslog.createResponse"/> </operation> + <operation name="create_v2"> + <documentation> + Creates a remote syslog destination. + + </documentation> + <input message="tns:Log.DestinationRemoteSyslog.create_v2Request"/> + <output message="tns:Log.DestinationRemoteSyslog.create_v2Response"/> + </operation> <operation name="delete_remote_syslog_destination"> <documentation> Deletes the specified remote syslog destinations. </documentation> @@ -314,11 +346,11 @@ <output message="tns:Log.DestinationRemoteSyslog.delete_all_remote_syslog_destinationsResponse"/> </operation> <operation name="set_default_facility"> <documentation> Sets the default facility for the specified remote syslog - destinations. Syslog messages that come in without a + destinations. Syslog messages that come in without a facility specified are given the default facility. See Log::SyslogFacility for more details. </documentation> <input message="tns:Log.DestinationRemoteSyslog.set_default_facilityRequest"/> @@ -352,11 +384,11 @@ <input message="tns:Log.DestinationRemoteSyslog.get_default_severityRequest"/> <output message="tns:Log.DestinationRemoteSyslog.get_default_severityResponse"/> </operation> <operation name="set_format"> <documentation> - Sets the syslog format for the specified remote syslog destinations. + Sets the syslog format for the specified remote syslog destinations. The format is the format of the syslog messages sent to the remote syslog server. See SyslogFormat for more details. </documentation> <input message="tns:Log.DestinationRemoteSyslog.set_formatRequest"/> @@ -370,26 +402,47 @@ <input message="tns:Log.DestinationRemoteSyslog.get_formatRequest"/> <output message="tns:Log.DestinationRemoteSyslog.get_formatResponse"/> </operation> <operation name="set_remote_high_speed_log_destination"> <documentation> - Sets the remote high-speed log destination for the specifed remote - syslog destinations. + This method is now deprecated; please use set_forwarding_destination instead. + Sets the log destination that will be used to forward Syslog formatted + messages for the specified Remote Syslog destinations. </documentation> <input message="tns:Log.DestinationRemoteSyslog.set_remote_high_speed_log_destinationRequest"/> <output message="tns:Log.DestinationRemoteSyslog.set_remote_high_speed_log_destinationResponse"/> </operation> <operation name="get_remote_high_speed_log_destination"> <documentation> - Gets the remote high-speed log destinations for the specified + This method is now deprecated; please use get_forwarding_destination instead. + Gets the remote high-speed log destinations for the specified remote syslog destinations. </documentation> <input message="tns:Log.DestinationRemoteSyslog.get_remote_high_speed_log_destinationRequest"/> <output message="tns:Log.DestinationRemoteSyslog.get_remote_high_speed_log_destinationResponse"/> </operation> + <operation name="set_forwarding_destination"> + <documentation> + Sets the forwarding log destination for the specifed remote + syslog destinations. Attempting to forward to another remote + syslog destination will result in an error. + + </documentation> + <input message="tns:Log.DestinationRemoteSyslog.set_forwarding_destinationRequest"/> + <output message="tns:Log.DestinationRemoteSyslog.set_forwarding_destinationResponse"/> + </operation> + <operation name="get_forwarding_destination"> + <documentation> + Gets the forwarding log destination for the specifed remote + syslog destinations. + + </documentation> + <input message="tns:Log.DestinationRemoteSyslog.get_forwarding_destinationRequest"/> + <output message="tns:Log.DestinationRemoteSyslog.get_forwarding_destinationResponse"/> + </operation> <operation name="set_description"> <documentation> Sets the description for the specified remote syslog destinations. This is an arbitrary field which can be used for any purpose. @@ -440,10 +493,11 @@ </output> </operation> <operation name="create"> <documentation> + Note: This method is now deprecated; please use create_v2 instead. Creates a remote syslog destination. </documentation> <soap:operation soapAction="urn:iControl:Log/DestinationRemoteSyslog"/> <input> @@ -458,10 +512,30 @@ namespace="urn:iControl:Log/DestinationRemoteSyslog" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> + <operation name="create_v2"> + <documentation> + Creates a remote syslog destination. + + </documentation> + <soap:operation soapAction="urn:iControl:Log/DestinationRemoteSyslog"/> + <input> + <soap:body + use="encoded" + namespace="urn:iControl:Log/DestinationRemoteSyslog" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </input> + <output> + <soap:body + use="encoded" + namespace="urn:iControl:Log/DestinationRemoteSyslog" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </output> + </operation> + <operation name="delete_remote_syslog_destination"> <documentation> Deletes the specified remote syslog destinations. </documentation> @@ -501,11 +575,11 @@ </operation> <operation name="set_default_facility"> <documentation> Sets the default facility for the specified remote syslog - destinations. Syslog messages that come in without a + destinations. Syslog messages that come in without a facility specified are given the default facility. See Log::SyslogFacility for more details. </documentation> <soap:operation soapAction="urn:iControl:Log/DestinationRemoteSyslog"/> @@ -587,11 +661,11 @@ </output> </operation> <operation name="set_format"> <documentation> - Sets the syslog format for the specified remote syslog destinations. + Sets the syslog format for the specified remote syslog destinations. The format is the format of the syslog messages sent to the remote syslog server. See SyslogFormat for more details. </documentation> <soap:operation soapAction="urn:iControl:Log/DestinationRemoteSyslog"/> @@ -629,12 +703,13 @@ </output> </operation> <operation name="set_remote_high_speed_log_destination"> <documentation> - Sets the remote high-speed log destination for the specifed remote - syslog destinations. + This method is now deprecated; please use set_forwarding_destination instead. + Sets the log destination that will be used to forward Syslog formatted + messages for the specified Remote Syslog destinations. </documentation> <soap:operation soapAction="urn:iControl:Log/DestinationRemoteSyslog"/> <input> <soap:body @@ -650,11 +725,12 @@ </output> </operation> <operation name="get_remote_high_speed_log_destination"> <documentation> - Gets the remote high-speed log destinations for the specified + This method is now deprecated; please use get_forwarding_destination instead. + Gets the remote high-speed log destinations for the specified remote syslog destinations. </documentation> <soap:operation soapAction="urn:iControl:Log/DestinationRemoteSyslog"/> <input> @@ -669,10 +745,53 @@ namespace="urn:iControl:Log/DestinationRemoteSyslog" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> + <operation name="set_forwarding_destination"> + <documentation> + Sets the forwarding log destination for the specifed remote + syslog destinations. Attempting to forward to another remote + syslog destination will result in an error. + + </documentation> + <soap:operation soapAction="urn:iControl:Log/DestinationRemoteSyslog"/> + <input> + <soap:body + use="encoded" + namespace="urn:iControl:Log/DestinationRemoteSyslog" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </input> + <output> + <soap:body + use="encoded" + namespace="urn:iControl:Log/DestinationRemoteSyslog" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </output> + </operation> + + <operation name="get_forwarding_destination"> + <documentation> + Gets the forwarding log destination for the specifed remote + syslog destinations. + + </documentation> + <soap:operation soapAction="urn:iControl:Log/DestinationRemoteSyslog"/> + <input> + <soap:body + use="encoded" + namespace="urn:iControl:Log/DestinationRemoteSyslog" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </input> + <output> + <soap:body + use="encoded" + namespace="urn:iControl:Log/DestinationRemoteSyslog" + encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> + </output> + </operation> + <operation name="set_description"> <documentation> Sets the description for the specified remote syslog destinations. This is an arbitrary field which can be used for any purpose. @@ -737,12 +856,13 @@ <!-- service --> <service name="Log.DestinationRemoteSyslog"> <documentation> The DestinationRemoteSyslog interface enables you to create and modify - remote syslog destinations. This destination will take unformatted logs - and convert them to various syslog formats to be sent to a remote high- - speed log destination. + remote syslog destinations which are forwarding destinations. This + destination will take unformatted logs and convert them to various syslog + formats to other forwarding destinations except other remote syslog + destinations. </documentation> <port name="Log.DestinationRemoteSyslogPort" binding="tns:Log.DestinationRemoteSyslogBinding"> <soap:address location="https://url_to_service"/> </port>