PendingChanges
PendingChanges
JSON Example
{
"product_changes": [
{
"errands": [
{
"name": "string",
"post_deploy": false,
"pre_delete": false,
"label": "string",
"impact_warning": "string"
}
],
"guid": "string",
"action": "string",
"staged": {
"guid": "string",
"identifier": "string",
"label": "string",
"version": "string",
"depends_on": [
{
"identifier": "string",
"product_version": "string"
}
],
"stemcells": [
{
"label": "string",
"name": "string",
"os": "string",
"version": "string"
}
]
},
"deployed": {
"guid": "string",
"identifier": "string",
"label": "string",
"version": "string",
"depends_on": [
{
"identifier": "string",
"product_version": "string"
}
],
"stemcells": [
{
"label": "string",
"name": "string",
"os": "string",
"version": "string"
}
]
},
"last_successful_deploy": {
"guid": "string",
"identifier": "string",
"label": "string",
"version": "string",
"depends_on": [
{
"identifier": "string",
"product_version": "string"
}
],
"stemcells": [
{
"label": "string",
"name": "string",
"os": "string",
"version": "string"
}
]
},
"completeness_checks": {
"configuration_complete": false,
"stemcell_present": false,
"configurable_properties_valid": false
}
}
]
}