ResolvedObjectInfo
Resolved Object Info
Metadata about a resolved NSX object (VM, segment, or DVPG). Contains the resolved object details and its type.
JSON Example
{
"id": "string",
"display_name": "string",
"site_id": "string",
"object_type": "string"
}
string
id
Required
Unique identifier of the object
string
display_name
Optional
Display name of the object
string
site_id
Optional
Site identifier where the object resides
object_type
Required
Type of NSX object that can be a member of a segmentation group.
- VIRTUAL_MACHINE: VM object
- SEGMENT: Network segment
- DVPG: Distributed Virtual Port Group
- IP: IP address
Enumeration:
VIRTUAL_MACHINE,
SEGMENT,
DVPG,
IP