Implement node query

This commit is contained in:
2025-06-06 16:04:53 +02:00
parent 3d6dca9386
commit 87c93e90cd
2 changed files with 47 additions and 3 deletions

View File

@@ -393,7 +393,6 @@ type TimeRangeOutput {
input NodeFilter {
hostname: StringInput
cluster: StringInput
subCluster: StringInput
nodeState: NodeState
healthState: MonitoringState
}