APIs to manage Stage Runs. Stage run status descriptions
All Stage Runs for the Pipeline Run
Stage run get error
{- "code": 0,
- "message": "string",
- "content": {
- "count": 0,
- "previous": "string",
- "next": "string",
- "results": [
- {
- "id": "string",
- "enterprise_id": "string",
- "pipeline_id": "string",
- "pipeline_run_id": "string",
- "stage_id": "string",
- "stage_meta": {
- "name": "string",
- "description": "string",
- "created_by": 0
}, - "status": "pending",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "started_at": "2019-08-24T14:15:22Z",
- "ended_at": "2019-08-24T14:15:22Z"
}
]
}
}
Get pipeline run stage run
Operation get error
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "enterprise_id": "string",
- "pipeline_id": "string",
- "pipeline_run_id": "string",
- "stage_id": "string",
- "stage_meta": {
- "name": "string",
- "description": "string",
- "created_by": 0
}, - "status": "pending",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "started_at": "2019-08-24T14:15:22Z",
- "ended_at": "2019-08-24T14:15:22Z"
}
}
Updated Pipeline Stage run information
Pipeline Stage Run update error
Pipeline Stage Run update error
{- "status": "pending"
}
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "enterprise_id": "string",
- "pipeline_id": "string",
- "pipeline_run_id": "string",
- "stage_id": "string",
- "stage_meta": {
- "name": "string",
- "description": "string",
- "created_by": 0
}, - "status": "pending",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z",
- "started_at": "2019-08-24T14:15:22Z",
- "ended_at": "2019-08-24T14:15:22Z"
}
}
All Operations for the Stage Run
Stage run operation get error
{- "code": 0,
- "message": "string",
- "content": {
- "count": 0,
- "previous": "string",
- "next": "string",
- "results": [
- {
- "id": "string",
- "operation_type": "string",
- "args": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}
}
Operation for the Stage Run
Stage run operation get error
{- "code": 0,
- "message": "string",
- "content": {
- "id": "string",
- "operation_type": "string",
- "args": "string",
- "created_by": 0,
- "updated_by": 0,
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
}