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