Call this operation to request O&M tokens for bastions or databases, which allows you to manage assets.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-bastionhost:GenerateAssetOperationToken |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The ID of the bastion host instance. Note
You can call the DescribeInstances operation to query the ID. |
bastionhost-cn-st220aw**** |
| RegionId |
string |
No |
The region ID of the bastion host instance. Note
For more information about region IDs, see Regions and zones. |
cn-hangzhou |
| AssetType |
string |
Yes |
The type of the asset for which you want to generate an O&M token. Valid values:
|
Host |
| AssetId |
string |
Yes |
The ID of the asset. |
11 |
| AssetAccountId |
string |
No |
The ID of the asset account. Note
You must specify at least one of |
2 |
| AssetAccountName |
string |
No |
The name of the asset account. If this parameter specifies a custom account, you must enter the actual account name. Note
If you specify both |
root |
| AssetAccountPassword |
string |
No |
The password that is encoded in Base64. This parameter is required if you want to generate an O&M token for a custom account. |
dGVzdHBhc3N3b3Jk |
| AssetAccountProtocolName |
string |
No |
The protocol that is used to connect to the asset. Valid values:
Note
This parameter is required if you want to generate an O&M token for a custom account. |
SSH |
| OperationMode |
string |
No |
The O&M mode. Valid values:
Note
This parameter is supported only by bastion hosts of V3.2.44 or later. If you do not specify this parameter, WebToken is used. |
Sso |
| LoginAttribute |
string |
No |
The logon attribute. This parameter is required if you set OperationMode to Sso and use a custom Oracle account. Valid values:
Note
This parameter is supported only by bastion hosts of V3.2.44 or later. |
SID |
| DatabaseSchema |
string |
No |
The name of the database. This parameter is required for a custom account if you set OperationMode to Sso and AssetAccountProtocolName to PostgreSQL or Oracle. Note
This parameter is supported only by bastion hosts of V3.2.44 or later. |
orcl |
| SsoClient |
string |
No |
The type of the client that you want to use for O&M on a Linux asset. This parameter is required if you set OperationMode to Sso and the asset protocol to SSH. Valid values:
Note
This parameter is supported only by bastion hosts of V3.2.44 or later. |
ssh |
| OperationNote |
string |
No |
The remarks for the logon. This parameter is required if your administrator enables logon remarks in the control policy. |
comment |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AssetOperationToken |
object |
The asset operation token. |
|
| CountLeft |
integer |
The number of remaining uses for the token. |
1 |
| ExpireTime |
integer |
The expiration time of the token. This value is a UNIX timestamp. |
1709110797 |
| HasCountLimit |
boolean |
Indicates whether the token has a use limit. |
true |
| MaxRenewCount |
integer |
The maximum number of times the token can be renewed. A value of 0 indicates that the token cannot be renewed. |
10 |
| RenewCount |
integer |
The number of times the token has been renewed. |
1 |
| Token |
string |
The O&M token that is requested. |
NmYyMmEzNmMwYzljNGY****** |
| TokenId |
string |
The ID of the O&M token. |
1 |
| SsoUrl |
string |
The single sign-on (SSO) URL. |
sso://eyJOT0RFX0NPTU1PTiI6eyJNb2R****** |
| RequestId |
string |
The ID of the request. |
EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
Examples
Success response
JSON format
{
"AssetOperationToken": {
"CountLeft": 1,
"ExpireTime": 1709110797,
"HasCountLimit": true,
"MaxRenewCount": 10,
"RenewCount": 1,
"Token": "NmYyMmEzNmMwYzljNGY******",
"TokenId": "1",
"SsoUrl": "sso://eyJOT0RFX0NPTU1PTiI6eyJNb2R******"
},
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The argument is invalid. | The argument is invalid. |
| 500 | InternalError | An unknown error occurred. | An unknown error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.