Update MySQL root user password
post
https://{host}:{port}/{basePath}/updateMySqlRootPassword/v2
Update MySQL root user password
Request
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
Supported Media Types
- application/x-www-form-urlencoded
Nested Schema : Password
Type:
object
Passsword
Show Source
-
confirmPassword: string
Maximum Length:
100
-
faultIds: array
faultIds
-
password: string
Maximum Length:
100
Nested Schema : faultIds
Type:
array
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : SimpleStringResponse
Type:
object
simple string response
Show Source
-
data: string
Maximum Length:
64
-
faultIds: array
faultIds
-
message: string
Maximum Length:
64
-
status: string
Maximum Length:
64
Nested Schema : faultIds
Type:
array
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.