- "description" : "A comma-separated list of index names; use `_all` for all indices"
+ "description" : "A comma-separated list of index names (supports wildcards); use `_all` for all indices"
},
},
"type": {
"type": {
- "type" : "string",
+ "type" : "list",
"required" : true,
"required" : true,
- "description" : "The name of the document type to delete"
+ "description" : "A comma-separated list of document types to delete (supports wildcards); use `_all` to delete all document types in the specified indices."
- "description" : "A comma-separated list of index names to register warmer for; use `_all` or empty string to perform the operation on all indices"
+ "description" : "A comma-separated list of index names to delete warmers from (supports wildcards); use `_all` to perform the operation on all indices."
},
},
"name" : {
"name" : {
- "type" : "string",
- "description" : "The name of the warmer (supports wildcards); leave empty to delete all warmers"
- },
- "type": {
"type" : "list",
"type" : "list",
- "description" : "A comma-separated list of document types to register warmer for; use `_all` or empty string to perform the operation on all types"
+ "description" : "A comma-separated list of warmer names to delete (supports wildcards); use `_all` to delete all warmers in the specified indices. You must specify a name either in the uri or in the parameters."
}
}
},
},
"params": {
"params": {
"master_timeout": {
"master_timeout": {
"type" : "time",
"type" : "time",
"description" : "Specify timeout for connection to master"
"description" : "Specify timeout for connection to master"
+ },
+ "name" : {
+ "type" : "list",
+ "description" : "A comma-separated list of warmer names to delete (supports wildcards); use `_all` to delete all warmers in the specified indices. You must specify a name either in the uri or in the parameters."
- "description" : "The name of the index with an alias"
+ "type" : "list",
+ "description" : "A comma-separated list of index names the alias should point to (supports wildcards); use `_all` or omit to perform the operation on all indices."
- "description" : "A comma-separated list of index names; use `_all` to perform the operation on all indices"
+ "description" : "A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices."
- "description" : "A comma-separated list of index names to register the warmer for; use `_all` or empty string to perform the operation on all indices"
+ "description" : "A comma-separated list of index names to register the warmer for; use `_all` or omit to perform the operation on all indices"