EMI.SYS.VERSION

September 20th, 2009 Leave a comment Go to comments

This method returns the version of the EMI-RPC Server running on the system. This method does not require an open session (see emi.session section for more details).

Request Parameters

No request parameters.

Response

Name Type Description
version JSON String Version of the EMI Server

Error Codes

Reference Description
EOK No errors (contains warnings)
EGENERAL Some other error

Examples

Request to EMI-RPC Server:

{
   "EMI-RPC": "1.0",
   "id": 1,
   "method": "emi.sys.version"
}

Response from EMI-RPC Server:

{
   "EMI-RPC": "1.0",
   "id": 1,
   "result": {"version":"EmbedOne EMI-RPC Server version 1.0b"}
}
  1. No comments yet.
  1. No trackbacks yet.