Inhaltsverzeichnis dieser Seite

Hier werden die Benachrichtigungen beschrieben, die im Zusammenhang mit der Validierung des Domain-Inhabers (OCVAL) generiert werden.

ocval_reminder

Beschreibung

Erinnerung an die Verifizierung des Domain-Inhabers 5 Tage vor Ende der Frist, innerhalb der der OwnerC verifiziert werden muss.

Auslöser der Benachrichtigung

Wird versendet, wenn der Domain-Kontakt nicht in den ersten 10 Tagen nach einer Domain-Registrierung verifiziert wird.

Empfänger der Benachrichtigung

Die  Benachrichtigung wird an den AutoDNS Benutzer verschickt, der den Domain-Kontakt aktuell im Bestand hat.

Beispiele für POLL-Benachrichtigungen

JSON
{
  "stid": "20210506-app3-dev-11105",
  "status": {
    "code": "S0905",
    "text": "Die Benachrichtigung wurde erfolgreich abgerufen.",
    "type": "SUCCESS"
  },
  "object": {
    "type": "Message",
    "value": "1005368401",
    "summary": 1
  },
  "data": [
    {
      "id": 1005368401,
      "notify": {
        "type": "domain_deactivation_warning"
      },
      "object": {
        "type": "Domain",
        "value": "example.com",
        "data": {
          "owner": {
            "context": 4,
            "user": "normal_user"
          },
          "name": "example.com"
        }
      }
    }
  ]
}
XML
<response>
   <result>
      <data>
         <summary>1</summary>
         <message>
            <id>1005368401</id>
            <owner>
               <user>normal_user</user>
               <context>4</context>
            </owner>
            <notify>
               <reason>ocval</reason>
               <deactivation>2021-05-11 15:29:00</deactivation>
               <domain>
                  <name>example.com</name>
                  <owner>
                     <user>normal_user</user>
                     <context>4</context>
                  </owner>
               </domain>
               <type>domain_deactivation_warning</type>
               <status>
                  <code>S0102006</code>
                  <type>success</type>
               </status>
               <created>2021-05-06 15:29:06</created>
            </notify>
            <created>2021-05-06 15:29:06</created>
         </message>
      </data>
      <status>
         <code>S0905</code>
         <text>Die Benachrichtigung wurde erfolgreich abgerufen.</text>
         <type>success</type>
         <object>
            <type>message</type>
            <value>1005368401</value>
         </object>
      </status>
   </result>
   <stid>20210506-app3-dev-11080</stid>
</response>


Beispiele für PUSH-Benachrichtigungen

JSON
{
  "id": 1005368402,
  "notify": {
    "type": "domain_deactivation_warning"
  },
  "object": {
    "type": "Domain",
    "value": "example.com",
    "data": {
      "owner": {
        "context": 4,
        "user": "normal_user"
      },
      "name": "example.com"
    }
  }
}
XML
<message>
   <reason>ocval</reason>
   <deactivation>2021-05-11 15:45:11</deactivation>
   <domain>
      <name>example.com</name>
      <extension />
      <owner>
         <user>normal_user</user>
         <context>4</context>
      </owner>
   </domain>
   <type>domain_deactivation_warning</type>
   <status>
      <code>S0102006</code>
      <type>success</type>
   </status>
   <id>1005368403</id>
   <created>2021-05-06 15:45:37</created>
</message>

ocval_deactivation

Beschreibung

Benachrichtigung über die Dekonnektierung der Nameserver und die Nicht-Erreichbarkeit der Domain.

Auslöser für die Benachrichtigung

Wird eine Domain mit einem nicht-verifizierten Domain-Kontakt registriert und der Domain-Kontakt wird nicht innerhalb von 15 Tagen vom Domain-Inhaber verifiziert, wird die Domain auf  den Status HOLD gesetzt, d.h. sie ist ab dann nicht mehr erreichbar. 

Empfänger der Benachrichtigung

Das System verschickt die Benachrichtigung an den AutoDNS Benutzer der die Domain im Bestand hat.

Beispiele für POLL-Benachrichtigungen

JSON
{
  "stid": "20210506-app3-dev-9180",
  "status": {
    "code": "S0905",
    "text": "Die Benachrichtigung wurde erfolgreich abgerufen.",
    "type": "SUCCESS"
  },
  "object": {
    "type": "Message",
    "value": "1005368289",
    "summary": 1
  },
  "data": [
    {
      "id": 1005368289,
      "notify": {
        "type": "domain_registrar_status_update"
      },
      "object": {
        "type": "Domain",
        "value": "example.com",
        "data": {
          "owner": {
            "context": 4,
            "user": "normal_user"
          },
          "name": "example.com"
        }
      }
    }
  ]
}
XML
<response>
   <result>
      <data>
         <summary>1</summary>
         <message>
            <id>1005368289</id>
            <owner>
               <user>normal_user</user>
               <context>4</context>
            </owner>
            <notify>
               <reason>ocval</reason>
               <registrar_status>HOLD</registrar_status>
               <domain>
                  <name>example.com</name>
                  <owner>
                     <user>normal_user</user>
                     <context>4</context>
                  </owner>
               </domain>
               <type>domain_registrar_status_update</type>
               <status>
                  <code>S0102005</code>
                  <type>success</type>
               </status>
               <created>2021-05-06 12:18:19</created>
            </notify>
            <created>2021-05-06 12:18:19</created>
         </message>
      </data>
      <status>
         <code>S0905</code>
         <text>Die Benachrichtigung wurde erfolgreich abgerufen.</text>
         <type>success</type>
         <object>
            <type>message</type>
            <value>1005368289</value>
         </object>
      </status>
   </result>
   <stid>20210506-app3-dev-9089</stid>
</response>

Beispiele für PUSH-Benachrichtigungen

JSON
{
  "id": 1005368358,
  "notify": {
    "type": "domain_registrar_status_update"
  },
  "object": {
    "type": "Domain",
    "value": "example.com",
    "data": {
      "owner": {
        "context": 4,
        "user": "normal_user"
      },
      "name": "example.com"
    }
  }
}
XML
<message>
   <reason>ocval</reason>
   <registrar_status>HOLD</registrar_status>
   <domain>
      <name>example.com</name>
      <extension />
      <owner>
         <user>normal_user</user>
         <context>4</context>
      </owner>
   </domain>
   <type>domain_registrar_status_update</type>
   <status>
      <code>S0102005</code>
      <type>success</type>
   </status>
   <id>1005368334</id>
   <created>2021-05-06 13:46:21</created>
</message>  

ocval_activation

Beschreibung

Information über die Rekonnektierung der Nameserver und die Wieder-Erreichbarkeit der Domain.

Auslöser der Benachrichtigun

Wurde ein OwnerC Domain-Kontakt nicht verifiziert und die damit verbundene Domain deshalb auf den Status HOLD gesetzt, kann durch eine nachträgliche Verfizierung die Domain wieder "aktiviert"  werden. Der Status wird dann auf ACTIVE gesetzt.


Empfänger der Benachrichtigung

Die Benachrichtigung  wird an den AutoDNS Benutzer verschickt, der die Domain im Bestand hat.

Beispiele für POLL-Benachrichtigungen

JSON
{
  "stid": "20210506-app3-dev-10368",
  "status": {
    "code": "S0905",
    "text": "Die Benachrichtigung wurde erfolgreich abgerufen.",
    "type": "SUCCESS"
  },
  "object": {
    "type": "Message",
    "value": "1005368388",
    "summary": 1
  },
  "data": [
    {
      "id": 1005368388,
      "notify": {
        "type": "domain_registrar_status_update"
      },
      "object": {
        "type": "Domain",
        "value": "example.com",
        "data": {
          "owner": {
            "context": 4,
            "user": "normal_user"
          },
          "name": "example.com"
        }
      }
    }
  ]
}
XML
<response>
   <result>
      <data>
         <summary>1</summary>
         <message>
            <id>1005368388</id>
            <owner>
               <user>normal_user</user>
               <context>4</context>
            </owner>
            <notify>
               <reason>ocval</reason>
               <registrar_status>ACTIVE</registrar_status>
               <domain>
                  <name>example.com</name>
                  <owner>
                     <user>normal_user</user>
                     <context>4</context>
                  </owner>
               </domain>
               <type>domain_registrar_status_update</type>
               <status>
                  <code>S0102005</code>
                  <type>success</type>
               </status>
               <created>2021-05-06 14:33:03</created>
            </notify>
            <created>2021-05-06 14:33:03</created>
         </message>
      </data>
      <status>
         <code>S0905</code>
         <text>Die Benachrichtigung wurde erfolgreich abgerufen.</text>
         <type>success</type>
         <object>
            <type>message</type>
            <value>1005368388</value>
         </object>
      </status>
   </result>
   <stid>20210506-app3-dev-10361</stid>
</response>

Beispiele für PUSH-Benachrichtigungen

JSON
{
  "id": 1005368370,
  "notify": {
    "type": "domain_registrar_status_update"
  },
  "object": {
    "type": "Domain",
    "value": "example.com",
    "data": {
      "owner": {
        "context": 4,
        "user": "normal_user"
      },
      "name": "example.com"
    }
  }
}
XML
<message>
   <reason>ocval</reason>
   <registrar_status>ACTIVE</registrar_status>
   <domain>
      <name>example.com</name>
      <extension />
      <owner>
         <user>normal_user</user>
         <context>4</context>
      </owner>
   </domain>
   <type>domain_registrar_status_update</type>
   <status>
      <code>S0102005</code>
      <type>success</type>
   </status>
   <id>1005368386</id>
   <created>2021-05-06 14:23:34</created>
</message>