HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

It allows user to browse the domain rules, with some filters.

This API lets you browse the domain membership rules.

Query Params
integer
Defaults to 100

Specifies the number of rules to be fetched in one paginated request. Response may have a X-Next-Page URL parameter in the header to fetch next set of rules or page

integer
Defaults to 0

Specifies the number of rules to be skipped in one request. Used together with Limit parameter to fetch paginated requests. This is automatically set in X-Next-Page response header if present

Body Params
array of integers
required

Get the rules applied on the requested domain ids.

domain_id*
boolean
required

Get rules that Exclude objects from domain vs Include those into domain.

boolean

Get rules which are applied recursively on the objects (i.e. on object's descendents as well) vs non-recursively. (i.e. only the object)

Responses

Language
Credentials
URL
Choose an example:
application/json