Obtaining Requirement Statistics
Function
Obtaining Requirement Statistics
URI
GET /v4/projects/{project_id}/demand-statistic
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the 32-bit ID of the devcloud project. Minimum: 32 Maximum: 32 |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies a user token. The token can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token. Minimum: 10 Maximum: 32768 |
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
demand_statistics |
Array of DemandStatisticResponseV4 objects |
Requirement Statistics |
Parameter |
Type |
Description |
---|---|---|
closed_num |
Integer |
Closed Qty. |
module |
String |
Module |
new_num |
Integer |
Number of new sites. |
process_num |
Integer |
Quantity in Development |
rejected_num |
Integer |
Rejected Qty. |
solved_num |
Integer |
Resolved Issues |
test_num |
Integer |
Quantity in the Test |
total |
Integer |
Total |
Status code: 400
Parameter |
Type |
Description |
---|---|---|
error_msg |
String |
Description |
error_code |
String |
Error Codes |
Status code: 401
Parameter |
Type |
Description |
---|---|---|
error_msg |
String |
Description |
error_code |
String |
Error Codes |
Example Requests
GET https://{endpoint}/v4/projects/526cefde62004de2b62b5e8dd2c2b3af/demand-statistic GET https://{endpoint}/v4/projects/526cefde62004de2b62b5e8dd2c2b3af/demand-statistic
Example Responses
Status code: 200
OK
{ "demand_statistics" : [ { "closed_num" : 1, "module" : "cost", "new_num" : 1, "process_num" : 1, "rejected_num" : 1, "solved_num" : 1, "test_num" : 1, "total" : 1 } ] }
Status Codes
Status Code |
Description |
---|---|
200 |
OK |
400 |
Bad Request |
401 |
Unauthorized |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot