summaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-02-20 10:17:27 +0000
committerGeir Storli <geirst@oath.com>2018-02-20 10:17:27 +0000
commit47c87fe4cb8e8eb8e52aa9afaaca0e9427e6bf50 (patch)
treeea99a28c38b7aa29c744a1c90d3bd2b04a2b52a4 /protocols
parent6d7b65adfcd1e918da8173dab25bf701074f3cdc (diff)
Align bucket spaces json format with what is expected by clustercontroller.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/getnodestate/distributor.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/protocols/getnodestate/distributor.json b/protocols/getnodestate/distributor.json
index ceed1a1b5c3..970fd09f253 100644
--- a/protocols/getnodestate/distributor.json
+++ b/protocols/getnodestate/distributor.json
@@ -13,13 +13,17 @@
"bucket-spaces" : [
{
"name": "default",
- "total": 11,
- "pending": 3
+ "buckets": {
+ "total": 11,
+ "pending": 3
+ }
},
{
"name": "global",
- "total": 13,
- "pending": 5
+ "buckets": {
+ "total": 13,
+ "pending": 5
+ }
}
]
},
@@ -34,9 +38,7 @@
},
"bucket-spaces" : [
{
- "name": "default",
- "total": 17,
- "pending": 7
+ "name": "default"
}
]
}