designate/api-ref/source/samples/recordsets/create-sshfp-recordset-response.json
sonu.kumar 8ce138dac1 Add docs for SSHFP, SRV, SPF and MX recordsets to api-ref
Change-Id: I758271cbebc012f1fa15f552227e6e73aac49635
2016-06-21 19:04:27 +05:30

21 lines
600 B
JSON

{
"status": "ACTIVE",
"description": null,
"links": {
"self": "http://127.0.0.1:9001/v2/zones/f6b472ed-1be8-47e8-87a7-687169cacca8/recordsets/5fb9d67c-86ac-4ae9-80d5-4c23f7a16b29"
},
"created_at": "2016-06-21 12:15:35",
"updated_at": null,
"records": [
"2 1 75e080122854693164599205f49d7475ed17d09b"
],
"zone_id": "f6b472ed-1be8-47e8-87a7-687169cacca8",
"version": 1,
"ttl": 3600,
"action": "NONE",
"zone_name": "example.org.",
"type": "SSHFP",
"id": "5fb9d67c-86ac-4ae9-80d5-4c23f7a16b29",
"name": "foo.example.org."
}