更新时间:2022-12-08 GMT+08:00

获取需求统计信息

功能介绍

获取需求统计信息

URI

GET /v4/projects/{project_id}/demand-statistic

表1 路径参数

参数

是否必选

参数类型

描述

project_id

String

devcloud项目的32位id

最小长度:32

最大长度:32

请求参数

表2 请求Header参数

参数

是否必选

参数类型

描述

X-Auth-Token

String

用户Token。 通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。

最小长度:10

最大长度:32768

响应参数

状态码: 200

表3 响应Body参数

参数

参数类型

描述

demand_statistics

Array of DemandStatisticResponseV4 objects

需求统计

表4 DemandStatisticResponseV4

参数

参数类型

描述

closed_num

Integer

已关闭数量

module

String

模块

new_num

Integer

新建的数量

process_num

Integer

开发中的数量

rejected_num

Integer

已拒绝数量

solved_num

Integer

已解决数量

test_num

Integer

测试中的数量

total

Integer

总数

状态码: 400

表5 响应Body参数

参数

参数类型

描述

error_msg

String

错误描述

error_code

String

错误码

状态码: 401

表6 响应Body参数

参数

参数类型

描述

error_msg

String

错误描述

error_code

String

错误码

请求示例

GET https://{endpoint}/v4/projects/526cefde62004de2b62b5e8dd2c2b3af/demand-statistic

GET https://{endpoint}/v4/projects/526cefde62004de2b62b5e8dd2c2b3af/demand-statistic

响应示例

状态码: 200

OK

{
  "demand_statistics" : [ {
    "closed_num" : 1,
    "module" : "计费",
    "new_num" : 1,
    "process_num" : 1,
    "rejected_num" : 1,
    "solved_num" : 1,
    "test_num" : 1,
    "total" : 1
  } ]
}

状态码

状态码

描述

200

OK

400

Bad Request

401

Unauthorized

错误码

请参见错误码