Stop debug

POST https://daas.digicert.com/apicontroller/v1/sensor/stopDebug
Use this endpoint to stop the sensor debug log.

Example requests and responses

cURL

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}}]}'

200 OK

[
    {
        "error": null,
        "data": {
            "id": "2A3C8D6874EADB1B",
            "message": "Stop sensor debug successful"
        }
    }
]

Request parameters

NameReq/OptTypeDescription
accountIdrequiredstringAccount ID.
divisionIdsrequiredintegerUser’s division IDs.
licenseKeyrequiredstringSensor license key ID.

Response parameters

NameTypeDescription
errorobjectIncludes the error code, if any.
dataobjectObject container for response.
.. idstringLicense key associated with the sensor.
.. messagestringMessage with additional information about the request.