North Connectors
Update north connector
Updates an existing north connector configuration
put/api/north/{northId}
Path parameters
northIdstring required
Request body
Example request
{
"name": "Debug Console Output",
"type": "console",
"description": "Outputs data to console for debugging purposes",
"enabled": true,
"caching": {
"error": {
"retentionDuration": 86400000,
"retryInterval": 1000
},
"throttling": {
"maxNumberOfElements": 100,
"maxSize": 1048576,
"runMinDelay": 100
},
"trigger": {
"numberOfFiles": 1,
"numberOfElements": 1,
"scanModeId": "scanModeId1"
}
},
"transformers": []
}Response
No Content