The Ironic API supports createdAt, updatedAt and provisionUpdatedAt time fields for node results. - CreatedAt and updatedAt fields are part of all [Ironic objects](https://github.com/openstack/ironic/blob/9e9a23ef0c06dda467fc275c00c6988e4bcb5ba2/ironic/objects/base.py#L80) - ProvsionUpdatedAt field is defined in the [Node object](https://github.com/openstack/ironic/blob/master/ironic/objects/node.py#L128) I will submit a PR to add the missing fields.