<?xml version=“1.0” ?> <!– Copyright © 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
.
–> <definitions name=“Management.SFlowGlobals”
targetNamespace="urn:iControl" xmlns:tns="urn:iControl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<!– types –>
<types>
<xsd:schema targetNamespace='urn:iControl' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'> <xsd:simpleType name="Common.ULong"> <xsd:restriction base="xsd:long"/> </xsd:simpleType> </xsd:schema>
</types>
<!– message –>
<message name=“Management.SFlowGlobals.set_system_poll_intervalRequest”>
<part name="interval" type="xsd:long"/>
</message> <message name=“Management.SFlowGlobals.set_system_poll_intervalResponse”> </message>
<message name=“Management.SFlowGlobals.get_system_poll_intervalRequest”> </message> <message name=“Management.SFlowGlobals.get_system_poll_intervalResponse”>
<part name="return" type="xsd:long"/>
</message>
<message name=“Management.SFlowGlobals.set_system_descriptionRequest”>
<part name="description" type="xsd:string"/>
</message> <message name=“Management.SFlowGlobals.set_system_descriptionResponse”> </message>
<message name=“Management.SFlowGlobals.get_system_descriptionRequest”> </message> <message name=“Management.SFlowGlobals.get_system_descriptionResponse”>
<part name="return" type="xsd:string"/>
</message>
<message name=“Management.SFlowGlobals.set_interface_poll_intervalRequest”>
<part name="interval" type="xsd:long"/>
</message> <message name=“Management.SFlowGlobals.set_interface_poll_intervalResponse”> </message>
<message name=“Management.SFlowGlobals.get_interface_poll_intervalRequest”> </message> <message name=“Management.SFlowGlobals.get_interface_poll_intervalResponse”>
<part name="return" type="xsd:long"/>
</message>
<message name=“Management.SFlowGlobals.set_interface_descriptionRequest”>
<part name="description" type="xsd:string"/>
</message> <message name=“Management.SFlowGlobals.set_interface_descriptionResponse”> </message>
<message name=“Management.SFlowGlobals.get_interface_descriptionRequest”> </message> <message name=“Management.SFlowGlobals.get_interface_descriptionResponse”>
<part name="return" type="xsd:string"/>
</message>
<message name=“Management.SFlowGlobals.set_vlan_poll_intervalRequest”>
<part name="interval" type="xsd:long"/>
</message> <message name=“Management.SFlowGlobals.set_vlan_poll_intervalResponse”> </message>
<message name=“Management.SFlowGlobals.get_vlan_poll_intervalRequest”> </message> <message name=“Management.SFlowGlobals.get_vlan_poll_intervalResponse”>
<part name="return" type="xsd:long"/>
</message>
<message name=“Management.SFlowGlobals.set_vlan_sampling_rateRequest”>
<part name="rate" type="xsd:long"/>
</message> <message name=“Management.SFlowGlobals.set_vlan_sampling_rateResponse”> </message>
<message name=“Management.SFlowGlobals.get_vlan_sampling_rateRequest”> </message> <message name=“Management.SFlowGlobals.get_vlan_sampling_rateResponse”>
<part name="return" type="xsd:long"/>
</message>
<message name=“Management.SFlowGlobals.set_vlan_descriptionRequest”>
<part name="description" type="xsd:string"/>
</message> <message name=“Management.SFlowGlobals.set_vlan_descriptionResponse”> </message>
<message name=“Management.SFlowGlobals.get_vlan_descriptionRequest”> </message> <message name=“Management.SFlowGlobals.get_vlan_descriptionResponse”>
<part name="return" type="xsd:string"/>
</message>
<message name=“Management.SFlowGlobals.set_http_poll_intervalRequest”>
<part name="interval" type="xsd:long"/>
</message> <message name=“Management.SFlowGlobals.set_http_poll_intervalResponse”> </message>
<message name=“Management.SFlowGlobals.get_http_poll_intervalRequest”> </message> <message name=“Management.SFlowGlobals.get_http_poll_intervalResponse”>
<part name="return" type="xsd:long"/>
</message>
<message name=“Management.SFlowGlobals.set_http_sampling_rateRequest”>
<part name="rate" type="xsd:long"/>
</message> <message name=“Management.SFlowGlobals.set_http_sampling_rateResponse”> </message>
<message name=“Management.SFlowGlobals.get_http_sampling_rateRequest”> </message> <message name=“Management.SFlowGlobals.get_http_sampling_rateResponse”>
<part name="return" type="xsd:long"/>
</message>
<message name=“Management.SFlowGlobals.set_http_descriptionRequest”>
<part name="description" type="xsd:string"/>
</message> <message name=“Management.SFlowGlobals.set_http_descriptionResponse”> </message>
<message name=“Management.SFlowGlobals.get_http_descriptionRequest”> </message> <message name=“Management.SFlowGlobals.get_http_descriptionResponse”>
<part name="return" type="xsd:string"/>
</message>
<message name=“Management.SFlowGlobals.get_versionRequest”> </message> <message name=“Management.SFlowGlobals.get_versionResponse”>
<part name="return" type="xsd:string"/>
</message>
<!– portType –>
<portType name=“Management.SFlowGlobalsPortType”>
<operation name="set_system_poll_interval"> <documentation> Sets the poll interval for the system. This is the maximum interval in seconds between polling of the system information (e.g., average CPU utilization, total and free memory). The default is 10. </documentation> <input message="tns:Management.SFlowGlobals.set_system_poll_intervalRequest"/> <output message="tns:Management.SFlowGlobals.set_system_poll_intervalResponse"/> </operation> <operation name="get_system_poll_interval"> <documentation> Gets the poll interval for the system. </documentation> <input message="tns:Management.SFlowGlobals.get_system_poll_intervalRequest"/> <output message="tns:Management.SFlowGlobals.get_system_poll_intervalResponse"/> </operation> <operation name="set_system_description"> <documentation> Sets the description for the system (sFlow settings). This is an arbitrary field which can be used for any purpose. </documentation> <input message="tns:Management.SFlowGlobals.set_system_descriptionRequest"/> <output message="tns:Management.SFlowGlobals.set_system_descriptionResponse"/> </operation> <operation name="get_system_description"> <documentation> Gets the description for the system (sFlow settings). </documentation> <input message="tns:Management.SFlowGlobals.get_system_descriptionRequest"/> <output message="tns:Management.SFlowGlobals.get_system_descriptionResponse"/> </operation> <operation name="set_interface_poll_interval"> <documentation> Sets the poll interval for the interfaces. This is the maximum interval in seconds between polling of the monitored interfaces. The default is 10. </documentation> <input message="tns:Management.SFlowGlobals.set_interface_poll_intervalRequest"/> <output message="tns:Management.SFlowGlobals.set_interface_poll_intervalResponse"/> </operation> <operation name="get_interface_poll_interval"> <documentation> Gets the poll interval for the interfaces. </documentation> <input message="tns:Management.SFlowGlobals.get_interface_poll_intervalRequest"/> <output message="tns:Management.SFlowGlobals.get_interface_poll_intervalResponse"/> </operation> <operation name="set_interface_description"> <documentation> Sets the description for the interface (sFlow settings). This is an arbitrary field which can be used for any purpose. </documentation> <input message="tns:Management.SFlowGlobals.set_interface_descriptionRequest"/> <output message="tns:Management.SFlowGlobals.set_interface_descriptionResponse"/> </operation> <operation name="get_interface_description"> <documentation> Gets the description for the interface (sFlow settings). </documentation> <input message="tns:Management.SFlowGlobals.get_interface_descriptionRequest"/> <output message="tns:Management.SFlowGlobals.get_interface_descriptionResponse"/> </operation> <operation name="set_vlan_poll_interval"> <documentation> Sets the poll interval for the VLANs. This is the maximum interval in seconds between polling of the monitored VLANs. The default is 10. </documentation> <input message="tns:Management.SFlowGlobals.set_vlan_poll_intervalRequest"/> <output message="tns:Management.SFlowGlobals.set_vlan_poll_intervalResponse"/> </operation> <operation name="get_vlan_poll_interval"> <documentation> Gets the poll interval for the VLANs. </documentation> <input message="tns:Management.SFlowGlobals.get_vlan_poll_intervalRequest"/> <output message="tns:Management.SFlowGlobals.get_vlan_poll_intervalResponse"/> </operation> <operation name="set_vlan_sampling_rate"> <documentation> Sets the sampling rate for the VLANs. This is the ratio of packets observed at the VLANs to the number of samples you want the BIG-IP system to generate. For example, a sampling rate of 2000 specifies that 1 sample will be randomly generated for every 2000 packets observed. The default is 2048. </documentation> <input message="tns:Management.SFlowGlobals.set_vlan_sampling_rateRequest"/> <output message="tns:Management.SFlowGlobals.set_vlan_sampling_rateResponse"/> </operation> <operation name="get_vlan_sampling_rate"> <documentation> Gets the sampling rate for the VLANs. </documentation> <input message="tns:Management.SFlowGlobals.get_vlan_sampling_rateRequest"/> <output message="tns:Management.SFlowGlobals.get_vlan_sampling_rateResponse"/> </operation> <operation name="set_vlan_description"> <documentation> Sets the description for the VLANs (sFlow settings). This is an arbitrary field which can be used for any purpose. </documentation> <input message="tns:Management.SFlowGlobals.set_vlan_descriptionRequest"/> <output message="tns:Management.SFlowGlobals.set_vlan_descriptionResponse"/> </operation> <operation name="get_vlan_description"> <documentation> Gets the description for the VLANs (sFlow settings). </documentation> <input message="tns:Management.SFlowGlobals.get_vlan_descriptionRequest"/> <output message="tns:Management.SFlowGlobals.get_vlan_descriptionResponse"/> </operation> <operation name="set_http_poll_interval"> <documentation> Sets the poll interval for the HTTP profiles. This is the maximum interval in seconds between polling of the monitored virtual servers to which the HTTP profile is assigned. The default is 10. </documentation> <input message="tns:Management.SFlowGlobals.set_http_poll_intervalRequest"/> <output message="tns:Management.SFlowGlobals.set_http_poll_intervalResponse"/> </operation> <operation name="get_http_poll_interval"> <documentation> Gets the poll interval for the HTTP profiles. </documentation> <input message="tns:Management.SFlowGlobals.get_http_poll_intervalRequest"/> <output message="tns:Management.SFlowGlobals.get_http_poll_intervalResponse"/> </operation> <operation name="set_http_sampling_rate"> <documentation> Sets the sampling rate for the HTTP profiles. This is the ratio of packets observed at the virtual servers to which the HTTP profile is assigned to the number of samples you want the BIG-IP system to generate. For example, a sampling rate of 2000 specifies that 1 sample will be randomly generated for every 2000 packets observed. The default is 1024. </documentation> <input message="tns:Management.SFlowGlobals.set_http_sampling_rateRequest"/> <output message="tns:Management.SFlowGlobals.set_http_sampling_rateResponse"/> </operation> <operation name="get_http_sampling_rate"> <documentation> Gets the sampling rate for the HTTP profiles. </documentation> <input message="tns:Management.SFlowGlobals.get_http_sampling_rateRequest"/> <output message="tns:Management.SFlowGlobals.get_http_sampling_rateResponse"/> </operation> <operation name="set_http_description"> <documentation> Sets the description for the HTTP profiles (sFlow settings). This is an arbitrary field which can be used for any purpose. </documentation> <input message="tns:Management.SFlowGlobals.set_http_descriptionRequest"/> <output message="tns:Management.SFlowGlobals.set_http_descriptionResponse"/> </operation> <operation name="get_http_description"> <documentation> Gets the description for the HTTP profiles (sFlow settings). </documentation> <input message="tns:Management.SFlowGlobals.get_http_descriptionRequest"/> <output message="tns:Management.SFlowGlobals.get_http_descriptionResponse"/> </operation> <operation name="get_version"> <documentation> Gets the version information for this interface. </documentation> <input message="tns:Management.SFlowGlobals.get_versionRequest"/> <output message="tns:Management.SFlowGlobals.get_versionResponse"/> </operation>
</portType>
<!– binding –>
<binding name=“Management.SFlowGlobalsBinding” type=“tns:Management.SFlowGlobalsPortType”>
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="set_system_poll_interval"> <documentation> Sets the poll interval for the system. This is the maximum interval in seconds between polling of the system information (e.g., average CPU utilization, total and free memory). The default is 10. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_system_poll_interval"> <documentation> Gets the poll interval for the system. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_system_description"> <documentation> Sets the description for the system (sFlow settings). This is an arbitrary field which can be used for any purpose. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_system_description"> <documentation> Gets the description for the system (sFlow settings). </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_interface_poll_interval"> <documentation> Sets the poll interval for the interfaces. This is the maximum interval in seconds between polling of the monitored interfaces. The default is 10. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_interface_poll_interval"> <documentation> Gets the poll interval for the interfaces. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_interface_description"> <documentation> Sets the description for the interface (sFlow settings). This is an arbitrary field which can be used for any purpose. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_interface_description"> <documentation> Gets the description for the interface (sFlow settings). </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_vlan_poll_interval"> <documentation> Sets the poll interval for the VLANs. This is the maximum interval in seconds between polling of the monitored VLANs. The default is 10. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_vlan_poll_interval"> <documentation> Gets the poll interval for the VLANs. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_vlan_sampling_rate"> <documentation> Sets the sampling rate for the VLANs. This is the ratio of packets observed at the VLANs to the number of samples you want the BIG-IP system to generate. For example, a sampling rate of 2000 specifies that 1 sample will be randomly generated for every 2000 packets observed. The default is 2048. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_vlan_sampling_rate"> <documentation> Gets the sampling rate for the VLANs. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_vlan_description"> <documentation> Sets the description for the VLANs (sFlow settings). This is an arbitrary field which can be used for any purpose. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_vlan_description"> <documentation> Gets the description for the VLANs (sFlow settings). </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_http_poll_interval"> <documentation> Sets the poll interval for the HTTP profiles. This is the maximum interval in seconds between polling of the monitored virtual servers to which the HTTP profile is assigned. The default is 10. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_http_poll_interval"> <documentation> Gets the poll interval for the HTTP profiles. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_http_sampling_rate"> <documentation> Sets the sampling rate for the HTTP profiles. This is the ratio of packets observed at the virtual servers to which the HTTP profile is assigned to the number of samples you want the BIG-IP system to generate. For example, a sampling rate of 2000 specifies that 1 sample will be randomly generated for every 2000 packets observed. The default is 1024. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_http_sampling_rate"> <documentation> Gets the sampling rate for the HTTP profiles. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_http_description"> <documentation> Sets the description for the HTTP profiles (sFlow settings). This is an arbitrary field which can be used for any purpose. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_http_description"> <documentation> Gets the description for the HTTP profiles (sFlow settings). </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_version"> <documentation> Gets the version information for this interface. </documentation> <soap:operation soapAction="urn:iControl:Management/SFlowGlobals"/> <input> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:Management/SFlowGlobals" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation>
</binding>
<!– service –>
<service name=“Management.SFlowGlobals”>
<documentation> The SFlowGlobals interface contains the methods for manipulating the global attributes of the sFlow monitoring. It allows you to configure the global poll interval for the system, interfaces, VLANs, and HTTP profiles, and the global sampling rate for the VLANs and HTTP profiles. Note: the sampling rate attribute cannot be configured for the system and interfaces. </documentation> <port name="Management.SFlowGlobalsPort" binding="tns:Management.SFlowGlobalsBinding"> <soap:address location="https://url_to_service"/> </port>
</service> </definitions>