StartTerminalSession_云服务器 ECS_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

当您通过代码定制化远程连接客户端时,可以调用该接口获取远程连接 ECS 实例的 WebSocketUrl。调用该接口时您需要注意:

  • 指定的 ECS 实例必须处于运行中(Running)状态。
  • 指定的 ECS 实例必须安装了云助手 Agent。您可以调用 DescribeCloudAssistantStatus 查询 ECS 实例是否已安装云助手 Agent,并可以查询云助手 Agent 的版本号。
    • 如果您的 ECS 实例没有安装云助手 Agent,请调用 InstallCloudAssistant 安装。
    • 云助手 Agent 的版本需要高于以下版本才支持会话管理功能。如果您需要升级云助手 Agent 版本,请参见升级或禁止升级云助手 Agent
      • Linux 操作系统:2.2.3.256
      • Windows 操作系统:2.1.3.256
  • 成功调用该接口后,WebSocketUrl 有效时长为 10 分钟。
  • 在会话建立后,3 分钟没有数据传输,云助手会关闭链接。
  • 同一地域下,已创建并可用的会话不能超过 1000 个,单台 ECS 实例处于连接状态的会话不能超过 20 个,单个会话连接的带宽限制为 200kb/s。
  • 端口转发功能,目前只支持 TCP 端口转发,不支持 UDP。
  • 若想永久关闭会话,并使 WebSocketUrl 失效,请调用 EndTerminalSession 接口。

流控信息

请求速率为1000/60(s)。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
ecs:StartTerminalSession
Update
Instance
acs:ecs:{#regionId}:{#accountId}:instance/{#instanceId}

请求参数

字段名称字段详情
RegionIdstring

实例所在地域 ID。您可以调用 DescribeRegions 查看最新的阿里云地域列表。

示例值:cn-hangzhou参考取值来源:
    DescribeRegions
InstanceIdarray<string>

实例 ID 列表。

子级条数 <= 100
PortNumberinteger<int32>

指定 ECS 实例的端口号,用于数据转发。一旦设置该参数,云助手 Agent 的数据转发会传到指定的端口号,用于端口转发。例如,SSH 使用 22 端口。展开详情

示例值:22
CommandLinestring

发起会话后,指定执行的命令内容。长度不能超过 512 个字符。展开详情

示例值:ssh root@192.168.0.246
TargetServerstring

指定通过实例访问 VPC 内目标服务地址。展开详情

示例值:192.168.0.246
Usernamestring

指定连接时的用户名称。

示例值:testUser

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:EB5173B0-8E80-564E-AAD1-3135412*****
SessionIdstring

会话 ID。

示例值:s-hz023od0x9****
SecurityTokenstring

附加在 WebSocket 的请求头部,用于系统校验本次请求。

示例值:d86c2df2-d19c-4bd8-b817-a19ef123****
WebSocketUrlstring

远程连接 ECS 实例的 WebSocket 会话对应的 URL。包含了会话 ID(SessionId)以及用于系统校验的SecurityToken

示例值:wss://cn-hangzhou.axt.aliyuncs.com/session?sessionId=s-hz023od0x9****&token=d86c2df2-d19c-4bd8-b817-a19ef123****

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
RegionId.ApiNotSupported
The api is not supported in this region.诊断
400
PortNumber.Invalid
The port number is invalid.诊断
403
InstanceIds.ExceedLimit
The number of instance IDs exceeds the upper limit.诊断
403
SessionCount.ExceedLimit
The number of sessions exceeds the upper limit.诊断
403
Operation.Forbidden
The operation is not permitted.诊断
403
PortForwarding.NotSupported
Port forwarding is not supported currently.诊断
403
UserBehavior.SessionManagerDisabled
The api is disabled by user behavior.诊断
403
InvalidCommandLine.Conflict
The parameter PortNumber or TargetServer cannot be specified with parameter CommandLine.诊断
403
InvalidTargetServer.MissingPortNumber
The parameter PortNumber must be specified with parameter TargetServer.诊断
403
InvalidCommandLine.LengthLimitExceeded
The length of the parameter CommandLine exceeded the limit of 512 characters.诊断
403
InvalidInstanceIds.CountLimitExceeded
The count of Instances exceeded the maximum limit of 1 when TargetServer or CommandLine parameter was specified.诊断
403
Username.ExceedLimit
The length of the username exceeds the upper limit.诊断
403
InvalidOperation.SecurityGroupRuleDenied
The operation is not allowed by the security group inbound rules of the specified instance.诊断
403
InvalidTargetServer.LengthLimitExceeded
The length of the parameter TargetServer exceeded the limit of 128 characters.诊断
404
InvalidRegionId.NotFound
The RegionId provided does not exist in our records.诊断
404
InvalidInstance.NotFound
The specified instances not found.诊断
500
InternalError.Dispatch
An error occurred when you dispatched the request.诊断

变更历史

变更时间变更内容概要操作
2024-07-18
变更错误码403
2024-04-28
变更错误码403
2024-03-12
变更错误码403
新增请求参数Username
2023-08-16
变更错误码403
新增请求参数CommandLine
新增请求参数TargetServer
2023-05-12
变更错误码400
变更错误码403
删除返回参数
2023-03-15
新增返回参数
  • 1
  • 2
  • 10 条/页

相关示例