Metadata features supported by this connection

Version 4.0.24.6 (latest)

Retrieve metadata features for this connection

Returns a list of feature names with true (available) or false (not available)

Request

GET /connections/{connection_name}/features
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
connection_name
string
Name of connection
query
HTTP Query
Expand HTTP Query definition...
fields
string
Requested fields.

Response

200: Connection features

Datatype
Description
dialect_name
string
Name of the dialect for this connection
cost_estimate
boolean
True for cost estimating support
multiple_databases
boolean
True for multiple database support
column_search
boolean
True for cost estimating support
persistent_table_indexes
boolean
True for secondary index support
persistent_derived_tables
boolean
True for persistent derived table support
turtles
boolean
True for turtles support
percentile
boolean
True for percentile support
distinct_percentile
boolean
True for distinct percentile support
stable_views
boolean
True for stable views support
milliseconds
boolean
True for millisecond support
microseconds
boolean
True for microsecond support
subtotals
boolean
True for subtotal support
location
boolean
True for geographic location support
timezone
boolean
True for timezone conversion in query support
connection_pooling
boolean
True for connection pooling support

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link