summaryrefslogtreecommitdiff
path: root/designateclient/tests/osc/resources/recordset_create.json
blob: 38ea9e11d911208a461fd40f70d140844ef0c60f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "id": "a00ac483-d74d-4555-b30f-2e0a176287e2",
  "zone_id": "6f106adb-0896-4114-b34f-4ac8dfee9465",
  "project_id": "15a6ae43e4dd498383e127e5f2521301",
  "name": "example.internal.example.org.",
  "zone_name": "internal.example.org.",
  "type": "A",
  "records": [
    "127.0.0.1",
    "127.0.0.2"
  ],
  "description": null,
  "ttl": null,
  "status": "PENDING",
  "action": "CREATE",
  "version": 1,
  "created_at": "2021-12-05T23:47:57.000000",
  "updated_at": null,
  "links": {
    "self": "http://10.0.1.203/dns/v2/zones/6f106adb-0896-4114-b34f-4ac8dfee9465/recordsets/a00ac483-d74d-4555-b30f-2e0a176287e2"
  }
}