Update advanced settings
POST https://daas.digicert.com/apicontroller/v1/sensor/updateAdvancedSettings
Use this endpoint to change advanced settings for a sensor after updates or modification.
Example requests and responses
Request parameters
Name | Req/Opt. | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
divisionId | required | integer | Division ID. |
sensorId | required | string | Sensor license key. |
advancedSettings | required | object | Object with key/value pairs for each setting to update. |
.. heartbeatInterval | required | integer | Sensor heartbeat interval (in seconds). |
.. commPorts | optional | object | Object with key/value pairs for the port communication settings. |
.. .. hbPort | required | integer | At this port, sensor will start the proxy server for agents. |
.. .. dataCommPort | required | integer | SSL port for data communication between the agent and the sensor. |
.. portChangeInProgress | required | boolean | If |
.. programLogs | optional | array | Changes the log level of sensor. |
.. .. startNow | optional | boolean | If |
.. .. startAt | optional | integer | The time at which the log level change will be initiated |
.. .. timezone | optional | string | Time zone for the sensor to start the debug log. Format: GMT + your timezone offset. Example: |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Includes the error code, if any. |
data | object | Object container for response, if any. |