{ "additionalProperties": false, "description": "Request Parameter for resetting Policy statistics on enforcement point.", "extends": { "$ref": "PolicyRuntimeOnEpRequestParameters }, "id": "PolicyStatisticsResetParameters", "module_id": "PolicyBaseStatistics", "properties": { "action": { "description": "Action to take on statistics for an object.", "enum": [ "reset" ], "required": true, "title": "Action on statistics", "type": "string" }, "enforcement_point_path": { "description": "enforcement point path, forward slashes must be escaped using %2F.", "required": false, "title": "String Path of the enforcement point", "type": "string" } }, "title": "Request Parameters for Policy Statistics Reset", "type": "object" }