Skip to main content

ConnectorHistoryEntry

connectorIdstringrequired
connectorVersionstringrequired

connector version

messagestringrequired

commit message for the change description

authorEmailstringrequired
processorstringrequired

user-defined code sha stored in git

configurationstringrequired

yaml of config for connector

createdAtstring<date-time>required
updatedAtstring<date-time>required
legacyAssets objectrequired
linuxExe object

linux exe asset that can be downloaded

createdstringnullable

Date the asset was created. The bin should never be updated so confirm when downloaded the lastupdated is this

checksumstringnullable

crc32 checksum

storageUrlstringnullable

gsutil uri

signedUrlstringnullable

signed url that will be generated after pulling from db

windowsExe object

windows exe asset that can be downloaded

createdstringnullable

Date the asset was created. The bin should never be updated so confirm when downloaded the lastupdated is this

checksumstringnullable

crc32 checksum

storageUrlstringnullable

gsutil uri

signedUrlstringnullable

signed url that will be generated after pulling from db

windowsMsi object

windows msi asset that can be downloaded

createdstringnullable

Date the asset was created. The bin should never be updated so confirm when downloaded the lastupdated is this

checksumstringnullable

crc32 checksum

storageUrlstringnullable

gsutil uri

signedUrlstringnullable

signed url that will be generated after pulling from db

status objectrequired
entitystringrequired
timestringrequired
typestringrequired

Possible values: [FLOW, CONTAINER, AGENT, GATEWAY]

identifierstringrequired
buildStatusstringrequired

Possible values: [PROCESSING, COMPLETED, ERROR, PENDING]

deployStatusstringrequired

Possible values: [PROCESSING, COMPLETED, ERROR, PENDING]

userUidstringrequired
requireLegacyFullUpdatebooleanrequired
ConnectorHistoryEntry
{
"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
}