Querying All GitCode Pipelines
Function
This API is used to query all GitCode pipelines.
Calling Method
For details, see Calling APIs.
URI
GET /v3/{domain_id}/actions/all
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
domain_id |
Yes |
String |
Definition: Tenant ID. Constraints: N/A Value range: The value consists of 32 characters, including digits and letters. Default value: N/A |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
offset |
Yes |
Integer |
Definition: Offset where the query starts. Constraints: N/A Value range: The offset value must be no less than 0. Default value: N/A |
|
limit |
Yes |
Integer |
Definition: Number of records of each query. Constraints: N/A Value range: The value is no less than 0. Default value: N/A |
|
name |
No |
String |
Definition: Pipeline name. Constraints: N/A Value range: N/A Default value: N/A |
|
type |
No |
String |
Definition: Project ID. For details, see Obtaining a Project ID. Constraints: N/A Value range: The value consists of 32 characters, including digits and letters. Default value: N/A |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
name |
String |
Definition: Extension name. Value range: N/A |
|
display_name |
String |
Definition: Extension display name. Value range: N/A |
|
creator |
String |
Definition: Extension creator. Value range: N/A |
|
type |
String |
Definition: Extension type. Value range: N/A |
|
type_name |
String |
Definition: Extension type name. Value range: N/A |
|
description |
String |
Definition: Extension description. Value range: N/A |
|
refer |
Integer |
Definition: Number of times that an extension is referenced. Value range: N/A |
|
favorite |
Integer |
Definition: Number of times that an extension is added to favorites. Value range: N/A |
|
icon_url |
String |
Definition: URL of the extension icon. Value range: N/A |
Example Requests
None
Example Responses
Status code: 200
OK
{
"name" : "Sample Action",
"display_name" : "Sample Action Display",
"creator" : "creator123",
"type" : "custom",
"type_name" : "Custom Action Type",
"description" : "This is a sample action for demonstration.",
"refer" : 1,
"favorite" : 0,
"icon_url" : "https://example.com/icon.png"
}
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK |
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