Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 1.05 KB

Operation - Clear Traffic Analysis.adoc

File metadata and controls

55 lines (41 loc) · 1.05 KB

Operation - Clear Traffic Analysis

The Traffic Analysis data can be cleared by sending a HTTP POST to /api/edge/operation/clear-traffic-analysis.json.

It does not support a HTTP GET.

This method is CSRF protected so also requires a X-CSRF-TOKEN (see Sensitive Requests (CSRF Protection)).

Response

Root

Name Type Values Description

OPERATION

Object

OPERATION object

The operation result information.

success

Boolean

true or false

Whether the API request was successful.

OPERATION Object

Name Type Values Description

success

String

A boolean encapsulated in a string (e.g. "0" or "1")

Whether the clear Traffic Analysis data request was successful.

Examples

Successful Clear Traffic Analysis data

POST /api/edge/operation/clear-traffic-analysis.json Response
{"OPERATION": {"success": "1"}, "success": true}