Skip to main content

Update agent configuration

PUT 

/api/v2/agent/configs

Updates the general configuration settings of the agent.

Request

Body

required

    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

Responses

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

Loading...