Policy >
Networking
>
Network Services
>
VPN
>
IPSEC
>
Statistics
Reset the statistics of the given VPN session
Resets the statistics of the given VPN session.
Since source of data is enforcement point, data is
reset there.
Request:
Method:
POST
URI Path(s):
/policy/api/v1/global-infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics
/policy/api/v1/infra/tier-1s/<tier-1-id>/ipsec-vpn-services/<service-id>/sessions/<session-id>/statistics
Request Headers:
n/a
Query Parameters:
PolicyStatisticsResetParameters
+
PolicyStatisticsResetParameters
(
schema
)
Name
Description
Type
Notes
action
Action on statistics
Action to take on statistics for an object.
string
Required
Enum: reset
enforcement_point_path
String Path of the enforcement point
enforcement point path, forward slashes must be escaped using %2F.
string
Request Body:
n/a
Example Request:
POST https://<policy-mgr>/policy/api/v1/infra/tier-1s/ext_net/ipsec-vpn-services/default/sessions/rbs-1/statistics?action=reset
Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a
Required Permissions:
crud
Feature:
policy_statistics
Additional Errors:
301 Moved Permanently
307 Temporary Redirect
400 Bad Request
403 Forbidden
409 Conflict
412 Precondition Failed
500 Internal Server Error
503 Service Unavailable