> That looks good. The main things I will need to know is the change > (created, updated, deleted) and the node's status (queued, commissioned > etc.) (but I'm assuming that will be under the "[...]").
It will, the complete object will be serialized and put in 'instance'. BTW, you probably have seen that already but just in case: maybe you could use src/maasserver/static/js/node.js which is a pure JavaScript representation of a node (e.g. "var node = new Y.maas.Node(data['instance'])"); Cheers, -- Raphaël -- Mailing list: https://launchpad.net/~maas-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~maas-devel More help : https://help.launchpad.net/ListHelp

