Get advanced settings
GET https://daas.digicert.com/apicontroller/v1/sensor/advancedSettings
Use this endpoint to get the advanced settings details available for the active sensors.
Example requests and responses
Request parameters
Name | Req/Opt. | Type | Description |
---|---|---|---|
licenseKey | required | string | License key of the sensor to get the settings for. |
accountId | required | string | Account ID. |
divisionId | required | integer | Division ID. |
updatePreference | required | string | Sensor upgrade preference.
Manually upgrade the sensor from the UI. |
sensorName | required | string | Name of the sensor. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Includes error codes, if any. |
data | object | Object with information about the filter results. |
.. accountId | string | Account ID. |
.. divisionIds | array | User's division IDs. |
.. sensorId | string | Sensor license key ID. |
.. sensorAdvancedSettings | array | Includes the advanced sensor settings. |
.. .. heartbeatInterval | integer | Sensor heartbeat interval. |
.. .. commPorts | array | Includes the port communication settings. |
.. .. .. hbPort | integer | At this port, sensor will start the proxy server for agents. |
.. .. .. dataCommPort | integer | SSL port for data communication from agent to sensor. |
.. .. portChangeInProgress | boolean | If |
.. .. programLogs | array | Changes the log level of sensor. |