Queries the URL of a webshell that is used to access a host.
Operation description
You can use a webshell to access a host in an ApsaraDB MyBase for MySQL or ApsaraDB MyBase for PostgreSQL dedicated cluster. For more information, see Use a webshell to access a host.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DedicatedHostId | string | Yes | The host ID. You can call the DescribeDedicatedHosts operation to query the host ID. | ch-bp10a5id3boqi**** |
RegionId | string | Yes | The region ID of the host. You can call the DescribeDedicatedHostAttribute operation to query the region ID. | cn-hangzhou |
ZoneId | string | Yes | The zone ID of the host. You can call the DescribeDedicatedHostAttribute operation to query the zone ID. | cn-hangzhou-b |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ESTG2",
"LoginUrl": "https://ecs-workbench-disposable.aliyun.com/account/disposable/login/sst/mybase.c7dfa64e9f/m44kih****"
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidUserId.NotSupport | The user ID has no permission. | You are not authorized to perform this operation. |
403 | InvalidInstance | The instance does not support the operation. | The specified instance does not support this operation. |
404 | HostInfo.NotFound | The specified host info is not found. | The specified host information is not found. |
For a list of error codes, visit the Service error codes.