Update agent configuration
PUT/api/v2/agent/configs
Updates the general configuration settings of the agent.
Request
- application/json
Body
required
Enable automatic delivery trigger
Enable automatic deployment on pull
Deployment wait timeout in seconds for third party installers
Enable log dispatch job
Matomo dimension configuration
Matomo analytics buffer size in MB
Matomo analytics retention policy in hours
Matomo server URL
Matomo site identifier
Enable Matomo buffering
TCP connection timeout in seconds
Component assets directory path
Status check polling interval in seconds
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Enable automatic delivery trigger
Enable automatic deployment on pull
Deployment wait timeout in seconds for third party installers
Enable log dispatch job
Matomo dimension configuration
Matomo analytics buffer size in MB
Matomo analytics retention policy in hours
Matomo server URL
Matomo site identifier
Enable Matomo buffering
TCP connection timeout in seconds
Component assets directory path
Status check polling interval in seconds
{
"deliveryAutoTrigger": true,
"deployAutoOnPull": true,
"deployTimeoutSec": 0,
"logsRunDispatchJob": true,
"matomoDimensionId": "string",
"matomoMaxBufferSizeMb": 0,
"matomoMaxRetentionHours": 0,
"matomoServerUrl": "string",
"matomoSiteId": "string",
"matomoUseBuffer": true,
"netTcpStreamTimeoutSec": 0,
"pathCompDir": "string",
"queryStatusIntervalSec": 0
}