REST Resources
This API supports a Representational State Transfer (REST) model for accessing a set of resources through a fixed set of operations. The following resources are accessible through the RESTful model:
- /v1/entities
- /v1/entities/{id}
- /v1/interactive/entities
- /v1/lineage
- /v1/relations
- /v1/relations/{identity}
- /v1/schemas/{resource}/fields
- /v2/entities
- /v2/entities/{id}
- /v2/interactive/entities
- /v2/lineage
- /v2/relations
- /v2/relations/{identity}
- /v2/schemas/{resource}/fields
- /v3/audits
- /v3/audits/fields
- /v3/audits/reports
- /v3/audits/reports/{name}
- /v3/auth/group
- /v3/auth/group/{groupDn}
- /v3/auth/groups
- /v3/auth/roles
- /v3/entities
- /v3/entities/{id}
- /v3/interactive/entities
- /v3/lineage
- /v3/policy
- /v3/policy/{id}
- /v3/relations
- /v3/relations/{identity}
- /v3/schemas/{resource}/fields
- /version
There is also a WADL document describing the REST API.