MetadataDiscoveryResource
Jersey Resource for metadata operations. The following resources are applicable:
/discovery/search
GET | Search by using a query. | ||||||||
Parameters |
| ||||||||
Response Body |
JSON represents the type and results. |
/discovery/search/dsl
GET | Search by using the query DSL format. | ||||||||
Parameters |
| ||||||||
Response Body |
JSON represents the type and results. |
/discovery/search/fulltext
GET | Search by using full text search. | ||||||||
Parameters |
| ||||||||
Response Body |
JSON represents the type and results. |
/discovery/search/gremlin
GET | Search by using the raw gremlin query format. | ||||||||
Parameters |
| ||||||||
Response Body |
JSON represents the type and results. |