All Products
Search
Document Center

Bastionhost:ModifyUserPublicKey

Last Updated:Apr 18, 2024

Modifies the public key of the user.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
InstanceIdstringYes

The ID of the bastion host that is used to modify the public key of the user.

Note You can call the describeinstances operation to query the ID of the bastion host.
bastionhost-cn-nif236pmc1u
RegionIdstringNo

The region ID of the bastion host that is used to modify the public key of the user.

Note For more information about the mapping between region IDs and region names, see Regions and zones.
cn-hangzhou
PublicKeyIdstringYes

The ID of the public key that you want to modify.

2
PublicKeyNamestringNo

The name of the public key that you want to modify. This name can be up to 128 characters in length.

name
PublicKeystringNo

The new public key.

Note The public key must be encoded in Base64.
c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUhVcjY4UENFYWFzZjFYRVpNYTVsMlNBQytHV3FpeXVsRVpndkV4dmlPM28gcm9vdEA5NjBkMmNhOTcwYjU=
CommentstringNo

The new description of the user group. The description can be up to 500 characters in length.

comment

Response parameters

ParameterTypeDescriptionExample
object

The response data.

RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

AAB631FB-ABD0-5783-99F3-F29573B129E4

Examples

Sample success responses

JSONformat

{
  "RequestId": "AAB631FB-ABD0-5783-99F3-F29573B129E4"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterThe argument is invalid.The argument is invalid.
500InternalErrorAn unknown error occurred.An unknown error occurred.

For a list of error codes, visit the Service error codes.