senlin/api-ref/source/samples/cluster-update-response.json
liyi 5b5bc05d31 Update cluster APIs doc
1. add config field in request and response.
2. add dependents field in response

Change-Id: I70a4fbbb360b6bf7f83b87712d0f50104771f7dd
Depends-On: Ibc2845633dc35e7c789578237bb219017f814c50
2017-07-20 17:02:17 +08:00

27 lines
763 B
JSON

{
"cluster": {
"config": {},
"created_at": "2015-02-11T15:13:20Z",
"data": {},
"dependents": {},
"desired_capacity": 0,
"domain": null,
"id": "45edadcb-c73b-4920-87e1-518b2f29f54b",
"init_at": "2015-02-10T14:26:10",
"max_size": -1,
"metadata": {},
"min_size": 0,
"name": "test_cluster",
"nodes": [],
"policies": [],
"profile_id": "edc63d0a-2ca4-48fa-9854-27926da76a4a",
"profile_name": "mystack",
"project": "6e18cc2bdbeb48a5b3cad2dc499f6804",
"status": "UPDATING",
"status_reason": "Updating",
"timeout": 3600,
"updated_at": null,
"user": "5e5bf8027826429c96af157f68dc9072"
}
}