InlineProposedSegmentationObjectsRequest1

InlineProposedSegmentationObjectsRequest1
InlineProposedSegmentationObjectsRequest1
JSON Example
{
    "segmentation_object_type": [
        "ENVIRONMENT"
    ],
    "page_size": 1000,
    "sort_ascending": false,
    "sort_by": "displayName",
    "site_ids": [
        "123a456b-123c-456d-89ab-cdef12345678"
    ],
    "offset": 0
}
array of string
id
Optional

Filter by segmentation object Id

array of string
display_name
Optional

Filter by segmentation object name

segmentation_object_type
Optional

Filter by segmentation object type. If omitted, returns all types. Multiple types can be specified to query across types.

Values: OTHER, APPLICATION, APPLICATION_TIER, ENVIRONMENT, INFRASTRUCTURE_SERVICE

array of string
site_id
Optional

Filter by site - returns objects that have groups on the specified site(s)

group_action
Optional

Filter by group action - returns objects that have groups with the specified action

publish_status
Optional

Filter by publication status of proposed segmentation object

array of string
parent_id
Optional

Filter by parent segmentation object id (e.g., filter tiers by parent application)

boolean
has_tiers
Optional

Filter applications by whether they contain tiers.

This filter requires segmentation_object_type: ["APPLICATION"] (single value). Using this filter with other types or multiple types will result in an error.

application_type
Optional

Filter applications by type (REGULAR or CRITICAL).

This filter requires segmentation_object_type: ["APPLICATION"] (single value). Using this filter with other types or multiple types will result in an error.

application_workload_type
Optional

Filter applications by workload type (REGULAR or EPHEMERAL).

This filter requires segmentation_object_type: ["APPLICATION"] (single value). Using this filter with other types or multiple types will result in an error.

array of string
scope
Optional

Filter by scope values from hierarchy tags

array of string
tag
Optional

Filter by tag values from hierarchy tags