InlineSegmentationObject1
InlineSegmentationObject1
JSON Example
{
"segmentation_type": "string",
"hierarchy": [
{
"scope": "Application",
"value": "E-Commerce Platform",
"level": 0
}
],
"realization_groups": [
{
"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"
}
]
}
],
"status": "SUCCESS"
}
segmentation_type
Required
Represents the type of segmentation object.
Enumeration:
APPLICATION,
ENVIRONMENT,
TIER,
INFRASTRUCTURE_ASSET,
OTHER
array of
SegmentationObjectHierarchyNode
hierarchy
Read-Only
The hierarchical structure of the Segmentation object, sorted from top level to bottom level.
array of
RealizationGroup
realization_groups
Read-Only
Group realizations of the segmentation object
status
Read-Only
Represents the status of a segmentation object.
Enumeration:
SUCCESS,
IN_PROGRESS,
OUT_OF_SYNC,
TIME_OUT