接口功能介绍
获取资源组使用信息
接口约束
华北2
URI
GET /v4/cwai/central/task-service/queue/get-resource-usage-info
路径参数
无
Query参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
id | 是 | String | 区域的唯一ID | 81f7728662dd11ec810800155d307d5b | |
resourceGroupID | 否 | String | 资源组ID |
请求参数
请求头header参数
无
请求体body参数
无
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
errorCode | String | 错误代码 | Cwai.Api.xxxx | |
message | String | 错误信息描述 | 检测任务Id不合法 | |
returnObj | String | 返回资源组使用信息 | returnObj | |
statusCode | Integer | 请求成功(800)或者失败(900) | 800 |
表 returnObj
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
allocatedCpu | Integer | 已使用:cpu | ||
allocatedCpuRatio | Float | 已使用:cpu | ||
allocatedGpu | Integer | 已使用:gpu | ||
allocatedGpuRatio | Float | 已使用:gpu | ||
allocatedMemory | Integer | 已使用:内存 | ||
allocatedMemoryRatio | Float | 已使用:内存 | ||
cpu | Integer | 总规格:cpu | ||
deviceList | Array of Strings | 规格列表 | ||
gpu | Integer | 总规格:gpu | ||
memory | Integer | 总规格:内存 |
枚举参数
无
请求示例
请求url
GET https://cwai-global.ctapi.ctyun.cn/v4/cwai/central/task-service/queue/get-resource-usage-info?id=200000001852&resourceGroupID=49f62db9-810c-4a11-a731-702dc29c9790
请求头header
User-Agent : "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/110.0"
请求体body
无
响应示例
{
"statusCode": 800,
"message": "成功",
"returnObj": {
"cpu": 192,
"memory": 1536,
"gpu": 8,
"allocatedCpu": 96,
"allocatedMemory": 768,
"allocatedGpu": 4,
"allocatedCpuRatio": 0.5,
"allocatedMemoryRatio": 0.5,
"allocatedGpuRatio": 0.5,
"deviceList": ["huawei-Ascend910"]
}
}
状态码
请参考 状态码
错误码
请参考 错误码