查看工作空间详情
查看工作空间详情
Path Parameters
订阅
资源组
可用区
工作空间名称
- 200
- default
OK
Schema
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- ]
- Array [
- ]
- ]
Possible values: <= 62 characters
资源名称
资源描述
资源类型
最小库存单元id
tags object
工作空间资源的标签
properties object
资源属性
resources object
资源规格属性
billing_items object
计费项
members object[]
用户属性
用户名
角色
aec2s object[]
AEC2 属性
aec2 Uid
AEC2 名字
aec2 别名
AEC2 状态
订阅
资源组
可用区
卡种
total_quota object
集群quota
CPU
卡数
内存
used_quota object
集群quota
CPU
卡数
内存
idle_quota object
集群quota
CPU
卡数
内存
spot_total_quota object[]
spot资源总量
spot名称
spot_quota object
spot额度
CPU
卡数
内存
spot_used_quota object[]
spot已用总量
spot名称
spot_quota object
spot额度
CPU
卡数
内存
spot_idle_quota object[]
spot剩余总量
spot名称
spot_quota object
spot额度
CPU
卡数
内存
Possible values: [ALL
, SPOT
]
资源配额类型
工作空间是否开启可移植操作系统接口
{
"id": "string",
"uid": "string",
"name": "string",
"display_name": "string",
"description": "string",
"resource_type": "string",
"creator_id": "string",
"owner_id": "string",
"tenant_id": "string",
"zone": "string",
"state": "CREATING",
"sku_id": "string",
"tags": {},
"properties": {
"resources": {
"billing_items": {}
},
"members": [
{
"member_name": "string",
"member_role": "string"
}
],
"aec2s": [
{
"aec2_uid": "string",
"aec2_name": "string",
"aec2_display_name": "string",
"aec2_state": "string",
"aec2_subscription_name": "string",
"aec2_resource_group_name": "string",
"aec2_zone": "string",
"device_type": "string",
"total_quota": {
"cpu": "string",
"device": "string",
"memory": "string"
},
"used_quota": {
"cpu": "string",
"device": "string",
"memory": "string"
},
"idle_quota": {
"cpu": "string",
"device": "string",
"memory": "string"
},
"type": "string",
"spot_total_quota": [
{
"spot_name": "string",
"spot_quota": {
"cpu": "string",
"device": "string",
"memory": "string"
}
}
],
"spot_used_quota": [
{
"spot_name": "string",
"spot_quota": {
"cpu": "string",
"device": "string",
"memory": "string"
}
}
],
"spot_idle_quota": [
{
"spot_name": "string",
"spot_quota": {
"cpu": "string",
"device": "string",
"memory": "string"
}
}
],
"quota_type": "ALL"
}
],
"posix_enabled": true
},
"deleted": true,
"create_time": "2024-11-04T06:28:49.321Z",
"update_time": "2024-11-04T06:28:49.321Z"
}
Default error response
Schema
- Array [
- ]
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
details object[]
A list of messages that carry the error details. There is a common set of message types for APIs to use.
The type of the serialized message.
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}