List all the filtered objects.

Privileges: RESTORE_VIEW

List all the filtered objects using given regular expressions and wildcard supported search strings. We are currenly supporting this for only SQL adapter.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Specifies the parameters to filter objects.

string | null
enum

Specifies the type of application enviornment needed for filtering to be applied on. This is needed because in case of applications like SQL, Oracle, a single source can contain multiple application enviornments.

Allowed:
string | null
enum
required

Specifies the type of filtering user wants to perform. Currently, we only support exclude type of filter.

Allowed:
filters
array of objects | null
required

Specifies the list of filters that need to be applied on given list of discovered objects.

filters*
string | null

Specifies the filter string using wildcard supported strings or regular expressions.

boolean | null
Defaults to false

Specifies whether the provided filter string is a regular expression or not. This needs to be explicitly set to true if user is trying to filter by regular expressions. Not providing this value in case of regular expression can result in unintended results. The default value is assumed to be false.

boolean | null
Defaults to false

If true, the response will include objects which belongs to all tenants which the current user has permission to see. Default value is false.

objectIds
array of int64s | null
required

Specifies a list of non leaf object ids to filter the leaf level objects. Non leaf object such host (physical or vm) or database instance can be specified.

objectIds*
tenantIds
array of strings | null

TenantIds contains list of the tenant for which objects are to be returned.

tenantIds
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json