Skip to content

list targets

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

list targets

Usage:

tbutil [{cred}] list [all] [failed|validated] [scoped|unscoped] [cloud|onprem] targets [-l|-j|-s ..|-y|-x ..] [-columns ..] [-jsfilter ..]

This command lists the targets defined in the Turbonomic system. The following filters can be applied by using the specified keyword.

Filter Description
all allows derived targets to be included in the listing. They are excluded otherwise.
failed Shows targets that have failed their validation (or discovery).
validated Shows targets that have successfully validated.
scoped Shows only targets who's definition depends on a scope group.
unscoped Shows only targets who's definition does not depend on a scope group.
cloud Shows only cloud targets.
onprem Shows only on-prem targets.

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 targets for which the function returns true are included in the listing.

See also: "crypt", "delete target", "export target", "import target", "rediscover target", "validate target"

Clone this wiki locally