Version or document update field on items provided by the API
CompletedI would like a version or document update field on items provided by the API.
For example:
{{Device42URL}}/api/1.0/devices/?format=json
Outputs/Provides:
Devices: [
{
uuid: "",
serial_no: "USM72603SK",
asset_no: "",
name: "10.205.8.11",
device_url: "/api/1.0/devices/id/3525/",
type: "blade",
device_id: 3525
},
I basically would like to know when it was last updated/changed and the current version.
Thanks,
Chad
0
-
Sorry for late reply on this, but you can use the /devices/all/ api call with include_cols and use last_updated as one of the columns to get this info.
0
Please sign in to leave a comment.
Comments
1 comment