OBJECT

VirtualMachineSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type VirtualMachineSummary {
  • # Supported in v5.0+
  • clusterName: String
  • # Required. Supported in v5.0+
  • # Brief info of all the objects in the folder path to this VM.
  • folderPath: [VmPathPoint!]!
  • # Required. Supported in v5.0+
  • # Status of authentication with a specific virtual machine using guest
  • # credentials. Possible values are: SUCCESSFUL, PENDING, or FAILED.
  • guestCredentialAuthorizationStatus: String!
  • # Supported in v5.0+
  • guestOsName: String
  • # Supported in v5.0+
  • hostId: String
  • # Supported in v5.0+
  • hostName: String
  • # Required. Supported in v5.0+
  • # Brief info of all the objects in the infrastructure path to this VM.
  • infraPath: [VmPathPoint!]!
  • # Required. Supported in v5.0+
  • ipAddress: String!
  • # Required. Supported in v5.0+
  • isRelic: Boolean!
  • # Required. Supported in v5.0+
  • isReplicationEnabled: Boolean!
  • # Required. Supported in v5.0+
  • moid: String!
  • # Supported in v5.0+
  • # Configuration information for the vApp that manages a specified virtual machine.
  • parentAppInfo: ParentAppInfo
  • # Supported in v5.0+
  • # The power status of VM(ON,OFF,SLEEP etc.).
  • powerStatus: String
  • # Supported in v5.0+
  • protectionDate: DateTime
  • # Supported in v5.0+
  • toolsInstalled: Boolean
  • # Supported in v5.0+
  • vcenterId: String
  • # Required. Supported in v5.0+
  • vmwareToolsInstalled: Boolean!
  • # Supported in v8.0+
  • instanceUuid: String
  • snappable: CdmWorkload
  • snapshotConsistencyMandate: VirtualMachineSummarySnapshotConsistencyMandate!
  • # Virtual Machine Template summary.
  • templateType: VirtualMachineTemplateType
  • # Supported in v5.0+
  • # The status of the Rubrik Backup Service agent for virtual machines.
  • agentStatus: CdmAgentStatus
  • # Supported in v5.0+
  • # Cloud instantiation specification for the selected virtual machine.
  • cloudInstantiationSpec: CloudInstantiationSpec
  • # Supported in v7.0+
  • advancedSummary: AdvancedVirtualMachineSummary
  • }