Appliance Import
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- Vulnerability Response
The Qualys Appliance Transform map is used to transform Qualys Appliance data into appliance records. This is used to update the appliance records that would initially be created from the Asset Group Import. Changes to this transform alter how appliance records are updated with appliance details.
To access this transform map, navigate to .
The table shows the fields currently being transformed.
| Source Field | Target field | Description |
|---|---|---|
| u_name | appliance_name | The name of the Qualys scanner appliance. |
| u_status | appliance_status | The last reported status of the Qualys scanner appliance. |
| u_id | appliance_id | The Qualys appliance identifier. |
In addition to field mappings, there is also a transform script that is executed during the transformation process.
The following table shows when this script runs and what it is used for.
| When the script is run | Purpose of the script |
|---|---|
| onBefore (before an import set has completed transformation). | Used to update appliance names and statuses for the given ID. For internal use. Modifying or deleting is not recommended. |