Warning: 80% of hitpoints reached[Link]

From: Registry
To: Registrar
Purpose: To inform the Registrar that they have reached 80% of their hitpoints limit. This level is dependant on the size of your portfolio. When receiving this message, you should check if you can do anything to stop the increase of the counter.
Content:
##SUBJECT: Warning: 80% of hitpoints reached

----BEGIN-OF-CPS----
TYPE: HITPOINTS
ACTION: WARNING
LEVEL: 800
RETURNCODE: 1000
----END-OF-CPS----

Example EPP poll response:

<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:dnsbe="http://www.dns.be/xml/epp/dnsbe-1.0">
  <response>
    <result code="1301">
      <msg>Command completed successfully; ack to dequeue</msg>
    </result>
    <msgQ count="3" id="441">
      <qDate>2018-06-12T10:00:00.000Z</qDate>
      <msg>Hitpoints warning: level at 80%</msg>
    </msgQ>
    <resData>
      <dnsbe:pollRes>
        <dnsbe:action>WARNING</dnsbe:action>
        <dnsbe:level>800</dnsbe:level>
        <dnsbe:returncode>1000</dnsbe:returncode>
        <dnsbe:type>HITPOINTS</dnsbe:type>
      </dnsbe:pollRes>
    </resData>
    <trID>
      <clTRID>ABC-12345</clTRID>
      <svTRID>dnsbe-0</svTRID>
    </trID>
  </response>
</epp>