Suspend sensor
POST https://daas.digicert.com/apicontroller/v1/sensor/suspend
Use this endpoint to suspend the sensor.
Example requests and responses
Request parameters
Name | Req/Opt. | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
divisionIds | required | array | User's division IDs. |
licenseKey | required | string | License key of the sensor to suspend. |
reason | optional | string | Reason for suspending the sensor. |
Response parameters
Name | Type | Description |
---|---|---|
error | object | Includes the error code, if any. |
data | object | Object container for response. |
.. id | string | License key of the suspended sensor. |
.. message | string | Message with additional information about the request. |