Domain Event: zone_check_status_change

Applicable only for .de and .fr domains, this event notification will be generated when the DNS/ZONE check has passed or failed at the registry. If the DNS/ZONE check remains invalid for an extended period, there is a risk that the domain will be disabled by the registry.

Response Parameters for zone_check_status_change (domain)

If the request is successful, the attributes associative array may include the
following:

Parameter nameObligationDefinition/Value
zone_check_statusAlways returnedThe updated result or status of the DNS/zone check.

Possible values include:

* valid invalid

Example Response for (zone_check_status_change)

<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE OPS_envelope SYSTEM "ops.dtd">
<OPS_envelope>
    <header>
        <version>0.9</version>
    </header>
    <body>
        <data_block>
            <dt_assoc>
                <item key="protocol">XCP</item>
                <item key="object">EVENT</item>
                <item key="response_code">200</item>
                <item key="is_success">1</item>
                <item key="response_text">Command successful</item>
                <item key="transaction_id">2014-06-19 13:32:48 8716 101</item>
                <item key="action">REPLY</item>
                <item key="attributes">
                    <dt_assoc>
                        <item key="events">
                            <dt_array>
                                <item key="0">
                                    <dt_assoc>
                                        <item key="object_data">
                                            <dt_assoc>
                                                <item key="domain_name">something-with-bad-dns.de</item>
                                                <item key="domain_id">307255</item>
                                                <item key="zone_check_status">invalid</item>
                                            </dt_assoc>
                                        </item>
                                        <item key="object">DOMAIN</item>
                                        <item key="event_id">bf7b2cf6d8e835324241a4eae7be4ee5</item>
                                        <item key="event">ZONE_CHECK_STATUS_CHANGE</item>
                                        <item key="event_date">2014-06-19T17:31:51Z</item>
                                    </dt_assoc>
                                </item>
                            </dt_array>
                        </item>
                        <item key="total">1</item>
                    </dt_assoc>
                </item>
            </dt_assoc>
        </data_block>
    </body>
</OPS_envelope>