Index Retrieving Microsoft Hyper-V System Center Virtual Machine Managers GraphQLPowerShell SDKShell query { hypervScvmms(filter: [ {field: NAME_EXACT_MATCH texts: "example"} {field: IS_RELIC texts: "false"} {field: IS_REPLICATED texts: "false"} ]) { nodes { name id hostName scvmmInfo { version } connectionStatus status { connectivity } cluster { name id } effectiveSlaDomain { name id } } } } Retrieving Microsoft Hyper-V Servers GraphQLPowerShell SDKShell query { hypervServersPaginated(filter: [ {field: NAME_EXACT_MATCH texts: "example"} {field: IS_RELIC texts: "false"} {field: IS_REPLICATED texts: "false"} ]) { nodes { name id connectionStatus status { connectivity } cluster { name id } effectiveSlaDomain { name id } } } } Retrieving Microsoft Hyper-V Virtual Machines GraphQLPowerShell SDKShell query { hypervVirtualMachines(filter: [ #{field: NAME_EXACT_MATCH texts: "example"} {field: IS_RELIC texts: "false"} {field: IS_REPLICATED texts: "false"} ]) { nodes { name id cdmId osType agentStatus { connectionStatus disconnectReason } cluster { name id } effectiveSlaDomain { name id } } } }