cURL
curl --request GET \ --url https://{sql-node}/v1/info
{ "default_database": "system", "openapi_version": "1.1.0", "status": { "vendor_code": 0, "sql_state": "00000", "reason": "The operation completed successfully" } }
Returns basic system version information about the Ocient System and the HTTP Query API server.
You can use this endpoint to verify connectivity and to check compatible versions.
Successful response
The default database for connections
Version of the OpenAPI server
Status information for API responses
Show child attributes