Software Secure Workload
Activity Configure

Get Specific Exclusion Filter

This endpoint returns an instance of an exclusion filters.

GET /openapi/v1/exclusion_filters/{exclusion_filter_id}

Parameters: The request URL contains the following parameters

Name

Type

Description

exclusion_filter_id

string

The unique identifier for the exclusion filter.

Response object: Returns the exclusion filter object with the specified ID.

Sample python code


  exclusion_filter_id = '<exclusion-filter-id>'
  restclient.get('/exclusion_filters/%s' % exclusion_filter_id)