ListAvailableBundleVersions
List available bundle upgrade targets
/api/v1/lifecycle/upgrades/bundlesOperation ID
ListAvailableBundleVersionsSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Query Parameters
bundleNameStringBundle name used to filter the results
Responses
200 OKOn success, this API returns the following response structure.
itemsListCollection of result items
Example: (nested array)
uuidStringUnique identifier of this resource
Example: value
bundleNameStringBundle name for this resource
Example: value
bundleVersionStringBundle version for this resource
Example: value
minSourceBundleVersionStringMin source bundle version for this resource
Example: value
statusStringStatus for this resource
Example: value
updateTypeStringUpdate type for this resource
Example: value
manifestSetChecksumStringManifest set checksum for this resource
Example: value
membershipChangeCountIntegerMembership change count for this resource
Example: 10
componentCountIntegerComponent count for this resource
Example: 10
componentReleaseChangesListComponent release changes for this resource
Example: (nested array)
componentUuidStringComponent uuid for this resource
Example: value
componentNameStringComponent name for this resource
Example: value
fromVersionStringFrom version for this resource
Example: value
fromReleaseStringFrom release for this resource
Example: value
toVersionStringTo version for this resource
Example: value
toReleaseStringTo release for this resource
Example: value
unavailableReasonsListUnavailable reasons for this resource
Example: (nested array)
codeStringMachine-readable reason or status code
Example: value
messageStringMessage for this resource
Example: value
createdAtStringCreated at for this resource
Example: 2026-01-15T08:00:00Z
updatedAtStringUpdated at for this resource
Example: 2026-01-15T08:00:00Z
bundleReleaseStringBundle release for this resource
Example: value
totalIntegerTotal for this resource
Example: 10
limitIntegerLimit for this resource
Example: 10
offsetIntegerOffset for this resource
Example: 10
currentBundleVersionObjectCurrent bundle version for this resource
bundleNameStringBundle name for this resource
Example: value
versionStringVersion for this resource
Example: value
statusStringStatus for this resource
Example: value
manifestSetChecksumStringManifest set checksum for this resource
Example: value
updatedAtStringUpdated at for this resource
Example: 2026-01-15T08:00:00Z
releaseStringRelease for this resource
Example: value
recommendedBundleVersionUuidStringRecommended bundle version uuid for this resource
Example: value
unavailableItemsListUnavailable items for this resource
Example: (nested array)
uuidStringUnique identifier of this resource
Example: value
bundleNameStringBundle name for this resource
Example: value
bundleVersionStringBundle version for this resource
Example: value
minSourceBundleVersionStringMin source bundle version for this resource
Example: value
statusStringStatus for this resource
Example: value
updateTypeStringUpdate type for this resource
Example: value
manifestSetChecksumStringManifest set checksum for this resource
Example: value
membershipChangeCountIntegerMembership change count for this resource
Example: 10
componentCountIntegerComponent count for this resource
Example: 10
componentReleaseChangesListComponent release changes for this resource
Example: (nested array)
componentUuidStringComponent uuid for this resource
Example: value
componentNameStringComponent name for this resource
Example: value
fromVersionStringFrom version for this resource
Example: value
fromReleaseStringFrom release for this resource
Example: value
toVersionStringTo version for this resource
Example: value
toReleaseStringTo release for this resource
Example: value
unavailableReasonsListUnavailable reasons for this resource
Example: (nested array)
codeStringMachine-readable reason or status code
Example: value
messageStringMessage for this resource
Example: value
createdAtStringCreated at for this resource
Example: 2026-01-15T08:00:00Z
updatedAtStringUpdated at for this resource
Example: 2026-01-15T08:00:00Z
bundleReleaseStringBundle release for this resource
Example: value
Change History
View all change historyChange Time
AddedResponse fields bundleRelease, releaseView API
