Skip to main content

Get Site Security Prefix Filter (v2.0)

GET 

/v2.0/api/tenants/:tenant_id/sites/:site_id/prefixfilters/:filter_id

List a site security prefix filter.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    site_id stringrequired

    The ID of the site.

    filter_id stringrequired

    The ID of the prefix filter association.

Responses

Successful Operation

Schema
    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...