Get inputs template Beta
Get inputs template
Headers
-
elastic-api-version string
The version of the API to use
Value is
2023-10-31
. Default value is2023-10-31
.
Query parameters
-
format string
Values are
json
,yml
, oryaml
. Default value isjson
. -
prerelease boolean
-
ignoreUnverified boolean
GET /api/fleet/epm/templates/{pkgName}/{pkgVersion}/inputs
curl \
-X GET https://localhost:5601/api/fleet/epm/templates/{pkgName}/{pkgVersion}/inputs \
-H "elastic-api-version: 2023-10-31"
Response examples (200)
String-1 (generated)
string
{
"inputs": [
{
"id": "string",
"streams": [
{
"data_stream": {
"dataset": "string",
"type": "string"
},
"id": "string"
}
],
"type": "string"
}
]
}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}