Host Application Control Rules
GET/api/v30.00/application-control/host
x-prisma-cloud-target-env: {"permission":"policyHosts","saas":true,"self-hosted":true}
x-public: true
HostApplicationControlRules returns the host application control rules
Request
Responses
- 200
- default
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
_id integer
ID is the ID of the rule.
applications object[]
Applications are rules configuring the desired effect per application.
allowedVersions array[]
Conditions represents a list of CVE rules (used to determine whether a CVE applies to a given package)
name string
Name is the name of the application.
description string
Description is the rule description.
disabled boolean
Indicates if the rule is currently disabled (true) or not (false).
modified date-time
Datetime when the rule was last modified.
name string
Name of the rule.
notes string
Free-form text.
owner string
User who created or last modified the rule.
previousName string
Previous name of the rule. Required for rule renaming.
severity string
Severity is the rule's severity.
[
{
"_id": 0,
"applications": [
{
"allowedVersions": [
[
"string"
]
],
"name": "string"
}
],
"description": "string",
"disabled": true,
"modified": "2023-12-01T18:46:56.896Z",
"name": "string",
"notes": "string",
"owner": "string",
"previousName": "string",
"severity": "string"
}
]
Loading...