EnvironmentPairsListRequestParameters

EnvironmentPairsListRequestParameters
Environment Pairs List Request Parameters

Filter parameters for listing environment pairs with pagination.

Notes:

  • All filters are combined with AND logic.
  • If time_selection is omitted, defaults to the last 1 hour.
  • env_ids matches pairs where the environment appears as either source or destination; use src_env_ids / dst_env_ids for directional filtering.
  • protection_statuses: [ENVIRONMENT_UNPROTECTED] - surfaces pairs with no dedicated pair-wise protection policy.
AllOf
JSON Example
{
    "site_ids": [
        "string"
    ],
    "offset": 0,
    "page_size": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "src_env_ids": [
        "string"
    ],
    "dst_env_ids": [
        "string"
    ],
    "env_ids": [
        "string"
    ],
    "protection_statuses": [
        "string"
    ],
    "has_category_default_rule_hits": false,
    "has_protection_rule_hits": false,
    "has_security_policies": false,
    "time_selection": {
        "start_time": 0
    }
}