CompositeCheck
An Avantra composite check.
type CompositeCheck {
id: ID!
compcId: Int @deprecated
custId: Int @deprecated
customer: Customer
name: String
description: String
scope: Int @deprecated
status: Int @deprecated
active: Boolean!
mst: Int!
scopeType: MonitoredSystemType!
}
Fields
CompositeCheck.id ● ID! non-null scalar
This composite check's ID.
CompositeCheck.compcId ● Int deprecated scalar
DEPRECATED
Use the 'id' field. This field will be removed in a later release.
CompositeCheck.custId ● Int deprecated scalar
DEPRECATED
Use the 'customer { id }' field. This field will be removed in a later release.
CompositeCheck.customer ● Customer object
CompositeCheck.name ● String scalar
CompositeCheck.description ● String scalar
CompositeCheck.scope ● Int deprecated scalar
DEPRECATED
Use the 'mst' or the 'scopeType' field. This field will be removed in a later release.
CompositeCheck.status ● Int deprecated scalar
DEPRECATED
Use the 'active' field. This field will be removed in a later release.
CompositeCheck.active ● Boolean! non-null scalar
The active status of this composite check.
CompositeCheck.mst ● Int! non-null scalar
The numeric monitored system type.
CompositeCheck.scopeType ● MonitoredSystemType! non-null enum
The scoped monitored system type.
Returned By
compositeChecks query