##命令规范
所有参数以及返回参数,均按照under_stores方式
##UrlPrefix
| #!/bin/bash | |
| # Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/ | |
| # Install stuff # | |
| ################# | |
| # Install development tools and some misc. necessary packages | |
| yum -y groupinstall "Development tools" | |
| yum -y install zlib-devel # gen'l reqs |
layout_list按照顺序解析 type:
| curl -XPOST 'localhost:9200/_cluster/reroute?explain&pretty' -d '{ | |
| "commands" : [ | |
| { | |
| "cancel" : { | |
| "index" : "decide", "shard" : 0, "node": "IvpoKRdtRiGrQ_WKtt4_4w" | |
| } | |
| }, | |
| { | |
| "move" : { | |
| "index" : "decide", "shard" : 0, |
| test |