Table of contents

Description

The SimpleObject object defines an object.

Structure

KeyOccursTypeFormatDescription

type

0 - 1string

The type of object.

Possible values:

  • domain
  • handle
  • zone
  • domainzone (Domain und Zone)
  • domain_prereg (Vorregistrierung)
  • server_redirect (Weiterleitung)
  • backup_mx
  • tmch_mark
value0 - 1string
The value contained in the object

Examples

    "object": {
        "type": "Domain",
        "value": "example.com"
    }
<object>
	<type>certificate</type>
	<value>example.com</value>
</object>