Go to primary content
Oracle® Communications Diameter Signaling Router Service Capability Exposure Function User's Guide
Release 8.4
F12301-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Sample Custom SLA XML

This section contains a sample of Custom SLA XML file.

<?xml version="1.0" encoding="UTF-8"?>
<customScefSla xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
applicationGroupID="partner1-scefapp">
    <scsAsId>StreetLight-BLR-1</scsAsId>
    <whiteListIps>
       <ip>10.10.10.6</ip>
       <ip>10.75.245.13</ip>
    </whiteListIps>
    <monitoringRateControl>
       <startDate>2019-02-08</startDate>
       <endDate>2020-05-31</endDate>
       <monitoringEvents>
           <event>
             <name>a/b/d/e/f</name>
             <rate>10</rate>
             <period>1000</period>
          </event>
          <event>
             <name>UE_REACHABILITY</name>
             <rate>10</rate>
             <period>1000</period>
          </event>
          <event>
             <name>LOCATION_REPORTING</name>
             <rate>10</rate>
             <period>1000</period>
          </event>
          <event>
<name>CHANGE_OF_IMSI_IMEI_ASSOCIATION</name>
             <rate>10</rate>
             <period>1000</period>
          </event>
          <event>
             <name>ROAMING_STATUS</name>
             <rate>1</rate>
             <period>100000</period>
          </event>
          <event>
             <name>COMMUNICATION_FAILURE</name>
             <rate>10</rate>
             <period>1000</period>
          </event>
          <event>
<name>AVAILABILITY_AFTER_DDN_FAILURE</name>
             <rate>10</rate>
             <period>1000</period>
          </event>
          <event>
             <name>NUMBER_OF_UES_IN_AN_AREA</name>
             <rate>10</rate>
             <period>1000</period>
          </event>
       </monitoringEvents>
    </monitoringRateControl>
    <ACL>
     <msisdnRanges>
         <msisdn>
             <startRange>0</startRange>
             <endRange>9500000000</endRange>
         </msisdn>
         <msisdn>
             <startRange>8000000000</startRange>
             <endRange>9000000000</endRange>
         </msisdn>
     </msisdnRanges>
     <domainsList>
         <domain>@oracle</domain>
     </domainsList>
    </ACL>
    <APNSet>
     <apn>apn1@oracle.com</apn>
    </APNSet>
    <mqtttopicPrefix>
         <prefix>a/b</prefix>
         <prefix>a/c/d</prefix>
    </mqtttopicPrefix>
</customScefSla>