Importing An exported Tanzu Ops Manager

Importing An exported Tanzu Ops Manager

Tanzu Ops Manager is now protected by Cloud Foundry UAA for security and multi-user support.

When upgrading from a pre 1.7 version of Tanzu Ops Manager, a username is automatically created for you, and is set to “admin”. Your password is unchanged.

If you are importing a 1.7 or newer installation of Tanzu Ops Manager, both the username and the password are carried over to the new installation.

In addition to usernames and passwords, Tanzu Ops Manager will prompt users for a common decryption passphrase upon reboot. The decryption passphrase is currently the same as your password. Change the decryption passphrase before sharing it with other users.

Request
URI
POST
https://{opsmanager-installation}//api/v0/installation_asset_collection
COPY
Request Body
File of type(s) multipart/form-data
Optional
{
    "installation[file]": "string",
    "passphrase": "string"
}
string
installation[file]
Optional

Path to installation.zip file

string
passphrase
Optional

passphrase

Responses
200

OK

Operation doesn't return any data structure