Data Governance
Also available as:
PDF

MetadataDiscoveryResource

Jersey Resource for metadata operations. The following resources are available:

[Note]Note

Only the Admin user is authorized to invoke the Gremlin search API.

/discovery/search

GET

Search by using a query.

Parameters

name

description

type

default

query

The search query in raw Gremlin or DSL format that falls back to full text.

query

Response Body

element:

(custom)

media types:

application/json

JSON represents the type and results.

/discovery/search/dsl

GET

Search by using the query DSL format.

Parameters

name

description

type

default

query

The search query in DSL format.

query

Response Body

element:

(custom)

media types:

application/json

JSON represents the type and results.

/discovery/search/fulltext

GET

Search by using full text search.

Parameters

name

description

type

default

query

The full text search query.

query

Response Body

element:

(custom)

media types:

application/json

JSON represents the type and results.

/discovery/search/gremlin

GET

Search by using the raw gremlin query format.

Parameters

name

description

type

default

query

The search query in raw gremlin format.

query

Response Body

element:

(custom)

media types:

application/json

JSON represents the type and results.