AssetInfo
Asset Info
Contains the following metadata about an asset.
- asset identifiers provided in the CSV user file used to resolve to an nsx entity during analysis
- row: row number from the csv which describes the asset
- type: the AssetType of the asset
JSON Example
{
"csv_entry_object": {
"asset_identifiers": [
"string"
]
},
"row": 0,
"type": "string"
}
csv_entry_object
Required
Describes the object given that it has not been processed yet and only has information originating from the user-file.
This differs from a processed object in that we have not identified a corresponding NSX object for the asset.
integer
row
Optional
The row number describing the object. Currently only populated for preprocessed objects
type
Required
Type of asset that can be identified in CSV entries.
- VIRTUAL_MACHINE: VM asset
- GROUP: NSX Group
- SEGMENT: Network segment
- TIER_0: Tier-0 gateway
- TIER_1: Tier-1 gateway
- DVPG: Distributed Virtual Port Group
- IP: IP address
Enumeration:
VIRTUAL_MACHINE,
GROUP,
SEGMENT,
TIER_0,
TIER_1,
DVPG,
IP