Get inputs template

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

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/epm/templates/{pkgName}/{pkgVersion}/inputs

Refer to Spaces for more information.

Path parameters

  • pkgName string Required
  • pkgVersion string Required

Query parameters

  • format string

    Format of response - json or yaml

    Values are json, yaml, or yml.

  • prerelease boolean

    Specify if version is prerelease

  • ignoreUnverified boolean

    Ignore if the package is fails signature verification

Responses

  • 200

    OK

  • 400 application/json

    Generic Error

    Hide response attributes Show response attributes object
    • error string
    • message string
    • statusCode number
GET /api/fleet/epm/templates/{pkgName}/{pkgVersion}/inputs
curl \
 --request GET 'https://localhost:5601/api/fleet/epm/templates/{pkgName}/{pkgVersion}/inputs' \
 --header "Authorization: $API_KEY"