Selector
No description
type Selector {
id: Int
customer: Customer
type: Int
name: String
description: String
shared: Boolean
selectorData: String
}
Fields
Selector.id ● Int scalar
primary key of the system selector
Selector.customer ● Customer object
customer for this system selector, can be null
Selector.type ● Int scalar
monitored system type of the system selector mst: Int monitored system type of the system selector, or check selector type if its a check selector
Selector.name ● String scalar
name of the system selector
Selector.description ● String scalar
description of the system selector
Selector.shared ● Boolean scalar
1: shared, 0: not shared/ad-hoc
Selector.selectorData ● String scalar
configuration of the system selector