InlineMegaBundle1

InlineMegaBundle1
InlineMegaBundle1
JSON Example
{
    "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"
        }
    ]
}
string
bundle_id
Optional

Unique identifier for the mega bundle. This ID is extracted from the bundle manifest and used to track the bundle throughout its lifecycle.

bundle_type
Optional

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
Enumeration: FIREWALL_ATP, AI_ASSISTANT_FIREWALL, AI_ASSISTANT_AVI
source
Optional

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
Enumeration: PACKAGED, MANUAL_UPLOAD, CONTENT_PLUGIN
upload_status
Optional

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
Enumeration: SUCCESS, FAILED, RUNNING, ACCEPTED
string
status_message
Optional

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.

string
manifest_version
Optional

Version of the bundle manifest format used by this mega bundle. This helps ensure compatibility and proper parsing of the bundle contents.

string
ssp_version
Optional

SSP (Security Service Platform) version for which this mega bundle is intended. This indicates the target SSP version compatibility for the bundle contents.

integer As int64 As int64
bundle_creation_time
Optional

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.

features
Optional

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).

Used By