ApplicationSegmentationObject

ApplicationSegmentationObject
Application Segmentation Object

Extends SegmentationObject with application-specific classification.

Notes:

  • application_type classifies the application as REGULAR or CRITICAL. Defaults to REGULAR.
  • application_workload_type identifies the workload pattern as REGULAR or EPHEMERAL. Defaults to REGULAR.
  • flow_prioritization_enabled enables flow prioritization for this application.
  • num_tiers, num_out_of_sync_tiers, and num_timed_out_tiers are read-only counters for child tier states.
  • application_alerts (read-only) lists active alerts that may impact monitoring or recommendation execution.
AllOf
This class requires all of the following:
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": []
}