SegmentationTypeCount

SegmentationTypeCount
Segmentation Type Count

Represents the count of group entities for a specific segmentation object type within a topology result.

Notes:

  • type is a SegmentationObjectType enum value (e.g., Application, Environment, ApplicationTier).
  • count is the number of group entities of that segmentation object type.
JSON Example
{
    "type": "string",
    "count": 0
}
type
Required  

Represents the type of segmentation object.

Enumeration: APPLICATION, ENVIRONMENT, TIER, INFRASTRUCTURE_ASSET, OTHER
integer As int64 As int64
count
Required  

The number of entities.