# SupportPackageBody

### object

**metadata** [DefaultMetadata](https://docs.mediakind.com/api-reference/fleets-api/schemas/defaultmetadata) **Required**  
Resource metadata.
  
#### Show 2 properties

- **displayName** string **Required**  
  A human-readable name for the resource.
  
- **labels** map from strings to string **Optional**  
  A dictionary of labels associated with the resource.
  
  - Maximum number of labels: 32.
  - Maximum length of a label or value: 256 characters.
  - Label: alphanumeric, hyphens and underscores.
  - Value: alphanumeric, hyphens, underscores and spaces.

#### Show value schema

- [any key] string

**spec** object [SupportPackageBodySpec](https://docs.mediakind.com/api-reference/fleets-api/schemas/supportpackagebodyspec) **Required**  
Support package specification
  
#### Show 3 properties

- **collectors** list of strings **Optional**  
  Optional list of collector components to include in the support package. If omitted, all available collectors on the device will be included.
  
- **description** string **Required** <=2048 characters  
  A description explaining the reason for generating the support package.
  
- **name** string **Optional** <=255 characters  
  A user-friendly name for the support package. Choose a name that describes the issue, e.g. 'pcr-timing-issue-2026-02-23'. If omitted, a name is auto-generated from the request timestamp.
