You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the event.next call does not handle the snapshot element that is returned. The value for this element is the members of the class that is referenced in the class element of the results.
I've done some initial digging in xenapi.json, the effort at documentation was to capture the aspects of what I needed to implement this, but I'm not sure if my Go is up to task to solve this issue yet.
The text was updated successfully, but these errors were encountered:
It appears the
event.next
call does not handle thesnapshot
element that is returned. The value for this element is the members of the class that is referenced in theclass
element of the results.https://xenserver.org/partners/developing-products-for-xenserver/18-sdk-development/119-xs-event-from-not-next2.html contains some documentation on what is going on via documentation of the
event.next
call and shows thesnapshot
element.I've done some initial digging in
xenapi.json
, the effort at documentation was to capture the aspects of what I needed to implement this, but I'm not sure if my Go is up to task to solve this issue yet.The text was updated successfully, but these errors were encountered: