Audit Message Details
The following sections describe the JSON details of each message discussed above.
Audit Request
The TFT Router initiates an audit to the TSS through a POST to a specific URL: “/tft-audit”. The following is an example POST that indicates an audit is being started by the TFT Router:
POST /tft-audit HTTP/1.0
Content-Type: application/json
Content-Length: <num>
{
"id":"user",
"pwd":"password"
// No other parameters are needed to start the audit.
}
The above message corresponds to step 2 of the diagram in the “Description of a Successful Audit” section.
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.