Magidoc

SystemSelector
Object

Fields

#

id

ID !
Non-null

The unique ID for the selector.

name

The name of the selector.

type

Non-null

The targeted type of this selector.

description

A meaningful description for this selector.

shared

Non-null

true: shared, false: not shared/ad-hoc

customer

The associated customer. If shared is false (=ad-hoc) then the customer will always be null. If this is a public system selector the customer can be null as well but then it is a system selector visible to everyone.

criteria

Non-null

The list of criteria used for this system selector.

systems

Non-null

If this field is queried the system selector is applied with the current user's permissions returns the list of monitored systems. At the moment there is no filtering and sorting possible.

systemIds

[ ID !]!
Non-null

If this field is queried the system selector is applied with the current user's permissions returns the list of monitored system IDs. At the moment there is no filtering and sorting possible. If only the ID of the monitored systems are needed this field has a better performance than the 'systems' field.

raw

Non-null

This fields holds some raw data like the XML data of the selector.

timestamp

When was this selector modified for the last time.

Interfaces

#

Also implements SelectorBase .

Usages

#

References

#