responses¶
DatabasesResponse pydantic-model ¶
Successful response for GET /databases
This model is essentially equal to LinksResponse with the exception of the `data´ field's description.
DatabasesResponseSingle pydantic-model ¶
Successful response for POST /databases and GET /databases/{database_id}
GatewaysResponse pydantic-model ¶
Successful response for GET /gateways
GatewaysResponseSingle pydantic-model ¶
Successful response for POST /gateways and GET /gateways/{gateway_id}
QueriesResponse pydantic-model ¶
Successful response for GET /gateways/{gateway_ID}/queries
QueriesResponseSingle pydantic-model ¶
Successful response for POST /gateways/{gateway_ID}/queries and GET /gateways/{gateway_ID}/queries/{query_id}