Version 4.0.24.18 (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
path
Expand HTTP Path definition...
connection_name
Name of connection
query
Expand HTTP Query definition...
fields
Requested fields.
Response
200: Connection features
Datatype
Description
(object)
dialect_name
lock
Name of the dialect for this connection
cost_estimate
lock
True for cost estimating support
multiple_databases
lock
True for multiple database support
column_search
lock
True for cost estimating support
persistent_table_indexes
lock
True for secondary index support
persistent_derived_tables
lock
True for persistent derived table support
turtles
lock
True for turtles support
percentile
lock
True for percentile support
distinct_percentile
lock
True for distinct percentile support
stable_views
lock
True for stable views support
milliseconds
lock
True for millisecond support
microseconds
lock
True for microsecond support
subtotals
lock
True for subtotal support
location
lock
True for geographic location support
timezone
lock
True for timezone conversion in query support
connection_pooling
lock
True for connection pooling support
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link