MegaBundleFeature

MegaBundleFeature
Mega Bundle Feature

Represents a specific security feature contained within a mega bundle. Each feature corresponds to a particular type of security content with its own version and data files.

JSON Example
{
    "feature_type": "IDPS_SIGNATURE",
    "feature_version": "2.1.0"
}
string
feature_type
Optional

Type of security feature. Defines the category of security content this feature provides. Common types include IDPS_SIGNATURE for intrusion detection signatures, IP_REPUTATION for IP reputation lists, URL_DB for URL categorization databases, and GEO_IP for geographical IP mapping data.

string
feature_version
Optional

Version identifier for this specific feature. Each feature type maintains its own versioning scheme, allowing independent updates of different security content types within the same mega bundle.