ConnectorHistoryEntry
connector version
commit message for the change description
user-defined code sha stored in git
yaml of config for connector
legacyAssets 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
status objectrequired
Possible values: [FLOW
, CONTAINER
, AGENT
, GATEWAY
]
Possible values: [PROCESSING
, COMPLETED
, ERROR
, PENDING
]
Possible values: [PROCESSING
, COMPLETED
, ERROR
, PENDING
]
{
"connectorId": "string",
"connectorVersion": "string",
"message": "string",
"authorEmail": "string",
"processor": "string",
"configuration": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"legacyAssets": {
"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"
}
},
"status": {
"entity": "string",
"time": "string",
"type": "FLOW",
"identifier": "string",
"buildStatus": "PROCESSING",
"deployStatus": "PROCESSING",
"userUid": "string"
},
"requireLegacyFullUpdate": true
}