[{"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

Getsupport Bundle Tasks

Description

Fetch All Support bundle Tasks.

Request

Request

URL

URL


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

Response

Response

Response Body

Response Body

200 OK

Returns PageOfSupportBundle of type(s) application/json
{
	"elements": [
		{
			"bundleAvailable": "string",
			"bundleName": "string",
			"completionTimestamp": "string",
			"creationTimestamp": "string",
			"description": "string",
			"id": "string",
			"status": "One among: IN_PROGRESS, PENDING, COMPLETED_WITH_SUCCESS, COMPLETED_WITH_FAILURE"
		}
	],
	"pageMetadata": {
		"pageNumber": 0,
		"pageSize": 0,
		"totalElements": 0,
		"totalPages": 0
	}
}
array of SupportBundle
elements Optional

The list of elements included in this page


pageMetadata Optional

Pageable elements pagination metadata information

Errors

Errors

Error
400

Bad request! Invalid Headers or Data. Error: {error}


Error
401

Bad request! Authorization Header is missing or not in correct format.


Error
500

Something went wrong. Internal server error occurred. Error {error}

Code Samples

Code Samples

cURL Command

curl https://sfo-vcf01.rainpole.io/v1/system/support-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?