CloudInsights
No description
type CloudInsights {
alerts(
userId: UUID!
duration: Duration
): Int
unhealthyClouds(
userId: UUID!
): Int
unreachableClusters(
userId: UUID!
): Int
}
Fields
CloudInsights.alerts
● Int
scalar
CloudInsights.alerts.userId
●UUID!
non-null scalar
CloudInsights.alerts.duration
● Duration
scalar
CloudInsights.unhealthyClouds
● Int
scalar
CloudInsights.unhealthyClouds.userId
●UUID!
non-null scalar
CloudInsights.unreachableClusters
● Int
scalar
CloudInsights.unreachableClusters.userId
●UUID!
non-null scalar
Member Of
Insights
object