senlin/api-ref/source/samples/cluster-attrs-list-response.json
tengqm bdc4457893 Fix cluster-collect API documentation
The api-ref documentation assumes that the docs are organized according
to the resource types. This patch moves the listing of cluster
attributes into a separate file.

Change-Id: I4f11fb24c5ce51e4d1a197cc8afbc995027b7529
2016-08-10 03:51:15 -04:00

17 lines
373 B
JSON

{
"cluster_attributes": [
{
"id": "28b1771d-5aaf-4692-b701-fd216b4fd9e9",
"value": "10.0.0.12"
},
{
"id": "02db8741-03c5-466c-98a0-b83d4bb92c8c",
"value": "10.0.0.13"
},
{
"id": "08a7eec7-0f94-4f7a-92f2-55ffb1049335",
"value": "10.0.0.14"
}
]
}