INPUT_OBJECT
CreateAlertingRotationMutationInput
The input object that defines the fields for the createAlertingRotation mutation.
link GraphQL Schema definition
- input CreateAlertingRotationMutationInput {
- # A descriptive name.
- String! :
- # Whether or not this is enabled.
- Boolean! :
- # The start.
- Date! :
- # The number of times this repeats.
- Int :
- # The number of weeks between repetitions.
- Int! :
- # Whether this repeats forever or not.
- Boolean! :
- # The number of minutes a device can be in a warning state before generating
- # alert.
- Int! :
- # The number of minutes a device can remain in a warning state before sending a
- # repeat alert.
- Int! :
- # The number of minutes a device can be in a down state before generating alert.
- Int! :
- # The number of minutes a device can remain in a down state before sending a
- # repeat alert.
- Int! :
- # Whether to include all account equipment in this rotation.
- Boolean! :
- # Whether to include all network site equipment in this rotation.
- Boolean! :
- # Whether to include all inventory models in this rotation.
- Boolean! :
- # IDs of `User`s.
- Int64Bit]! : [
- # IDs of `NetworkSite`s.
- Int64Bit] : [
- # IDs of `InventoryModel`s.
- Int64Bit] : [
- # A list of account group IDs that this account is part of.
- Int64Bit] : [
- # IDs of `AccountType`s.
- Int64Bit] : [
- # A note about this entity.
- NoteMutationInput :
- }