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 actual count.

    id string

    The ID.

    tenant_id string

    The tenant ID.

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

    The details of the prefix filter.

  • Array [
  • elements string[]

    Elements of the filter.

    path string[]

    Path of the filter.

    site object

    Site of the filter.

    type string

    Type of the filter.

  • ]
  • id string

    The ID.

    prefix_filter_id string

    The ID of the prefix filter.

  • ]
Loading...