Skip to main content

vw_import_machines_controllers

Creates, updates, deletes, gets or lists a vw_import_machines_controllers resource.

Overview

Namevw_import_machines_controllers
TypeView
Idazure.migrate.vw_import_machines_controllers

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.firmware') as "firmware",
JSON_EXTRACT(properties, '$.percentageCpuUtilization') as "percentage_cpu_utilization",
JSON_EXTRACT(properties, '$.percentageMemoryUtilization') as "percentage_memory_utilization",
JSON_EXTRACT(properties, '$.numberOfDisks') as "number_of_disks",
JSON_EXTRACT(properties, '$.totalDiskReadOperationsPerSecond') as "total_disk_read_operations_per_second",
JSON_EXTRACT(properties, '$.totalDiskWriteOperationsPerSecond') as "total_disk_write_operations_per_second",
JSON_EXTRACT(properties, '$.totalDiskWriteThroughput') as "total_disk_write_throughput",
JSON_EXTRACT(properties, '$.totalDiskReadThroughput') as "total_disk_read_throughput",
JSON_EXTRACT(properties, '$.macAddress') as "mac_address",
JSON_EXTRACT(properties, '$.ipAddresses') as "ip_addresses",
JSON_EXTRACT(properties, '$.machineId') as "machine_id",
JSON_EXTRACT(properties, '$.machineManagerId') as "machine_manager_id",
JSON_EXTRACT(properties, '$.numberOfNetworkAdapters') as "number_of_network_adapters",
JSON_EXTRACT(properties, '$.networkInThroughput') as "network_in_throughput",
JSON_EXTRACT(properties, '$.networkOutThroughput') as "network_out_throughput",
JSON_EXTRACT(properties, '$.serverType') as "server_type",
JSON_EXTRACT(properties, '$.hypervisor') as "hypervisor",
JSON_EXTRACT(properties, '$.hypervisorVersionNumber') as "hypervisor_version_number",
JSON_EXTRACT(properties, '$.disks') as "disks",
JSON_EXTRACT(properties, '$.vmFqdn') as "vm_fqdn",
JSON_EXTRACT(properties, '$.storageInUseGb') as "storage_in_use_gb",
JSON_EXTRACT(properties, '$.numberOfProcessorCore') as "number_of_processor_core",
JSON_EXTRACT(properties, '$.allocatedMemoryInMb') as "allocated_memory_in_mb",
JSON_EXTRACT(properties, '$.operatingSystemDetails') as "operating_system_details",
JSON_EXTRACT(properties, '$.biosSerialNumber') as "bios_serial_number",
JSON_EXTRACT(properties, '$.biosGuid') as "bios_guid",
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.isDeleted') as "is_deleted",
JSON_EXTRACT(properties, '$.createdTimestamp') as "created_timestamp",
JSON_EXTRACT(properties, '$.updatedTimestamp') as "updated_timestamp",
JSON_EXTRACT(properties, '$.tags') as "tags",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
siteName,
machineName
FROM azure.migrate.import_machines_controllers
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND siteName = 'replace-me';