查询研发主机详情
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
appstreaming:DescribeWuyingServer |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| WuyingServerId |
string |
是 |
研发主机 ID。 |
aig-bp1234567890abcde |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| Data |
object |
研发主机详情数据。 |
|
| WuyingServerId |
string |
研发主机 ID。 |
aig-bp1234567890abcde |
| WuyingServerName |
string |
研发主机名称。 |
my-dev-server |
| BizRegionId |
string |
地域 ID。 |
cn-hangzhou |
| ImageId |
string |
镜像 ID。 |
img-bp1234567890abcde |
| ImageName |
string |
镜像名称。 |
Ubuntu 22.04 |
| OsType |
string |
操作系统类型。 |
Linux |
| SupportASP |
boolean |
Whether ASP streaming connection is supported. |
true |
| OfficeSiteId |
string |
工作区 ID。 |
cn-hangzhou+dir-abc123 |
| OfficeSiteName |
string |
工作区名称。 |
默认工作区 |
| OfficeSiteType |
string |
工作区类型。 |
Simple |
| NetworkInterfaceIp |
string |
内网 IP。 |
10.0.0.1 |
| ChargeType |
string |
付费类型。 |
PrePaid |
| CreateTime |
string |
创建时间,格式为英文美式日期时间格式,使用 12 小时制。 |
Sep 2, 2026 1:46:41 PM |
| ExpiredTime |
string |
到期时间,格式为英文美式日期时间格式,使用 12 小时制。 |
Oct 3, 2026 12:00:00 AM |
| Status |
string |
研发主机状态。 |
Running |
| SystemDiskSize |
integer |
系统盘大小,单位 GB。 |
80 |
| SystemDiskCategory |
string |
系统盘类型。 |
cloud_essd |
| Bandwidth |
integer |
带宽大小,单位 Mbps。 |
10 |
| EniPrivateIpAddressQuantity |
integer |
单块网卡私有 IP 地址上限(含主 IP)。 |
10 |
| PrivateIpSets |
array<object> |
私有 IP 集合(含主 IP 和辅助 IP)。 |
|
|
object |
私有 IP 信息。 |
||
| PrivateIpAddress |
string |
私有 IP 地址。 |
10.0.0.1 |
| Primary |
boolean |
是否为主私有 IP。true 表示主私有 IP,false 表示辅助私有 IP。 |
true |
示例
正常返回示例
JSON格式
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"Data": {
"WuyingServerId": "aig-bp1234567890abcde",
"WuyingServerName": "my-dev-server",
"BizRegionId": "cn-hangzhou",
"ImageId": "img-bp1234567890abcde",
"ImageName": "Ubuntu 22.04",
"OsType": "Linux",
"SupportASP": true,
"OfficeSiteId": "cn-hangzhou+dir-abc123",
"OfficeSiteName": "默认工作区",
"OfficeSiteType": "Simple",
"NetworkInterfaceIp": "10.0.0.1",
"ChargeType": "PrePaid",
"CreateTime": "Sep 2, 2026 1:46:41 PM",
"ExpiredTime": "Oct 3, 2026 12:00:00 AM",
"Status": "Running",
"SystemDiskSize": 80,
"SystemDiskCategory": "cloud_essd",
"Bandwidth": 10,
"EniPrivateIpAddressQuantity": 10,
"PrivateIpSets": [
{
"PrivateIpAddress": "10.0.0.1",
"Primary": true
}
]
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。