Message Type AuthInfoExpire

 

K/V Keyword XML Namespace and Element Occurrence min - max Type / Length Value Range Description
Result result 1 enumeration result-erule Result of processing

success = order was carried out
failed = order was not carried out
exception = system malfunction, request was not carried out
StId stid 1 token
30-255
stid-rule A server transaction ID (StId) assigned by the server. The StId is used to globally and unambiguously reference the provider's request and the corresponding response from DENIC.
MsgCnt msgcnt 1 token
1 - 7
digit-rule Without “MsgType”, the total number of messages is displayed; with “MsgType”, the number of messages for the specific type is displayed.

For K/V format only: if this field contains the value 0, there are no messages in the entire message queue.

For XML, msgcnt is only displayed if there is at least one message in the queue.
MsgTime msgtime 1 dateTime
25
date-rule The time of message creation
MsgId msgid 1 token
30-255
msgid-rule The message ID of the message
MsgType - 1 enumeration msgtype-erule The category of the message issued
Domain domain:handle 1 token 4 – 66 domain-rule Domain name
Domain-Ace domain:ace 0-1 token 4 - 66 domainace-rule Domain name in ACE form (ASCII Compatible Encoding).
AuthInfoExpire authinfoexpire 0-1 dateTime
25
date-rule AuthInfo expiration date

 

Examples

Copy

format: xml
request: authInfoExpire

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:msg="http://registry.denic.de/msg/5.0">
  <msg:queue-read msgType="authInfoExpire"/>
</registry-request>

 

Copy

format: xml
response: authInfoExpire

<?xml version="1.0" encoding="UTF-8"?>

<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
  <tr:transaction>
    <tr:stid>84272d50-9f0f-11df-a9e2-9519b5688882</tr:stid>
    <tr:result>success</tr:result>
    <tr:data>
      <msg:message xmlns:msg="http://registry.denic.de/msg/5.0" msgid="02e4de03-9c7a-11de-8188-9ff72af94906" msgcnt="3" msgtime="2010-07-13T09:59:30+02:00">
        <msg:authInfoExpire>
          <msg:domain>
            <msg:handle>de-example.de</msg:handle>
            <msg:ace>de-example.de</msg:ace>
          </msg:domain>
          <msg:authinfoexpire>2010-08-12T00:00:00+02:00</msg:authinfoexpire>
        </msg:authInfoExpire>
      </msg:message>
    </tr:data>
  </tr:transaction>
</registry-response>

Copy

format: xml
request: authInfoExpire

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<registry-request xmlns="http://registry.denic.de/global/5.0" xmlns:msg="http://registry.denic.de/msg/5.0">
  <msg:delete msgid="02699380-9c7a-11de-8188-9ff72af94906" msgType="authInfoExpire"/>
</registry-request>

 

Copy

format: xml
general response to all QUEUE-DELETE requests

<?xml version="1.0" encoding="UTF-8"?>

<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
  <tr:transaction>
    <tr:stid>078db1bf-9f0a-11df-a9e2-9519b5688882</tr:stid>
    <tr:result>success</tr:result>
  </tr:transaction>
</registry-response>

Copy

format: k/v
request: authInfoExpire

Version: 5.0
Action: queue-read
Msgtype: authinfoexpire

 

Copy

format: k/v
response: authInfoExpire

Result: success
STID: d9058ba8-9f0b-11df-a9e2-9519b5688882
Msgcnt: 3
Msgtime: 2010-07-13T09:59:30+02:00
Msgid: 02e4de03-9c7a-11de-8188-9ff72af94906
Msgtype: authinfoexpire
Domain: de-example.de
Domain-ace: de-example.de
Authinfoexpire: 2010-08-12T00:00:00+02:00

Copy

format: k/v
request: authInfoExpire

Version: 5.0
Action: queue-delete
Msgid: b988dae0-ae64-11de-b15c-f1279ab97beb
Msgtype: authinfoexpire
CTID: bre-34634621634

 

Copy

format: k/v
general response to all QUEUE-DELETE requests

Result: success
STID: 0b97f9b7-9f0b-11df-a9e2-9519b5688882
CTID: bre-34634621634