[SPEC] Fixed cat.* spec files - were missing the endpoints
This commit is contained in:
parent
c5942a4ff8
commit
fa6e8abf48
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"cat": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html",
|
||||
"cat.aliases": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-aliases.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_cat/aliases",
|
||||
"paths": ["/_cat/aliases", "/_cat/aliases/{alias}"],
|
||||
"paths": ["/_cat/aliases", "/_cat/aliases/{name}"],
|
||||
"parts": {
|
||||
"alias": {
|
||||
"name": {
|
||||
"type" : "list",
|
||||
"description" : "A comma-separated list of alias names to return"
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"cat": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html",
|
||||
"cat.allocation": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-allocation.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_cat/allocation",
|
||||
"paths": ["/_cat/allocation", "/_cat/allocation/{nodes}"],
|
||||
"paths": ["/_cat/allocation", "/_cat/allocation/{node_id}"],
|
||||
"parts": {
|
||||
"nodes": {
|
||||
"node_id": {
|
||||
"type": "list",
|
||||
"description": "A comma-separated list of node IDs or names to limit the returned information"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"cat": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html",
|
||||
"cat.health": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-health.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_cat/health",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"cat": {
|
||||
"cat.help": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"cat": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html",
|
||||
"cat.indices": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-indices.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_cat/indices",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"cat": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html",
|
||||
"cat.master": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-master.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_cat/master",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"cat": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html",
|
||||
"cat.nodes": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-nodes.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_cat/nodes",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"cat": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html",
|
||||
"cat.pending_tasks": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-pending-tasks.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_cat/pending_tasks",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"cat": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat.html",
|
||||
"cat.shards": {
|
||||
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/cat-shards.html",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_cat/shards",
|
||||
|
|
Loading…
Reference in New Issue