MegaBundleListResult

MegaBundleListResult
List result of mega bundle

List result for mega bundles.

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "_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