InlineMegaBundle1
{
"bundle_id": "nsx-security-content-v2.1.0",
"bundle_type": "string",
"source": "string",
"upload_status": "string",
"status_message": "Bundle successfully deployed with 3 features",
"manifest_version": "1.0",
"ssp_version": "4.1.0",
"bundle_creation_time": 1609459200,
"features": [
{
"feature_type": "IDPS_SIGNATURE",
"feature_version": "2.1.0"
}
]
}
Unique identifier for the mega bundle. This ID is extracted from the bundle manifest and used to track the bundle throughout its lifecycle.
Type of mega bundle indicating the security content category.
- FIREWALL_ATP: Advanced Threat Protection firewall bundle
- AI_ASSISTANT_FIREWALL: AI Assistant Firewall bundle
- AI_ASSISTANT_AVI: AI Assistant AVI bundle
Source type indicating how the mega bundle was created or obtained.
- PACKAGED: Bundle was pre-packaged with the system or downloaded from official sources
- MANUAL_UPLOAD: Bundle was manually uploaded by an administrator through the UI or API
- CONTENT_PLUGIN: Bundle was automatically created or downloaded by a content plugin
Current upload status of the mega bundle processing lifecycle.
- SUCCESS: Bundle has been successfully processed, validated, and deployed
- FAILED: Bundle processing failed due to validation errors, corruption, or system issues
- RUNNING: Bundle is currently being processed (validation, extraction, deployment)
- ACCEPTED: Bundle upload has been accepted and queued for processing
Human-readable status message providing additional context about the current state of the bundle. Contains error details if deployment failed, or progress information during processing.
Version of the bundle manifest format used by this mega bundle. This helps ensure compatibility and proper parsing of the bundle contents.
SSP (Security Service Platform) version for which this mega bundle is intended. This indicates the target SSP version compatibility for the bundle contents.
Timestamp indicating when the mega bundle was originally created, as specified in the bundle manifest. This represents the bundle's creation time, distinct from the system record creation time.
List of security features contained within this mega bundle. Each feature represents a specific type of security content (e.g., IDPS signatures, IP reputation lists).