Get Host Vulnerability Policy
GET/api/v32.07/policies/vulnerability/host
x-prisma-cloud-target-env: {"permission":"policyHosts"}
Retrieves the vulnerability policy for your hosts protected by Defender. A policy consists of ordered rules.
This endpoint maps to Defend > Vulnerabilities > Hosts > Running hosts in the Console UI.
cURL Request
Refer to the following example cURL command:
$ curl -k \
  -u <USER> \
  -H 'Content-Type: application/json' \
  -X GET \
  'https://<CONSOLE>/api/v<VERSION>/policies/vulnerability/host'
A successful response returns a list of vulnerability rules in the policy.
Responses
- 200
- default
Policy represents a policy that should be enforced by the Auditor