Get inputs template Beta

GET /api/fleet/epm/templates/{pkgName}/{pkgVersion}/inputs

Get inputs template

Headers

  • The version of the API to use

    Value is 2023-10-31. Default value is 2023-10-31.

Path parameters

Query parameters

Responses

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
{
  "inputs": [
    {
      "id": "string",
      "streams": [
        {
          "data_stream": {
            "dataset": "string",
            "type": "string"
          },
          "id": "string"
        }
      ],
      "type": "string"
    }
  ]
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}