InlineEnvironmentPairsListRequestParameters1

InlineEnvironmentPairsListRequestParameters1
InlineEnvironmentPairsListRequestParameters1
JSON Example
{
    "site_ids": [
        "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
    }
}
array of string
site_ids
Optional

Filter based on site id

array of string
src_env_ids
Optional

Filter and include any environment pairs where src_env_id IN src_env_ids.

array of string
dst_env_ids
Optional

Filter and include any environment pairs where dst_env_id IN dst_env_ids.

array of string
env_ids
Optional

Filter and include any environment pairs where (src_env_id IN env_ids) OR (dst_env_id IN env_ids).

protection_statuses
Optional

Filter and include based on environment pair protection status

boolean
has_category_default_rule_hits
Optional

Filter environment pairs with category default rule hits

boolean
has_protection_rule_hits
Optional

Filter environment pairs with protection rule hits

boolean
has_security_policies
Optional

Filter environment pairs with or without security policies.

time_selection
Optional

Time parameters for querying monitoring data. Specifies the start time for the query window, with the end time implicitly set to the current time. The system will examine monitoring metrics from the specified start_time to now.