BundleInstallHistory
No description
type BundleInstallHistory {
time: DateTime
operationEndpoint: String
operation: String
accountId: ID
userId: String
bundle: BundleViewForMaybeOwner
artifactTypes: String
sharingMode: SharingMode
correlationId: String
targetAccountId: String
flowTenant: FlowTenant
folder: PlatformFolder
installationStatus: InstallationStatus
}
Fields
BundleInstallHistory.time ● DateTime scalar partner-portal
Bundle installation time
BundleInstallHistory.operationEndpoint ● String scalar miscellaneous
Endpoint - Eg: /v1/bundles/installations
BundleInstallHistory.operation ● String scalar miscellaneous
One of the following - Install Bundle, Create Bundle, Delete Bundle, Add Artifact, Update Artifact, Delete Artifact
BundleInstallHistory.accountId ● ID scalar miscellaneous
The Platform account id of the user who performed the activity
BundleInstallHistory.userId ● String scalar miscellaneous
Platform email address the user who performed the activity
BundleInstallHistory.bundle ● BundleViewForMaybeOwner object bundles
Bundle that was acted upon
BundleInstallHistory.artifactTypes ● String scalar miscellaneous
CSV list artifact types in a bundle - FLOW, PACKAGED_COMPONENT, SUPPORTING
BundleInstallHistory.sharingMode ● SharingMode enum bundles
One of the following: PUBLIC, PRIVATE, ACCESS_LIST
BundleInstallHistory.correlationId ● String scalar miscellaneous
Unique identifier used to correlate related requests and operations
BundleInstallHistory.targetAccountId ● String scalar miscellaneous
Platform account where the packaged component artifacts from the Bundle was installed
BundleInstallHistory.flowTenant ● FlowTenant object bundles
Flow tenant details where the bundle was installed
BundleInstallHistory.folder ● PlatformFolder object bundles
Platform folder details where the bundles was installed
BundleInstallHistory.installationStatus ● InstallationStatus enum bundles
The overall bundle installation status - SUCCESS, PARTIAL, FAILURE
Member Of
BundleInstallHistoryResponse object