Skip to content

Commit 71b537a

Browse files
author
Thom
committed
Add API documentation for enabling dnssec (#6476)
1 parent e5a8eab commit 71b537a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<html><head><title>ISPCOnfig 3 remote API documentation</title>
3+
4+
5+
6+
7+
8+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9+
<link rel="stylesheet" type="text/css" href="definitionen.css">
10+
<style type="text/css">
11+
</style></head>
12+
13+
<body>
14+
<div style="padding:40px">
15+
<h1>dns_zone_get(<span class="var">$session_id</span>, <span class="var">$primary_id</span>);</h1>
16+
<br>
17+
<p class="headgrp">Description: </p>
18+
<p class="margin"> Enables/disables DNSSEC for a zone</p><br>
19+
<p class="headgrp">Input Variables: </p> $session_id, $client_id, $primary_id, $algo, $update_serial=false
20+
<p class="margin"> <span class="var">$session_id</span>, <span class="var">$client_id</span>, <span class="var">$primary_id</span>, <span class="var">$algo</span>, <span class="var">$update_serial</span> </p>
21+
<p class="headgrp">Output: </p>
22+
<p class="margin"> Returns the affected rows.</p>
23+
<!--<b>Output:</b>
24+
<p style="margin-left:100px">Gives a record of </p> -->
25+
</div>
26+
27+
</body></html>

0 commit comments

Comments
 (0)