InlineAddonBundle0
InlineAddonBundle0
JSON Example
{
"id": "0c9c4f22-6f54-4ca3-96bc-34db7f5c6111",
"bundle_version": "5.2.0.0.0.23456789",
"bundle_type": "SVM",
"description": "Service VM Add-on for the SSP 5.2 release",
"required": true
}
string
id
Required
Read-Only
Unique identifier for this add-on bundle. This ID can be used to reference the add-on in deployment configurations.
string
bundle_version
Required
Read-Only
Version string for this add-on component. May differ from the parent bundle version for independently versioned components.
bundle_type
Required
Read-Only
Type of a bundle, identifying its purpose and content type.
Enumeration:
PLATFORM,
INSTALLER,
PLATFORM_PATCH,
AVI_OPERATIONS,
AVI_OPERATIONS_PATCH,
BMS,
SVM
string
description
Required
Read-Only
Description explaining what this add-on provides.
boolean
required
Required
Read-Only
If true, this add-on must be included during deployment for the parent bundle to function correctly. Optional add-ons can be excluded if not needed.