curl --location --request GET 'http://oc1-lts0:9090/v1/dbconfig' \
--header 'Accept: application/json' \
--data-raw '{"filter":"string"}'{
"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",
"type": "FULL",
"address": "localhost",
"port": 18000
},
{
"name": "restendpoint",
"type": "FULL",
"address": "localhost",
"port": 8000
},
{
"name": "adminsecureendpoint",
"type": "FULL",
"address": "localhost",
"port": 18500
},
{
"name": "dataendpoint",
"type": "FULL",
"address": "localhost",
"port": 16500
},
{
"name": "sqlexternal",
"type": "FULL",
"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
}
]
}Retrieve the configuration of the system as a whole in JSON format.
curl --location --request GET 'http://oc1-lts0:9090/v1/dbconfig' \
--header 'Accept: application/json' \
--data-raw '{"filter":"string"}'{
"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",
"type": "FULL",
"address": "localhost",
"port": 18000
},
{
"name": "restendpoint",
"type": "FULL",
"address": "localhost",
"port": 8000
},
{
"name": "adminsecureendpoint",
"type": "FULL",
"address": "localhost",
"port": 18500
},
{
"name": "dataendpoint",
"type": "FULL",
"address": "localhost",
"port": 16500
},
{
"name": "sqlexternal",
"type": "FULL",
"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
Was this page helpful?
Suggestions