MonitoringParameterGroup
A monitoring parameter group is a collection of monitoring parameters. It is used to group parameters together.
type MonitoringParameterGroup {
id: ID!
name: String!
description: String
docsSource: String
agentVersionBegin: Version
agentVersionEnd: Version
agentVersionInUse: Version
checks: [Check!]!
system: MonitoredSystem
valueParameters: [ValueParameter!]!
exceptionParameters: [ExceptionParameter!]!
backupAgeParameters: [BackupAgeParameter!]!
}
Fields
MonitoringParameterGroup.id ● ID! non-null scalar
A monitoring parameter group always has an ID
MonitoringParameterGroup.name ● String! non-null scalar
A monitoring parameter group always has a name
MonitoringParameterGroup.description ● String scalar
The description of the monitoring parameter group.
MonitoringParameterGroup.docsSource ● String scalar
The documentation source of the monitoring parameter group.
MonitoringParameterGroup.agentVersionBegin ● Version object
The agent since version for which this parameter group is valid. It is used to determine the version of the agent
MonitoringParameterGroup.agentVersionEnd ● Version object
The agent until version for which this parameter group is valid. It is used to determine the version of the agent
MonitoringParameterGroup.agentVersionInUse ● Version object
The currently used agent version for this group.
MonitoringParameterGroup.checks ● [Check!]! non-null interface
All the linked checks for this parameter group.
MonitoringParameterGroup.system ● MonitoredSystem interface
The linked system if there is one.
MonitoringParameterGroup.valueParameters ● [ValueParameter!]! non-null object
All the parameters belonging to this parameter group.
MonitoringParameterGroup.exceptionParameters ● [ExceptionParameter!]! non-null object
All the parameters belonging to this parameter group.
MonitoringParameterGroup.backupAgeParameters ● [BackupAgeParameter!]! non-null object
All the parameters belonging to this parameter group.
Member Of
BusinessService object ● CloudService object ● Database object ● MonitoredSystem interface ● MonitoringParametersQueries object ● SapBusinessObject object ● SapInstance object ● SapSystem object ● Server object