Nivis Versa Router 1100 Titan - User Guide
v1.2
Page 36 of 111
3.9.1.1.8
Observing resources
3.9.1.1.8.1
Overview
HttpCoapProxy Observation List - list of resources ([device ipv6 addr]/resource_path) which were processed by
HttpCoapProxy for putting under observation.
HttpCoapProxy Observation Cache - list of resources which are put under observation by HttpCoapProxy at
current moment, with their corresponding responses.
3.9.1.1.8.2
Get observation list
HTTP query :
http://observe-resources-get(?search*)
where search can be: MAC=HHHHHHHHHHHH or IPv6Addr=HHHHHHHHHHHHHHHHHHHHHH
HTTP response:
List of resources which are are put under observation by HttpCoapProxy at that moment.
This is actually the HttpCoapProxy Observation List in XML format.
<ObservationList>
<Resource>
<Value Name=’DeviceMAC’ Type=’BinHex’>…</Value>
<Value Name=’DeviceIPv6Addr’ Type=’BinHex’>…</Value>
<Value Name=’UriPath’ Type=’String’>…</Value>
<Value Name=’State’ Type=’String’>…</Value>
<Value Name=’PubPeriod’ Type=’Number’>…</Value>
</Resource>
<Resource>
<Value Name=’DeviceMAC’ Type=’BinHex’>…</Value>
<Value Name=’DeviceIPv6Addr’ Type=’BinHex’>…</Value>
<Value Name=’UriPath’ Type=’String’>…</Value>
<Value Name=’State’ Type=’String’>…</Value>
<Value Name=’PubPeriod’ Type=’Number’>…</Value>
</Resource>
...
</ObservationList>
NOTES