designate/api-ref/source/samples/tsigkeys/tsigkey-response.json
sonu.kumar a69715775f Docs update to make it consistent with other docs
Change-Id: Ie138e657004fd469b208b2e1422830c248758198
2016-05-27 15:56:10 +09:00

14 lines
397 B
JSON

{
"links": {
"self": "http://127.0.0.1:9001/v2/tsigkeys/c429b860-9f68-4e5f-a2ff-65760a64ceaa"
},
"name": "Example key",
"algorithm": "hmac-sha256",
"resource_id": "d96851d0-765c-4ee9-bbdf-153345270bd3",
"created_at": "2016-05-19 05:52:45",
"updated_at": null,
"secret": "SomeSecretKey",
"scope": "POOL",
"id": "c429b860-9f68-4e5f-a2ff-65760a64ceaa"
}