[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail

Get Bundles

Description

Get all Bundles i.e uploaded bundles and also bundles available via depot access.

Request

Request

URL

URL


get
https://sfo-vcf01.rainpole.io/v1/bundles
Copy

Query Parameters

Query Parameters

string
bundleType Optional

The type of the bundle


boolean
isCompliant Optional

Is compliant with the current VCF version


string
productType Optional

The type of the product


Response

Response

Response Body

Response Body

200 OK

Returns PageOfBundle of type(s) application/json
{
	"elements": [
		{
			"applicabilityOrder": 0,
			"applicabilityStatus": "One among: SUCCESS, IN_PROGRESS, FAILED, AVAILABLE, PENDING",
			"components": [
				{
					"description": "string",
					"fromVersion": "string",
					"id": "string",
					"imageType": "One among: PATCH, INSTALL",
					"releasedDate": "string",
					"toVersion": "string",
					"type": "string",
					"vendor": "string"
				}
			],
			"description": "string",
			"downloadStatus": "One among: PENDING, SCHEDULED, IN_PROGRESS, SUCCESSFUL, FAILED, RECALLED",
			"id": "string",
			"isCompliant": false,
			"isCumulative": false,
			"isPartiallyUpgraded": false,
			"releasedDate": "string",
			"severity": "One among: CRITICAL, IMPORTANT, MODERATE, LOW",
			"sizeMB": 0,
			"type": "One among: SDDC_MANAGER, VMWARE_SOFTWARE, VXRAIL",
			"vendor": "string",
			"version": "string"
		}
	],
	"pageMetadata": {
		"pageNumber": 0,
		"pageSize": 0,
		"totalElements": 0,
		"totalPages": 0
	}
}
array of Bundle
elements Optional

The list of elements included in this page


pageMetadata Optional

Pageable elements pagination metadata information

Errors

Errors

Error
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://sfo-vcf01.rainpole.io/v1/bundles


[{"label":"Latest (5.0.0)","version":"latest"},{"version":"4.5.1"},{"version":"4.5.0"},{"version":"4.4.0"},{"version":"4.3.1"},{"link":"https://developer.vmware.com/apis/1127/vmware-cloud-foundation","version":"4.3"},{"link":"https://developer.vmware.com/apis/1078/vmware-cloud-foundation","version":"4.2"},{"link":"https://developer.vmware.com/apis/1033/vmware-cloud-foundation","version":"4.1"},{"link":"https://developer.vmware.com/apis/1003/vmware-cloud-foundation","version":"4.0.1"},{"link":"https://developer.vmware.com/apis/939/vmware-cloud-foundation","version":"4.0"}]
vcf-for-vxrail
Feedback

Was this page helpful?