Update Server Configurations
patch
http://{host}:{port}/veridata/v1/services/server/configuration
Required Role: Administrator
Update Veridata Server configuration properties using key-value pairs.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
coos.join.strategy: string
Example:
nokey -
database.hash: boolean
Defines whether data hashing is done in the database.Example:
false -
mail.alert.only: boolean
If true, send only alert emails (not completion).Example:
true -
mail.enabled: boolean
Enables/disables email notifications.Example:
false -
mail.from: string
Example:
john@mail.com -
mail.smtp.connection.ssl.tls: boolean
Example:
false -
mail.smtp.port: integer
SMTP server port.Example:
25 -
mail.smtp.server: string
SMTP server hostname.Example:
smtp.host.com -
mail.to: string
Example:
john@mail.com, mary@mail.com -
max_lob_key_len: integer
Example:
0 -
repair.oracle.tag: string
Example:
9A -
repair.oracle.tag.enable: boolean
Example:
true -
server.convert_empty_to_null: boolean
Example:
true -
server.encryption: string
Example:
true -
server.encryption.bits: integer
Example:
128 -
server.mapped_sort_buffers: boolean
Example:
true -
server.max_concurrent_comparison_threads: integer
Example:
4 -
server.max_sort_memory: string
Example:
1000M -
server.memory_mapped_sort_directory: string
Example:
-
server.meta_session_handle_timeout: integer
Timeout (in seconds) for meta-session handle.Example:
900 -
server.number_sort_threads: integer
Sets total sort memory for all comparisons.Example:
4 -
server.veridata_data: string
Path to the Veridata server data directory.Example:
/scratch/nextgen/veridata_server_backup -
skiprows.enabled: boolean
Example:
true -
socket.timeout.mins: integer
Example:
0 -
truncate_spaces_len: integer
Example:
1 -
zlib.buffer.flush.size: integer
Example:
100000
Response
Supported Media Types
- application/json
200 Response
Updated Server Configurations Successfully
Root Schema : schema
Type:
Show Source
object-
message: string
Example:
Configurations updated successfully
400 Response
Bad Request
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}404 Response
Role not found
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}409 Response
Conflict
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}429 Response
Too Many Requests
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}500 Response
Server Error
Root Schema : Error
Type:
Show Source
object-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
Example:
{
"errCode":"OGGV-00001",
"errMsg":"Error message"
}