8ce138dac1
Change-Id: I758271cbebc012f1fa15f552227e6e73aac49635
21 lines
605 B
JSON
21 lines
605 B
JSON
{
|
|
"status": "PENDING",
|
|
"description": "An SRV recordset.",
|
|
"links": {
|
|
"self": "http://127.0.0.1:9001/v2/zones/f6b472ed-1be8-47e8-87a7-687169cacca8/recordsets/cc3299b3-c3cd-47e5-9876-8c1d4ad1b88e"
|
|
},
|
|
"created_at": "2016-06-21 12:44:38",
|
|
"updated_at": null,
|
|
"records": [
|
|
"10 0 5060 www.example.org."
|
|
],
|
|
"zone_id": "f6b472ed-1be8-47e8-87a7-687169cacca8",
|
|
"version": 1,
|
|
"ttl": 3600,
|
|
"action": "CREATE",
|
|
"zone_name": "example.org.",
|
|
"type": "SRV",
|
|
"id": "cc3299b3-c3cd-47e5-9876-8c1d4ad1b88e",
|
|
"name": "_http._tcp.example.org."
|
|
}
|