Ruft die Benachrichtigungsrichtlinien ab.
Gilt für Clouds (Integration Appliances) sowie für Integrationseinheiten.
<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:getNotificationPolicies/>
</soapenv:Body>
</soapenv:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:getNotificationPoliciesResponse xmlns:ns2="http://
www.approuter.com/schemas/2008/1/lognotif" xmlns:ns3="http://
www.approuter.com/schemas/2008/1/lognotif/types">
<ns2:notificationPolicies>
<emailAddresses>user@mydomain.com</emailAddresses>
<id>688129</id>
<logComponent>orchestration</logComponent>
<logLevel>error</logLevel>
<name>TestNotif</name>
<snmp>false</snmp>
</ns2:notificationPolicies>
</ns2:getNotificationPoliciesResponse>
</S:Body>
</S:Envelope>