v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Release Pipelines

Get Pipeline

get/console/v1/release_pipelines/{id}

Path parameters

idstring required

Response

Get pipeline

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Get pipeline success",
  "data": {
    "id": "45aiIXz4aaAadWtYEetjko",
    "name": "Pipeline 1",
    "creatorID": "24hiIXz3kbFaDwtYEetv2i",
    "createdTime": 1705439406615,
    "lastModifierID": "24hiIXz3kbFaDwtYEetv2i",
    "lastModifiedTime": 1705439406615,
    "phases": [
      {
        "id": "24hiIXz3kbFaDwtYEetv2i",
        "name": "Phase 1",
        "timeIntervalMs": 3600000,
        "requiredReview": false,
        "rules": [
          {
            "id": "24hiIXz3kbFaDwtYEetv2i",
            "name": "Rule",
            "conditions": [
              {
                "type": "app_version",
                "targetValue": [
                  "1",
                  "222"
                ],
                "operator": "any"
              }
            ],
            "environments": null
          }
        ]
      }
    ]
  }
}