Reset Profile
put
http://{host}:{port}/veridata/v1/services/configuration/profiles/{Id}/reset
Required Role: Administrator, SuperUser, CommandLineOperator
Resets Veridata Profile to default value.
Request
Path Parameters
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
- */*
200 Response
Profile returned successfully. The attributes of the profile will be reset to default values.
Nested Schema : BaseObject
Type:
Show Source
object
-
createdOn: string
(date-time)
Pattern:
YYYY-MM-DDTHH:mm:ss.sssZ
Example:2024-02-03T10:15:30Z
-
description: string
Object Description.
-
id: integer
(int64)
Object Id.
-
name: string
Object Name.
-
updatedOn: string
(date-time)
Pattern:
YYYY-MM-DDTHH:mm:ss.sssZ
Example:2024-02-03T10:15:30Z
Nested Schema : Attribute
Type:
Show Source
object
-
default: boolean
-
defaultValue: string
-
max: integer
It is displayed when type is INTEGER.
-
min: integer
It is displayed when type is INTEGER.
-
name: string
Allowed Values:
[ "ProfileGeneralOOSFormat", "ProfileGeneralOOSXMLChunkSize", "ReportInSyncRows", "ReportInFlightRows", "SortUsing", "SourceTempDirectory", "TargetTempDirectory", "ProfileGeneralMaxParallelCompares", "InitCompRptMaxRecsOOS", "InitCompRptDtlsOutRecordDtls", "InitCompRptRptIntervalSecs", "InitCompRptRptIntervalRecs", "InitCompRptLimitInputRows", "InitCompHintSrc", "InitCompHintTarg", "InitCompRptDtls", "InitCompRptDtlsErrAlarmThreshold", "VeriAgtInitialCompareSrcAgentPort", "VeriAgtInitialCompareTargAgentPort", "VeriAgtCOOSSrcAgentPort", "VeriAgtCOOSTargAgentPort", "NSKInitialCompareSrcCPU", "NSKInitialCompareSrcPriority", "NSKInitialCompareSrcProcessName", "NSKInitialCompareTargCPU", "NSKInitialCompareTargPriority", "NSKInitialCompareTargProcessName", "NSKCOOSSrcProcessName", "NSKCOOSSrcCPU", "NSKCOOSSrcPriority", "NSKCOOSTargProcessName", "NSKCOOSTargCPU", "NSKCOOSTargPriority", "DoCOOSStep", "COOSConcurrent", "COOSConfirmDelaySecs", "COOSBatchSize", "COOSRptMaxRecsOOS", "COOSRptDtlsOutRecordDtls", "COOSRptRptIntervalSecs", "COOSRptRptIntervalRecs", "COOSHintSrc", "COOSHintTarg", "COOSRptDtls", "COOSRptDtlsErrAlarmThreshold", "RepairAfterCompare", "RepairBatchSize", "RepairTransactionSize", "ConcurrRepairOperations", "ChkChangedValues", "TermWhenMaxRepairWarnings", "RepairSQLPath", "WriteRepairSuccessMsgs", "ProfileDisableDbTriggers" ]
-
options: string
It is displayed when type is ENUM.
-
type: string
Allowed Values:
[ "BOOLEAN", "ENUM", "INTEGER", "STRING" ]
-
value: string
400 Response
Bad Request.
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
401 Response
Unauthorized.
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
404 Response
Not Found.
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
500 Response
Server Error.
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.