ApplicationSegmentationObject
Application Segmentation Object
Extends SegmentationObject with application-specific classification.
Notes:
application_typeclassifies the application asREGULARorCRITICAL. Defaults toREGULAR.application_workload_typeidentifies the workload pattern asREGULARorEPHEMERAL. Defaults toREGULAR.flow_prioritization_enabledenables flow prioritization for this application.num_tiers,num_out_of_sync_tiers, andnum_timed_out_tiersare read-only counters for child tier states.application_alerts(read-only) lists active alerts that may impact monitoring or recommendation execution.
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": "app-001",
"display_name": "US_NewYork_Production_ECommerce",
"description": "string",
"site_ids": [
"string"
],
"segmentation_type": "APPLICATION",
"hierarchy": [
{
"scope": "Region",
"value": "US",
"level": 0
},
{
"scope": "Zone",
"value": "NewYork",
"level": 1
},
{
"scope": "Environment",
"value": "Production",
"level": 2
},
{
"scope": "Application",
"value": "ECommerce",
"level": 3
}
],
"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": "Region",
"tag": "US"
},
{
"scope": "Zone",
"tag": "NewYork"
},
{
"scope": "Environment",
"tag": "Production"
},
{
"scope": "Application",
"tag": "ECommerce"
}
]
}
],
"status": "SUCCESS",
"application_type": "CRITICAL",
"application_workload_type": "REGULAR",
"flow_prioritization_enabled": true,
"num_tiers": 3,
"num_out_of_sync_tiers": 0,
"num_timed_out_tiers": 0,
"application_alerts": []
}