Skip to main content

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

Successful Operation

Schema
    count int32

    The number of responses.

    id string

    The ID of the response.

    tenant_id string

    The ID of the tenant.

    items PrefixFilterAssociation[]
  • Array [
  • filters Filter[]required

    The details of the prefix filter.

  • Array [
  • elements string[]required

    Filter by element.

    path string[]required

    Filter by path.

    site objectrequired

    Filter by site.

    type string

    Filter by type.

  • ]
  • id string

    The ID.

    prefix_filter_id string

    The ID of the prefix filter.

  • ]
Loading...