Table of Contents

Description

The Object (XML) or Objects (JSON) element defines objects within a notification (message).

Structure
Keyword JSONKeyword XMLOccursTypeFormatDescription
typetype0 - 1string

Object type.

Possible values:

  • domain
  • handle
  • zone
  • domainzone (domain and zone)
  • domain_prereg (preregistration)
  • server_redirect (redirect)
  • backup_mx
  • tmch_mark
valuevaue0 - 1string
Object value

Examples

  "objects": [
        {
            "type": "domain",
            "value": "example.com"
        }
    ],
<object>
	<type>certificate</type>
	<value>example.com</value>
</object>