HomeGuidesAPI Reference
CommunityWebsiteDocumentationExchangeSupportDeveloper
API Reference

Generates a Support Bundle

Generates a new support bundle. The bundle is created asynchronously — poll GET /api/support-bundles/{id} until status is COMPLETED or FAILED.

The request accepts an optional flat contents array describing which support bundle content entries to include. Each entry must provide either a content type code or typeId, and may optionally provide a resourceId for resource-backed content types.

If contents is omitted or empty, Morpheus includes all eligible support bundle contents automatically.

You can discover valid values before calling this endpoint using the options API:

  • GET /api/options/supportBundles.supportBundleCategories returns available category values.
  • GET /api/options/supportBundles.contentTypes?category=APPLIANCE returns valid support bundle content types for a category.
  • GET /api/options/supportBundles.contentTypeResources?contentTypeCode=cloud-type-vmware returns eligible resource instances for a resource-backed content type.

Options API responses are returned as JSON with a top-level data array. For contentTypes, use code as the preferred identifier in this API request. For contentTypeResources, use the returned resourceId together with the matching code or value (typeId).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int64

ID of the storage provider (storage bucket) where the bundle should be saved. Defaults to the storage bucket configured as the default support bundle target. If no default is configured, the bundle is saved to the appliance's local storage. If provided, this ID must reference an existing storage provider or the request returns 404.

date-time
required

ISO 8601 start of the log collection window (e.g. 2026-01-15T00:00:00Z). Required. Appliance logs are collected starting from this time.

date-time

ISO 8601 end of the log collection window (e.g. 2026-01-15T23:59:59Z). Defaults to the time the request is processed when omitted.

contents
array of objects

Flat list of support bundle content entries to include. Resource-backed entries should include resourceId. Standalone entries omit it. If omitted or empty, all eligible content entries are included.

contents
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json