Managing Support BundlesLast Updated December 16, 2024
You can retrieve information about support bundles and create support bundles.
The following table lists the operations that you can perform to manage support bundles.
Operation | Description |
---|---|
Get support bundle components | You can retrieve a list of components and manifests included in the support bundle. Manifests specify the files that must be collected for a component as part of the support bundle. |
List support bundles | You can retrieve a list of generated support bundles. The list contains details about each support bundle. |
Create a support bundle | You can generate a support bundle. Optionally, you can specify the support bundle components and the partition where you want to save the support bundle. |
You can run support bundle management operations by using the
vSphere
Automation
SDK or sending an HTTP request. For information about the HTTP requests that you can use to perform the user operations, see HTTP Requests for Support Bundle Management Operations.
- REST
- You can use HTTP requests to perform support bundle management operations.The following HTTP requests show the syntax that you can use to perform the available user operations.
- Get support bundle components
- List support bundles
- Create a support bundle
For information about the content and syntax of the HTTP request body for each operation, see theAPI referencedocumentation.The following examples provide sample input and output values for the support bundle management operations.- Example: Get Support Bundle ComponentsThis operation does not require input.TypeExampleOutput
- Example: List Support BundlesThis operation does not require input, but supports optional query parameters.TypeExampleInputOutput
- Example: Create a Support BundleThis operation requires description input and supports optional body parameters. As output, you receive a task ID, which you can use to track the progress of the task. When the operation is completed, you receive the download URL in the task response.TypeExampleInputOutputTask ID