OBJECT

HyperVStatus

Description

Additional information about the status of a Hyperv SCVMM.

link GraphQL Schema definition

  • type HyperVStatus {
  • # Connection status of the SCVMM server.
  • connectivity: String!
  • # Timestamp when status was updated.
  • timestampMillis: DateTime
  • }