API Guide

Table Of Contents
Reset application
Topics:
/api/ApplicationService/Actions/ApplicationService.ResetApplication
/api/ApplicationService/Actions/
ApplicationService.ResetApplication
This URI resets the application and select between resetting all data or only resetting the configuraiton.
POST method for ResetApplication
This method resets the application. You can either reset only the configuration or also clear all the data.
Description Resets the application by clearing only the configuration, or by clearing the configuration and the data.
This action supports the following parameters:
RESET_CONFIGClear the appliance and restore it to the default initial state.
RESET_ALLWipe all data including traces of logs.
Privilege APPLIANCE_SETUP
HTTP response
codes
204
Example request
body
{
"ResetType":"RESET_ALL"
}
OR
{
"ResetType":"RESET_CONFIG"
}
Example
response body
204 No Content
11
Reset application 385