Get agent configuration
GET/api/v2/agent/configs
Retrieves the general configuration settings of the agent.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
deliveryAutoTrigger booleannullable
Enable automatic delivery trigger
deployAutoOnPull booleannullable
Enable automatic deployment on pull
deployTimeoutSec int64nullable
Deployment wait timeout in seconds for third party installers
logsRunDispatchJob booleannullable
Enable log dispatch job
matomoDimensionId stringnullable
Matomo dimension configuration
matomoMaxBufferSizeMb int32nullable
Matomo analytics buffer size in MB
matomoMaxRetentionHours int32nullable
Matomo analytics retention policy in hours
matomoServerUrl stringnullable
Matomo server URL
matomoSiteId stringnullable
Matomo site identifier
matomoUseBuffer booleannullable
Enable Matomo buffering
netTcpStreamTimeoutSec int64nullable
TCP connection timeout in seconds
pathCompDir stringnullable
Component assets directory path
queryStatusIntervalSec int64nullable
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
}
Loading...