InlineApplicationSegmentationObject1

InlineApplicationSegmentationObject1
InlineApplicationSegmentationObject1
JSON Example
{
    "id": "app-001",
    "display_name": "US_NewYork_Production_ECommerce",
    "segmentation_type": "APPLICATION",
    "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,
    "status": "SUCCESS",
    "application_alerts": [],
    "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"
                }
            ]
        }
    ]
}
application_alerts
Read-Only  

List of alerts associated with this specific application, indicating conditions that may impact monitoring or operations.

application_type
Optional
Constraints: default: REGULAR

Specifies the priority level of the application.

Enumeration: REGULAR, CRITICAL
application_workload_type
Optional
Constraints: default: REGULAR

Represents the type of workloads that are contained in an application.

Enumeration: REGULAR, EPHEMERAL
boolean
flow_prioritization_enabled
Optional

Flow prioritization enabled filter

integer As int32 As int32
num_tiers
Read-Only  

The number of tiers under this application.

integer
num_out_of_sync_tiers
Read-Only  

The number of out-of-sync tiers under this application.

integer
num_timed_out_tiers
Read-Only  

The number of timed-out tiers under this application.