senlin/api-ref/source/samples/cluster-update-request.json
tengqm dd43d4c2df Bump API microversion to 1.6
This patch bumps the API micro-version to 1.6 for the following changes:

- A 'profile-only' parameter has been added to cluster-update API.
- A 'check' parameter is now acceptable to the cluster-recover API.
- A 'check' parameter is now acceptable to the node-recover API.

Change-Id: Iece1e5a1b64c2a389c4d327737c7c097a7595cd6
2017-03-10 01:15:58 -05:00

10 lines
155 B
JSON

{
"cluster": {
"metadata": null,
"name": null,
"profile_id": null,
"timeout": 30,
"profile_only": true
}
}