OBJECT
ObservabilityAlertConnection
Observability Alert connection
link GraphQL Schema definition
- type ObservabilityAlertConnection implements Connection, HubPolicyConnection {
- # count of polices on this page
- Int! :
- # Hub Policy edge
- ObservabilityAlertEdge!] : [
- # Represents pagination information in Relay about the edges.
- PageInfo! :
- # Policies
- ObservabilityAlert!] : [
- # Total count of polices
- Int :
- }