Table of Contents

Function

The DomainDnsSecUpdate task stores the DNSSEC data for a domain, the private key and the algorithm, at the registry.

Description

Task code: 0102007
Uses Domain object

Request
<request>
	<auth>
		<user>customer</user>
		<password>password</password>
		<context>4</context>
	</auth>
	<task>
		<code>0102007</code>
		<domain>
			<name>example12345.de</name>
			<dnssec>
				<algorithm>8</algorithm>
				<flags>256</flags>
				<protocol>3</protocol>										   
				<publickey>tY4Bt5S/sJdo3mk ... Add9W3VT9nlqYoIPM/</publickey>
			</dnssec>
		</domain>
		<reply_to>customer@example.com</reply_to>
	</task>
</request>
Response
<response>
	<result>
		<status>
			<code>N0102007</code>
			<object>
				<type>domain</type>
				<value>example12345.de</value>
			</object>
			<text>Domain update has been started successfully.</text>
			<type>notify</type>
		</status>
	</result>
</response>