Use this endpoint to stop the sensor debug log.
curl --location --request POST 'https://daas.digicert.com/apicontroller/v1/sensor/stopDebug' \
--header 'X-DC-DEVKEY: {{api_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{"accountId":5153184,"divisionIds":[677793],"licenseKey":[{{license_key}}]}'
[
{
"error": null,
"data": {
"id": "2A3C8D6874EADB1B",
"message": "Stop sensor debug successful"
}
}
]
Name | Req/Opt | Type | Description |
---|---|---|---|
accountId | required | string | Account ID. |
divisionIds | required | integer | User's division IDs. |
licenseKey | required | string | Sensor license key ID. |
Name | Type | Description |
---|---|---|
error | object | Includes the error code, if any. |
data | object | Object container for response. |
.. id | string | License key associated with the sensor. |
.. message | string | Message with additional information about the request. |