Get Site Security Filters (v2.0)
GET/v2.0/api/tenants/:tenant_id/sites/:site_id/prefixfilters
List all the site security filters.
Request
Path Parameters
tenant_id stringrequired
The tenant ID.
site_id stringrequired
The ID of the site.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
count int32
The actual count.
id string
The ID.
tenant_id string
The tenant ID.
items PrefixFilterAssociation[]
filters Filter[]required
The details of the prefix filter.
elements string[]
Elements of the filter.
path string[]
Path of the filter.
site object
Site of the filter.
type string
Type of the filter.
wn_path string[]
Wn Path
id string
The ID.
prefix_filter_id string
The ID of the prefix filter.
{
"count": 0,
"id": "string",
"tenant_id": "string",
"items": [
{
"filters": [
{
"elements": [
"string"
],
"path": [
"string"
],
"site": {},
"type": "string",
"wn_path": [
"string"
]
}
],
"id": "string",
"prefix_filter_id": "string"
}
]
}
Loading...