Search Knowledge Base by Keyword
-
Introduction
-
Fundamentals
-
My ReadyWorks
-
Analytics
-
-
-
- Available Reports
- All Data Types
- Application Certification Status
- Application Discovery
- Application Group Analysis
- App Group to SCCM Collection Analysis
- Application Install Count
- Application License Management
- Application Usage
- Assets by Values
- Build Sheet
- Computer User Assignment
- Data Type Column Mappings
- Delegate Relationships
- ETL5 Staging Data
- Migration Readiness (Basic)
- Migration Readiness (Complex)
- O365 License Management
- O365 Migration Readiness
- Patch Summary
- Record Count by Property
- SCCM OSD Status
- Scheduled Computers by Wave
- Scheduled Users by Manager
- User Migration Readiness
- VIP Users
- Wave & Task Details
- Wave Group
- Windows 10 Applications
- Show all articles ( 14 ) Collapse Articles
-
-
-
-
Orchestration
-
Data
-
-
- View Primary Data
- Record Properties
- Images
- Notes
- Waves
- Tasks
- Attachments
- History
- Rationalization
- QR Code
- Linked Records
- SCCM Add/Remove Programs
- Altiris Add/Remove Programs
- Related Records
- Advanced Search
- Relationship Chart
- Primary Data Permissions
- Show all articles ( 2 ) Collapse Articles
-
Integration
-
-
-
- View Connection
- Connection Properties
- Make Into Connector
- Delete Connection
- Connection Error Settings
- Inbound Jobs
- Outbound Jobs
- New Inbound Job
- New Outbound Job
- Job Error Settings
- Enable Job
- Disable Job
- Edit Inbound Job
- Edit Outbound Job
- Upload File
- Run Inbound Job
- Run Outbound Job
- Set Runtime to Now
- Reset Job
- Delete Job
- Job Log
- Show all articles ( 6 ) Collapse Articles
-
-
- View Connector
- Connector Properties
- Authentication Methods
- New Authentication Method
- Authentication Method Error Settings
- Edit Authentication Method
- Delete Authentication Method
- Fields
- Edit Field
- Inbound Job Fields
- Edit Inbound Job Field
- Inbound Job Templates
- New Inbound Job Template
- Job Template Error Settings
- Edit Inbound Job Template
- Delete Inbound Job Template
- Outbound Job Fields
- Edit Outbound Job Field
- Outbound Job Templates
- New Outbound Job Template
- Edit Outbound Job Template
- Delete Outbound Job Template
- Show all articles ( 7 ) Collapse Articles
-
-
- ETL5 Connector Info
- Absolute
- Azure Active Directory
- Comma-Separated Values (CSV) File
- Generic Rest JSON API
- Generic Rest XML API
- Ivanti (Landesk)
- JAMF
- JSON Data (JSON) File
- MariaDB
- Microsoft Endpoint Manager: Configuration Manager
- Microsoft SQL
- Microsoft Intune
- Oracle MySQL
- PostgreSQL
- Pure Storage
- ServiceNow
- Tanium
- XML Data (XML) File
- JetPatch
- Lenovo XCLarity
- Nutanix Move
- Nutanix Prism
- Nutanix Prism - Legacy
- RVTools
- Simple Object Access Protocol (SOAP)
- VMware vCenter
- VMware vCenter SOAP
- Cloudian
- Cohesity
- Dell EMC
- Dell Powerflex
- Everpure
- Hitachi Vantara
- Intel Redfish
- NetApp
- Nutanix AHV Compatibility Matrix
- Nutanix Collector
- PowerShell: Microsoft Active Directory
- PowerShell: Oracle MySQL
- PowerShell: Microsoft SQL
- Qumulo
- Scality
- Veeam
- Show all articles ( 29 ) Collapse Articles
-
-
Admin
-
-
-
- Modules
- Attachments
- Bulk Edit
- Data Generator
- Data Mapping
- Data Quality
- ETL
- Form Builder
- Images
- Multi-Factor Authentication
- Notifications
- Rationalization
- Relationship Chart
- Reports
- Rules
- Single Sign-On
- T-Comm
- User Experience
- Show all articles ( 4 ) Collapse Articles
-
-
API
-
Administration
-
FAQs
-
Solutions
-
Nutanix Collector
Overview
Nutanix Collector is a free inventory and sizing utility published by Nutanix. An engineer points it at a VMware vCenter (or a Hyper-V or Nutanix cluster), lets it run a discovery pass, and it produces a workbook of tabbed inventory reports covering virtual machines, hosts, clusters, storage and performance. The tabs are conventionally named after the report they carry, so the virtual machine inventory tab exports as a file whose name ends in tabvInfo. It is the usual first artifact produced when an organisation starts scoping a move off VMware.
The ReadyWorks connector reads those exports as files. There is no API call and no credential: the connection points at a directory on the ReadyWorks server (or accepts a manual upload through the console), the job names the CSV to read, and the csv_file.php driver parses the header row into columns and each subsequent row into a record in the destination staging table. Column names come from the export itself, so whatever tab you feed it defines the shape of the table.
In a ReadyWorks context this is the fastest way to get a real VMware estate into the data fabric without asking anyone for vCenter credentials. Once the Collector inventory is staged you can reconcile virtual machines against the CMDB, against Active Directory computer objects and against application ownership records, and then drive migration waves from the result. Pairing it with the Nutanix AHV Compatibility Matrix connector lets you classify each guest OS descriptor for AHV migration readiness.
The connector is inbound only. It reads files and writes staging tables, and it never sends anything back to Nutanix Collector.
NOTE: Nutanix Collector produces one file per report tab. The shipped job reads a single tab. To bring in host, cluster, storage or performance tabs, add one job per tab with its own destination table, or leave the file selection blank so that every CSV in the connection path is processed.
Connector Properties
| Property | Value |
|---|---|
| Identifier | NUTANIX COLLECTOR |
| Name | Nutanix Collector |
| Description | Nutanix Collector is used to quickly generate CSV reports of various VMware inventory data. |
| Job Types | Inbound Only |
| Order | 10 |
| Enabled | Yes |
| Locked | Yes |
| Block Update | No |
| Single Authentication | No |
| Windows Only | No |
| Connector Version | 2025-09-16 |
| Hooks | None |
| Additional Job Fields | None |
| Image |
Authentication Methods
The connector offers one method. It handles files on disk or files uploaded through the ReadyWorks console, and it needs no credentials.
| Method | Identifier | Base Method | Script | Order | Enabled | Config Fields |
|---|---|---|---|---|---|---|
| Comma Separated File | NUTANIX COLLECTOR_370b |
CSV_file |
csv_file.php |
10 | Yes | 3 |
Method 1: Comma Separated File (NUTANIX COLLECTOR_370b)
No Authentication
Comma Separated File reads Collector exports from a path on the ReadyWorks server. Set Server File Path to the directory the exports land in (the default is storage/etl5), and set Manual File Upload to Yes if operators will attach the file through the console instead of dropping it on the server. Nothing is authenticated, so the security boundary is whatever controls write access to that directory.
Connection Configuration Fields (3)
| Order | Label | Type | Required | Default | Max Len | Tooltip |
|---|---|---|---|---|---|---|
| 30 | Server File Path | text | Yes | storage/etl5 |
255 | Enter path where the files to process are located or where manually uploaded files are stored (exclude starting and ending backslash) |
| 230 | Manual File Upload | radio | Yes | 0 |
Choose if file is uploaded manually or processed from the server | |
| 250 | Additional Job Fields | fields_list | No | Enter list of additional fields to add to staging data for all jobs |
No authentication recipe is stored. The driver script authenticates natively using the fields above.
Inbound Job Fields Enabled (11)
These are the job-level settings exposed for a Nutanix Collector import.
| Order | Label | Type | Required | Default | Tooltip |
|---|---|---|---|---|---|
| 10 | Job Description | text | Yes | Enter description of the Job | |
| 20 | Job Schedule | lookup | Yes | Daily | Select frequency Job should run |
| 30 | Enabled | radio | Yes | Yes | Choose if Job is enabled |
| 60 | Allow Empty Table | radio | Yes | Yes | Choose if an empty table is allowed |
| 70 | Destination Table | text | Yes | Enter name of the destination table | |
| 80 | Data Identity | text | No | Enter identity of the Job | |
| 90 | CSV File or Path | textarea | No | Enter CSV filename or path (exclude starting and ending backslash); leave blank to upload all files in the base folder path of the Connection | |
| 110 | Append Files to Same Destination Table | radio | No | No | Choose if multiple files in the same path will append to the same destination table, or will create a new destination table for each file |
| 120 | Append New Data to Existing Tables | radio | No | No | Choose if new data will append to the existing destination table, or will create a new destination table |
| 130 | Fields to Index | text | No | Enter fields to index | |
| 560 | Order | text | Yes | Enter order of the Job |
Inbound Job Templates (1)
One inbound template ships, covering the virtual machine inventory tab. It arrives disabled so that you can point it at your own file name and destination table before it runs.
| # | Job Description | Destination Table | API End Point | Enabled | What It Pulls |
|---|---|---|---|---|---|
| 1 | Nutanix Collector – Tab Info | nutanix_collector_info_data |
Not set |
No | Reads Nutanix_Collector_tabvInfo.csv, the virtual machine inventory tab of a Collector export, into nutanix_collector_info_data. Expect one row per virtual machine with its name, power state, guest OS descriptor, allocated vCPU and memory, provisioned and used storage, and its host and cluster placement. |
Job Template Configuration
Settings
| Setting | Value |
|---|---|
| Order | 10 |
| Enabled | No |
| Job Schedule | Daily (15 1 * * *) |
| Destination Table | nutanix_collector_info_data |
| Data Identity | nutanix_collector_tab_info_data |
| Allow Empty Table | Yes |
| Append Files to Same Destination Table | No |
| Append New Data to Existing Tables | No |
| Use Unparsed Data | No |
| Convert UUID-Keyed Objects to Rows | No |
| Ignore XML Attributes | No |
| Log Raw API Calls | No |
| Method Type | GET |
| Body Data Sending Method | JSON Encoded Data |
Job Parameters and Enumeration
Nutanix Collector – Tab Info
CSV File or Path: Nutanix_Collector_tabvInfo.csv
Outbound Job Templates (0)
This connector ships no outbound templates and does not support outbound jobs.
