EnvironmentPairsListRequestParameters
Environment Pairs List Request Parameters
Filter parameters for listing environment pairs with pagination.
Notes:
- All filters are combined with AND logic.
- If
time_selectionis omitted, defaults to the last 1 hour. env_idsmatches pairs where the environment appears as either source or destination; usesrc_env_ids/dst_env_idsfor directional filtering.protection_statuses: [ENVIRONMENT_UNPROTECTED]- surfaces pairs with no dedicated pair-wise protection policy.
AllOf
This class requires all of the following:
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
}
}