Get Agentless App Firewall Policy Resources
GET/api/v32.07/policies/firewall/app/agentless/resources
x-prisma-cloud-target-env: {"permission":"policyWAAS"}
Returns the WAAS VPC configuration resources.
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.
configID string
ConfigID is the ID of the VPC configuration.
Responses
- 200
- default
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id string
ID is the resource ID.
name string
Name is the resource name.
type string
Type is the resource type.
[
{
"id": "string",
"name": "string",
"type": "string"
}
]
Loading...