Changing the cloud administrator password
Update the cloud administrator password for the management subsystem using the Cloud Manager UI, the toolkit CLI, or an API call.
About this task
In the management subsystem for an API Connect on-premises deployment, the administrator is called the cloud administrator and works with the management server to configure the deployment of the local server cloud. Updating the cloud administrator password for the management subsystem requires no service interruption because the change takes place immediately.
You can change the cloud administrator's password using any of the following methods.
- Cloud Manager UI
- Toolkit CLI
-
- Run the
apic login
command to log in to a management server. - Run the
apic me:change-password
command to change your password.
- Run the
- API call
-
- Run the
apic login
command to log in to a management server.You must log in to a management server with the toolkit CLI before you can call the API Connect APIs.
- Execute the
/api/me/change-password
API call. as explained in the "Resource: Me" section of the IBM API Connect Platform - Cloud Management API.
- Run the
The next time that you log in as the cloud administrator, you must use the new password.