OtherSegmentationObject
Other Segmentation Object
Extends SegmentationObject to represent a region or zone node at the top of the segmentation hierarchy.
Notes:
other_object_alerts(read-only) lists active alerts for this region or zone.- The
hierarchyfor anOTHERobject contains only the region (level 0) or region and zone (levels 0-1) entries.
AllOf
JSON Example
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "region-001",
"display_name": "US_West",
"description": "string",
"site_ids": [
"string"
],
"segmentation_type": "OTHER",
"hierarchy": [
{
"scope": "Region",
"value": "US-West",
"level": 0
}
],
"realization_groups": [
{
"display_name": "US_West",
"site_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"realization_id": "d1e2f3a4-b5c6-7890-1234-567890defabc",
"status": "SUCCESS",
"policy_path": "/infra/domains/default/groups/region-001",
"tags": [
{
"scope": "Region",
"tag": "US-West"
}
]
}
],
"status": "SUCCESS",
"other_object_alerts": []
}