Skip to main content
GET
/
api
/
data_shares
/
engine
/
info
Get data shares engine info
curl --request GET \
  --url https://api.example.com/api/data_shares/engine/info \
  --header 'Authorization: Bearer <token>'
{
  "rest_api_url": "<string>",
  "rest_api_url_metastore": "<string>",
  "token_endpoint": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Data shares engine info retrieved successfully

rest_api_url
string
required

The REST API URL of the Tenant Specific data shares engine.

rest_api_url_metastore
string
required

The REST API URL of the shared metastore data shares engine.

token_endpoint
string
required

The token endpoint for authentication.