Module for Creating a Project
Function
Querying the Module List of a Project
URI
POST /v4/projects/{project_id}/module
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the 32-bit ID of the devcloud project. |
Request Parameters
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the user token. It can be obtained by calling an IAM API. The value of X-Subject-Token in the response header is the user token. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
description |
No |
String |
Description |
module_name |
Yes |
String |
Module name |
parent_module_id |
No |
Integer |
Parent module ID. |
owner |
Yes |
UserRequest object |
|
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
description |
String |
Description |
module_name |
String |
Module name |
module_id |
Integer |
Specifies the module ID. |
owner |
ModuleOwner object |
|
Parameter |
Type |
Description |
---|---|---|
user_id |
String |
User ID, which is a 32-digit character string. |
user_num_id |
Integer |
User ID |
user_name |
String |
Username. |
nick_name |
String |
Nickname of the user. |
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
Post https://{endpoint}/v4/projects/0792b7d26cb74bd799cbae80063dc74a/modules { "description" : "module demo", "module_name" : "demo", "parent_module_id" : 1, "owner" : { "user_id" : "09d75cde5180d4481f91c018e89cb8e2" } }
Example Responses
Status code: 200
OK
{ "description" : "module demo", "module_name" : "demo", "module_id" : 46691, "owner" : { "user_id" : "09d75cde5180d4481f91c018e89cb8e2", "user_num_id" : 4091, "user_name" : "demo_user_name_06", "nick_name" : "demo" } }
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