Skip to content

list templates

Chris Lowth edited this page Sep 21, 2022 · 7 revisions

list templates

Usage:

tbutil [{cred}] list [all|discovered|configured] templates [-l|-j|-s ..|-y|-x ..] [-columns ..] [-jsfilter ..]

This command lists the templates defined in Turbonomic. You can filter to show:

Filter Description
all Show all templates regardless of their source.
configured Show only those templates that have been created by a user.
discovered Show only those templates that are created by targets during their discovery process.

These commands support the following set of common formatting options: -l, -j, -s, -y, -x and -columns.

If the -jsfilter option is specified then the tool loads and runs the specified filter script. Only the sub-set of templates for which the function returns true are included in the listing.

See also: "delete template", "export template", "import template"

Clone this wiki locally