InlineProposedIdsSecurityPoliciesRequest1

InlineProposedIdsSecurityPoliciesRequest1
InlineProposedIdsSecurityPoliciesRequest1
JSON Example
{
    "policy_type": "INFRASTRUCTURE",
    "sort_ascending": false,
    "sort_by": "sequenceNumber",
    "page_size": 1000,
    "site_ids": [
        "123a456b-123c-456d-89ab-cdef12345678"
    ],
    "offset": 0
}
policy_type
Optional

Type of proposed security policy used for polymorphic responses:

  1. ENVIRONMENT - Environment security policy
  2. INFRASTRUCTURE - Infrastructure security policy
Enumeration: ENVIRONMENT, INFRASTRUCTURE
publish_status
Optional

Filter by publication status

array of string
source_groups
Optional

When set, only IDS policies that have at least one rule whose sources match are returned. Semantics match proposed security policy rule filters (ProposedSecurityPoliciesRequest.source_groups).

array of string
destination_groups
Optional

Same as source_groups for each rule's destination groups (and alt_destinations).

array of string
scope
Optional

Same as source_groups for each rule's applied-to scope groups.

array of string
services
Optional

When set, only policies with at least one rule whose services match. Semantics match ProposedSecurityPoliciesRequest.services.

proposed_sync_action
Optional

Filter by proposed sync action. Only IDS policies whose proposed_sync_action matches any of the listed values are returned. OR semantics within the list. When omitted, no filtering by sync action is applied.