ImportedKubernetesVirtualMachine Table

The ImportedKubernetesVirtualMachine table holds all data for virtual machines that were retrieved from the kubernetes NDI.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ImportedKubernetesVirtualMachine table

Database Column

Details

ComplianceConnectionID

Type: integer. Key. Nullable

The identifier for a data source connection in the ComplianceConnection table.

ExternalNodeID

Type: big integer. Key. Nullable

The identifier used in the source connection for the virtual machine’s node computer.

PodUID

Type: unique identifier. Nullable

The UID of the pod.

Name

Type: text (max 256 characters). Nullable

The name of the kubernetes virtual machine.

UID

Type: text (max 256 characters). Nullable

The UID of the kubernetes virtual machine.

FirmwareUUID

Type: unique identifier. Nullable

The current status of the kubernetes virtual machine.

Architecture

Type: text (max 256 characters). Nullable

The architecture of the kubernetes virtual machine.

CPUCores

Type: decimal. Nullable

Number of CPU cores allocated to the kubernetes virtual machine.

CPUSockets

Type: decimal. Nullable

Number of CPU sockets allocated to the kubernetes virtual machine.

CPUThreads

Type: decimal. Nullable

Number of CPU threads allocated to the kubernetes virtual machine.

CPUModel

Type: text (max 256 characters). Nullable

The CPU Model of the kubernetes virtual machine.

MachineType

Type: text (max 256 characters). Nullable

The machine type of the kubernetes virtual machine.

Image

Type: text. Nullable

The image which was used to create the kubernetes virtual machine.

IPAddress

Type: text (max 256 characters). Nullable

The IP Address of the kubernetes virtual machine.

MACAddress

Type: text (max 256 characters). Nullable

The MacAddress of the kubernetes virtual machine.

GuestMemory

Type: big integer. Nullable

The allocated memory of the kubernetes virtual machine.

CreatedDate

Type: datetime. Nullable

The date when this kubernetes virtual machine was created.