Modify a Defined System Configuration | Teradata Query Service - Modifying a Defined System Configuration - Teradata Query Service

Teradata® Query Service Installation, Configuration, and Usage Guide for Customers - 4.01.03.01, 4.01.07.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Query Service
Release Number
4.01.03.01, 4.01.07.00
Published
September 2023
ft:locale
en-US
ft:lastEdition
2024-08-02
dita:mapPath
qla1666844235399.ditamap
dita:ditavalPath
ft:empty
dita:id
enn1467244092237
lifecycle
latest
Product Category
Analytical Ecosystem
You can modify the values in the following sample request based on your requirements.
curl -k -X PUT 'https://<QS_HOSTNAME>:1443/general' \
--header 'Authorization: Basic <ADMIN_TOKEN>' \
--header 'Content-Type: application/json' \
--data-raw '{
	"noRowsSpoolQuery":1000000,
	"noSpoolResultSets":1000,
	"retentionSpool":"25",
	"spaceAvailable":20,
	"spoolDirectory":"/var/opt/teradata/rest/daemon/spool/",
	"maxThreadCount":101
	
}'