aws.migrationhubstrategy.list_analyzable_servers
Example SQL Queries
SELECT * FROMaws.migrationhubstrategy.list_analyzable_servers;Description
Retrieves a list of all the servers fetched from customer vCenter using Strategy Recommendation Collector.
Table Definition
| Column Name | Column Data Type |
|---|---|
| sort Input Column Specifies whether to sort by ascending (ASC) or descending (DESC) order. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| hostname The host name of the analyzable server. | VARCHAR |
| ip_address The ip address of the analyzable server. | VARCHAR |
| source The data source of the analyzable server. | VARCHAR |
| vm_id The virtual machine id of the analyzable server. | VARCHAR |