diff --git a/src/xapi-object-to-xo.js b/src/xapi-object-to-xo.js index 5e78e02ba..c874b0b42 100644 --- a/src/xapi-object-to-xo.js +++ b/src/xapi-object-to-xo.js @@ -194,8 +194,8 @@ const TRANSFORMS = { } }), agentStartTime: toTimestamp(otherConfig.agent_start_time), + rebootRequired: !isEmpty(obj.updates_requiring_reboot), tags: obj.tags, - patchesRequiringReboot: link(obj, 'updates_requiring_reboot'), version: obj.software_version.product_version, // TODO: dedupe.