Replicator Change Root Password
This request changes the root user password of the Replicator Appliance.
Operation ID for correlating logs across multiple services
The current root password of the Replicator Appliance.
mypassword
Replicator Appliance connection settings.
{
"apiUrl": "https://replicator1:8043",
"apiThumbprint": "SHA-256:0D:80:21:91:C7:DC:94:BC:9D:E8:A7:04:0F:6B:F1:09:5C:AA:97:C8:4A:72:E5:CF:5E:8F:84:A7:B9:CC:8C:85",
"rootPassword": "rootpasswordformyreplicator"
}
The certificate of the Replicator Service, used for trusting both outgoing and incoming connections.Guaranteed to be populated for 'fully' registered replicators.
The URL of the REST API of the Replicator Service.Guaranteed to be populated for 'fully' registered replicators.
The root user password of the Replicator Appliance.
No Content
The returned error codes include (but are not limited to): NotAuthenticated
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
The returned error codes include (but are not limited to): GeneralServerFailure
{
"args": [],
"code": "Forbidden",
"msg": "Permission denied.",
"stacktrace": "com.vmware.h4.api.error.exceptions.PermissionDeniedException: Permission denied."
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.