CreateSystemSelectorInput
No description
input CreateSystemSelectorInput {
name: String!
customerId: ID
type: SelectorObjectType!
description: String
shared: Boolean!
criteria: [SelectorCriterionInput!]!
raw: RawSelectorDataInput
}
Fields
CreateSystemSelectorInput.name ● String! non-null scalar
The name for the new system selector.
CreateSystemSelectorInput.customerId ● ID scalar
The customer for which a selector should be created. Can be null ("public") if the current user is a super user otherwise the current user needs the SYSTEM_EDIT permission for the set customer ID.
CreateSystemSelectorInput.type ● SelectorObjectType! non-null enum
For which system types the selector should be created. Valid types for system selectors are: SERVER, SAP_INSTANCE SAP_SYSTEM, DATABASE BUSINESS_SERVICE, SAP_BUSINESS_OBJECT, CLOUD_SERVICE, SAP_SYSTEM_WITH_SAP_INSTANCE, ALL_MONITORED_SYSTEM_TYPES
CreateSystemSelectorInput.description ● String scalar
A description for the new system selector
CreateSystemSelectorInput.shared ● Boolean! non-null scalar
A flag deciding whether the new system selector is a public or ad-hoc selector.
CreateSystemSelectorInput.criteria ● [SelectorCriterionInput!]! non-null input
The typed criteria list to use to create the system selector.
CreateSystemSelectorInput.raw ● RawSelectorDataInput input
If raw is used the typeCriteria field will be ignored and the selector will be create from the XML data.
Member Of
createSystemSelector mutation