Skip to main content
GET
/
v1
/
sysconfig
curl
curl --location --request GET 'http://oc1-lts0:9090/v1/sysconfig' \
--header 'Accept: application/json'
{
  "system_name": "abc7d45f-1e9c-4210-811d-ffg6dbd82297",
  "node_name": "sql0",
  "node_uuid": "578c11a2-1996-523f-a371-c393b4e5ff2e",
  "hostname": "username-dev0",
  "roles": [
    "administration",
    "health",
    "vm",
    "cmdComp"
  ],
  "failed_roles": [],
  "endpoints": [
    {
      "name": "adminopenendpoint",
      "address": "localhost",
      "port": 19000
    },
    {
      "name": "restendpoint",
      "address": "localhost",
      "port": 8000
    },
    {
      "name": "adminsecureendpoint",
      "address": "localhost",
      "port": 18500
    },
    {
      "name": "dataendpoint",
      "address": "localhost",
      "port": 16500
    },
    {
      "name": "sqlexternal",
      "address": "localhost",
      "port": 3070
    }
  ],
  "totalram": 450948103168,
  "processors": 120,
  "hugepages": [
    {
      "size": 1257152,
      "total": 0,
      "free": 0,
      "reserved": 0
    },
    {
      "size": 1060041824,
      "total": 0,
      "free": 0,
      "reserved": 0
    }
  ],
  "storage_devices": [
    {
      "id": "4425fad3-fcf9-5cfd-f3b3-b47a8457a300",
      "address": "/address/4425fad3-fcf9-5cfd-f3b3-b47a8457a300.dat",
      "type": "SATA",
      "use": "PAYLOAD",
      "pci_address": "",
      "mount_point": "",
      "device_path": ""
    },
    {
      "id": "9ae82aa7-ab73-5g86-bb34-13b27945c701",
      "address": "/address/9ae82aa7-ab73-5g86-bb34-13b27945c701.dat",
      "type": "SATA",
      "use": "PAYLOAD",
      "pci_address": "",
      "mount_point": "",
      "device_path": ""
    }
  ],
  "connections": [
    {
      "address": "111.1.1.1",
      "remote_port": 45598,
      "state": "connected",
      "locally_initiated": false
    }
  ]
}

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

system_name
string
node_name
string
node_uuid
string
hostname
string
roles
string[]
failed_roles
any[]
endpoints
object[]
totalram
integer
processors
integer
hugepages
object[]
storage_devices
object[]
connections
object[]
Last modified on May 12, 2026