NOTICE: This Documentation is for JetBackup 4 for Linux.

Please CLICK HERE for the latest JetBackup 5 for Linux Documentation.

manageDatabaseFilter

Description

With this function, you can create/manage database filter(s).

Parameters

Parameter name Type Description Possible values Example
_id String Required on action modify
The ID of the database filter.
  5d0c7da53fbc2a03823e7b74"
action String Required
The action you want to perform.
  • create
  • modify
 
name String Required on action create
Filter name.
   
type Integer Required on action create
Filter Type.
To view the possible values click on Filter Database type  
condition Integer Whether you want to exclude/include the account in the list.
  • include = 1
  • exclude = 2
 
list[] List List of database names to filter. Available only on database filter type(2).   list[]=acct01_db&list[]=acct02_db
rangestart String
The start range char you want to filter by.
Available only on character range filter type(128).
0-9_a-z a
rangeend String
The end range char you want to filter by.
Available only on character range filter type(128).
0-9_a-z z
regex String
The regular expression you want to filter by.
Available only on regex filter type(256).
  /^[ab]/i

Returns

This API call returns database filter object.
To view the parameters that returned click on Database Filter Object

Example