InfrastructureAssetSegmentationObject

InfrastructureAssetSegmentationObject
Infrastructure Asset Segmentation Object

Extends SegmentationObject to represent an infrastructure service asset (e.g., NTP, DNS servers) modeled outside the standard application/environment hierarchy.

Notes:

  • unordered_tags (read-only) carries service-specific qualifier tags (e.g., the infrastructure service name) that do not participate in the hierarchical ordering.
  • infrastructure_asset_alerts (read-only) lists active alerts for this asset.
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": "infra-001",
    "display_name": "SSP_Infra_US-West_AZ1_Dev_NTP_Group",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "segmentation_type": "INFRASTRUCTURE_ASSET",
    "hierarchy": [
        {
            "scope": "Region",
            "value": "US-West",
            "level": 0
        },
        {
            "scope": "Zone",
            "value": "AZ1",
            "level": 1
        },
        {
            "scope": "Environment",
            "value": "Dev",
            "level": 2
        }
    ],
    "realization_groups": [
        {
            "display_name": "SSP_Infra_US-West_AZ1_Dev_NTP_Group",
            "site_id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
            "realization_id": "b9c0d1e2-f3a4-5678-9012-345678bcdefg",
            "status": "SUCCESS",
            "policy_path": "/infra/domains/default/groups/infra-001",
            "tags": [
                {
                    "scope": "Region",
                    "tag": "US"
                },
                {
                    "scope": "Zone",
                    "tag": "AZ1"
                },
                {
                    "scope": "Environment",
                    "tag": "Dev"
                },
                {
                    "scope": "sspinfra.service",
                    "tag": "NTP"
                }
            ]
        }
    ],
    "status": "SUCCESS",
    "infrastructure_asset_alerts": []
}