Dell Vizioncore Podręcznik Użytkownika Strona 145

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 168
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 144
Runtime Values 145
Configurable Properties and Runtime Values
If the result is a list of lists of lists (or even deeper), the rule is the same as in the
previous case, but it can return lists of lists (and so on...) of counts.
Count All
Unlike CountPerItem, this return type just counts up all of the non-list elements of a list.
For example, if context is set to Hosts and the path is set to Events, then Count All
returns the total number of events for all of the Host data objects. CountPerItem would
return a list, with each item a count of events under a given host.
Unit
This returns the unit associated with the path. If the path is set to cpuUsage, then this
returns the unit object for percentage (%). If the path is set to diskUsage, then this
returns the unit object for size (in MB). Unit returns null if no unit is associated with the
path.
Units
Unit only returns one unit, even if the path is set to a list property. If you have a view
that contains a list of different metrics for one object, then you can use Units. This
returns a list containing the unit for each item. For example, the view shows the CPU
usage and the disk usage for a host in a row-oriented table. Set the Return Type to Units
for a column, and the entries shows % and MB for CPU usage and disk usage,
respectively.
Localized Property Name
Each property of a data object has a localized name. This Return Type returns the
localized name of the property set in the Path. For example, if the context is a Host, and
the path is set to cpuUsage, then Localized Property Name returns CPU Usage.
Localized Property Names
Similar to Units, this returns a list containing the localized name for each element of a
list. This differs from Localized Property Name, which returns one value for the first
element in a list.
Localized Type Name
This returns the localized name of the type of the property. For example, if the item
taken from the context is a Host, and the path is set to cpuUsage, then Localized
Property Name returns Metric. If the path is set to name, then Localized Type Name
returns String.
Przeglądanie stron 144
1 2 ... 140 141 142 143 144 145 146 147 148 149 150 ... 167 168

Komentarze do niniejszej Instrukcji

Brak uwag