MegaBundle

MegaBundle
Mega Bundle

A mega bundle is a comprehensive security content package that contains multiple security features and their associated data files. It represents a complete security content deployment unit that can include IDPS signatures, IP reputation data, URL databases, and GeoIP information.

AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "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"
        }
    ]
}
Returned By