IntegrationResponse
Registered external integration
idstring
Example:
01HX9QRPBZW4EZG3BTYV7K0M5Inamestring
Example:
acme-sftpintegrationTypeIntegrationType (string)
Type of external system
Possible values: [SFTP, FTP, FTPS, S3, AZURE_BLOB, GCS, REST_API, DATABASE, LOCAL_FS]
Example:
SFTPcredentialIdstring
Example:
cred-001config object
property name*any
lastTestedAtstring<date-time>nullable
Example:
2024-03-15T08:00:00ZlastTestSuccessbooleannullable
Example:
truecreatedAtstring<date-time>
Example:
2024-03-15T08:00:00ZupdatedAtstring<date-time>
Example:
2024-03-15T09:30:00ZIntegrationResponse
{
"id": "01HX9QRPBZW4EZG3BTYV7K0M5I",
"name": "acme-sftp",
"integrationType": "SFTP",
"credentialId": "cred-001",
"config": {},
"lastTestedAt": "2024-03-15T08:00:00Z",
"lastTestSuccess": true,
"createdAt": "2024-03-15T08:00:00Z",
"updatedAt": "2024-03-15T09:30:00Z"
}