Querying the Pipeline Tags
Function
This API is used to query the pipeline tags.
Calling Method
For details, see Calling APIs.
URI
GET /v5/{project_id}/api/pipeline-tag/list
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Parameter description: CodeArts project ID. Constraints: N/A. Value Range: The value contains 32 characters. Default value: N/A. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
proj_id |
No |
String |
Project ID. |
Request Parameters
None
Response Parameters
Status code: 200
Parameter |
Type |
Description |
---|---|---|
[items] |
Array of PipelineTagResp objects |
Tag response body. |
Example Requests
GET https://{endpoint}/db8d07265e24426598b3eb03a7818972/v5/api/pipeline-tag/list?proj_id=db8d07265e24426598b3eb03a7818972
Example Responses
Status code: 200
Response body.
[ { "tag_id" : "707b6711d3484578a1d848d889a7fa60", "name" : "1", "color" : "#0b81f6", "project_id" : "db8d07265e24426598b3eb03a7818972", "project_name" : "cjrTest" } ]
Status Codes
Status Code |
Description |
---|---|
200 |
Response body. |
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