Skip to main content
GET
/
v1
/
info
curl
curl -u 'admin@system:admin' \
    'https://my_sql_node.com/v1/info'
{
  "default_database": "system",
  "openapi_version": "1.1.0",
  "status": {
    "vendor_code": 0,
    "sql_state": "00000",
    "reason": "The operation completed successfully"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.ocient.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Response

default_database
string
openapi_version
string
status
object
Last modified on May 20, 2026