Get sensor details
POST https://daas.digicert.com/apicontroller/v1/sensor/getSensorDetails
Use this endpoint to get information about a sensor.
Example requests and responses
Request parameters
Name  | Req/Opt  | Type  | Description  | 
|---|---|---|---|
licenseKey  | required  | string  | Sensor license key .  | 
accountId  | required  | string  | Account ID.  | 
divisionId  | required  | integer  | Division ID.  | 
Response parameters
Name  | Type  | Description  | 
|---|---|---|
error  | object  | Includes the error code, if any.  | 
data  | object  | Object container for response.  | 
.. accountId  | string  | Account ID.  | 
.. divisionId  | integer  | Division ID.  | 
.. licenseKey  | string  | Sensor license key.  | 
.. sensorName  | string  | Name of the sensor.  | 
.. updatePreference  | string  | Sensor upgrade preference. 
 
 Manually upgrade the sensor from the CertCentral UI.  | 
.. stateString  | string  | Sensors state. Possible values:   | 
.. statusString  | string  | Sensor status. Possible values:   | 
.. sensorVersion  | string  | Sensor version.  | 
.. updateAvailable  | boolean  | Indicates whether a new sensor upgrade is available. Default:   | 
.. publishUpgradeOption  | boolean  | If   | 
.. emailAddresses  | string  | Comma- separated list of email addresses for the contacts associated with the sensor.  |