Skip to main content

Agentless App Firewall Policy Impacted

GET 

/api/v32.04/policies/firewall/app/agentless/impacted

x-prisma-cloud-target-env: {"permission":"policyWAAS","saas":true,"self-hosted":true}
x-public: true

AgentlessAppFirewallPolicyImpacted returns a list of mirrored VMs for which the firewall policy rule applies to

Request

Query Parameters

    offset integer

    Offsets the result to a specific report count. Offset starts from 0.

    limit integer

    Limit is the amount to fix.

    sort string

    Sorts the result using a key.

    reverse boolean

    Sorts the result in reverse order.

    ruleName string

    RuleName is the rule name to apply.

Responses

Schema
  • Array [
  • id string

    ID is the VM ID.

    name string

    Name is the VM name.

    networkInterfaceID string

    NetworkInterfaceID is the network interface ID for the VM.

  • ]
Loading...