-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Deprecation] Deprecate cat master API in favor of cat cluster_manager (
#1800) Resolves the issue : #1686 Signed-off-by: Manasvini B Suryanarayana <[email protected]>
- Loading branch information
1 parent
6ad5d08
commit 4ea645e
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
src/plugins/console/server/lib/spec_definitions/json/generated/cat.cluster_manager.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"cat.cluster_manager": { | ||
"url_params": { | ||
"format": "", | ||
"local": "__flag__", | ||
"master_timeout": "", | ||
"cluster_manager_timeout": "", | ||
"h": [], | ||
"help": "__flag__", | ||
"s": [], | ||
"v": "__flag__" | ||
}, | ||
"methods": [ | ||
"GET" | ||
], | ||
"patterns": [ | ||
"_cat/cluster_manager" | ||
], | ||
"documentation": "https://opensearch.org/docs/latest/opensearch/rest-api/cat/cat-master/" | ||
} | ||
} |