PendingChange

PendingChange
PendingChange
AllOf
This class requires all of the following:
JSON Example
{
    "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
    }
}
string
guid
Optional

guid

string
action
Optional

In the case where the product's stemcell has been updated (update_stemcell), that product will also be listed as a general update (update)

Possible values are : unchanged, update, update_stemcell, install, delete,
staged
Optional

staged

deployed
Optional

deployed

last_successful_deploy
Optional

last_successful_deploy

completeness_checks
Optional

completeness_checks

Property Of