Skip to content

DefaultApi

All URIs are relative to https://localhost:8080

Method HTTP request Description
getAssetInfo POST /getAssetInfo This REST API gets data asset information from the data catalog configured in fybrik for the data sets indicated in FybrikApplication yaml

getAssetInfo

GetAssetResponse getAssetInfo(X-Request-Datacatalog-CredGetAssetRequest)

This REST API gets data asset information from the data catalog configured in fybrik for the data sets indicated in FybrikApplication yaml

Parameters

Name Type Description Notes
X-Request-Datacatalog-Cred String [default to null]
GetAssetRequest GetAssetRequest Data Catalog Request Object.

Return type

GetAssetResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to API-Specification]