All Products
Search
Document Center

ApsaraDB for MyBase:DescribeHostWebShell

Last Updated:Mar 01, 2024

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

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
DedicatedHostIdstringYes

The host ID. You can call the DescribeDedicatedHosts operation to query the host ID.

ch-bp10a5id3boqi****
RegionIdstringYes

The region ID of the host. You can call the DescribeDedicatedHostAttribute operation to query the region ID.

cn-hangzhou
ZoneIdstringYes

The zone ID of the host. You can call the DescribeDedicatedHostAttribute operation to query the zone ID.

cn-hangzhou-b

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

D6E068C3-25BC-455A-85FE-45F0B22ESTG2
LoginUrlstring

The URL of the webshell.

https://ecs-workbench-disposable.aliyun.com/account/disposable/login/sst/mybase.c7dfa64e9f/m44kih****

Examples

Sample success responses

JSONformat

{
  "RequestId": "D6E068C3-25BC-455A-85FE-45F0B22ESTG2",
  "LoginUrl": "https://ecs-workbench-disposable.aliyun.com/account/disposable/login/sst/mybase.c7dfa64e9f/m44kih****"
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidUserId.NotSupportThe user ID has no permission.You are not authorized to perform this operation.
403InvalidInstanceThe instance does not support the operation.The specified instance does not support this operation.
404HostInfo.NotFoundThe specified host info is not found.The specified host information is not found.

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