UpdateInstrumentRunBody
ID of the unit operation run to associate with this instrument run
Start time of the instrument run
End time of the instrument run
State of the instrument run
Possible values: [Running
, Completed
]
Array of file URIs to associate with this run
flowRuns object[]
Array of flow run identifiers consisting of the Flow runId and flowId
Flow run ID associated with this run
Possible values: Value must match regular expression /^\d+$/
Flow ID associated with this run
Possible values: Value must match regular expression /^\S+$/
External identifier for the instrument run
URL associated with the external identifier
Array of BqTable Names to associate with this run
Possible values: Value must match regular expression /^\S+$/
Array of panel session IDs to associate with this run
initiator object
Initiator of the instrument run
User email if the initiator is a user
flowRun object
Flow run identifier consisting of the Flow runId and flowId
Flow run ID associated with this run
Possible values: Value must match regular expression /^\d+$/
Flow ID associated with this run
Possible values: Value must match regular expression /^\S+$/
Connection ID if the initiator is a connection
Connector Connection ID if the initiator is a connector connection
System Actor ID if the initiator is a system actor
{
"unitOperationRunId": 0,
"startTime": "2024-07-29T15:51:28.071Z",
"endTime": "2024-07-29T15:51:28.071Z",
"state": "Running",
"fileUris": [
"string"
],
"flowRuns": [
{
"runId": "1234567890123",
"flowId": "my-flow-1"
},
{
"runId": "1234567890124",
"flowId": "my-flow-2"
}
],
"externalId": "string",
"url": "string",
"bqTableNames": [
"string"
],
"panelSessionIds": [
"string"
],
"initiator": {
"userEmail": "string",
"flowRun": {
"runId": "1234567890124",
"flowId": "my-flow-2"
},
"connectionId": "string",
"connectorConnectionId": "string",
"systemActorId": 0
}
}