83d4d031a8
Change-Id: I727ef393cf5a730b701f7212c59842d5262172ad
22 lines
653 B
JSON
22 lines
653 B
JSON
{
|
|
"description": "This is an example record set.",
|
|
"links": {
|
|
"self": "https://127.0.0.1:9001/v2/zones/2150b1bf-dee2-4221-9d85-11f7886fb15f/recordsets/f7b10e9b-0cae-4a91-b162-562bc6096648"
|
|
},
|
|
"updated_at": null,
|
|
"records": [
|
|
"10.1.0.2"
|
|
],
|
|
"ttl": 3600,
|
|
"id": "f7b10e9b-0cae-4a91-b162-562bc6096648",
|
|
"name": "example.org.",
|
|
"project_id": "4335d1f0-f793-11e2-b778-0800200c9a66",
|
|
"zone_id": "2150b1bf-dee2-4221-9d85-11f7886fb15f",
|
|
"zone_name": "example.com.",
|
|
"created_at": "2014-10-24T19:59:44.000000",
|
|
"version": 1,
|
|
"type": "A",
|
|
"status": "PENDING",
|
|
"action": "CREATE"
|
|
}
|