ListSegmentationObjectRequestParameters
List Segmentation Object Request Parameters
Request body for listing segmentation objects with optional filtering and pagination.
Notes:
- All filter fields are optional and combinable.
segmentation_typerestricts results to one or more object types.parent_idfinds child objects (e.g., tiers of an application).child_idfinds parent objects (e.g., the application containing a tier).application_type,application_workload_type, andflow_prioritization_enabledapply only when filtering forAPPLICATIONobjects.alertsaccepts a polymorphic list ofSegmentationAlertFiltersubtypes to filter by alert condition.realization_group_filterrequiressite_idplus eitherpolicy_pathorrealization_id.- Pagination and sorting are controlled via fields inherited from
ListRequestParameters.
AllOf
This class requires all of the following:
JSON Example
{
"site_ids": [
"string"
],
"offset": 0,
"page_size": 100,
"sort_ascending": true,
"sort_by": "display_name",
"segmentation_type": [
"APPLICATION"
],
"status": [
"SUCCESS",
"IN_PROGRESS"
],
"application_type": "CRITICAL",
"flow_prioritization_enabled": true
}