Files
senlin/api-ref/source/samples/node-show-response.json
tengqm 2a84245d0c Nodes API doc
This patch adds API docs for operations related to node(s).

Change-Id: I1208dde4469994c5d0df5c7b4591a5135b2cc526
2016-05-15 22:59:19 -04:00

23 lines
715 B
JSON

{
"node": {
"cluster_id": null,
"created_at": "2015-02-10T12:03:16",
"data": {},
"domain": null,
"id": "d5779bb0-f0a0-49c9-88cc-6f078adb5a0b",
"index": -1,
"init_at": "2015-02-10T12:03:13",
"metadata": {},
"name": "node1",
"physical_id": "f41537fa-22ab-4bea-94c0-c874e19d0c80",
"profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a",
"profile_name": "mystack",
"project": "6e18cc2bdbeb48a5b3cad2dc499f6804",
"role": null,
"status": "ACTIVE",
"status_reason": "Creation succeeded",
"updated_at": "2015-03-04T04:58:27",
"user": "5e5bf8027826429c96af157f68dc9072"
}
}