ECOSYSTEM_SYNC_ALL_SUCCESS
interface EcosystemSyncAllSuccessEvent { category: "ecosystem"; clientId: string | undefined; data: { ecosystems: { ecosystemUrl: string; tenantIds: string[] }[]; integrations: { format: "MATTR"; url: string }[]; lastSyncTime: number; skipped: boolean; successCount: number; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_SYNC_ALL_SUCCESS"; userAgent: string | undefined; version: "1";} interface EcosystemSyncAllSuccessEventSanitised { category: "ecosystem"; clientId: string | undefined; data: { ecosystems: { ecosystemUrl: string; tenantIds: string[] }[]; integrations: { format: "MATTR"; url: string }[]; lastSyncTime: number; skipped: boolean; successCount: number; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "ECOSYSTEM_SYNC_ALL_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "ecosystem"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
ecosystems: { ecosystemUrl: string; tenantIds: string[] }[];
integrations: { format: "MATTR"; url: string }[];
lastSyncTime: number;
skipped: boolean;
successCount: number;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "ECOSYSTEM_SYNC_ALL_SUCCESS"
userAgent
userAgent: string | undefined