Content Filter Profiles
Last updated
Was this helpful?
Last updated
Was this helpful?
Update an existing set of Content Filter Profiles for a configuration
/api/v4.0/conf/{config}/content-filter-profiles
When true, arguments, headers or cookies, which contain only alpha numeric characters, will be ignored
A seed which will be used in the masking process
List of tags to apply
List of tags to apply
List of tags to apply
List of tags to apply
A field in a JSON that contains GraphQL query that need to be parsed. The value should be passed in JSONPath format. It supports regex for values as well.
List of content types
Create a complete set of Content Filter Profiles for a configuration
/api/v4.0/conf/{config}/content-filter-profiles
When true, arguments, headers or cookies, which contain only alpha numeric characters, will be ignored
A seed which will be used in the masking process
List of tags to apply
List of tags to apply
List of tags to apply
List of tags to apply
A field in a JSON that contains GraphQL query that need to be parsed. The value should be passed in JSONPath format. It supports regex for values as well.
List of content types
Update an individual Content Filter Profile within a configuration
/api/v4.0/conf/{config}/content-filter-profiles/{entry_id}
When true, arguments, headers or cookies, which contain only alpha numeric characters, will be ignored
A seed which will be used in the masking process
List of tags to apply
List of tags to apply
List of tags to apply
List of tags to apply
A field in a JSON that contains GraphQL query that need to be parsed. The value should be passed in JSONPath format. It supports regex for values as well.
List of content types
Create an individual Content Filter Profile within a configuration
/api/v4.0/conf/{config}/content-filter-profiles/{entry_id}
When true, arguments, headers or cookies, which contain only alpha numeric characters, will be ignored
A seed which will be used in the masking process
List of tags to apply
List of tags to apply
List of tags to apply
List of tags to apply
A field in a JSON that contains GraphQL query that need to be parsed. The value should be passed in JSONPath format. It supports regex for values as well.
List of content types
Delete an individual Content Filter Profile from the specified configuration
/api/v4.0/conf/{config}/content-filter-profiles/{entry_id}
Set a previous Content Filter Profile version to be the current one
/api/v4.0/conf/{config}/content-filter-profiles/versions/{version}/revert