Skip to main content

Update Security Prefix Filter (v2.0)

PUT 

/sdwan/v2.0/api/sites/:site_id/prefixfilters/:filter_id

Update an existing security prefix filter.

Request

Path Parameters

    site_id stringrequired

    The ID of the site.

    filter_id stringrequired

    The ID of the prefix filter association.

Body

Details of the site security prefix filter to be updated

    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.

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