mirror of
https://github.com/adulau/pdns-qof.git
synced 2024-11-22 10:07:09 +00:00
JSON example updated from date to epoch
This commit is contained in:
parent
f5c0ecd4d2
commit
8286361c1a
1 changed files with 4 additions and 4 deletions
|
@ -166,11 +166,11 @@ The document does not describe the protocol (e.g. whois, HTTP REST or XMPP) nor
|
||||||
<t>The intent of this output format is to be easily parseable by scripts. Every implementation MUST support the JSON output format.</t>
|
<t>The intent of this output format is to be easily parseable by scripts. Every implementation MUST support the JSON output format.</t>
|
||||||
<figure><preamble>A sample output using the JSON format:</preamble><artwork><![CDATA[
|
<figure><preamble>A sample output using the JSON format:</preamble><artwork><![CDATA[
|
||||||
... (list of )...
|
... (list of )...
|
||||||
{ "count": 97167,
|
{ "count": 97167,
|
||||||
"time_first": "2010-06-25 17:07:02",
|
"time_first": "1277353744",
|
||||||
"rrtype": "A", "rrname": "google-public-dns-a.google.com.",
|
"rrtype": "A", "rrname": "google-public-dns-a.google.com.",
|
||||||
"rdata": "8.8.8.8",
|
"rdata": "8.8.8.8",
|
||||||
"time_last": "2013-02-05 17:34:03" }
|
"time_last": "1386405372" }
|
||||||
... (separated by newline)...
|
... (separated by newline)...
|
||||||
]]></artwork></figure>
|
]]></artwork></figure>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue