ListBundles

ListBundles
Bundle List Response

Paginated list of bundles with metadata for navigation. Use the pagination fields to iterate through large result sets.

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_version": "2.0.0.0.0.25470417",
            "status": "READY",
            "bundle_type": "LICENSE_HUB",
            "packaged_time": 1780387820585,
            "progress": 100,
            "size": 9090860612,
            "message": "uploading is done.",
            "addons": []
        }
    ]
}
Returned By