rest-api-spec.api.fleet.msearch.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"fleet.msearch":{
"documentation":{
"url": null,
"description": "Multi Search API where the search will only be executed after specified checkpoints are available due to a refresh. This API is designed for internal use by the fleet server project."
},
"stability":"experimental",
"visibility":"public",
"headers":{
"accept": [ "application/json"],
"content_type": ["application/x-ndjson"]
},
"url":{
"paths":[
{
"path":"/_fleet/_fleet_msearch",
"methods":[
"GET",
"POST"
]
},
{
"path":"/{index}/_fleet/_fleet_msearch",
"methods":[
"GET",
"POST"
],
"parts":{
"index":{
"type":"string",
"description":"The index name to use as the default"
}
}
}
]
},
"params":{
},
"body":{
"description":"The request definitions (metadata-fleet search request definition pairs), separated by newlines",
"required":true,
"serialize":"bulk"
}
}
}