HistoryEntryV4
agent version. v1 migration will be git sha, v4 will be uuid
commit message for the change description
assets objectrequired
linuxExe object
linux exe asset that can be downloaded
Date the asset was created. The bin should never be updated so confirm when downloaded the lastupdated is this
crc32 checksum
gsutil uri
signed url that will be generated after pulling from db
windowsExe object
windows exe asset that can be downloaded
Date the asset was created. The bin should never be updated so confirm when downloaded the lastupdated is this
crc32 checksum
gsutil uri
signed url that will be generated after pulling from db
windowsMsi object
windows msi asset that can be downloaded
Date the asset was created. The bin should never be updated so confirm when downloaded the lastupdated is this
crc32 checksum
gsutil uri
signed url that will be generated after pulling from db
user-defined code sha stored in git
yaml of config for agent
version of the core agent exe being used
status object
Possible values: [FLOW
, CONTAINER
, AGENT
, GATEWAY
]
Possible values: [PROCESSING
, COMPLETED
, ERROR
, PENDING
]
Possible values: [PROCESSING
, COMPLETED
, ERROR
, PENDING
]
author object
Possible values: [admin
, reader
, runner
, writer
, none
]
assigned_flows object[]
application_sessions object[]
Possible values: [Initializing
, Live
, Stopped
, Error
, Standby
, Paused
, Resuming
]
Possible values: [Preparing Session Infrastructure
, Creating VM from template
, Generating VM Password
, Creating Network
, Scheduling VM Management
, Starting VM
, Sending VM Hello Message
, Waiting for Response
, Initialization Complete
]
Possible values: [All
, Errors
, My Notifications
, None
]
{
"agentId": "string",
"agentVersion": "string",
"message": "string",
"authorEmail": "string",
"assets": {
"linuxExe": {
"created": "string",
"checksum": "string",
"storageUrl": "string",
"signedUrl": "string"
},
"windowsExe": {
"created": "string",
"checksum": "string",
"storageUrl": "string",
"signedUrl": "string"
},
"windowsMsi": {
"created": "string",
"checksum": "string",
"storageUrl": "string",
"signedUrl": "string"
}
},
"processor": "string",
"configuration": "string",
"coreAgentVersion": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"requireFullUpdate": true,
"status": {
"entity": "string",
"time": "string",
"type": "FLOW",
"identifier": "string",
"buildStatus": "PROCESSING",
"deployStatus": "PROCESSING",
"userUid": "string"
},
"id": 0,
"author": {
"id": 0,
"role": "admin",
"email": "string",
"saml_id": "string",
"assigned_flows": [
{
"id": "string",
"name": "string",
"environment": "string",
"version": "string",
"docsMarkdown": "string",
"assignees": [
"string"
]
}
],
"githubLogin": "string",
"application_sessions": [
{
"id": "string",
"application": "string",
"initiator": "string",
"status": "Initializing",
"initializationStatus": "Preparing Session Infrastructure",
"inputFiles": [
"string"
],
"outputFiles": [
"string"
],
"startTime": "string",
"endTime": "string",
"users": [
null
],
"password": "string",
"domain": "string",
"port": 0,
"vmName": "string",
"timeout": "string",
"vncPassword": "string",
"preWarm": true
}
],
"lastSeenAt": "2024-07-29T15:51:28.071Z",
"lastActiveAt": "2024-07-29T15:51:28.071Z",
"deletedAt": "2024-07-29T15:51:28.071Z",
"showSidebarTour": true,
"showHomepageTour": true,
"showFilesTour": true,
"showFlowRunsTour": true,
"showFlowEditorTour": true,
"showAnalysisAppCardTour": true,
"showProcessUnitOpsTour": true,
"showGatewayTour": true,
"showHostDetailsTour": true,
"showConnectorConnectionDetailsTour": true,
"showConnectorDetailsTour": true,
"notificationPopupSetting": "All"
}
}