getSnmpEndpoint

Gets the SNMP endpoint for notifications.

Applies to Integration Appliances only.

Returns:
The SNMP endpoint.

Examples:

The following example is a SOAP request to get an SNMP endpoint.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:log="http://www.approuter.com/schemas/2008/1/lognotif">
 <soapenv:Header>
  <log:sessionId>910D9A7B441C97AC2FCC54E3F1274AA7</log:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <log:getSnmpEndpoint/>
 </soapenv:Body>
</soapenv:Envelope>
The following example is the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:getSnmpEndpointResponse xmlns:ns2="http://www.approuter.com/
  schemas/2008/1/lognotif" xmlns:ns3="http://www.approuter.com/schemas/2008/1/
  lognotif/types">
   <ns2:snmpEndpoint>
    <ns3:active>true</ns3:active>
    <ns3:community>Test</ns3:community>
    <ns3:host>hq-exch-01</ns3:host>
   </ns2:snmpEndpoint>
  </ns2:getSnmpEndpointResponse>
 </S:Body>
</S:Envelope>



Feedback | Notices


Timestamp icon Last updated: Wednesday, December 16, 2015


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00145.html