curl
curl --location --request GET 'http://oc1-lts0:9090/v1/config' \
--header 'Accept: application/json'"{\n \"siloType\": \"xg::runtime::physicalSiloSet_t\",\n \"tlbfsInfo.enabled\": \"false\",\n \"tlbfsInfo.mountPoint\": \"/mnt/name/hugepages1G\",\n \"tlbfsInfo.hugePageSize\": \"1073741824\",\n \"tlbfsInfo.hugePageCount\": \"512\",\n \"memory.warningHpMemoryUsageRatio\": \"0.80000000000000004\",\n \"memory.preferredHpMemoryUsageRatio\": \"0.94999999999999996\",\n \"memory.warningHeapMemoryUsageRatio\": \"0.90000000000000002\",\n \"silos.numSilos\": \"2\",\n \"silos.coreSets.computeCoreMask\": \"0b111111111111000\",\n \"silos.coreSets.ioCoreMask\": \"0b1000000111100000\",\n \"silos.coreSets.networkCoreMask\": \"0b10000000000111100\",\n \"silos.coreSets.generalCoreMask\": \"0b100000000000000111\",\n \"gdsClientParameters_t.batchTimer\": \"150000000n\",\n \"gdsClientParameters_t.maxBatchCount\": \"4096\",\n \"ports.adminsecure\": \"18500\",\n \"ports.data\": \"16500\",\n \"ports.hsi\": \"16900\",\n \"ports.ingress\": \"15300\",\n \"ports.rest\": \"8000\",\n \"ports.sql\": \"3070\",\n \"ports.adminopen\": \"18000\"\n \"operatorvm.vmProtocolParameters.vmClusterRaftFileParameters.fileName\": \"sql0-vmCluster.raft\"\n}"System Information REST Endpoints
Get Configuration Parameters
Retrieve values of configuration parameters.
GET
/
v1
/
config
curl
curl --location --request GET 'http://oc1-lts0:9090/v1/config' \
--header 'Accept: application/json'"{\n \"siloType\": \"xg::runtime::physicalSiloSet_t\",\n \"tlbfsInfo.enabled\": \"false\",\n \"tlbfsInfo.mountPoint\": \"/mnt/name/hugepages1G\",\n \"tlbfsInfo.hugePageSize\": \"1073741824\",\n \"tlbfsInfo.hugePageCount\": \"512\",\n \"memory.warningHpMemoryUsageRatio\": \"0.80000000000000004\",\n \"memory.preferredHpMemoryUsageRatio\": \"0.94999999999999996\",\n \"memory.warningHeapMemoryUsageRatio\": \"0.90000000000000002\",\n \"silos.numSilos\": \"2\",\n \"silos.coreSets.computeCoreMask\": \"0b111111111111000\",\n \"silos.coreSets.ioCoreMask\": \"0b1000000111100000\",\n \"silos.coreSets.networkCoreMask\": \"0b10000000000111100\",\n \"silos.coreSets.generalCoreMask\": \"0b100000000000000111\",\n \"gdsClientParameters_t.batchTimer\": \"150000000n\",\n \"gdsClientParameters_t.maxBatchCount\": \"4096\",\n \"ports.adminsecure\": \"18500\",\n \"ports.data\": \"16500\",\n \"ports.hsi\": \"16900\",\n \"ports.ingress\": \"15300\",\n \"ports.rest\": \"8000\",\n \"ports.sql\": \"3070\",\n \"ports.adminopen\": \"18000\"\n \"operatorvm.vmProtocolParameters.vmClusterRaftFileParameters.fileName\": \"sql0-vmCluster.raft\"\n}"Response
200 - text/plain
Response
The response is of type string.
Last modified on May 12, 2026
Was this page helpful?
⌘I

