Domain Event: Renewed

This event notification is generated when a renewal is processed for a domain, whether it be through auto-renewal, or a manually created renewal order.

Response Parameters for renewed (domain)

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

Parameter nameObligationDefinition/Value
expiration_dateAlways returned.The date upon which the domain is set to expire. This is returned in UTC ISO8601 format (Example: 2016-10-14T18:23:40Z)
periodAlways returned.The length of the registration period in years.
<?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 11:32:18 27657 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">tucows-13e97b6ef1b1c.com</item>
                                                <item key="period">1</item>
                                                <item key="domain_id">808369</item>
                                                <item key="expiration_date">2016-06-19T15:31:47Z</item>
                                            </dt_assoc>
                                        </item>
                                        <item key="object">DOMAIN</item>
                                        <item key="event_id">09c200310d163449b2da98d31761f30c</item>
                                        <item key="event">RENEWED</item>
                                        <item key="event_date">2014-06-19T15:32:16Z</item>
                                    </dt_assoc>
                                </item>
                            </dt_array>
                        </item>
                        <item key="total">4</item>
                    </dt_assoc>
                </item>
            </dt_assoc>
        </data_block>
    </body>
</OPS_envelope>
{
   "created_date" : "2026-07-15T23:52:24Z",
   "id" : "b6ff0e71-ed55-464c-8a39-e7f5d099e710",
   "notification_type" : "opensrs.domain.renewed",
   "payload" : {
      "@type" : "type.googleapis.com/google.protobuf.Struct",
      "value" : {
         "event" : "RENEWED",
         "event_date" : "2026-07-15T23:52:24Z",
         "event_id" : "55f1ec36ab422eabaed4ac464c082270",
         "object" : "DOMAIN",
         "object_data" : {
            "domain_id" : "98876632",
            "domain_name" : "example.com",
            "expiration_date" : "2027-08-05T13:38:28Z",
            "period" : "1"
         }
      }
   }
}