List Of Apply Changes
Returns a list of products deployed in each Apply Change All products which are deployed as part of an Apply Change will be listed in one of the following groups:
additions: newly installed productsupdates: settings were changed or the product was upgradeddeletions: the product was deletedunchanged: none of the above, but the product was still redeployed
(Optional) The page of results to retrieve. Leaving this unset disables pagination.
(Optional) The number of Installation records to retrieve per page. If unset, it will be a server-defined default. If set without also setting 'page_num', it will be ignored.
OK
{
"installations": [
{
"id": 0,
"user_name": "string",
"additions": [
{
"identifier": "string",
"label": "string",
"product_version": "string",
"change_type": "string",
"deployment_status": "string",
"deploy_order": 0,
"guid": "string",
"started_at": "string",
"finished_at": "string"
}
],
"deletions": [
{
"identifier": "string",
"label": "string",
"product_version": "string",
"change_type": "string",
"deployment_status": "string",
"deploy_order": 0,
"guid": "string",
"started_at": "string",
"finished_at": "string"
}
],
"updates": [
{
"identifier": "string",
"label": "string",
"product_version": "string",
"change_type": "string",
"deployment_status": "string",
"deploy_order": 0,
"guid": "string",
"started_at": "string",
"finished_at": "string"
}
],
"unchanged": [
{
"identifier": "string",
"label": "string",
"product_version": "string",
"change_type": "string",
"deployment_status": "string",
"deploy_order": 0,
"guid": "string",
"started_at": "string",
"finished_at": "string"
}
],
"status": "string",
"started_at": "string",
"finished_at": "string"
}
],
"per_page": 0,
"next_page": 0,
"prev_page": 0
}
installations
This is either the value of the 'per_page' parameter in the request, or the server-defined default if the parameter was unset.
This is absent if the requested page is the last page of results.
This is absent if the requested page is the first page of results.
Setup is not completed
{
"errors": {
"errors": [
"string"
]
}
}
Unauthorized
{
"errors": {
"errors": [
"string"
]
}
}
Forbidden
{
"errors": {
"errors": [
"string"
]
}
}
curl -H 'Authorization: <value>' https://{api_host}/api/v0/installations