使用此端點停止感應器除錯記錄。
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"
}
}
]
名稱 | 必填/選填 | 類型 | 說明 |
---|---|---|---|
accountId | 必填 | string | 帳戶 ID。 |
divisionIds | 必填 | integer | 使用者的分部 ID。 |
licenseKey | 必填 | string | 感應器授權密鑰 ID。 |
名稱 | 類型 | 說明 |
---|---|---|
error | object | 納入錯誤代碼 (如果有)。 |
data | object | 回應的物件容器。 |
.. id | string | 與感應器關聯的授權密鑰。 |
.. message | string | 有要求相關其他資訊的訊息。 |