processes
List processes in Pipeline
List processes in Pipeline
get/api/v1/orgs/{orgId}/processes
Path parameters
orgIdinteger required
Organization identifier
Query parameters
type'cluster-upgrade'
Type of processes to query
resourceIdstring
The id of the resource to list processes for
parentIdstring
The id of the parent process
status'running' | 'failed' | 'finished' | 'canceled'
The status of processes to query
Response
Processes listed
Example response
[
{
"resourceId": "resourceId",
"log": "log",
"startedAt": "2000-01-23T04:56:07.000+00:00",
"id": "id",
"type": "type",
"parentId": "parentId",
"orgId": 0,
"events": [
{
"processId": "processId",
"log": "log",
"id": 6,
"type": "type",
"status": null,
"timestamp": "2000-01-23T04:56:07.000+00:00"
},
{
"processId": "processId",
"log": "log",
"id": 6,
"type": "type",
"status": null,
"timestamp": "2000-01-23T04:56:07.000+00:00"
}
],
"resourceType": "resourceType",
"status": null,
"finishedAt": "2000-01-23T04:56:07.000+00:00"
}
]Changes
Changed in 2 of the 50 revisions of this API.11
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●