List old updates
This request returns a list of previously installed updates
Resource
GET /server/updates/history
Parameters
None
Payload
None
Response
Context
Authorization |
Master |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/server/updates/history
Response
{
"data": [
{
"object": {
"commonName": "7.4.5",
"oid": "1929043",
"objectType": "XCCUpdateInfo"
},
"links": [
{
"rel": "self",
"href": "http://localhost:8080/api/v1/master/server/updates/history/1929043",
"method": "GET"
}
]
}
],
"meta": {
"links": [
{
"rel": "refresh",
"href": "http://localhost:8080/api/v1/master/server/updates/history",
"method": "GET"
}
]
}
}