I have been moving devices between applications by exporting the device JSON via the CLI and then feeding that JSON back to the CLI dev create command. I am trying to keep the device session alive.
I removed all the fields not mentioned on the JSON file reference page and received an error mentioning the session.keys.session_key_id field. When I put that field back the device creation worked.
I think this field needs to be added to the JSON reference table.