RecommendationGroupRelatedInfo
Provides basic information about an NSX group and its associated segmentation object on SSP. The segmentation object related fields are null if the group doesn't have an associated SSP segmentation object.
{
"site_id": "string",
"group_id": "string",
"group_path": "string",
"group_name": "string",
"seg_obj_id": "string",
"seg_obj_path": "string",
"seg_obj_name": "string",
"seg_obj_type": "string",
"deleted": false
}
The site identifier (local manager ID) where this group and its associated segmentation object exist. Used to identify the location of the group in a multi-site deployment.
The NSX group ID.
The NSX group path.
The NSX group name.
The segmentation object ID.
The segmentation object path.
The segmentation object name.
The segmentation object type.
A flag indicating whether the group has been deleted.