EMI.CONF.RESET
This feature is still under development
This method loads configuration data state tree “new” with the factory default configuration data (default configuration data stored in system). The changes take effect in the system only after commit (please see emi.conf.commit).
NOTE! Reset method will only alter the new tree structure. It is still required to issue a commit request to apply changes.
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| session | JSON String | yes | Session ID |
Response
No response result returned if request is successful.
Error Codes
| Reference | Description |
|---|---|
| EOK | No errors (contains warnings) |
| EGENERAL | Some other error |
| ESESSION | Session with the given ID is not found |
Examples
Request to EMI-RPC Server:
{
"EMI-RPC": "1.0",
"id": 2,
"method": "emi.conf.reset",
"params":
{ "session":"" }
}
Response from EMI-RPC Server:
{
"EMI-RPC": "1.0",
"id": 2
}
