EIS RESTfulAPI ProcWSNData

From ESS-WIKI
Revision as of 03:24, 7 November 2016 by Eric.liang (talk | contribs)
Jump to: navigation, search

= RESTful API Rule for WSNManage = WSNManage Service: User could control Advantech's Wireless Sensor Network Modules by WSNManage service group.<\br> Root path of WSNManage Service URL: http://Server:port/restapi/WSNManage There are two major category: 1. Connectivity 2. SenHub == Connectivity == URI: WSNManage/Connectivity Description:Capability of Connectivity ( The capability of wireless connectivity interfaces in gateway. ex: DustLink(6lowpan), zigbee, ble...) { "IoTGW": { "WSN": { "WSN0": {   "Info": {   "e": [{"n":"SenHubList","sv":",","asm":"r"},   {"n":"Neighbor","sv":"","asm":"r"},   {"n":"Health","v":80,"asm":"r"},   {"n":"Name","sv":"WSN0","asm":"r"},   {"n":"sw","sv":"1.0.0.1","asm":"r"},   {"n":"reset","bv":0,"asm":"rw"}],   "bn":"Info"   },   "bn":"0000852CF4B7B0E8", "ver":1   },   "WSN1": {   "Info": {   "e": [{"n":"SenHubList","sv":"","asm":"r"},   {"n":"Neighbor","sv":"","asm":"r"},   {"n":"Health","v":50,"asm":"r"},   {"n":"Name","sv":"WSN1","asm":"r"},   {"n":"sw","sv":"1.0.0.1","asm":"r"},   {"n":"reset","bv":0,"asm":"rw"}],   "bn":"Info"   },   "bn":"0000852CF4B7B0E7",   "ver":1   },   "bn":"WSN"   },   "Bt": {   "Bt0": {   "Info": {   "e": [{"n":"SenHubList","sv":"","asm":"r"},   {"n":"Health","v":90,"asm":"r"},   {"n":"Name","sv":"Bt0","asm":"r"},   {"n":"sw","sv":"3.0.0.1","asm":"r"},   {"n":"reset","bv":0,"asm":"rw"}],   "bn":"Info"   },   "bn":"0000802CF4B7B028",   "ver":1   },   "bn":"Bt"   },   "ver": 1, "bn":"IoTGW" } } = Event Trigger by WebSockt = events:[ {"event":"eConnectivity_Capability"}, // => Update Connectivity Capability ( Without data ) {"event":"eConnectivity_UpdateData"}, // => Update Connectivity's Data {"event":"eSenHub_Connected"}, // => A new SenHub connected {"event":"eSenHub_Disconnect"}, // => A SenHub is disconnected {"event":"eSenHub_Capability"}, // => Update a SenHub's Capability ( Without Data ) {"event":"eSenHub_UpdateData"}] // => Update SenHub's Data == Updtae Connectivity Capability == Event Type: eConnectivity_Capability { "IoTGW": { "WSN": { "WSN0": {   "Info": {   "e": [{"n":"SenHubList","sv":",","asm":"r"},   {"n":"Neighbor","sv":"","asm":"r"},   {"n":"Health","v":80,"asm":"r"},   {"n":"Name","sv":"WSN0","asm":"r"},   {"n":"sw","sv":"1.0.0.1","asm":"r"},   {"n":"reset","bv":0,"asm":"rw"}],   "bn":"Info"   },   "bn":"0000852CF4B7B0E8", "ver":1   },   "WSN1": {   "Info": {   "e": [{"n":"SenHubList","sv":"","asm":"r"},   {"n":"Neighbor","sv":"","asm":"r"},   {"n":"Health","v":50,"asm":"r"},   {"n":"Name","sv":"WSN1","asm":"r"},   {"n":"sw","sv":"1.0.0.1","asm":"r"},   {"n":"reset","bv":0,"asm":"rw"}],   "bn":"Info"   },   "bn":"0000852CF4B7B0E7",   "ver":1   },   "bn":"WSN"   },   "Bt": {   "Bt0": {   "Info": {   "e": [{"n":"SenHubList","sv":"","asm":"r"},   {"n":"Health","v":90,"asm":"r"},   {"n":"Name","sv":"Bt0","asm":"r"},   {"n":"sw","sv":"3.0.0.1","asm":"r"},   {"n":"reset","bv":0,"asm":"rw"}],   "bn":"Info"   },   "bn":"0000802CF4B7B028",   "ver":1   },   "bn":"Bt"   },   "ver": 1, "bn":"IoTGW" } }