EMI.CONF.ZAP

September 18th, 2009 Leave a comment Go to comments

This method sets a configuration data state tree “new” to be empty.

NOTE! Issuing a commit request after emi.conf.zap most probably will lead to the communication failure to the device!

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.zap",
 "params":
	{ "session":"" }
}

Response from EMI-RPC Server:

{
 "EMI-RPC": "1.0",
 "id": 2
}
  1. No comments yet.
  1. No trackbacks yet.