RealizationGroup

RealizationGroup
Realization Group

Represents the per-site NSX group realization of a segmentation object. Each segmentation object may have one realization group per site.

Notes:

  • site_id identifies the NSX manager site where this group is realized.
  • realization_id is the UUID of the realized NSX group.
  • policy_path is the NSX policy path for the group (e.g., /infra/domains/default/groups/<id>).
  • status reflects the realization state for this specific site.
  • tags carries all the tags applied to the group.
AllOf
This class requires all of the following:
JSON Example
{
    "display_name": "US_NewYork_Production_ECommerce",
    "site_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
    "realization_id": "b2c3d4e5-f6a7-8901-2345-678901bcdefg",
    "status": "SUCCESS",
    "policy_path": "/infra/domains/default/groups/app-001",
    "tags": [
        {
            "scope": "site",
            "tag": "production"
        }
    ]
}