Table of Contents

Function

The DNSSecJobList task inquires DNSSEC signing jobs. The task in only available in  XML.

You can find more information about list queries here

Description

Task code: 01020015
Uses Auto_DNSSEC object


Keywords

The following keywords are returned by default:

  • auto_dnssec
  • created
  • id
  • owner
  • object
  • updater
  • status
  • created
  • type
  • sub_type
  • action
  • execution
  • last_rollover


Request
<request>
	<auth>
		<user>customer</user>
		<context>4</context>
		<password>passwort</password>
	</auth>
	<task>
		<code>0120015</code>
		<view>
			<limit>2</limit>
			<offset>0</offset>
			<children>1</children>
		</view>
		<where>
			<key>object</key>
			<operator>LIKE</operator>
			<value>d*</value>
		</where>
	</task>
</request>
Response
<response>
	<result>
		<data>
			<summary>11</summary>
			<auto_dnssec_job>
				<auto_dnssec>
					<name>example.com</name>
				</auto_dnssec>
				<job>
					<id>4310003419</id>
					<owner>
						<user>customer</user>
						<context>4</context>
					</owner>
					<updater>
						<user>customer</user>
						<context>4</context>
					</updater>
					<object>example.com</object>
					<status>SUPPORT</status>
					<created>2021-05-31 12:41:32</created>
					<updated>2021-05-31 12:41:33</updated>
					<type>auto_dnssec</type>
					<sub_type/>
					<action>delete</action>
					<execution>2021-05-31 12:41:31</execution>
				</job>
			</auto_dnssec_job>
			<auto_dnssec_job>
				<auto_dnssec>
					<name>example1.com</name>
				</auto_dnssec>
				<job>
					<id>4310003422</id>
					<owner>
						<user>customer</user>
						<context>4</context>
					</owner>
					<updater>
						<user>customer</user>
						<context>4</context>
					</updater>
					<object>example.com</object>
					<status>SUPPORT</status>
					<created>2021-05-31 12:42:21</created>
					<updated>2021-05-31 12:42:21</updated>
					<type>auto_dnssec</type>
					<sub_type/>
					<action>delete</action>
					<execution>2021-05-31 12:42:20</execution>
				</job>
			</auto_dnssec_job>
		</data>
		<status>
			<code>S0120015</code>
			<text>DNSSEC signing requests were inquired successfully.</text>
			<type>success</type>
		</status>
	</result>
	<stid>20211125-app2-dev-108908</stid>
</response>