Terminating an Audit
The TFT Router can terminate an audit at any time using the following example POST:
POST /tft-audit HTTP/1.0
Content-Type: application/json
Content-Length: <num>
{
"id":"user",
"pwd":"password",
"error":"permanent", // "permanent" is the only allowed value here
"message": "Explanatory text is included here."
}
Audit Terminate Response
An audit termination request cannot be refused by the TSS. The response is always:
// HTTP header omitted for brevity
{
"result":"success" // the only possible terminate response
}
Disclaimer: Any images in this article are intended to be used as a guide for educational purposes only and they may differ slightly from the Production Environment.