NutanixVm
Nutanix virtual machine details.
Implements: CdmHierarchyObject, CdmHierarchySnappableNew, HierarchyObject, HierarchySnappable, NutanixClusterDescendantType, NutanixClusterLogicalChildType, NutanixPrismCentralDescendantType, NutanixCategoryDescendantType, NutanixCategoryValueDescendantType, NutanixCategoryValueLogicalChildType
Fields
| Field | Type | Description |
|---|---|---|
| agentStatus | NutanixVmAgentStatus! | Nutanix virtual machine agent status. |
| allOrgs | [Org!]! | Organizations to which this hierarchy object belongs. |
| allTags | [AssignedRscTag!]! | RSC tags to which this hierarchy object is assigned. |
| authorizedOperations | [Operation!]! | The authorized operations on the object. |
| blueprintId | String | ID of the Recovery Plan this Nutanix virtual machine belongs to. |
| blueprintName | String | Name of the Recovery Plan this Nutanix virtual machine belongs to. |
| cdmId | String! | CDM ID of the Nutanix virtual machine. |
| cdmLink | String! | A link to view the workload on the CDM cluster. For dev use only. |
| cdmPendingObjectPauseAssignment | PendingObjectPauseAssignmentStatus | Object pause pending assignment details for CDM objects. |
| cluster | Cluster! | Rubrik cluster where this object originated. |
| configuredSlaDomain | SlaDomain! | SLA Domain configured for the hierarchy object. |
| crossAccountReplicatedObjectInfos | [CrossAccountReplicatedObjectInfo!] | Cross-account objects either replicated by this object or related to this object by replication. |
| currentHostId | String | ID of the AHV host where virtual machine is located. This field will be set to null if not provided by Nutanix. |
| effectiveRetentionSlaDomain | SlaDomain | Effective retention of the SLA Domain of the hierarchy object. |
| effectiveSlaDomain | SlaDomain! | Effective SLA Domain of the hierarchy object. |
| effectiveSlaSourceObject | PathNode | Path node of the effective SLA Domain source. |
| excludedDisks | [String!]! | List of IDs of the excluded disks. |
| hypervisorType | String | Hypervisor type, such as AHV. This field will be set to null if not provided by Nutanix. |
| id | UUID! | Object ID. |
| isAgentRegistered | Boolean! | Specifies if the agent is registered. |
| isBlueprintChild | Boolean! | Specifies whether the virtual machine belongs to a disaster recovery. |
| isRelic | Boolean! | Specifies whether this Nutanix virtual machine is currently present on the Nutanix cluster. |
| latestUserNote | LatestUserNote | Latest user note information. |
| logicalPath | [PathNode!]! | Sequential list of the logical ancestors of this object. |
| metadata | NutanixVmMetadata | Metadata of the Nutanix virtual machine. |
| missedSnapshotConnection | MissedSnapshotCommonConnection | The list of missed snapshots for this workload. |
| missedSnapshotGroupByConnection | MissedSnapshotGroupByConnection | The list of missed snapshots for this workload. |
| name | String! | Name of the hierarchy object. |
| newestArchivedSnapshot | CdmSnapshot | The newest snapshot archived to AWS. |
| newestIndexedSnapshot | CdmSnapshot | The most recent indexed snapshot of this workload. |
| newestReplicatedSnapshot | CdmSnapshot | The newest snapshot replicated to a cluster. |
| newestSnapshot | CdmSnapshot | The most recent snapshot of this workload. |
| numWorkloadDescendants | Int! | Number of descendant workloads of this object. |
| nutanixSnapshotConsistencyMandate | CdmNutanixSnapshotConsistencyMandate! | Nutanix snapshot consistency level. |
| nutanixVmMountCount | Int! | Total number of Live Mounts on Nutanix virtual machine. |
| objectPauseStatus | ObjectPauseStatus | Pause status of the hierarchy object. |
| objectType | HierarchyObjectTypeEnum! | Type of this object. |
| oldestSnapshot | CdmSnapshot | The oldest snapshot of this workload. |
| onDemandSnapshotCount | Int! | The number of on-demand snapshots. |
| osType | GuestOsType | Guest operating system type of the virtual machine. This field will be set to null if not provided by Nutanix. |
| pendingObjectDeletionStatus | PendingSnapshotsOfObjectDeletion | Mapping from object ID to pending object deletion status. |
| pendingSla | SlaDomain | SLA Domain assignment of the object during the process of being communicated over to Rubrik CDM. |
| physicalPath | [PathNode!]! | Sequential list of the physical ancestors of this object. |
| postBackupScript | NutanixBackupScript! | Post backup script configuration. |
| postSnapScript | NutanixBackupScript! | Post snapshot script configuration. |
| preBackupScript | NutanixBackupScript! | Pre backup script configuration. |
| primaryClusterLocation | DataLocation! | The source cluster of this object. Returned as a data location because there is no guarantee that Rubrik has knowledge about the source cluster. |
| replicatedObjectCount | Int! | The number of objects either replicated by this object or related to this object by replication. |
| replicatedObjects | [CdmHierarchyObject!]! | Objects either replicated by this object or related to this object by replication. |
| reportSnappable | Snappable | Statistics for Nutanix virtual machine (For example, capacity). |
| securityMetadata | SecurityMetadata | Security posture metadata. |
| slaAssignment | SlaAssignmentTypeEnum! | SLA Domain assignment type for this object. |
| slaPauseStatus | Boolean! | Pause status of the effective SLA Domain of the hierarchy object. |
| snapshotConnection | CdmSnapshotConnection | The list of snapshots taken for this workload. |
| snapshotConsistencyMandate | NutanixVmSnapshotConsistencyMandate! | Deprecated, use nutanixSnapshotConsistencyMandate instead. |
| snapshotDistribution | SnapshotDistribution! | Distribution of the snapshots of the hierarchy object. |
| snapshotGroupByConnection | CdmSnapshotGroupByConnection | GroupBy connection for the snapshots of this workload. |
| snapshotGroupBySummary | CdmSnapshotGroupBySummaryConnection | GroupBy connection for the snapshots of this workload. |
| vmDisks | [NutanixVmDisk!]! | List of virtual disks. |
| vmUuid | UUID! | Virtual machine ID. |
Field Arguments
| Field | Argument | Type | Description |
|---|---|---|---|
| missedSnapshotConnection | first | Int | Returns the first n elements from the list. |
| missedSnapshotConnection | after | String | Returns the elements in the list that occur after the specified cursor. |
| missedSnapshotConnection | filter | MissedSnapshotFilterInput | Filter missed snapshots by date. |
| missedSnapshotGroupByConnection | first | Int | Returns the first n elements from the list. |
| missedSnapshotGroupByConnection | after | String | Returns the elements in the list that occur after the specified cursor. |
| missedSnapshotGroupByConnection | last | Int | Returns the last n elements from the list. |
| missedSnapshotGroupByConnection | before | String | Returns the elements in the list that occur before the specified cursor. |
| missedSnapshotGroupByConnection | filter | MissedSnapshotFilterInput | Filter missed snapshots by date. |
| missedSnapshotGroupByConnection | groupBy (required) | MissedSnapshotGroupByTime! | Group snapshots by field. |
| missedSnapshotGroupByConnection | timezoneOffset | Float | Offset based on the customer timezone. |
| missedSnapshotGroupByConnection | timezone | Timezone | Time zone identifier string. For example, 'America/Los_Angeles' is used for the U.S. Pacific Time zone. |
| newestSnapshot | beforeTime | DateTime | Specifies the time at which or before the snapshot was taken. |
| numWorkloadDescendants | first | Int | Returns the first n elements from the list. |
| numWorkloadDescendants | after | String | Returns the elements in the list that occur after the specified cursor. |
| numWorkloadDescendants | last | Int | Returns the last n elements from the list. |
| numWorkloadDescendants | before | String | Returns the elements in the list that occur before the specified cursor. |
| numWorkloadDescendants | objectTypes | [ManagedObjectType!] | Types of objects to limit the results. If absent, all object types are returned. |
| snapshotConnection | first | Int | Returns the first n elements from the list. |
| snapshotConnection | after | String | Returns the elements in the list that occur after the specified cursor. |
| snapshotConnection | last | Int | Returns the last n elements from the list. |
| snapshotConnection | before | String | Returns the elements in the list that occur before the specified cursor. |
| snapshotConnection | filter | CdmSnapshotFilterInput | Filter snapshot connection. |
| snapshotConnection | sortBy | CdmSnapshotSortByEnum | Sorts snapshots by field. |
| snapshotConnection | sortOrder | SortOrder | Sorts the order of results. |
| snapshotGroupByConnection | first | Int | Returns the first n elements from the list. |
| snapshotGroupByConnection | after | String | Returns the elements in the list that occur after the specified cursor. |
| snapshotGroupByConnection | last | Int | Returns the last n elements from the list. |
| snapshotGroupByConnection | before | String | Returns the elements in the list that occur before the specified cursor. |
| snapshotGroupByConnection | timezoneOffset | Float | Offset based on the customer timezone. |
| snapshotGroupByConnection | filter | CdmSnapshotFilterInput | Filter snapshot connection. |
| snapshotGroupByConnection | groupBy (required) | CdmSnapshotGroupByEnum! | Groups snapshots by field. |
| snapshotGroupByConnection | timezone | Timezone | Time zone identifier string. For example, 'America/Los_Angeles' is used for the U.S. Pacific Time zone. |
| snapshotGroupBySummary | first | Int | Returns the first n elements from the list. |
| snapshotGroupBySummary | after | String | Returns the elements in the list that occur after the specified cursor. |
| snapshotGroupBySummary | last | Int | Returns the last n elements from the list. |
| snapshotGroupBySummary | before | String | Returns the elements in the list that occur before the specified cursor. |
| snapshotGroupBySummary | timezoneOffset | Float | Offset based on the customer timezone. |
| snapshotGroupBySummary | timezone | Timezone | Time zone identifier string. For example, 'America/Los_Angeles' is used for the U.S. Pacific Time zone. |
| snapshotGroupBySummary | filter | CdmSnapshotFilterInput | Filter snapshot connection. |
| snapshotGroupBySummary | groupBy (required) | CdmSnapshotGroupByEnum! | Groups snapshots by field. |
Used By
Queries
- query: nutanixVm
- query: nutanixVms (via connection)
- query: vDiskMountableNutanixVms (via connection)