InlineEnvironmentSegmentationObject1
InlineEnvironmentSegmentationObject1
JSON Example
{
"id": "env-001",
"display_name": "US_NewYork_Production",
"segmentation_type": "ENVIRONMENT",
"num_applications": 5,
"status": "SUCCESS",
"environment_alerts": [],
"hierarchy": [
{
"scope": "Region",
"value": "US",
"level": 0
},
{
"scope": "Zone",
"value": "NewYork",
"level": 1
},
{
"scope": "Environment",
"value": "Production",
"level": 2
}
],
"realization_groups": [
{
"display_name": "US_NewYork_Production",
"site_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"realization_id": "d5e6f7a8-b9c0-1234-5678-901234defabc",
"status": "SUCCESS",
"policy_path": "/infra/domains/default/groups/env-001",
"tags": [
{
"scope": "Region",
"tag": "US"
},
{
"scope": "Zone",
"tag": "NewYork"
},
{
"scope": "Environment",
"tag": "Production"
}
]
}
]
}
array of
EnvironmentAlert
environment_alerts
Read-Only
A list of alerts associated with the environment, indicating conditions that may impact monitoring or operations.
integer As int32
As int32
num_applications
Optional
The number of applications under this environment.