Commit A Staged Installation

Commit A Staged Installation

Saves installation state as though the deployment was triggered with the "Apply Changes" button, without actually deploying. This prepares the installation manifest, but does not invoke BOSH.

After commit, each product's manifest can fetched using the /api/v0/deployed/product/{product_guid}/manifest endpoint.

If you see the commit endpoint return the following error:

This endpoint is currently deactivated because one or more of the products
you are trying to upgrade have credentials to migrate to credhub.
See the Migrating Credentials to Credhub section of the API docs to activate this endpoint again.

This endpoint can be activated again by following the steps described in the Migrating Credentials to Credhub section.

Request
URI
POST
https://{opsmanager-installation}//api/v0/staged/installations/commit
COPY
Request Body
{
    "ignore_warnings": false
}
boolean
ignore_warnings
Optional

When true, bypass warnings from ignorable verifiers

Responses
200

OK

Operation doesn't return any data structure